body {
 font-family:Verdana;
 font-size:12px;
 background-color:white;
 align:center;
}

h1 { font-size:18px; color:#333333; margin-left:130px; margin-top:20px; }
h2 { font-size:14px; color:#333333; }
h3 { font-size:10px; color:#333333; margin-left:140px; }
h4 { font-size:14px; color:#333333; border-bottom:solid 2px white; margin-left:140px; margin-right:30%; }
h6 { font-size:10px; color:#333333; font-weight:lighter; margin-left:140px; }
p { font-size:11px; color:#333333; margin-left:140px; margin-top:10px; }
li { font-size:11px; color:#333333; margin-left:120px;margin-top:10px; }

a:link { font-size:11px; color:#F87E04; font-weight:bold; text-decoration:none; }
a:visited { font-size:11px; color:#F87E04; font-weight:bold; text-decoration:none; }
a:hover { font-size:11px; color:#ffcc00; font-weight:bold; text-decoration:none; }
a:active { font-size:11px; color:#ffcc00; font-weight:bold; text-decoration:none; }

a.n1:link { font-size:10px; color:black; text-decoration:none; }
a.n1:visited { font-size:10px; color:black; text-decoration:none; }
a.n1:hover { font-size:10px; color:#ff9933; text-decoration:none; }
a.n1:active { font-size:10px; color:#ff9933; text-decoration:none; }

a.n2:link { font-size:11px; color:white; font-weight:bold; text-decoration:none; border-left:2px solid #666666; padding:0px 20px; }
a.n2:visited { font-size:11px; color:white; font-weight:bold; text-decoration:none; border-left:2px solid #666666; padding:0px 20px; }
a.n2:hover { font-size:11px; color:white; font-weight:bold; text-decoration:none; background-color:#666666; border-left:2px solid #666666; }
a.n2:active { font-size:11px; color:white; font-weight:bold; text-decoration:none; background-color:#666666; border-left:2px solid #666666; }

a.n3:link { font-size:14px; color:#F87E04; font-weight:bold; text-decoration:none; }
a.n3:visited { font-size:14px; color:#F87E04; font-weight:bold; text-decoration:none; }
a.n3:hover { font-size:14px; color:#ffcc00; font-weight:bold; text-decoration:none; }
a.n3:active { font-size:14px; color:#ffcc00; font-weight:bold; text-decoration:none; }


/* Bilder-Menü */
#menucontainer {
width:115px;
float:left;
}

/* Bilder-Menü */
#menucontainer2 {
width:115px;
height:600px;
float:left;
}

/* Bilder-Content */
#contentbild {
width:160px;
margin-top:40px;
float:right;
}
/* Bilder-Content unten */
#contentbild2 {
width:160px;
margin-left:140px;
}


/* Inhalt */
#content {
background-color:#efefef;
position:absolute;
left:10%;
top:90px;
width:80%;
height:530px;
z-index:3;
border:10px solid #e9e9e5;
overflow:auto;
}

/* Impressum */
#finish {
	position:absolute;
	left:10%;
	top:640px;
	width:80%;
	height:15px;
	z-index:2;
	text-align:right;
}
/* navigation */
#navi {
	height:17px;
	background-color:#999999;
	border-top:2px solid #999999;
}