﻿body, table, td, p {
	font: 11px Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-weight: normal;
	line-height: 1.5em;
}

body{
    margin: 10px 0;
    background: white;
    text-align: center;
    line-height: 1.5em;
}

#container{
    margin: 0 auto;
    text-align: left;
    position: relative;
    width: 760px;
}

#header {
    width: 760px;
}

#grauer_balken {
    width: 760px;
    height: 26px;
    margin-bottom: 2px;

}

ul#subnavi {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 0;
    right: 20px;
}

ul#subnavi li {
    display: inline;
    font-size: 10px;
    margin-left: 10px;
    line-height: 10px;
    color: #666;
}

ul#subnavi li a {
    color: #666;
    text-decoration: underline;
}

ul#subnavi li a:hover {
    color: #000;
    text-decoration: none;
}

#inhalt{
    background: transparent url(../bilder/bg_container.png) repeat-y;
}

#fusszeile {
    text-align: center;
    border-top: 10px solid #C5C5C5;
    padding-top: 10px;
}

.spalte_statisch {
    width: 370px;
    float: left;
}

.spalte_dynamisch {
    width: 370px;
    float: right;
}

.abstand {
    margin: 10px;
}

.spalte_statisch .abstand {
    margin-left: 20px;
}

h1 {
    font-size: 14px;
    margin: 0 0 0.5em 0;
    color: #666;
    text-transform: uppercase;
}

h2 {
    font-size: 12px;
    color:#666;
    margin: 0 0 1em 0;
    padding: 0;
}

p {
    margin: 0 0 1em 0;
    padding: 0;
    
}

h3{
    font-size: 12px;
    color: #000;
    margin: 0 0 1em 0;
    padding: 0;
}   

a {
    color: #DF002B;
}

a:hover {
    color: #666;
    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;
	display: inline;
}

.floatright {
	float: right;
	margin-left: 10px;
	display: inline;
}

/* Kontaktformular */
.ausfuellen{
	border: 1px solid red ;
}

form label{
	cursor: pointer;
	cursor: hand;
}

form label.required {
  color: red;
}

form label.completed {
  color: black;
}

.formmailerror{
	border: 1px solid #E7DBC6;
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
}

label{
  position: relative;
	width: 120px;
	display: block;
	float: left;
	margin-bottom: 5px;
}

.kontakt {
    position: relative;
	width: 200px;
	display: block;
	float: left;
	margin-bottom: 5px;
}

.clearleft{
	clear: left;
}
/* Ende Kontakt */

.letzteAktualisierung {
   color: #999;
   font-size: 10px;                   
}