@import url('reset.css');

html {
	height:100%;
	width:100%;
}

body {
	background-color:#6F833A;
	padding:auto;
	font-size:12px;
	font-family:Verdana, sans-serif;
}

.pngfix {
	behavior:url('files/iepngfix.htc');
}

h1 {
	margin:0px;
	padding-top:10px;
	padding-bottom:10px;
	font-size:250%;
}

h2 {
	margin:0px;
	padding-top:8px;
	padding-bottom:8px;
	font-size:210%;
}

h3 {
	margin:0px;
	padding-top:7px;
	padding-bottom:7px;
	font-size:180%;
}

h4 {
	margin:0px;
	padding-top:10px;
	padding-bottom:10px;
	font-size:140%;
}

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

#navigation a:visited {
	color:#000000;
}

#navigation a:hover {
	color:red;
}

#header {
	position:relative;
	width:890px;
	height:215px;
	margin:0px auto;
	margin-top:40px;
	background-color:white;
	padding:0px;
	background-image:url('../header_bg.jpg');
}

#wrapper {
	position:relative;
	width:890px;
	margin:0px auto;
	background-color:white;
	padding:0px;
	padding-top: 40px;
	padding-bottom: 40px;
	background-image:url('../_img/wrapper_bg.png');
	background-repeat:repeat-y;
  min-height: 200px;
  _height: 200px;

}

#navigation ul {
	margin:0px;
	padding:0px;
	text-align:right;
}

.rex-navi1 li {
	background-image:url('../_img/oender-logo_klein.png');
	background-position:right top;
	background-repeat:no-repeat;
	list-style:none;
	line-height:24px;
	font-size: 13px;
	font-style: arial, verdena;
	font-weight: bold;
	text-align:right;
	padding-right:22px;
	margin-right:5px;
}

.rex-navi2 li {
	background-image:url('../_img/navi_button_klein.png');
	background-position:right;
	background-repeat:no-repeat;
	list-style:none;
	line-height:24px;
	font-size: 13px;
	font-style: arial, verdena;
	font-weight: normal;
	text-align:right;
	padding-right:16px;
}

#navigation {
	padding-top:50px;
}

#navigation a {
	line-height:24px;
	vertical-align:top;
	_vertical-align:middle;
}

#footer {
	position:relative;
	width:890px;
	margin:0px auto;
	padding:0px;
	padding-top:32px;
	height:23px;
	background-image:url('../_img/footer_bg.png');
}

#footer a {
	color:black;
}

#footer a:hover {
	color:red;
}

#linkespalte {
	position:absolute;
	width:167px;
	margin-left:33px;
	background-color:#b2ab5a;
	top:0px;
	bottom:0px;
	_left:33px;
	_margin-left:0px;
}

#logo {
	position:absolute;
	top:-24px;
	margin-left:33px;
	background-color:#b2ab5a;
	height:260px;
	width:167px;
}

#contentlinks {
	margin-left:250px;
	margin-right:30px;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:10px;
}

#contentrechts {
	margin-left:260px;
	margin-right:10px;
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:10px;
	padding-top:10px;
}

#logo_container {
	position:absolute;
	left:-68px;
	top:-12px;

}

#footerlinks {
	margin-left: 35px;
	padding-bottom: 10px;	
}


#hosting {
	position:relative;
	width:890px;
	margin:5px auto;
	font-size:8px;
	color:#A5BD31;
	text-align:right;
	padding-right:35px;
}

#hosting a {
	color:#A5BD31;
}

#hosting a:hover {
	color:#FFFFFF;
}

