@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#wrapper {
	width: 960px;
	height: 570px;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -480px;
	background-image: url(/images/content_bg.jpg);
	background-repeat: no-repeat;
	z-index: 10;
}

#content_start, #content_scrolling_wrapper {
	width: 380px;
	height: 350px;
	position: absolute;
	top: 160px;
	left: 50%;
	margin: 0 0 0 80px;
	text-align: right;
	z-index: 20;
	overflow: hidden;
}


#content_scrolling {
	width: 380px;
	position: relative;
	top: 0;
	left: 0;
	text-align: justify;
}


#content_start {
	text-align: right;
}

#scolling_up {
	width: 8px;
	height: 7px;
	position: absolute;
	top: 508px;
	left: 50%;
	margin: 0 0 0 466px;
	background-image: url(/images/scroller_up.gif);
	background-repeat: no-repeat;
	z-index: 30;
}

#scolling_down {
	width: 8px;
	height: 7px;
	position: absolute;
	top: 517px;
	left: 50%;
	margin: 0 0 0 466px;
	background-image: url(/images/scroller_down.gif);
	background-repeat: no-repeat;
	z-index: 30;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

p {
	font-size: 12px;
	font-weight: normal;
	padding: 0;
	margin: 0 0 10px 0;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#sponsor_skatein {
	width: 107px;
	height: 40px;
	position: absolute;
	top: 530px;
	left: 50%;
	margin: 0 0 0 -59px;
	z-index: 20;
	display: block;
}

#sponsor_speedlager {
	width: 152px;
	height: 40px;
	position: absolute;
	top: 530px;
	left: 50%;
	margin: 0 0 0 77px;
	z-index: 20;
	display: block;
}

#sponsor_uvex {
	width: 55px;
	height: 40px;
	position: absolute;
	top: 530px;
	left: 50%;
	margin: 0 0 0 258px;
	z-index: 20;
	display: block;
}

#sponsor_powerslide {
	width: 122px;
	height: 40px;
	position: absolute;
	top: 530px;
	left: 50%;
	margin: 0 0 0 338px;
	z-index: 20;
	display: block;
}

#sponsor_tagheuer {
	width: 113px;
	height: 50px;
	position: absolute;
	top: 15px;
	left: 50%;
	margin: 0 0 0 347px;
	z-index: 20;
	display: block;
}

#infotext {
	width: 510px;
	height: 120px;
	position: absolute;
	top: 400px;
	left: 50%;
	margin: 0 0 0 -456px;
	z-index: 20;
}

#logo {
	width: 130px;
	height: 130px;
	position: absolute;
	top: 15px;
	left: 50%;
	margin: 0 0 0 -454px;
	display: block;
	z-index: 20;
}


#bms_balken {
	width: 960px;
	height: 40px;
	position: absolute;
	top: 575px;
	left: 50%;
	margin: 0 0 0 -480px;
	display: block;
	background-image: url(/images/bms_balken.jpg);
	background-repeat: no-repeat;
}