/* CSS Document */

/* Standart HTML Tags*/

body {
	margin-top:-10px;
	padding-top:0px;
	background-color:#CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	}

a {
	color:#FFFFFF;
	text-decoration:none;
	}

hr {
	width: 434px;
}

h2{
	color:#FFFFFF;
	font-size: 24px;
	height: 70px;
	font-weight:normal;
	margin-top:0px;
	padding-bottom:0px;
	}


h1{
	color:#FFFFFF;
	font-size: 15px;
	font-weight:bold;
	margin-top:0px;
	}
h3{
	color:#666666;
	font-size:10px;
	font-weight:normal;
}

.bodytext {
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* Formatierungen */
#wrapper
	{
	margin: 0px auto;
	width:960px;
	text-align: left;
	}
#header
	{
	width:960px;
	height: 130px;
	background-color:#FFFFFF;
	float:left;
	}
#navi_wrap
	{
	width:690px;
	height: 130px;
	background-color:#FFFFFF;
	float: left;
	}
#slogan
	{
	width:690px;
	height: 110px;
	background-color:#FFFFFF;
	}


#logo
	{
	width:270px;
	height: 130px;
	background-color:#FFFFFF;
	float:left;
	}
#Content
	{
	width: 960px;
	}
#content_text
	{
	width: 480px;
	height: 450px;
	float: left;
	background-color: #999999;
	overflow:auto;
	}
/* Box */
#box_wrapper
	{
	width: 320px;
	height: 450px;
	float: left;
	}
#bilder
	{
	width: 160px;
	height: 450px;
	float: left;
	background-color:#CCCCCC;
	}
#weiter
	{
	width:320px;
	height: 60px;
	vertical-align:text-bottom;
	}
#subnavi
	{
	width:270px;
	float:right;
	text-align:right;
	}
#subnavi a
	{
	font-size: 12px;
	color:#000000;
	}
#subnavi a:hover{
	text-decoration:underline;
}

#subnavi ul li {
	margin-top:10px;
	padding-left: 5px;
	padding-bottom: 0px;
	list-style-type: none;
	background-attachment: scroll;
	background-repeat:no-repeat;
	background-position: right 0px;
}
.window
	{
	width: 270px;
	height: 180px;
	background-color:#FFFFFF;
	padding-left: 10px;
	padding-top: 10px;
	}
.window h1
	{
color: black;
font-weight: bold;
	}
.blue
	{
	background-color:#007DC0;
	}
.bluehover
	{
	background-color:#0074B3;
	}
.yellow
	{
	background-color:#FFD017;
	}
.yellowhover
	{
	background-color:#FBC900;
	}
.green
	{
	background-color:#00A650;
	}
.greenhover
	{
	background-color:#009747;
	}
.box300300
	{
	width: 320px;
	height: 300px;
	float: left;
	}
.box150150
	{
	width: 160px;
	height: 150px;
	float: left;
	overflow: hidden;
	}
.box150150 h1 {
	font-size: 13px;
}
.box150450
	{
	width: 160px;
	height: 450px;
	float: left;
	overflow: hidden;

	}
.box150450 h1 {
	font-size: 13px;
}
.box300450
	{
	height: 450px;
	width: 320px;
	float: left;
	}

.margin
{
	margin: 20px;
}
.ford{

	height:150px;

	background-image:url(img/logos/ford.gif);

	background-position:10px 30px;

	background-repeat:no-repeat;

}

.ford_large{

	background-image:url(img/logos/ford.gif);

	background-position:0px 20px;

	background-repeat:no-repeat;

}

.ford_start{

	height:110px;

	background-image:url(img/logos/ford.gif);

	background-position:170px 20px;

	background-repeat:no-repeat;

}

.lets{

	height:150px;

	background-image:url(img/logos/letsdrive.gif);

	background-position:10px 35px;

	background-repeat:no-repeat;

}

.lets_large{

	height:150px;

	background-image:url(img/logos/letsdrive.gif);

	background-position:0px 20px;

	background-repeat:no-repeat;

}

.lets_start{

	height:110px;

	background-image:url(img/logos/letsdrive.gif);

	background-position:180px 20px;

	background-repeat:no-repeat;

}

.bp{

	height:150px;

	background-image:url(img/logos/bp.gif);

	background-position:15px 30px;

	background-repeat:no-repeat;

}

.bp_large{

	height:150px;

	background-image:url(img/logos/bp.gif);

	background-position:0px 20px;

	background-repeat:no-repeat;

}

.bp_start{

	height:110px;

	background-image:url(img/logos/bp.gif);

	background-position:180px 10px;

	background-repeat:no-repeat;

}
.ongoing_footer{
	margin: 0px auto;
	text-align:right;
	width:960px;
}

/* MAIL FORM */
.mf-input {
	display: block;
    float: left;
    border: 1px black solid;
    background-color: #BBBBBB;
    width: 250px;
    margin-bottom: 10px;
    margin-right: 20px;
}
* html .mf-input {
	margin-right: 0px;
}
.mf-pass {

}
.mf-text {
	display: block;
    float: left;
    border: 1px black solid;
    background-color: #BBBBBB;
    width: 250px;
    margin-bottom: 10px;
    margin-right: 20px;
}
* html .mf-text {
	margin-right: 0px;
}
.mf-check {

}
.mf-radio {
	float:  left;
	display: block;
	clear: left;
	/*width: 14px;*/
}
.mf-select {

}
.mf-file {

}
.mf-reset {

}
.mf-submit {

}
.csc-mailform-radio fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}

.csc-mailform-radio legend {
	display: none;
}
.csc-mailform-field label{
     display: block;
     text-align: right;
     float: left;
     width: 10em;
     margin: 0 5 0 0;
     padding: .1em;
}
.csc-mailform-radio label {
	float: left;
	display: block;
	/*width: 30px;*/
	text-align: left;
	padding: .1em;
	height: 14px;
	margin-bottom: 5px;
}
.csc-mailform {
    border: 1px black solid;
    background-color: #FFFFFF;
    padding: 10px;
    clear: both;
    width: 400px;
    min-height: 340px;
}



/*
.csc-mailform label {
	float:  left;
}

.csc-mailform-field select{
    display: block;
    float: left;
    max-width: 75px;
    width: 75px;
    border: 1px black solid;
    background-color: #BBBBBB;
    margin-bottom: 10px;
}
.csc-mailform-check {
	width: 10px;
}
#mailformtest5 {
	width: 15px;
}

.csc-mailform-field input{
    display: block;
    float: left;
    border: 1px black solid;
    background-color: #BBBBBB;
    width: 200px;
    margin-bottom: 10px;
}
.csc-mailform-field textarea{
    display: block;
    float: left;
    border: 1px black solid;
    background-color: #BBBBBB;
    width: 200px;
    margin-bottom: 10px;
}
.csc-mailform-field submit{
    border: 1px black solid;
    background-color: #BBBBBB;
    float: right;
}*/
/* Autoscout*/
#autoscout a {
   font-size: 12px;
   color:#000000;
}
#autoscoutform {

}

.atg_search{
    border: 1px black solid;
}

.atg_select{
    display: block;
    float: left;
    max-width: 75px;
    width: 75px;
    border: 1px black solid;
    background-color: #BBBBBB;
    margin-bottom: 10px;
}

.atg_input{
    display: block;
    float: left;
    border: 1px black solid;
    background-color: #BBBBBB;
    width: 200px;
    margin-bottom: 10px;
}

.atg_button{
    border: 1px black solid;
    background-color: #BBBBBB;
    float: right;
}

.autoscout_result{
    border: 1px black solid;
    padding: 2px;
    background-color: #FFFFFF;
    clear: both;
}

.atg_results_tr{
    border-bottom: 1px black solid;
}

.autoscout_label {
     display: block;
     text-align: right;
     float: left;
     width: 10em;
     margin: 0 5 0 0;
     padding: .1em;
}

.autoscout_br {
    clear: left;
}

.grey{
    background-color: #BBBBBB;
}


.greyhover{
    background-color: #FFFFFF;
}
.white{
    border: 1px black solid;
    background-color: #FFFFFF;
    margin-bottom: 10px;
    padding: 5px;
}

.mailform{
    border: 1px black solid;
    background-color: #FFFFFF;
    padding: 10px;
    clear: both;
    min-height: 340px;
}

.autoscout_bild{
    border: 0px solid black;
}

.autoscout_dl{
    margin: 0 0 0 0;
}

.autoscout_dt{
     width: 12em;
     float: left;
     margin: 0 0 0 0;
     padding: .1em;
     font-weight: bold;
}

.autoscout_dd{
     float: left;
     width: 15em;
     margin: 0 0 0 0;
     padding: .1em;
}

.autoscout_br{
    clear: both;
}

.autoscout_detaillink{
    background: #BBBBBB;
    margin: 0 0 0 0;
    border: 1px solid black;
    width: 60px;
    height: 15px;
    text-align: center;
    float: right;
}

.autoscout_result_dl{
    margin: 0 0 0 0;
}

.autoscout_result_dt{
     width: 10em;
     float: left;
     margin: 0 0 0 0;
     padding: .1em;
     font-weight: bold;
}

 /* commented backslash hack for mac-ie5 \*/
dt { clear: both; }
/* end hack */

.autoscout_result_dd{
     float: left;
     width: 24em;
     margin: 0 0 0 0;
     padding: .1em;
}


