body {
background:white;
margin:0px;
font-family:Georgia, serif;
font-size:10pt;
color:#222222;
text-align:center;
	scrollbar-base-color = #D4D0C8;/*Basisfarbe der Scroll-Leiste*/
	/*scrollbar-3dlight-color = #ffffff;Farbe für 3D-Effekte*/
	scrollbar-arrow-color = #000000;/*Farbe für Verschiebepfeile*/
	scrollbar-darkshadow-color = #404040;/*Farbe für Schatten*/
	scrollbar-face-color = #D4D0C8;/*Farbe für Oberfläche*/
	scrollbar-highlight-color = #D4D0C8;/*Farbe für oberen und linken Rand  */
	scrollbar-shadow-color = #808080;/*Farbe für unteren und rechten Rand*/
	scrollbar-track-color = #E9E5DC; /*Farbe für freibleibenden Verschiebeweg*/
}

div.gesamt {
position : relative;
width : 900px;
text-align:center;
padding : 0px;
margin : 0px auto;
}

table {
font-family:Georgia, serif;
font-size:10pt;
color:#222222;
}

table.navigation {width:100%; }
table.navigation td {text-align:center; background-color:#cccccc; }
table.navigation td.gewaehlt {background-color:#999999; }

table.inhalt {width:90%; margin:50px auto; }
table.inhalt td {vertical-align:top; }
table.inhalt td div.hauptueberschrift {font-weight: bold; font-size: 12pt; color:#444444; padding:5px 0px 5px 0px; }
table.inhalt td div.ueberschrift {font-size: 12pt; color:#333333; padding:5px 0px 5px 20px; }
table.inhalt td div.wann {
font-size: 10pt; font-weight: bold; font-style:italic;
padding:5px 0px 5px 0px;
}
table.inhalt td div.erstellt {padding:5px 30px 0px 0px; font-size:9pt; color:#666666; text-align:right; }

table.inhalt td ul {margin-top:0px;}
table.inhalt td li {margin:0px 0px 0px -22px; }

a	{ font-weight:bold }
a:link		{ color:#536A99; text-decoration:none }
a:visited	{ color:#536A99; text-decoration:none }
a:hover		{ color:#D63131; text-decoration:none }
a:focus		{ color:#D63131; text-decoration:none }

.date	{font-family:Verdana, sans-serif; color:black; font-size:11pt; font-weight:bold;}
.posts	{font-family:Georgia, serif; color:#333333; font-size:12pt; line-height:18px;}
.byline	{font-family:Verdana, sans-serif; color:#999999; font-size:11pt;}

img { border: 0; }

.unten {vertical-align:bottom}
.oben {vertical-align:top}
.rechts {text-align:right}
.zentriert {text-align:center}