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

.hidden {
	position: absolute;
	left: -5000px;
	top: -5000px;
}

a img {
	border: none;
}


html {
	height:100%;
	margin-bottom:1px;
}

body {
	font: 0.9em/1.5em Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	background: #EBEBEB;
}

#outer {
	text-align: left;
}

#webseite {
	margin: 0px auto;
	width: 950px;
	background: url(bg_webseite.png) repeat-y center top;
	min-height:400px;
	height:auto !important;  /* für moderne Browser */
	height:400px;  /*für den IE */
}
/* hide hack from Mac-IE5 \*/
* html #webseite { height: 1%; }
/* end hiding */
#header {
	background: url(bg_header.jpg) no-repeat left top;
	height: 160px;
	position: relative;
}

#header .do_rexsurf {
	text-align: center;
	display: block;
	position: absolute;
	top: 110px;
	left: 270px;
	background: #9EBEA7;
	border: 1px dotted #FF0000;
}
#header #slogan1 {
	position: absolute;
	top: 70px;
	right: 100px;
	letter-spacing: 0.2em;
	font: bold 2.2em Verdana, Arial, Helvetica, sans-serif;
}

#header .slogan2 {
	position: absolute;
	right: 100px;
	top: 110px;
	letter-spacing: 0.3em;
	font: 1.6em Verdana, Arial, Helvetica, sans-serif;
}


#linkes {
	width: 260px;
	float: left;
	min-height:400px;
	height:auto !important;  /* für moderne Browser */
	height:400px;  /*für den IE */
	background: url(bg_linkes.jpg) no-repeat;
}

#rechtes {
	float: right;
	width: 250px;
	min-height:400px;
	height:auto !important;  /* für moderne Browser */
	height:400px;  /*für den IE */
	display: block;
	padding-bottom: 50px;
}

#mitte {
	background: url(bg_inhalt.jpg) no-repeat right 75px;
	margin-top: 0px;
	margin-right: 260px;
	margin-left: 270px;
	min-height:400px;
	height:auto !important;  /* für moderne Browser */
	height:400px;  /*für den IE */
}
#mitte #inhalt {
}


#footer {
	background: url(bg_footer.png) no-repeat left top;
	height: 114px;
	clear: both;
	text-align: center;
}

