body {
	margin:0;
	padding:0;
	font: normal 11px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff url(../pics/hg/hg_body.png) repeat-x;
}


/*---------------------------------------------------------------------------------------------------------------------------
normale Links
-----------------------------------------------------------------------------------------------------------------------------*/

a {
	text-decoration: underline;

	color:  #000;
	outline: none;
	}
a:visited {
	color:  #000;
	}
a:active {
	color:  #000;
	}
a:hover {
	color: #EC6E00;
	text-decoration: underline;
	}
	


/*---------------------------------------------------------------------------------------------------------------------------
berschriften
-----------------------------------------------------------------------------------------------------------------------------*/

h1 {
	margin:0px 0px 20px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	color:#FF6600;
	}
h2 {
	margin:0px 0px 0px 4px;
	padding-left:2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color:#fff;
	background-image: url(../pics/hg/hg_h2_right.png);
	border-left:4px solid #fff;
	border-top:4px solid #fff;
	width:180px;

	}
h3 {
	margin:0px 0px 0px 8px;
	padding-left:12px;
	padding-right:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color:#FFF;
	background-color:#FFF;
	background-image:url(../pics/hg/hg_h3_left.png);
	border-top:4px solid #fff;
	border-right:1px solid #fff;
	}
h4 {
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h5 {
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}

/*---------------------------------------------------------------------------------------------------------------------------
Standards
-----------------------------------------------------------------------------------------------------------------------------*/	

.ahem {
	display: none;
	}
strong, b {
	font-weight: bold;
	}
	
p {
	font: normal 11px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin-bottom:10px;
	padding:0;
	}

img {
	border: 0;
	}

.img_right {
	float:right;
	margin: 0px 0px 4px 4px
	border: 0;
	}
	
.img_left {
	float:left;
	margin: 0px 4px 4px 0px
	border: 0;
	}	
	
.nowrap {
	white-space: nowrap;
	font-size: 11px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
/* must be combined with nobr in html for ie5win */
	}
.tiny {
	font-size: 9px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px; 
	}

hr {
	background-color:#52CE0C;
	color:#52CE0C; 
	height: 2px;
	border:0;
}

/*---------------------------------------------------------------------------------------------------------------------------

-----------------------------------------------------------------------------------------------------------------------------*/

#container{
position:absolute;
top:75px;
left:50%;
margin-left:-285px;
height:auto;
}
#logo{
position:absolute;
top:0px;
left:0px;
}
#content_container{
position:absolute;
top:76px;
left:120px;
width:450px;
border:1px solid #E0CEBB;
background-image:url(pics/hg_content.jpg);
background-repeat:repeat-x;
}
#content{
margin:10px;
}

#footer{
border-top:1px solid #E0CEBB;
text-align:center;
color:#FF6600;}
#footer_mail{
height:40px;}
#mail{
position:absolute;
left:450px;
text-align:center;
width:30px;
padding-bottom:4px;
border-bottom:1px solid #E0CEBB;
}

#teaser{
position:absolute;
top:-53px;
left:391px;
}

#navigation{
position:absolute;
top:89px;
left:0px;
width:105px;
}
#navigation ul{
margin:0px;
padding:0px;
list-style:none;
}
#navigation li{
margin:0px;
padding:0px;
list-style:none;
text-align:right;
height:20px;
}
#navigation a{
text-decoration:none;
font-weight:bold;
color:#EC6E00;}

#navigation a:hover{
color:#777 !important;}

.aktiv{
color:#000 !important;}

.grau{
color:#aaa !important;}
