@CHARSET "UTF-8";

*{
	margin:0;
  	padding:0;
  	font-family: Arial;
}

html, body{
	height:100%;
}

img{
	border: 0px;	
}

body{
	text-align:center; /* horizontal centering for IE Win quirks */
	background: black;	
}

#distance { 
		width:1px;
		height:50%;
		margin-bottom: -384px; /* half of container's height */
		float:left;
}

#main{
	margin:0 auto;
	text-align:left;
	clear:left;
	width: 1024px;
	height: 768px;
	min-height: 768px;
	background: #A7123A;
	position: relative; /* puts container in front of distance */
}

#head{
	width: 1024px;
	height: 187px;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	position: relative;
	margin: 10px 0px 10px 0px;
}

#bar_top, #bar_navi{
	position: relative;
	width: 1024px;
	height: 37px;
	background: url("../img/bar_top.jpg");
}

#bar_navi{
	background: url("../img/main.jpg");
	background-position: 0px -1px;
}


#bar_top ul{
	position: absolute;
	left: 20px;
	top: 0px;
}

#bar_navi ul{
	position: absolute;
	left: 20px;
	top: 0px;
}

#bar_top ul li, #bar_navi ul li{
	list-style: none;
    display: inline;
    font-size: 12px;
	color: white;	
	height: 37px;
}

#bar_top ul li a, #bar_navi ul li a{
	text-decoration: none;
	color: white;	
	padding: 10px 9px 12px 9px;
	height: 37px;
	line-height: 37px; /* IE ignoriert padding-top/bottom*/
}

#bar_navi ul li a{
	font-weight:bold;
}

#bar_navi ul li a#active{
	color: #a62143;
	background-color: #dfdfdf;
}

#head #header{
	position: absolute;
	top: 0px;
	right: 0px;
}

#head #carlbenz{
	position: absolute;
	top: 20px;
	left: 20px;
}

#head #steinbeis{
	position: absolute;
	top: 110px;
	left: 20px;
}

#pictures{
	margin: 10px 0px 10px 0px;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	width: 1024px;
	height: 70px;
}

#content{
	position: relative;
	background: white url("../img/content_bg.jpg") no-repeat;
	width: 1024px;
	height: 484px;
	overflow: auto;
}

#start{
	position: absolute;
	bottom: 20px;
	right: 40px;
	text-decoration: none;
	font-weight: bold;
	color: white;	
	font-size: 12px;
}

#left{
	float: left;
	width: 224px;	
}

#left img{
	border: 2px solid white;	
	margin: 30px 20px 0px 30px;
}

#left p{
	color: #56575a;
	margin: 15px 15px 0px 30px;
	font-size: 11px;
	line-height: 20px;
}

#right{
	margin: 30px 60px 10px 60px;
	color: 56575a;
	padding-left: 224px;
	padding-bottom: 30px;
	font-size: 12px;
	line-height: 18px;
}

#right p{
	margin: 20px 0px 0px 0px;
}

#right h1{
	font-size: 22px;
	color: #a62143;
}

#right span.head{
	font-weight: bold;
	margin: 0px 0px 0px -30px;
	padding: 0px 0px 0px 30px;
	color: #a62143;
	font-size: 12px;
	line-height: 18px;
	background: url("../img/headline_bg.png") no-repeat;
	background-position: 0px 2px;
	display: inline-block; /* eigentlich inline, aber ie ignoriert dann padding */
}

#right li{
	margin-left: 20px;
}

#right ul li{
	list-style:  url("../img/li2.gif");
}

#right a{
	color: #56575a;
}

#right strong{
		color: #a62143;
}

a.download{
	margin-left: -30px;
	padding-left: 50px;
	background: url("../img/pdf.png") no-repeat;
	background-position: 30px 0px;
	line-height: 22px;
}

#picture1{
	position: relative;
	top: -70px;
}



