* {
margin: 0;
	padding: 0px;
		outline: none;
}

a img {
	border:none;
}

html {
	height: 150em;
	

	
}

body {
	font: 0.8em Arial, Helvetica, sans-serif;
	color: #000000;
	background: #f7f7f7;
	text-align: center;
}

#outer {
	margin: 0 auto;
	width: 980px;
	text-align: left;

}

#header {
background: url(images/logo.jpg) no-repeat;
	height: 240px;
	position: relative;
	margin-left: 1px;
}
#header  #logo a {

	height: 200px;
	width: 241px;
	display: block;
	position: absolute;
	top: 40px;
	left: 40px;
}
#header   #logo  a .hidden {
	position: absolute;
	left: -5000px;
	top: -5000px;
}
#header .do_rexsurf {
	position: absolute;
	top: 10px;
	right: 10px;
}

#wrapper {
background: url(images/shadow_middle.jpg) repeat-y;
}

#topnav {
	position: relative;
	height: 40px;
	background: #206398;
	border-bottom: #CCCCCC 4px groove;
	width: 900px;
	margin-left: 40px;
}



#linkes {
	float: left;
	width: 220px;
	margin-left: 40px;
}


#linkes .text_box1 p, h3{
margin-top: 20px;

}

#rechtes {
	float: left;
	width: 650px;
	margin-left:10px;

}
#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;
	background: url(images/footer.jpg) center no-repeat;
	font-size: 90%;
	text-align: center;
	height: 100px;
	line-height: 90px;
}
