html{
	text-align:center;
}

body{
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

p{
	margin:5px 5px 5px 5px;
}

.mynav{
	text-decoration:none;
	color:#999999;
    font-weight:normal;
	font-size:13px;
}

.mynav:hover{
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	font-size:13px;
}

.mysubnav{
	text-decoration:none;
	color:#000000;
    font-weight:normal;
	font-size:12px;
}

.mysubnav:hover{
	text-decoration:none;
	color:#FFFFFF;
	font-weight:normal;
	font-size:12px;
}

.mycontact{
	text-decoration:none;
	color:#666666;
    font-weight:bold;
	font-size:12px;
}

.mycontact:hover{
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	font-size:12px;
}

#container{
	position: absolute;
	top: 33%;
	margin-top: -200px;
	left: 45%;
	margin-left: -300px;
	height: 600px;
	width: 700px;
	z-index: 2;
	padding: 8px;
	text-align: center;
	border-top:1px;
	border-top-color:#000000;
	border-top-style:solid;
	padding:0px;
}

#headerspacer{
	float:left;
	width:330px;
	height:76px;
	text-align:left;
	border-left:1px;
	border-left-color:#000000;
	border-left-style:solid;
	margin-bottom:1px;
}

#logo{
	float:right;
	width:330px;
	height:103px;
	text-align:center;
	border-right:1px;
	border-right-color:#000000;
	border-right-style:solid;
	margin-bottom:1px;
}

#navigation_service_aktiv{
	float:left;
	width:100px;
	height:27px;
	font-size:13px;
	background-color:#999999;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	margin-bottom:0px;
}

#navigation_fahrzeuge_aktiv{
	float:left;
	width:110px;
	height:27px;
	font-size:13px;
	background-color:#999999;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	margin-left:1px;
	margin-bottom:0px;
}

#navigation_unternehmen_aktiv{
	float:left;
	width:130px;
	height:27px;
	font-size:13px;
	background-color:#999999;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	margin-left:1px;
	margin-bottom:0px;
}

#navigation_service_inaktiv{
	float:left;
	width:100px;
	height:27px;
	font-size:13px;
	background-color:#CCCCCC;
	color:#999999;
	font-weight:bold;
	text-align:center;
	margin-bottom:0px;
}

#navigation_fahrzeuge_inaktiv{
	float:left;
	width:110px;
	height:27px;
	font-size:13px;
	background-color:#CCCCCC;
	color:#999999;
	font-weight:bold;
	text-align:center;
	margin-left:1px;
	margin-bottom:0px;
}

#navigation_unternehmen_inaktiv{
	float:left;
	width:130px;
	height:27px;
	font-size:13px;
	background-color:#CCCCCC;
	color:#999999;
	font-weight:bold;
	text-align:center;
	margin-left:1px;
	margin-bottom:0px;
}

#subnavigation{
	float:left;
	width:539px;
	height:27px;
	font-size:12px;
	background-color:#999999;
	text-align:left;
	padding-left:10px;
	font-weight:normal;
	color:#FFFFFF;
	margin-top:0px;
}

#contact{
	float:right;
	width:140px;
	height:27px;
	font-size:12px;
	background-color:#CCCCCC;
	text-align:right;
	font-weight:bold;
	color:#666666;
	margin-right:0px;
	padding-right:10px;
}

#image{
	float:left;
	width:700px;
	height:150px;
	margin-top:1px;
	margin-bottom:1px;
}

#content{
	float:left;
	width:518px;
	height:280px;
	background-color:#FFFFFF;
	text-align:left;
	font-size:13px;
	overflow:auto;
	padding-bottom:10px;
	padding-top:10px;
	padding-right:15px;
	padding-left:15px;
	border-left:1px;
	border-left-color:#000000;
	border-left-style:solid;
	margin-bottom:1px;
}

#contentimage{
	float:right;
	width:150px;
	height:275px;
	background-color:#CCCCCC;
	margin-top:0px;
	margin-bottom:1px;
	text-align:center;
	padding-top:25px;
}

#fuss{
	float:left;
	width:549px;
	height:27px;
	background-color:#999999;
	text-align:center;
	font-size:10px;
	color:#FFFFFF;
}

#language{
	float:right;
	width:140px;
	height:27px;
	background-color:#CCCCCC;
	text-align:right;
	padding-right:10px;
}

#footer {
    clear: both;
    float: left;
    font-size: 10px;
    margin: 10px;
    text-align: center;
}