* { 
	margin: 0; padding: 0; 
}
html {
	height: 100%;
	font: 0.75em  lucida grande, verdana, sans-serif;
	line-height: 1.4em;
	color: #58585a;
}
input, textarea {
	font: 1.0em  lucida grande, verdana, sans-serif;
	line-height: 1.4em;
	color: #b1b3b4;
}
body {
	height: 100%;
	font: 100%;
	margin-bottom: 1px;
	background: #1f1f1f;
}
#nonFooter { 
	position: relative; 
	min-height: 100%;  
	background: #000000 url(layout_oben.jpg) top repeat-x; 
}
* html #nonFooter { 
	height: 100%; 
}
#footer { 
	position: relative; 
	margin: -30px auto 0 auto; 
	height: 30px; 
	background: url(layout_unten.gif) top repeat-x; 
}
* html #footer { 
	margin-top: -30px; 
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav ul li {
	display: inline;
	padding-right: 16px;
}
#nav ul li a {
	color: #58585a;
	text-decoration: none;
}
#nav ul li a:hover {
	color: #b1b3b4;
	text-decoration: none;
}
#nav ul li a.rex-current {
	color: #b1b3b4;
	text-decoration: none;
}
#wrapper {
	width: 770px;
	margin: auto;
	padding-top: 270px;
	padding-bottom: 50px;
}
#content {
	width: 770px;
	padding-top: 30px;
}
#contentleft {
	float: left;
	width: 570px;
	padding-top: 30px;
	padding-right: 30px;
}
#subnav {
	float: left;
	padding-top: 70px;
	width: 170px;
}
#subnav ul {
	margin: 0;
	padding: 0;
}
#subnav ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#subnav ul li a {
	color: #58585a;
	text-decoration: none;
}
#subnav ul li a:hover {
	color: #b1b3b4;
	text-decoration: none;
}
#subnav ul li a.rex-current {
	color: #b1b3b4;
	text-decoration: none;
}
.videorahmen {
	width: 448px;
	padding: 5px 5px 0px 5px;
	background: #1f1f1f;
	border: 1px solid #282828;
}
h2 {
	font: 2.2em;
	font-weight: normal;
	margin-bottom: 24px;	
}
.bild {
	border:1px solid #282828;
	padding:5px;
	background-color:#1f1f1f;
}
div.rexfancy-images img {
	border:1px solid #282828;
	background-color:#1f1f1f;
	padding:5px;
	-moz-border-radius:3px;
	margin-right:5px;
	margin-bottom:5px;
	float:left;
}
div.clear-rexfancy {
	float:none;
	clear:both;
}
a {
	text-decoration: none;
	color: #b1b3b4;
}
.eingabe_text {
	width: 366px;
	padding: 4px;
	background: #1f1f1f;
	border: solid 1px #282828;
}
.eingabe_feld {
	width: 750px;
	height: 300px;
	padding: 4px;
	background: #1f1f1f;
	border: solid 1px #282828;
}