/* CSS Document */
body {
	margin:0;
    padding:0;
	background-image:url(images/hintergrund_links.gif);
	background-repeat:repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	scrollbar-base-color: 000099;
	scrollbar-arrow-color: FFF5B7;
}

#kopf {
    position:absolute;
	left:0px;
	top:0px;
	width:100%;
	margin:0;
	height:100px;
	width: 1024px;
	background-image: url(images/hintergrund_top.gif);
	overflow:visible;
	z-index:1;
}
#kopf_links {
	position:absolute;
	top:0px;
	left:0px;
	width:130px;
	height:100px;
	margin:0;
	padding:0;
	background-repeat: no-repeat;
	background-image: url(images/hintergrund_ecke.gif);
	z-index:0;
}
#kopf_rechts {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	margin: 0;
	padding:0;
	height:100px;
}
#banner {
	float:right;
	margin: 3px 25px 0px 0px;
	height:90px;
	width:450px;
	background-repeat: no-repeat;
	background-image:url(images/bilder_oben.jpg);
	text-align: center;
	vertical-align:middle;
	 }


#inhalt {
    position:absolute;
    top:120px;
	left:0px;
    margin: 10px 30px 0px 140px;
	height: 650px;
	width: 850px;
	overflow:auto;
}

#navigation {
     float:left;
	 width: 160px;
	 margin:0;
}
#rund {
    position:absolute;
	left:0px;
	top:100px;
	width:130px;
	margin-top:0px;
	height:30px;
	background-repeat: no-repeat;
	background-image: url(images/rund.gif);
}
#zweitnav {
    position:absolute;
	top:160px;
	left:0px;
	 height: 200px;
	width:130px;

}
#fuss {
    position:absolute;
	top:520px;
	left:10px;
	 height: 50px;
	width:130px;
}
#menue_norm {
   float:left;
   width:100px;
   height:22px;

  color:#ffffff;
	background-color:#000099;
	border:solid 1px #ffffff;
   margin:20px 5px 5px 10px;
}

a#menue_norm {
	float:left;
	width:100px;
	height:22px;
	margin:10px 2px 2px 15px;
  color:#ffffff;
	background-color:#000099;
	border:solid 1px #ffffff;
	text-align: center;
	text-decoration: none;
}

a#menue_click {
	float:left;
	width:100px;
	height:22px;
	margin:10px 2px 2px 15px;
	/*background-image:url(images/menue_button_click.gif);*/
	color:#000099;
	background-color:#ffffff;
	border:solid 1px #000099;
	text-align: center;
	text-decoration: none;
}
a#menue_norm:hover {
	float:left;
	width:100px;
	height:22px;
	margin:10px 2px 2px 15px;
	background-image:;
	color:#000099;
	background-color:#ffffff;
	border:solid 1px #000099;
	text-align: center;
	text-decoration: none;
}

td,tr   { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }
h1   { font-size: 36px; color: #000099; }
h2   { font-size: 24px; color: #000099; }
h3   { font-size: 18px; color: #000099; }
h4   { font-size: 16px; color: #000099; }
h5   { font-size: 12px; color: #000099; }
h6   { font-size: 9px; color: #000099; }
.small_font   { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; }
.table_ws   { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; background-color: #FFFFCC; }
.table_title_ws   { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; background-color: #000099; color: #FFFFFF; font-weight: bold; }
a:active   { }
a:hover   { }
a:link   { color: #1058BF; }
a:visited   { color: #0000CC; }
p,li,ul   { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }
a:link2 {
	color: #FFFFFF;
}
