body, table, td, p {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	}

#container{
	width: 780px;
	
}

h1{
	color: #000099;
	margin: 0 0 10px 0px;
	font-size: 18px;
	position: absolute;
	top: 23px;
	left: -200px;
}

h3, h2{
	font-size: 16px;
}

#navigation{
	background: url(../bilder/hintergrund_navigation.jpg) top repeat-x;
	text-align: right;
}

#news{
	width: 225px;
	float: left;
  position: relative;
}

#adresse{
        padding: 25px;
        padding-top: 70px;
}
#inhalt{
	background: url(../bilder/hintergrund_seite.jpg) #F7F7F7 top repeat-x;
	padding: 10px;
	float: left;
	width: 535px;
	position: relative;
	margin-bottom: 10px;
}

#producedby{
	margin-bottom: 10px;
	text-align: right;
}

.spalte{
	width: 150px;
	float: left;
	padding: 0 10px;
	border-right: 1px solid black;
}

div[class] .spalte {
   height:auto;
   }

a {
	color: #000099;
	font-weight: bold;
	}



a:hover {
	color: #036;
	text-decoration: none;
	}

a img{
	border: none;
}	

form { 
	display:inline
	}


.rahmen {
	border: 1px solid black;
}

.datum {
	font-size: 10px;
	color: #808080;
}

.floatleft {
	float: left;
	margin-right: 10px;
}

.floatright {
	float: right;
	margin-left: 10px;
}

/* Kontaktformular */
.ausfuellen{
	border: 1px solid red ;
}

form label.required {
  color: red;
}

form label.completed {
  color: green;
}

.formmailerror{
	border: 1px solid #E7DBC6;
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
}

label{
	width: 140px;
	cursor: pointer;
	cursor: hand;
	display: block;
	float: left;
	margin-bottom: 5px;
}

.kontakt {
	width: 200px;
	display: block;
	float: left;
	margin-bottom: 5px;
}


.clearleft{
	clear: left;
}
/* Ende Kontakt */
