/*Button-Farbe        F6FFE3    */
/*Altlasten und Planung*/


body
{
	margin: 0px;
	padding:0px;
    background-color:#E3FFE4;
	font-family:'Verdana','Arial','Helvetica','sans-serif';
	font-size:10pt;
	color: #202020;
	crollbar-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#container
{
	width:850px;
	padding:0;
    margin: 0px auto;
	height:100%;
}

div#inhalt {margin:20px 12px 0px 12px; }

table
{
	background-color:#E3FFE4;
	font-family:'Verdana','Arial','Helvetica','sans-serif';
	font-size:10pt;
	color: #202020;
}
td.kopf {background-image:url(../grafiken/kopf.gif);}

img.pixel {width:1px; height:1px; border:0px; }
img.button {margin-left:2px; width:106px; height:21px; border:0px; }
img.unternavi {margin-left:0px; margin-top:7px; height:42px; }

table.gesamt {width:100%; height:100%; border:solid #505050; border-width:0px 1px 0px 1px; }
table.inhalt {width:824px; border:0px; }

h1
{
	font-size:11pt; color:#505050; font-weight:bold;
	margin-left:10%; margin-bottom:15px;
}

p.bildtitel    { margin-top:6px; font-size:10pt }

b {color:#505050; }
ul {margin-top:0px; }
li {margin-bottom:3px; position:relative; left:-20px; }

a.navigation    { font-weight:bold; letter-spacing:-0.5pt; text-decoration:none }
a.navigation:link    { color:#4B5944 }
a.navigation:visited    { color:#4B5944 }
a.navigation:hover    { color:#F5380C }
a.navigation:focus    { color:#F5380C }

a.imtext            { color:#000000 }
a.imtext:link        { text-decoration:underline }
a.imtext:visited    { text-decoration:underline }
a.imtext:hover        { text-decoration:none }
a.imtext:focus        { text-decoration:none }

.zentriert    { text-align:center; }
.vzentriert {vertical-align:middle; }
.oben {vertical-align:top; }
.rechts {text-align:right; }
.unten {vertical-align:bottom; }
.links {text-align:left; }