HTML, BODY {
	margin:0px;
	padding:0px,
}

BODY {
	text-align:center;
	font-family: Verdana, Tahoma, sans-serif;
	font-size:8pt;
	background-color:#000;
}

#allesdrin {
	position:relative;
	width:800px;
	height:auto;
	margin: 0 auto;
	margin-top:25px;
	margin-bottom:25px;
	text-align:left;
	border:1px solid #FFF;
	overflow:visible;
	background-color:#000;
}

#logo {
	width:431px;
	height:82px;
	background-color:#FFF;
	padding-left:20px;
	padding-top:20px;
}

#header {
	position:relative;
	width:859px;
	height:179px;
	background-color:#BFCBC4;
	margin-left:-60px;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
	border-left:1px solid #FFF;
}

#header_bildleiste {
	position:absolute;
	left:295px;
	top:10px;
}

#header_bildleiste IMG {
	border:0px;
}

#topmenue {
	position:absolute;
	left:680px;
	top:10px;
	width:200px;
	font-size:8pt;
}

#topmenue UL {
	margin:0px;
	padding:0px;
	list-style-position: inside;
}

#topmenue UL LI {
	margin:0px;
	padding:0px;
	list-style-type: none;
	float:left;
	padding-right:10px;
}

#topmenue A {
	text-decoration:none;
	color:#FFF;
}

#menue {
	position:relative;
	width:860px;
	height:25px;
	margin-left:-60px;
	line-height:25px;
	border-bottom:1px solid #FFF;
	font-size:11pt;
}

#menue A {
	text-decoration: none;
	color:#FFF;
}

#menue A:HOVER {
	color:#B1C0B7;
}

#menue A.active {
	color:#B1C0B7;
}

#stoerer {
	width:58px;
	height:25px;
	border-left:1px solid #FFF;
	/*border-bottom:1px solid #FFF;*/
	border-right:1px solid #FFF;
	background-color:#F68F7A;
	float:left;
}

#menue UL {
	margin:0px;
	padding:0px;
	list-style-position: inside;
	margin-left:120px;
}

#menue UL LI {
	margin:0px;
	padding:0px;
	padding-left:15px;
	float:left;
	padding-right:25px;
	list-style-type:none;
	background-image: url(gfx/logo-button.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

#text {
	clear:both;
	width:450px;
	height: auto !important; 
	height: 100%; 
	min-height: 425px;
	padding-top:45px;
	float:left;
	background-color:#BFCBC4;
	border-right:1px solid #FFF;
	line-height:16px;
	padding-bottom:10px;
}

#text P, H2, H3 {
	margin-left:10px;
	margin-right:15px;
}

#text P {
	font-size:8pt;
}

#text H2 {
	font-size:12pt;
	color:#000;
}

#text P.short {
	width:70%;
}

#text H3 {
	font-size:8pt;
	color:#FFF;
	margin-bottom:0px;
}

#text A {
	text-decoration:none;
	border-bottom:2px dotted #FFF;
	color:#000;
}

#text A.noborder {
	border:0px;
}	

#text UL {
	margin:0px;
	padding-left:25px;
	list-style-position: outside;
	padding-bottom:15px;
}

#text UL LI {
	padding:0px;
	margin:0px;
}

#text H2.sub  {
	margin-top:-10px;
	padding-top:0px;
	padding-bottom:10px;
	font-size:9pt;
}

#text UL .outline {
	position:relative;
	left:-50px;
	top:-16px;
	margin-bottom:-18px;
	list-style-type: none;
}

#bilder {
	position:absolute;
	width:370px;
	height:470px;
	left:495px;
	margin-top:65px;
}

#bilder IMG {
	border:1px solid #FFF;
	margin-right:20px;
	margin-bottom:20px;
}

#bilder_2 {
	position:absolute;
	width:500px;
	height:470px;
	left:375px;
	margin-top:65px;
}

#bilder_2 IMG {
	border:0px;
	margin-right:10px;
	margin-bottom:20px;
}


/*** Kontaktformular ***/
label, input, select { /* Alle Labels UND Formularelemente auswählen */
  display: block;
  float: left;
  width: 180px; /* Breite.*/
}

form br { /* Alle Zeilenumbrüche in Formularen auswählen */
  clear: left; /* das floating der labels und inputs aufheben */
}

input#submit { /* den Submit-Button */
  float: none;
  width: auto;
  background-color:#f09179;
  border:0px;
  margin:0px;
  width:92%;
  height:25px;
  color:#FFF;
  font-family:Verdana, Tahoma, sans-serif;
}

label {
 text-align: right; 
 padding-right: 1em;
 margin-bottom:20px;
}

input {
	height:15px;
	background-color:#FFF;
	border:0px;
	font-size:8pt;
	border-bottom:1px solid #000;
}

select {
	font-size:8pt;
	height:20px;
}

input.checkbox {
	background-color:#BFCBC4;
	border:0px;
}

.plz {
	width:50px;
}

.hidden {
	display:none;
}

.error {
	color:red;
}

form {
  margin-left:10px;
  padding:.5em;
  width:90%;
}
