/*Abstände vom Bildschirmrand, Seitenhintergrund */
body, tabel {
	margin-left: 150px;
	margin-top: 30px;
	margin-right: 150px;
	margin-bottom: 40px;
	background-color: #FFFFCC;
}
/*Größe und teilweise auch Farbe der Überschriften im Text und Bildbereich */
h1 {
	font-size:16px;
	color: #009933;
}
h2 {
	font-size:24px;
	color: #009933;
}
h3 {
	font-size:36px;
	color: #009933;
}
h4 {
	font-size:16px;
	color:    #990000;
	font-style: oblique;
	text-decoration:underline;
} 
h5 {
	font-size:24px;
} 
/* Definition der Farben oben, links und unten. Definition der Schriftart, Definition des Verhaltens der Schrift wenn ein Hyperlink vorhandn ist*/ 
.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FF9900;
	color:            #FFFFFF;
	font-size: 8pt;
	font-weight: bold;
}

.navigation a:link {
	background-color: #FFAC00;
	color:            #FFFFFF;
}

.navigation a:visited {
	background-color: #FF9900;
	color:            #FFFFFF;
}

.navigation a:hover {
	background-color: #FFFFFF;
	color:            #FF9900;
}

.navigation a:active {
  background-color: #FF9900;
  color:            #CC0000;
}

/* Definition der Farben Textbereich und Texbereich rechts. Definition der Schriftart,Definition des Verhaltens der Schrift wenn ein Hyperlink vorhandn ist*/
.inhalt {
	font-family: Georgia, Times New Roman, Times, serif;
	background-color: #FFFFF99;
	color:            #990000;
	font-size: 12pt;
	font-weight: normal;
}

.inhalt a:link {
	background-color: #FFFF99;
	color:            #FF9900;
}

.inhalt a:visited {
	background-color: #FFFF99;
	color:            #FF9900;
}

.inhalt a:hover {
	background-color: #FFFF99;
	color:            #000000;
}

.inhalt a:active {
	background-color: #FFFF99;
	color:            #FF9900;
}
