/* Layout */

#wrapper {
	margin: 10px auto;
	position: relative;
	height: 717px;
	width: 1004px;
}

#navi {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url("../pix/left_bg_neu.jpg");
	width: 212px;
	height: 717px;
}

#logo {
	position: absolute;
	top: 0;
	right: 0;
	background-image: url("../pix/logo_neu.jpg");
	width: 792px;
	height: 204px;
}

#content {
	position: absolute;
	left: 212px;
	top: 204px;
	width: 792px;
	height: 513px;
	border-bottom: 1px solid #8c8c8c;
	border-right: 1px solid #8c8c8c;
	background-image: url("../pix/grau-pfeil.jpg");
	background-position: bottom right;
	background-repeat: no-repeat;
	}
	
#content_motor {
	position: absolute;
	left: 211px;
	top: 204px;
	width: 792px;
	height: 513px;
	border-bottom: 1px solid #8c8c8c;
	border-right: 1px solid #8c8c8c;
	background-image: url("../pix/motor_neu.jpg");
	background-position: bottom right;
	background-repeat: no-repeat;
	}	
	
#content_getriebe {
	position: absolute;
	left: 211px;
	top: 203px;
	width: 792px;
	height: 513px;
	border-bottom: 1px solid #8c8c8c;
	border-right: 1px solid #8c8c8c;
	background-image: url("../pix/getriebe_neu.jpg");
	background-position: bottom right;
	background-repeat: no-repeat;
	}
	
#content_getriebe_6g {
	position: absolute;
	left: 211px;
	top: 203px;
	width: 792px;
	height: 513px;
	border-bottom: 1px solid #8c8c8c;
	border-right: 1px solid #8c8c8c;
	background-image: url("../pix/getriebe_6g.jpg");
	background-position: bottom right;
	background-repeat: no-repeat;
	}		
	
#content_fahrwerk {
	position: absolute;
	left: 212px;
	top: 204px;
	width: 792px;
	height: 513px;
	border-bottom: 1px solid #8c8c8c;
	border-right: 1px solid #8c8c8c;
	background-image: url("../pix/fahrwerk_neu.jpg");
	background-position: bottom right;
	background-repeat: no-repeat;
	}	

#content_projekt {
	position: absolute;
	left: 211px;
	top: 203px;
	width: 792px;
	height: 513px;
	border-bottom: 1px solid #8c8c8c;
	border-right: 1px solid #8c8c8c;
	background-image: url("../pix/projekt_neu.jpg");
	background-position: bottom right;
	background-repeat: no-repeat;
	}	

#content_konstruktion {
	position: absolute;
	left: 211px;
	top: 203px;
	width: 792px;
	height: 513px;
	border-bottom: 1px solid #8c8c8c;
	border-right: 1px solid #8c8c8c;
	background-image: url("../pix/konstrukt_neu.jpg");
	background-position: bottom right;
	background-repeat: no-repeat;
	}

#content_kontakt {
	position: absolute;
	left: 334px;
	top: 271px;
	width: 668px;
	height: 445px;
	border-bottom: 1px solid #8c8c8c;
	border-right: 1px solid #8c8c8c;
	font-size: 0.8em;
	overflow: auto;
	background-image: none;
	}

#content_unternehmen {
	position: absolute;
	left: 211px;
	top: 203px;
	width: 792px;
	height: 513px;
	border-bottom: 1px solid #8c8c8c;
	border-right: 1px solid #8c8c8c;
	background-image: url("../pix/unternehmen_neu.jpg");
	background-position: bottom right;
	background-repeat: no-repeat;
	}


#content.form {
	font-size: 0.8em;
	overflow: auto;
	background-image: none;
}



#inhalt {
	visibility: hidden;
	margin: 70px 30px;
	color: #48454F;
	font-family: helvetica;
	font-size: 1em;
}

#inhalt ul {
	margin: 0;
	padding: 0;
}



#inhalt_adresse {

	margin: 30px 30px;
	color: #48454F;
	font-family: helvetica;
	font-size: 1em;
}


#adressblock {
position: absolute;
left: 30px;
bottom: 200px;
font-family: helvetica;
font-size: 1em;
color: #48454f;
}

#adressblock a {
	color: #48454f;
	text-decoration: underline;
}

#download {
	position: absolute;
	bottom: 10px;
	left: 30px;
	width: 500px;
	font-family: helvetica;
	font-size: 0.8em;
}

#download2 {
	position: absolute;
	bottom: 5px;
	right: 30px;
	width: 200px;
	font-family: helvetica;
	font-size: 0.8em;
}

/* Navi */

/* Position der Navi */
#topnavi {
	position: absolute;
	left: 20px;
	top: 2em;
	color: white;
	font-family: helvetica;
	font-size: 1.2em;
}

#bottom_navi {
	position: absolute;
	left: 20px;
	top: 250px;
	color: white;
	font-family: helvetica;
	font-size: 1.2em;
}

/* Formatierung der Navi */
#topnavi ul,
#bottom_navi ul {
	list-style: none;
	margin-left: 0;
	padding:0;
}

#topnavi li,
#bottom_navi li {
	margin-bottom: 10px;
}

a {
	text-decoration: none;
}

#topnavi li a,
#bottom_navi li a {
color: white;
text-decoration: none;
display: block;
}

#topnavi li a:hover,
#bottom_navi li a:hover {
background-color: white;
color: gray;
text-decoration: underline;
display: block;
}

ul.ebene2 {
	margin-top: 10px;
}

ul.ebene2 li {
	margin-left: 10px;
}
