/* CSS Document */

/* Hyperlinks mit Icon */
a.ansicht
{
 padding-left:22px;
 background: url('grafiken/icon.gif') no-repeat left;
}
a.ansicht:link, a.ansicht:visited, a.ansicht:active
{ 
 text-decoration:underline;
 font-weight:normal;
}

a.ansicht:hover
{ 
 text-decoration:underline;
 font-weight:normal;
 color: #5F824D;
}

h3 {
	font-size: 120%;
	font-weight: normal;
	color: #C1D4B7;
	}

A:link {
	text-decoration: underline;
	color: #93B185;
	}		
A:visited {
	text-decoration: underline;
	color: #93B185;
	}
A:active {
	text-decoration: underline;
	color: #93B185;
	}
A:hover {
	text-decoration: underline;
	color: #5F824D;
	}


html, body { 		
	height: 100%; 
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: left;
	background: #ffffff url('grafiken/hg_top.gif') top repeat-x;
	color: #6D6D6D;
	font-size: 0.75em;
	line-height: 1.25em;
}




#kopf {
	position: relative;
	width: auto;
	height: 440px;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0; 
	text-align: left;
	background: transparent url('grafiken/hg_kaefer.jpg') left top no-repeat;

}

#kopf_innen {
	position: relative;
	width: 876px;
	height: 440px;
	margin-top: 0;
	margin-left: 141px;
	text-align: left;
	background: transparent;
}

#kopf_box1 {
	position: relative;
	width: 876px;
	height: 99px;
	overflow: hidden;
}


ul#subnav {
	margin-top: 57px;
	margin-left: 33px;
	padding:0;
	float:left;
	width:509px;
}

ul#subnav li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
	
ul#subnav li a {
	text-decoration:none;
	display:block;
	padding:0;
}

#logo {
	position: relative;
	width: 232px;
	height: 99px;
	float: right;
	margin-right: 0px;
	padding-right: 0px;
}





#kopf_box2 {
	position: relative;
	width: 876px;
	height: 298px;
	background: transparent url('grafiken/hg_kopfbox2.jpg') left top no-repeat;
	border: 1p solid red;

}

#referenz {
	position: relative;
	height: 298px;
	width:642px;
	float:left;
	margin-top: 0px;
	padding-top: 0px;
}

#referenz_text {
	position: relative;
	width: 205px;
	float: right;
	margin-right: 0px;
	padding-right: 0px;
	padding-top: 60px;
	
}



#kopf_box3 {
	position: relative;
	width: 876px;
	height: 43px;
	background: transparent url('grafiken/hg_kopfbox3.jpg') left top no-repeat;
}

ul#mainnav {
	margin-top: 0px;
	margin-left: 33px;
	padding:0;
	float:left;
}

ul#mainnav li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
	
ul#mainnav li a {
	text-decoration:none;
	display:block;
	padding:0;
}



#content {
	position: relative;
	width: 876px;
	margin-top: 0;
	margin-left: 141px;
	margin-right: 0; 
	text-align: left;
	background: url('grafiken/hg_body.gif') left top repeat-y;
}

#content_unten {
	position: relative;
	width: 841px;
	padding-left:35px;
	padding-top: 30px;
	padding-bottom: 60px;
	text-align: justify;
	background: url('grafiken/hg_footer.jpg') left bottom no-repeat;
	}

#content_text {
	position: relative;
	width: 525px;
	height: auto;
	
}

#content_referenz {
	position: relative;
	width: 775px;
	height: auto;
	
}

.kunde {
margin-left: 0px;
padding-left: 0px;
list-style-position: inside;
}
	
.unsichtbar {
	display:none;
	}
	
#notfall {
	position: absolute;
	height: 118px;
	width: 160px;
	top: 366px;
	left: 800px;
	background-color: #ffffff;
	z-index: 10;
}

