*{
	padding: 0px;
	margin: 0px;
}
h1 {   font-size: 1em;  font-weight: bold;      }

h2 {  font-weight: bold;  font-size: 0.9em;   }

h3 {  font-weight: bold;  font-size: 0.8em;             }

p {  font-size: 0.8em;  font-weight: normal;   }

a:link { color:#000099; text-decoration:none;   }
a:visited { color:#0033CC; text-decoration:none}
a:hover { color:#FF0000; text-decoration:underline; }
a:active { color:#000099; text-decoration:none}
/*Hintergrundfarbe und Schriftfamilie für die gesamte Seite*/
body{
	background-color: #ECE9D8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 105%;
	margin: 0px;
	padding: 0px;
}
/*Hintergrundfarbe und Breite des Inhalts*/
#content{
	margin-left: auto;
	margin-right: auto;
	background-color: #E1E1E1;
	width: 80%;
	text-align: center;
}
/*Hintergrundfarbe und Schriftfarbe des Seitenkopfes*/
#header{
	background-color: #A7A800;
	color: Black;
	width: 100%;
	height: auto;
	padding-bottom: 15px;
}
main{
	background-color: #E1E1E1;
	padding-left: 10px;
	padding-right: 10px;
}
/*Hintergrundfarbe Absätze*/
.hell{
	padding: 10px;
}
/*Hintergrundfarbe Überschriften*/
.dunkel{
	background-color: #A7A800;
	padding: 10px;
}
