/*                                                                                  BGEGIN GRUNDSTRUKTUR */

* { margin: 0; padding: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#1b1b1b;
}

#holder {
	width: 993px;
	background-color:#FFF;
	margin: 0 auto 0 auto;
	margin-top: 10px;
}

#nav_start_holder {
	width:100%;
	height:40px;
	margin-top:510px;
	float:left;
}



#benzinger_deutsch {
	width:120px;
	height:35px;
	float:left;
	margin-left:480px;
	padding-left:20px;
	padding-top:8px;
	display:inline;
}

#benzinger_englisch {
	width:120px;
	height:35px;
	float:left;
	margin-left:52px;
	padding-top:8px;
	padding-left:20px;
	display:inline;
}

#benzinger_franzoesisch {
	width:105px;
	height:35px;
	float:left;
	margin-left:42px;
	padding-left:20px;
	padding-top:8px;
	display:inline;
}



#content_start{
	width:auto;
	padding: 2px;
	height:690px;
	background-image:url(bilder/benzinger-ultra-praezisionsmaschinen.jpg);
	background-repeat:no-repeat;
	}
	
#content_start_fr{
	width:auto;
	padding: 2px;
	height:690px;
	background-image:url(bilder/benzinger-ultra-praezisionsmaschinen-dummy-fr.jpg);
	background-repeat:no-repeat;
	}
	
#content_start_en{
	width:auto;
	padding: 2px;
	height:690px;
	background-image:url(bilder/benzinger-ultra-praezisionsmaschinen-dummy-en.jpg);
	background-repeat:no-repeat;
	}
	
	
	
#holder_footer {
	width: 995px;
	margin: 0 auto 0 auto;
	margin-top: 5px;
}
	
#footer{
	color: #58FF00;
	clear:both;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bolder;
	text-align:center;
	font-size:13px;
	margin-bottom:20px;
	}
	
#line_over_footer{
	background-color:#5e635b;
	height:12px;
	clear:both;
	}
	
	




.benz_start_link a {color:#FFF; font-size:16px; font-weight:bold; text-decoration:none;outline:none;
}
.benz_start_link a:visited {color:#FFF; font-size:16px; font-weight:bold; text-decoration:none;outline:none;
}
.benz_start_link a:hover {color:#0F0; font-size:16px; font-weight:bold; text-decoration:none;outline:none;
}
	
/*                                                        END GRUNDSTRUKTUR */


