* {
	margin: 0px;
	padding: 0px;
	outline:none;
}
a img {
	border:none;
}
html {
	height:100%;
	margin-bottom: 1px;	
}
body {
	background: #40063e url(images/bg.png) repeat-x;
	font: 0.8em Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	overflow-y: scroll; 
}
#outer {

	margin: 0 auto;

	width: 980px;
	text-align: left;
}
#wrapper {

width: 980px;
	background: #320129;
}
#header {
	background: url(images/logo.jpg) no-repeat;
	height: 200px;
	position: relative;
}
#header #logo a {
	height: 115px;
	width: 700px;
	display: block;
	position: absolute;
	top: 0px;
	left: 270px;
}
#header #logo a .hidden {
	position: absolute;
	left: -5000px;
	top: -5000px;
}
#header .do_rexsurf {
	position: absolute;
	top: 10px;
	right: 10px;
}

#language {
position: absolute;
left: 150px;
top: 0;



}
#topnav {
	background: #a678a2 url(images/skater_mitte.jpg) no-repeat;
	height: 40px;
	position: relative;
}
#linkes {
	float: left;
	width: 250px;
	height: 170px;
	background: url(images/skater_unten.png) no-repeat;
}
#rechtes {
	float: left;
	width: 700px;
	margin-left:10px;
	padding: 0 5px;
}
#rechtes2 {
	float: right;
	width: 200px;
	background-color:#f1f1f1;
}
#mitte {
	margin-right: 210px;
	margin-left: 260px;
	border-left:1px dotted #333333;
	border-right:1px dotted #333333;
	padding: 0 5px;
}
#footer {
	clear: both;
height: 100px;
	background: transparent url(bg_footer.jpg) no-repeat;
}

