body{ background-color: #FFFFFF;
    color: #000000; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
}

#container {
	width: 80%; /*Sinnvoll ist auch Angabe in em um eine bestimmte Buchstabenanzahl zu erhalten */
	min-width: 400px; /* bei prozentangabe von width min und max-breite angeben */
	max-width: 960px;
	background-color: #FFFFFF; 
	margin-left: auto; /* Zentrierung */
	margin-right: auto;
}

#impressum{
	width: 80%;
	background-color: #FFFFFF; 
	margin-left: auto; /* Zentrierung */
	margin-right: auto;
}

#impressum p{
	text-align: justify;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
}
#impressum img{
	margin-left: 50px;
}
h1, h2, h3, h4 {
	color: #000066; 
	text-align: center;
	font-style: italic; 
    font-weight: bold;
}

h1 { font-size: 166.67%; }	/* 20px */
h2 { font-size: 150%; }		/* 18px */
h3 { font-size: 133.33%; }	/* 16px */
h4 { font-size: 116.67%; }	/* 14px */

h1 a, h2 a, h3 a, h4 a { 
    text-decoration: none;
	color: #000066; 
}

li {
	margin-bottom: 12pt;
	margin-left: 12pt;
	list-style-type: disc;
}
td{
	font-size: 12pt;
	text-align:center
}
.Titel {
	color:#000066;
	color:
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size:83.33%;
	text-align: center;
}
.navigation {
    color:#000066;
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size:83.33%; 
	text-decoration: underline;
}
.navigation:hover {
	font-weight: bold;
	color: #CC0000;
	font-size:83.33%; 
	text-decoration: none;
}

.Hinweis {
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size:83.33%;
	text-align: center;
}

