@CHARSET "UTF-8";
* {
	font-family: verdana, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #ff6600;
	margin: 0px;
	padding: 0px;
}
html
{
	position: relative;
	padding:0;
	margin:0;
	height:100%;
	width:100%;
	display:table;
	text-align:center;
	overflow-y: scroll;
}
body
{	
	position: relative;
	height:100%;
	width:100%;
	padding:0;
	margin:0;
	position: relative;
	top: 0;
	left: 0;
	display: table-cell;
	text-align: left;
	vertical-align: top;
	background-color: #cbcbba;
}
#inhalt
{
	position:relative;
	height:auto;
	width:735px;
	top:60px;
	margin:auto;
	text-align: left;
	padding: 8px 8px 30px 8px;
	background-image: url('/bilder/bg_seitlich.gif');
}
#bg_oben {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 8px;
	width: 751px;
	background-image: url('/bilder/bg_obenunten.gif');
	overflow: hidden;
}
#kopf {
	height: 232px;
	width: 735px;
	overflow: hidden;
	background-color: #ff6600;
}
#kopf img.indent {
	margin-left: 70px;	
}
#kopf a {
	position: absolute;
	top: 95px;
	left: 422px;
}
#kopf a img {
	border: 0px;	
}
#koerper {
	height: auto;
	padding: 80px 0px;
	background-color: #ffffff;	
}
#navigation {
	width: 166px;
	text-align: right;
	float: left;
}
#navigation a {
	display: block;
	padding-right: 15px;
	background-image: url('/bilder/orange_dot.gif');
	background-position: 159px -30px;
	background-repeat: no-repeat;
	font-weight: bold;
	text-decoration: none;
	line-height: 22px;
}
#navigation a.aktiv {
	background-position: 159px 8px;
}
#navigation a.sub {
	font-weight: normal;
}
#navigation a:hover {
	background-position: 159px 8px;
	text-decoration: underline;
}
#text {
	width: 500px;
	position: relative;
	top: 3px;
	left: 35px;
	float: left;
}
#text .team {
	clear: left;
}
#text .team img {
	position: relative;
	float: left;
	margin-right: 12px;
	margin-bottom: 22px;
}
#text a.vorschau {
	display: block;
	width: 158px;
	float: left;
	text-decoration: none;
	margin-right: 12px;
	margin-bottom: 12px;
	font-weight: bold;
}
#text a.nr {
	margin-right: 0px;	
}
#text a.vorschau img {
	width: 158px;
	height: 118px;
	border: 0px;
	margin-bottom: -3px;
}
#text a.vorschau img.aktiv {
	width: 154px;
	height: 114px;
	border: 2px solid #ff6600;	
}
#unten {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 30px;
	width: 751px;
	background-image: url('/bilder/bg_obenunten.gif');
	background-position: 0px -8px;
	background-repeat: no-repeat;
	background-color: #cbcbba;
	text-align: right;
	color: #333333;
	line-height: 18px;
	font-size: 10px;
}
#unten a {
	color: #333333;
	margin-right: 8px;
	font-size: 10px;
}
#unten a.links {
	position: absolute;
	left: 8px;
	top: 2px;
}
#impressum {
	position: absolute;
	top: 10px;
	left: -4px;
}
#impressum img {
	border: 0px;	
}
#text.anfahrt {
	background-image: url('/bilder/rb_anfahrtsplan.gif');
	background-position:top right;
	background-repeat: no-repeat;
	height: 305px;
	width: 512px;
}
h1 {
	font-weight: bold;
	margin-bottom: 1em;
}
p {
	margin-bottom: 1em;
}
ul,ol {
	margin-bottom: 1em;
	padding-left: 20px;
}
label {
	position: relative;
	top: 0px;
	left: 0px;
	display: block;
	vertical-align: top;
	width: 500px;
	height: 22px;
	overflow: visible;
}
label.area {
	height: 118px;
}
form {
	padding-top:13px;	
}
input, textarea {
	position: absolute;
	right: 0px;
	width: 360px;
	border: 0px solid;
	background-color: #cbcbba;
}
textarea {
	height: 110px;
}