/* CSS Document */

/* Wichtige Farben
Hintergrund = #FFE0B3
Rot =       #D22900
Gelb= #FFD44B
*/
html, body, div, p, h1, h2, h3, ul, ol, 
span, a, table, td, form, img, li {margin: 0;padding: 0;border: 0;font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;}
html, body {background-color: #FFE0B3;font-size: 11px;text-align:center;}
a:link {color: #666;text-decoration: underline;}
a:visited {color: #333;text-decoration: underline;}
a:hover {color: #D22900;text-decoration: underline;}

a:active {color: #D22900;text-decoration: underline;}

.c {clear: both;}
.center {text-align: center;}
.klein {font-size: 0.7em;}
.right {text-align: right;}
.top {vertical-align: top;}
.textnavi {line-height: 20px;text-align: center;}

h1 {color: #333333;margin-top: 1.5ex;font-size: 1.2em;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: #D22900;padding-bottom: 0.4em;}
h2 {
	color: #505050;
	margin-bottom: 0.5ex;
	margin-top: .5ex;
	font-size: 1.2em;
	padding-left: 0em;
}
h3	{font-size: 11px;color: #666666;margin-bottom: 0.5ex;margin-top: 0.2ex;font-weight: bold;margin-right: 5px;margin-left: 5px;clear: both;}
h4 {font-size: 10px;color: #666666;margin-bottom: 10px;margin-top: 0.2ex;font-weight: bold;clear: both;margin-left: 0.2px;}

p {color: #666666;margin-bottom: 0.5ex;margin-top: 1.5ex;font-size: 1.2em;padding-left: 0em;}

ul {font-size: 1.2em;line-height: 1.5em;color: #666;margin: 10px 60px 10px 30px;}
hr {height: 1px;
border: 0 none;
border-top: 1px dotted #be882e;}


/* container*/
#container {
	position: relative;
	z-index:1;
	margin: 0px auto;
	width: 970px;
	
	text-align:left;
	background-color: #FFE0B3;
	}

#links {
	position:absolute;
	left: 0px;
	top: 0px;
	width: 107px;
	height: 701px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}

#oben {
	position:absolute;
	left: 107px;
	top: 0px;
	width: 695px;
	height: 87px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

#rechts {
	position:absolute;
	left: 802px;
	top: 0px;
	width: 168px;
	height: 700px;
}
#impressum {
	position:absolute;
	left: 815px;
	top: 126px;
	width: 60px;
	height: 20px;
}

/* Navi */
#naviseite {
	position:absolute;
	left: 130px;
	top: 59px;
	width: 400px;
	height: 18px;
}
#navi {
	position:absolute;
	left: 149px;
	top: 160px;
	width: 281px;
	height: 511px;
	
	padding: 5px;
	
}

#navi a {
   text-decoration: none;
}
/* ENDE Navi */

/* Content */

#header {
	position:absolute;
	left: 145px;
	top: 105px;
	width: 629px;
	height: 40px;
	text-align: left;
}

#pic {
	position:absolute;
	left: 464px;
	top: 184px;
	width: 303px;
	height: 374px;
}

#pictitel {
	position:absolute;
	left: 144px;
	top: 128px;
	width: 630px;
	height: 20px;
	text-align:right;
}

 /* contact  */


#contact {
	position:absolute;
	left: 148px;
	top: 180px;
	width: 303px;
	height: 358px;
	text-align:left;
} 
 
 
/* Klassen */ 
.kursiv {
	font-style: italic;
}
.pic {
	padding-bottom: 5px;
}
.navipic {
	margin-right: 20px;
	margin-bottom: 6px;
	margin-top: 0px;
}
