/* 
 -- layout.css --
 layout styles
 */

/* @group main */

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, form, a, fieldset, input, th, td {  
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: none;
}

html {
	overflow-y:scroll;
	height:100%;
}

body {
	background-color: #eff1f3;
	height:99%;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 120%;
	font-weight: bold;
}

ul, ol {
	list-style: none;
}

img {
	border: 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

img, div { behavior: url(/css/iepngfix.htc); }

.wrapper {
	height: 590px;
	background-repeat: no-repeat;
	width:970px;
	margin:auto;
}


#wrapper-1 {
	background-image: url(/img/bg-1.jpg);
}


#wrapper-2 {
	background-image: url(/img/bg-2.jpg);
}


#balken {
	background-image: url(/img/balken.png);
	background-repeat: no-repeat;
	position: relative;
	top: 509px;
	height: 57px;
	width:970px;
	margin:auto;
}

.homelink {
	display: block;
	height: 25px;
	width: 240px;
	text-decoration: none;
}

.text {
	visibility: hidden;
	display: none;
}

#homelink-1 {
	position: absolute;
	left: 106px;
	top: 17px;
}

#homelink-2 {
	position: absolute;
	left: 394px;
	top: 17px;
}

#homelink-3 {
	position: absolute;
	left: 683px;
	top: 17px;
}


#header {
	background-image: url(/img/header.jpg);
	background-repeat: no-repeat;
	position: relative;
	width:970px;
	height: 220px;
	margin:auto;
}

#fahrzeugsuche {
	background-color: #7d8186;
	background-repeat: no-repeat;
	position: relative;
	width:970px;
	height: 92px;
	margin:auto;
}

#iframe {
	background-color: #7d8186;
	width: 930px;
	height: 550px;
	border-width: 0;
	padding: 0 0 0 40px;
}

#footer {
	padding-left: 0;
	padding-bottom: 10px;
	padding-right: 40px;
	padding-top: 5px;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	font-family: Arial, Verdana, sans-serif;
	color: white;
	background-color: #7d8186;
	text-align: right;
	height: 15px;
}

#footer a, #footer a:visited {
	
	color: white;
	
}

.disclaimer {
	line-height: 14px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: black;
	background-color: #fff;
}

.disclaimer p {
	
	margin-bottom: 12px;
	
}

