* {
	font-family: Verdana, Tahoma, sans-serif;
}

body {
	background-color: #333;
}

div#outerspace {
	position: absolute;
	left: 50%;
	margin-left: -421px;
	top: 50px;
	width: 842px;
	height: 555px;
}

div#picleft {
	position: absolute;
	left: 0;
	top: 0;
	width: 313px;
	height: 555px;
	background-color: white;
	overflow: hidden;
}

div#logo {
	position: absolute;
	left: 313px;
	top: 0;
	width: 529px;
	height: 226px;
	background-image:url("../images/logo.gif");
}

div#content {
	position: absolute;
	left: 313px;
	top: 226px;
	width: 529px;
	height: 329px;
	background-color: #d0bfa1;
}

div#nav {
	position: absolute;
	top: 14px;
	left: 0;
}

div#helpnav {
	width: 842px;
	position: absolute;
	top: 560px;
}

div#helpnav ul,
div#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-left: 70px;
	width: 439px;
}

div#helpnav ul {
	width: 100%;
	margin: 0;
	padding: 0;
}

div#helpnav ul li {
	float: right;
	font-weight: bold;
	margin-left: 10px;
}

div#helpnav ul li a {
	color: white;
	text-decoration: none;
	font-size: 12px;
}
div#nav ul li {
	float: left;
	width: 126px;
	margin-right: 4px;
	margin-bottom: 4px;
	font-size: 11px;
	background-color: #ddd0ba;
}

div#nav ul li a {
	display: block;
	padding: 2px;
	border: 1px solid #b3a285;
	color: #b3a285;
	text-decoration: none;
	font-weight: bold;
}

div#nav ul li.active a {
	color: #990033;
}

div.innercontent {
	position: absolute;
	width: 457px;
	height: 105px;
	left: 10px;
	top: 105px;
	overflow-x: visible;
	overflow-y: auto;
}

div#innercontent-full {
	height: 200px;
}

div#innercontent-full p {
	margin-bottom: 3px;
}

div.innercontent p {
	margin: 0;
	font-size: 12px;
	line-height: 16px;
	text-align: justify;
}

div#stoerer {
	position: absolute;
	left: 279px;
	top: 240px;
	width: 100px;
height: 100px;
}

div#stoerer div#stoererframe,
div#stoerer div#stoererbild {
	position: absolute;
	border: 2px solid white;
	width: 71px;
	height: 71px;
	top: 0px;
	left: 0px;
}

div#stoerer div#stoererbild {
	border-color: transparent;
	top: 10px;
	left: 10px;

}

div#bildergalerie {
	position: absolute;
	left: -34px;
	top: 230px;
	width: 500px;
	overflow: hidden;
	height: 75px;
}

div#bildergalerie img {
	border: 2px solid white;
	margin-right: 10px;
	margin-bottom: 100px;
}

label {
	width: 100px;
	float: left;
}

input {
	border: 1px solid #666;
}

textarea {
	width: 300px;
	height: 80px;
}
