body {
	font-family: Verdana, Helvetica, Sans-Serif;
	margin: 0; 
	margin-top:10px;
	background-color: #c8c8c8;
	background-image:url(../images/background.gif);
	background-position:top;
	background-repeat:repeat-x;
}

a, a:visited, a:hover, a:active {
	text-decoration: none;
	color:#ffffff;
}


td, div, p {
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size:11px;
	color:#ffffff;
	text-align:left;
}

div.navigation {
	height:20px;
	width:990px;
}

div.navigation div{
	float:right;
	margin-left:15px;
	text-transform: uppercase;
	font-size:12px;
	font-weight:bold;
}

div.navigation div a, div.navigation div a:visited {
	color:#adadad;
}
div.navigation div a#active, div.navigation div a:hover {
	color:#ffffff;
}


div.html {
	width:988px;
	border:1px solid #ffffff;
	background-color:#191919;
}


div.linktext {
	font-size:12px;
	font-weight:bold;
}


div.link {
	background-image:url(../images/arrows.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
	padding-left:15px;
	font-size:12px;
	font-weight:bold;
}

.discover {
	font-size:18px; 
	line-height:20px;
}
.insignia {
	font-size:30px; 
	line-height:30px;
	margin-bottom:7px;
}

.designheadline {
	padding-top:10px;
	padding-bottom:15px;
	font-size:18px;
}

form {
	margin:0px;
}

input {
	background-color:transparent;
	border:1px solid #797773;
	color:#a4a4a4;
}

select {
	background-color:#3c3c3c;
	border:1px solid #797773;
	color:#a4a4a4;
}

.inputcheckbox, .inputradio {
	border:none;
	color:#a4a4a4;
}

.input_firstname, .input_lastname, .input_email, .input_street, .input_zip, .input_city, .input_phone, .input_birthdate, .input_currentcar {
	width:190px;
	height:16px;
}

.select_title, .select_moi, .select_car_use {
	width:192px;
	height:16px;
}

.select_erd_month, .select_erd_year, .select_car_year {
	width:65px;
	height:16px;
}




.inputtable tr td {
	height:33px;
	color:#e0e0e0;
}

.submit {
	background-image:url(../images/arrows.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:15px;
	font-size:14px;
	font-weight:bold;
	border:none;
	text-align:left;
	color:#ffffff;
	width:300px;
	cursor:pointer;
}