* {
	-moz-box-sizing: border-box;
}

body {
	scrollbar-3dlight-color: #0F1F50; 
	scrollbar-arrow-color: #FFFFFF; 
	scrollbar-darkshadow-color: #0F1F50; 
	scrollbar-face-color: #1A3892; 
	scrollbar-highlight-color: #1A3892; 
	scrollbar-shadow-color: #1A3892; 
	scrollbar-track-color: #FFFFFF;
	background-color:#aeaeae;
	margin: 0;
	padding: 0;
	overflow-x:hidden;
	overflow-y:auto;
	background-image: url(/images/main_bg.gif);
	background-repeat: repeat-y;
}

h2 {
	line-height: 30px;
}

form input.checkbox {
	width: 15px;
}

label.extralabel {
	display: inline;
}

#topleft {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #17307E;
	width: 250px;
	height: 130px;
	z-index: 1;
}

#topleft div {
	z-index: 2;
	height: 30px;
	bottom: 0;
	width: 250px;
	position: absolute;
	background-color: #0F1F50;
}

#topleft img {
	top: 9px;
	right: 18px;
	position: absolute;
	display: block;
	z-index: 3;
}

#left {
	top:130px;
	position: absolute;
	background-color: #AEAEAE;
	left: 0;
	width: 250px;
	padding-bottom: 20px;
	z-index: 2;
}

div.accleft {
	font-family: 'Trebuchet MS', Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: black;
	padding: 20px;
}

div.accleft a {
	color: black;
}

div#left div.accleft h1 {
	margin: 0 0 15px 0;
}

#left div.accleft p {
	margin-left: 20px;
	font-family: 'Trebuchet MS', Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: black;
	line-height: 18px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 17px;
}

div.accleft b, div.accleft strong {
	font-size: 14px;
}

#left h1 {
	color: #1A3892;
	font-family: 'Trebuchet MS', Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	margin-top: 25px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 15px;
}

#left p {
	margin-left: 20px;
	font-family: 'Trebuchet MS', Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: black;
	line-height: 14px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-top: 0;
}

#left p b {
	font-size: 14px;
}

div.separator {
	margin: 0;
	padding: 0;
}

div.separator img {
	border: none;
}

#content {
	width: 100%;
}

#header {
	background-color: #1A3892;
	height:100px;
	padding-left: 263px;
	background-image: url(/images/headers/home.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

#nav {
	height: 31px;
	background-color: #11245D;
	padding-left: 250px;
	border-bottom: 1px solid #F4F6F9;
}

div#dealerlogin {
	position: absolute;
	top: 100px;
	left: 20px;
	width: 90px;
	z-index: 1000;
}

div.dealerlogin a {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	color: white;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	padding-left: 8px;
	padding-right: 8px;
	height: 30px;
	padding-top: 5px;
	
}

div.dealerlogin a:hover {
	background-color: white;
	color: black;
}

div.nav {
	height: 30px;
	display: block;
}

div.nav table {
	height: 30px;
}

div.nav table td {
	border-right: 1px solid #707C9E;
	vertical-align: middle;
	text-align: center;
}

div.nav a {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	color: white;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	padding-left: 8px;
	padding-right: 8px;
	height: 30px;
	padding-top: 5px;
	
}

div.nav a:hover {
	background-color: white;
	color: black;
}

div.navwrap {
	position: absolute;
	top: 130px;
	z-index: 10;
	text-align: left;
	margin: 0;
	padding: 0;
}

div.menu li {
	list-style-type: none;
	border-bottom: 1px solid #707C9E;
	background-color: #11245D;
}

div.menu ul {
	padding: 0;
	margin: 0;
	background-color: #11245D;
	border-top: 1px solid #707C9E;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	width: 170px;
}

div.menu li a {
	font-size: 12px;
	width: 170px;
	display: block;
	height: 18px;
	padding-top: 1px;
}

#txt {
	background-color:#FFFFFF;
	position: absolute;
	top: 130px; 
	padding: 30px 30px 30px 280px;
	font-family: 'Trebuchet MS', Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 12px;
	line-height: 14px;
	border-bottom: 1px solid #AEAEAE;
	
}

#txt table td {
	font-family: 'Trebuchet MS', Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 12px;
	line-height: 14px;
	vertical-align: top;
}

table.contact {
	font-size: 12px;
}

table.contact td {
	vertical-align:top;
}

table.contact td textarea {
	width: 400px;
	height: 200px;
	font-family: 'Trebuchet MS', Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 12px;
}

table.contact td input {
	font-family: 'Trebuchet MS', Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 12px;
	width: 200px;
}

#txt h2, #txt h1 {
	color: #AEAEAE;
	font-size: 26px;
	padding-bottom: 20px;
}

#txt strong {
	font-size: 14px;
	color: #1A3892;
}

#acc {
	width: 725px;
	left: 30px;
	position: absolute;
	top: 30px; 
	display: table;
}

#acc table {
	border-right: 1px solid #797979;
	border-bottom: 1px solid #797979;
	margin-bottom: 30px;
}

#acc table td {
	width: 180px;
	display: table-cell;
	font-family: 'Trebuchet MS', Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #394F97;
	font-size: 13px;
	text-align: center;
	line-height: 20px;
	padding-bottom: 5px;
	border-left: 1px solid #797979;
	border-top: 1px solid #797979;
}

#acc table td img {
	display: inline;
	border-bottom: 1px solid #797979;
	border-left: none;
	border-right:none;
	border-top: none;
}

table.prod-specs {
	font-family: 'Trebuchet MS', Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
	font-weight: bold;
	width: 210px;
}

table.prod-specs td {
	font-weight: bold;
	vertical-align: top;
}

#prod-thumbs {
	width: 190px;
	position: absolute;
	right: 5px;
	top: 130px;
}

#prod-thumbs img, td.modellen img {
	border: none;
}