/* CSS Document */

html { 
   overflow-y:scroll;
  padding:0px;
  margin:0px;
}

body {

  background-color: #000000;
  font-size: 12px;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	margin:0px;
	padding:0px;
	line-height:13px;
}

.navigation {
	font-size:10px;
	font-weight:600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

ol {
padding: 0;
margin-left: 30px;
}

h1 {

	font-size:11px;
	color:#FFFFFF;
	margin-top: 20px;
}

h2 {
	margin-top: 5px;
	font-size:9px;
	color:#FFFFFF;
}

h3 {
	margin-top: 40px;
	font-size:11px;
	color:#FFFFFF;
}

.text {
	font-size:10px;
	color:#FFFFFF;
}

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


/*  positioning-layers statisch und absolut */

#box {
width:860px;
margin: 0px auto;
padding:0px;
text-align:left;
}

#links {
	width:205px;
	height: 427px;
	padding:0px;
	float:left;
	background-color:#000000;
	background-image: url(../images/hintergrund_links.jpg);
	background-repeat:no-repeat;
}

#inhalt {
width:475px;
min-height:348px;
padding:0px;
float:left;
background-image:url(../images/hintergrund_mitte_oben.jpg);
background-repeat:no-repeat;
overflow: auto;
}

#mitte {
width:475px;

margin-top: 0px;
float:left;
background-image:url(../images/hintergrund_mitte_balken.jpg);
background-repeat: repeat-y;
height:auto;

}

#inhalt_unten {
width:475px;
height: 78px;
margin-bottom: 0px;
float:left;
background-image:url(../images/hintergrund_mitte_unten.jpg);
background-repeat: no-repeat;
}

#rechts {
width:180px;
height: 427px;
padding:0px;
float:left;
background-image:url(../images/hintergrund_rechts.jpg);
background-repeat:no-repeat;

}

#kopf {
height: 20px;
padding:10px;
margin:0px;
}

#footer {
height: 15px;
width: 180px;
margin-top:0;
}

#menu {
	width: 171px;
	margin-top: 137px;
	margin-left: 31px;
}



#menu ul{

list-style: none;
margin: 0;
padding: 0;
border: none;
}

#menu li{
margin-bottom: 5px;
}

#navi {
margin-top:153px;
margin-left:7px;
margin-right:7px;
color: #000000;
}

#text_center {
margin-top: -10px;
text-align:center;
margin-left:10px;
margin-right:7px;
color: #000000;
}

#text {
margin-top: -10px;
margin-left:10px;
margin-right:7px;
color: #000000;
}

#text_fotos {
margin-left:10px;
margin-right:7px;
color: #000000;
}

#preview {
text-align:center;
height: 350px;
width: 170px;
margin-top:60px;
margin-left:4px;
margin-right:4px;
}

/* Kontaktformular */
.formular {
 width:48em
}

.ebene {
 clear: both;
 padding: 2px 0
}

.label {
 float:left;
 padding:3px 0 0 0;
 width:10em
}

.feld{
 float:left;
 width:30em
} 

.submit{
 clear: both;
 margin:1em 0 0 10em
}

.feldbreite{
 background:#eee;
 border:1px solid #ccc;
 font:10px "verdana", arial, sans-serif;
 overflow:auto;
 width:20em
 margin-right: 10px;
}


#banner {
margin-left: 170px;
padding-top: 100px;
vertical-align:top;
}
