* {
	border: none;
	margin:0;
	padding:0;
}
html {
	height:100%;
	width: 100%;
}
body {
	width: 100%;
	height:1000px;
	position:relative;
	font: 11px/14px Arial, Helvetica, sans-serif;
	background: #909090;
}
#backlink_bg {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	height:260px;
}
/* #backlinks_dark {
	width:800px;
	height:100%;
	margin:0 auto;
	background:#000;
	opacity:0.5;
	-moz-opacity:0.5;
	filter: alpha(opacity=50);
} */
#backlinks {
	position:absolute;
	bottom:200px;
	left:50%;
	right:0;
	margin-left:-250px;
	width:500px;
	text-align:center;
}
#backlinks a {
	margin:10px;
	background:#fff;
	border:1px solid #000;
	color:#000;
	font-weight:bold;
	padding:10px;
}

/* index */
body#index {
	text-align:center;
	height: 100%;
}
body#index #shim {
	float:left;
	height:50%;
	margin-top:-300px;
	visibility:hidden;
	width:100%;
}
#wrap {
	clear:both;
	width: 980px;
	margin: 0 auto;
	text-align:left;
	overflow:hidden;
}
#leftcontent {
	width: 700px;
	background:#ccc;
	height:600px;
	position:relative;
	float:left;
}
#leftcontent h1 {
	position: absolute;
	left:40px;
	font-size:14px;
	color: #656565;
}
#leftcontent h2 {
	position: absolute;
	top: 200px;
	left:35px;
	color:white;
	font-size:104px;
	text-align: justify;
	
}
#leftcontent p.starttext {
	position: absolute;
	bottom: 50px;
	left:40px;
	width:450px;
	font-size:16px;
	line-height: 1.3em;
	color: #656565;
	text-align: justify;
	letter-spacing: -1px;
}
#leftcontent ul#images {
	padding:50px 0 0 50px;
	list-style-type: none;
}
#leftcontent ul#images li {
	float:left;
	width: 160px;
	padding-bottom:50px;
	margin-right: 50px;
}
#leftcontent #moviebox {
	padding:40px;
}
#menu {
	width: 280px;
	height:600px;
	position:relative;
	float:left;	
	font-size:14px;
	background:#fff;
}
#menu ul {
	padding-left: 60px;
	list-style-type:none;
	position:absolute;
	top: 470px;
}
#menu ul li {
	margin-bottom:10px;
}
#menu ul li.first {
	margin-bottom:30px;
}
#menu ul li.movie a {
	font-weight:bold;
}
#menu a {
	color:#444;	
}
#menu .back {
	position:absolute;
	top:10px;
	left: 60px;
}











/* startseite */
body#startseite {
	background: #666 url(images/startseite_bg.jpg) center top no-repeat;
	height: 1300px;
}
#startseite #startwrap {
	width: 800px;
	margin:0 auto;
	position:relative;
}
#startseite #angebote {
	position:absolute;
	top:799px;
	left:492px;
	width:298px;
	background:#fff;
	padding-top:2px;
}
#startseite #angebote a img {
	display:block;
}


/* detail common */
body #flashwrap {
	width: 800px;
	margin:0 auto;
	position:relative;
}
body #flashcontent {
	position:absolute;
	top:380px;
	left:451px;
	width:312px;
	height:234px;
}

/* detail bmw_w */
body#bmw_w {
	background: #666 url(images/detailseite_bmw_w_bg.jpg) center top no-repeat;
}

/* detail bmw_s */
body#bmw_s {
	background: #666 url(images/detailseite_bmw_s_bg.jpg) center top no-repeat;
}

/* detail audi */
body#audi {
	background: #666 url(images/detailseite_audi_bg.jpg) center top no-repeat;
}


/* fake vhv index */
body#vhv {
	background: #F0AB06 url(images/vhv_seite.jpg) center top no-repeat;
	height:990px;
}