@charset "UTF-8";
/* CSS Document */

html, body {
height:100%;
}



#spacer { 
width:1px;
height:50%;
background-color:#FFFFFF;
margin-bottom:-300px; /* half of container's height */
float:left;
z-index:1;
}





#hauptrahmen {
margin:0 auto;
position:relative; /* puts container in front of distance */
text-align:left;
height:600px;
width:900px;
clear:left;
z-index:2;
}

#menulinks {
position:absolute;
top:0px;
left:0px;
width:210px;
height:600px;
}

#menuoben {
position:absolute;
top:0px;
left:210px;
width:690px;
height:130px;
}

#mainframe {
	position:absolute;
	top:130px;
	left:210px;
	width:690px;
	height:470px;
	overflow:auto;
	background: url(bilder/HG_Main.jpg);
}



body {
text-align:center; /* horizontal centering for IE Win quirks */
margin:0px 0px 0px 0px; 
overflow:auto;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color: #707070;
text-decoration: none;
line-height: 15px;
background-color:#FFFFFF;
}




/* Textdefinitionen */

a:link {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color: #000000;
text-decoration: underline;
line-height: 15px;
}
a:visited {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color: #000000;
text-decoration: underline;
line-height: 15px;
}
a:hover {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color: #000000;
text-decoration: none;
line-height: 15px;
}

table,tr,td,tbody {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color: #000000;
text-decoration: none;
line-height: 15px;
}

.lauftext {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color: #000000;
text-decoration: none;
line-height: 15px;
}

.bildtext {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color: #000000;
text-decoration: none;
line-height: 15px;
}

.bildtext_weiss {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color: #FFFFFF;
text-decoration: none;
line-height: 15px;
}



.ueberschrift {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:15px;
color: #00361b;
font-weight:bold;
text-decoration: none;
line-height: 17px;
}
