body {
	background-color: #333;
	background-image: url(../images/bg.jpg);
}
#container {
	position: absolute;
	left: 50%;
	margin-left: -510px;
	margin-top: 50px;
	width: 1020px;
	height: 715px;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
}
#top {
	background-image: url(../images/bg_top.jpg);
	background-repeat: repeat-x;
	background-position: 0px 109px;
	height: 196px;
	width: 803px;
	position: absolute;
	left: 109px;
	top: 28px;
}
#rennen {
	width: 802px;
	position: absolute;
	left: 112px;
	top: 140px;
	height: 70px;
	overflow: hidden;
}
.rennen_auswahl {
	background-repeat: no-repeat;
	display: block;
	width: 132px;
	padding-top: 52px;
	height:18px;
	float: left;
	text-align: center;
	font-size:12px;
	font-weight: bold;
	margin-right:1px;
	margin-top:1px;
}
#logo {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	width: 511px;
	height: 130px;
	position: absolute;
	left: 410px;
	top: 90px;
}
#imprint {
	background-color: #000;
	color: #fff;
	text-align: center;
	font-size: 10px;
	width: 70px;
	height: 15px;
	position: absolute;
	left: 942px;
	top: 624px;
}
#boxentafel {
	background-image: url(../images/boxentafel.png);
	background-repeat: no-repeat;
	height: 119px;
	width: 118px;
	position: absolute;
	left: 310px;
	top: 27px;
}
#autos {
	background-image: url(../images/autos.png);
	background-repeat: no-repeat;
	height: 128px;
	width: 243px;
	position: absolute;
	left: 212px;
	top: 95px;
}
#rahmen_mitte {
	background-image: url(../images/bg_rahmen_mitte.png);
	background-position: 1px 1px;
	background-repeat: no-repeat;
	height: 320px;
	width: 1020px;
	position: absolute;
	left: 0px;
	top: 215px;
}
#inhalt {
	height: 300px;
	width: 1000px;
	position: absolute;
	left: 10px;
	top: 225px;
	background-color: #666;
	overflow: hidden;
	font-size: 11px;
	line-height: 20px;
}
#bottom {
	background-color: #000;
	height: 102px;
	width: 1002px;
	position: absolute;
	padding-left: 2px;
	left: 8px;
	top: 524px;
}
.teaser {
	background-image: url(../images/bg_teaser.gif);
	background-repeat: repeat-x;
	height: 160px;
	width: 193px;
	position: absolute;
	left: 115px;
	top: 540px;
	background-color: #333;
	text-align: right;
}
.teaser_bild {
	margin: 1px;
	border: 1px solid #CCC;
}
.teaser_video {
	margin: 1px;
	border: 1px solid #CCC;
	background-color:#000;
	overflow:hidden;
	width:190px;
	height:128px;
}
.teaser_news {
	margin: 1px;
	border: 1px solid #CCC;
	background-color:#000;
	overflow:hidden;
	width:179px;
	height:118px;
	background-image: url(../images/bg_news_teaser.gif);
	background-repeat: repeat-x;
	padding: 5px;
	font-size: 10px;
	text-align: left;
}
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
a:link {
	color: #CCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCC;
}
a:hover {
	text-decoration: underline;
	color: #C00;
}
a:active {
	text-decoration: none;
	color: #CCC;
}
p, h1, h2, h3 {
	margin:0;
	padding:0;
	margin-bottom:5px;
	font-size: 12px;	
}
h1 {
	font-size: 16px;
	color: #C00;
}
h2 {
	font-size: 14px;
	color: #C00;
}
h3 {
	font-size: 12px;
	color: #FF0;
	display: inline;
}
a:link.rennen_auswahl {
	color: #333;
	text-decoration: none;
}
a:visited.rennen_auswahl {
	text-decoration: none;
	color: #333;
}
a:hover.rennen_auswahl {
	background-color: #c63034;
	text-decoration: none;
	color: #fff;
}
a:active.rennen_auswahl {
	text-decoration: none;
	color: #333;
}
.stepcarousel{
position: relative; /*leave this value alone*/
border: 1px solid black;
overflow: scroll; /*leave this value alone*/
width: 270px; /*Width of Carousel Viewer itself*/
height: 220px; /*Height should enough to fit largest content's height*/
background-color: #666;
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 10px; /*margin around each panel*/
width: 300px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

html, body {
scrollbar-face-color:#c00;
scrollbar-base-color:#c00;
scrollbar-arrow-color:#fff;
scrollbar-track-color:#c66;
scrollbar-shadow-color:#922;
scrollbar-highlight-color:#c99;
scrollbar-3dlight-color:#c99;
scrollbar-darkshadow-Color:#922;
}

