@charset "utf-8";
/* HAMM WERBUNG CSS Document */

body {

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
	background-color: #EAE7E1;
	font-family: "Courier New", Courier, monospace; 
	font-size:12px;  
	color: #000000; 
	
	
	 scrollbar-face-color: #FF5B00;
     scrollbar-highlight-color: #EAE7E1;
     scrollbar-3dlight-color: #FF8000;
     scrollbar-darkshadow-color: #8C4C0B;
     scrollbar-shadow-color: #00FFFF;
     scrollbar-arrow-color: #EAE7E1;
     scrollbar-track-color: #EEEEEE;
	
	
}


#header{
	position:relative;
	width:100%;
	height:60px;
	background-color:#EAE7E1;
}

#footer{
	position:relative;
	width:100%;
	height:60px;
	background-color:#EAE7E1;
	overflow:hidden;
}


#mainFrame{
	position:relative;
	width:100%;
	min-height:580px;
	height:auto;
	background-color:#FFFFFF;

}


#mainContent{
	position:relative;
	margin:0 auto;
	width:812px;
	min-height:580px;
	height:auto;
	background-color:#FFFFFF;
	z-index:30;
}



#logo { 
	position:relative;
	width:221px;
	height:37px;
	left:10px;
	top:10px;
	z-index:30;
 
}

#main_nav{
	position:relative;
	top:30px;
	left:41px;
	width:155px;
}

hr{
 border: 0px; /* Für Firefox und Opera */
 border-top: solid 1px #000000;
 border-bottom: transparent;
}


#main_con{
	position:relative;
	float:right;
	padding-top:26px;
	width:585px;
	height:auto;

}

#topContent{
	position:relative;
	width:100%;
	min-height:115px;
	height:135px;
	z-index:7;
	line-height: 20px;


}

#midContent{
	position:relative;
	top:-38px;
	width:100%;
	height:160px;
	z-index:4;
		line-height: 20px;


}

#botContent{
	position:relative;
	margin-top:90px;
	
	width:100%;
	height:50px;
	z-index:6;
		line-height: 20px;


}


ul {
	display: inline; 
	list-style-type:none;

}

li{
	line-height:20px;	
}

.navpoint_active{
	text-decoration: none; 
	color: #FF6600; 
}


a {
	text-decoration: none; 
	color: #000000; 
}

a:hover {
	text-decoration: none; 
	color: #FF6600; 
}

.topNav{
	position:relative;
	margin-left: -0.5em; padding-left: 0.5em;
	list-style-position:outside;
	top:-9px;

}

.topTrenner{
	position:relative; 
	height:1px; 
	width:100%; 
	background-color:#000000; 
	*margin-bottom:15px;

}

.bottomTrenner{
	position:relative; height:1px; width:100%; background-color:#000000; 
	*margin-top:15px; 
	*margin-bottom:15px;
	/*top:-18px;*/
}

.subHr{
	position:relative;
	top:0px;
	clear:both;
}

.subNav{
	position:relative;
	margin-left: -0.5em; padding-left: 0.5em;
	list-style-position:outside;
	top:-27px;
}

#superNav{
	position:relative;
	top:19px;
	}

#kunden{
	position:relative;
	height:500px;
	width:100%;
	overflow:auto;

}


#referenzenEck{
	position:relative;
	width:100%;
	height:80px;
	top:30px;
}

.referenzNo{
	position:relative;
	width:10px;
	height:10px;
	background-color:#EAE7E1;
	margin-right:10px;
	margin-top:10px;
	float:left;
	cursor:pointer;
}

.referenzOver{
	position:relative;
	width:10px;
	height:10px;
	background-color:#CCCCCC;
	margin-right:10px;
	margin-top:10px;
	float:left;
	cursor:pointer;
}