body  {
	font: 64% Verdana, Arial, Helvetica, sans-serif;
	background: #161616;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
}
.fahrzeug {
	border: none;
	padding-bottom: 20px;
}

h2 {
	font-size: large;
}
#mainContent .angebote a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.angebote a {
	color: #FFFFFF;
	text-decoration: underline;
}
h4 {
	font-size: x-small;
	color: #FFFFFF;
}
h3 {
	font-size: medium;
	color: #FFFFFF;
}

.angebote img {
	border: none;
}



.twoColFixLtHdr #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	margin: 0 auto;
} 
.twoColFixLtHdr #header {
	padding: 0 0px 0 0px;
	margin: 0;
	height: 120px;
	background-repeat: repeat-y;
	text-indent: 0px;
	position: relative;
	background-image: url(../images/bg_header2.jpg);
	z-index: 10;
} 
#underline {
	background-image: url(../images/underline.png);
	background-repeat: no-repeat;
	text-indent: -10000px;
	height: 30px;
	margin-top: 0px;
	z-index: 2;
	position: relative;
	margin-left: 9px;
}


.twoColFixLtHdr #sidebar1 ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixLtHdr #sidebar1 li {
	list-style-type: none;
	margin-bottom: 20px;
	background-image: url(../images/button.png);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 120%;
	
}
.twoColFixLtHdr #sidebar1 a {
	text-decoration: none;
	color: #161616;
	margin-left: 0px;
	margin-bottom: 20px;
	margin-top: 20px;
	border: none;
	padding-top: 11px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 155px;
}
.twoColFixLtHdr #sidebar1 a:hover {
	background-image: url(../images/button.png);
	background-repeat: no-repeat;
	background-position: 0px -34px;
	margin-left: -10px;
	color: #FFFFFF;
	padding-left: 20px;
	
}



.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 8px;
}
.twoColFixLtHdr #mainContent {
	margin: 10px 0 0 250px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding: 0 15px 0 0px;
} 
.twoColFixLtHdr #footer {
	background-image: url(../images/bg_header.jpg);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:left;
	font-size: 1px;
	height: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}
.lineheight0 {
	line-height: 0px;
}

.twoColFixLtHdr #footer a {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	text-decoration: underline;
	color: #FFFFFF;
}
.angebote {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	padding-bottom: 20px;
}
#mainContent a {
	color: #FFFFFF;
	text-decoration: underline;
}
#linkreset  a {
	color: #FFFFFF;
	text-decoration: underline;
}


h1 {
	font-size: x-large;
	color: #FFFFFF;
}
.linkreset {
	color: #FFFFFF;
	text-decoration: underline;
}
.komplettfahrzeuge img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 10px;
}

.gelbeSchrift {
	color: #FFFF00;
}
#mainContent img {
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.zentriert {
	text-align: center;
}
.preisangabe {
	font-size: medium;
	font-weight: bolder;
	color: #FFFFFF;
}

.gelbeSchrift_zentriert {
	color: #FFFF00;
	text-align: center;
}
#banner object {
	margin: 0px 0 0 -20px;
	padding: 0px;
	z-index: 1;
}

#formular .my {
	background-color: #999999;
}
#formular table {
	width: 290px;
}
#formular .width{
	width: 100px
}
#autoscout a,img{
	text-decoration:solid;
	border:none;
