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

body {
    background: #448BA7;
    text-align: center;
    padding: 0;
    margin: 0;
}

p {
	margin: 1em 0 1em;
	padding: 0;
}

#container {
    margin: 0 auto;
    text-align: left;
    position: relative;
    width: 666px;
    background: #B7D3DF;
    background: url(../bilder/hintergrund_container.gif) repeat-y;    
}

#navigation {
    position: relative;
    width: 666px;
    height: 270px;
    background: url(../bilder/kopfgrafik.jpg) no-repeat;
}

#navigation ul, #navigation ul li {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: inline;
}

#links {
    position: relative;
    width: 204px;
    float: left;
    overflow: hidden;
}

.linksInhalt {
    padding: 0px 6px 0px 6px;
}

#links .newsRepeater {
    border: 1px solid #448ba7;
    padding: 0px 20px 0px 16px;
    margin-top: 6px;
    margin-bottom: 6px;
    line-height: 1.4em;
    display: block;
    position: relative;
    overflow: hidden;
}

#inhalt {
    line-height: 1.5em;
    position: relative;
    background: #B7D3DF;
    width: 462px;
    float: left;
}

.seitenInhalt {
    margin-top: 20px;
}

.seitenInhalt p {
    line-height: 1.5em;
    padding: 0px 30px 0px 30px;
}

.seitenInhalt h1 {
    font-size: 13px;
    color: #89241F;
    font-weight: bold;
    background-color: #dce9f0;
    display: block;
    _height: 1.5em;
    padding-left: 30px;
    padding-top: 3px;
    padding-left: 30px;
}

.seitenInhalt h2 {
    font-size: 12px;
    color: #448BA7;
    margin-top: 30px;
    margin-bottom: 5px;
    margin-left: 30px;
    margin-right: 30px;
    border-bottom: 1px solid #448BA7;
}

h2 a {
    font-size: 12px;
    color: #448BA7;
    text-decoration: none;
}

.newsRepeater h2 {
    font-size: 12px;
    color: #448BA7;
    margin-top: 5px;
    margin-bottom: 10px;
}

.seitenInhalt h3 {
    font-size: 10px;          
    margin-top: 30px;
    margin-bottom: 5px;
    margin-left: 30px;
    margin-right: 30px;
}

.seitenInhalt strong {
    font-size: 10px;
    margin-top: 10px;
    margin-bottom: 2px;
}   

a {
	color: #89241F;
}

a:hover {
	color: #89241F;
	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;
}

.seitenInhalt .floatright {
	float: right;
	margin-left: 10px;
	margin-right: 30px;
	display: inline;
}

input, textarea, select {
	background: #ffffff;
	color: #000000;
	padding: 2px;
}
input:focus, select:focus {
	background: #cecece;
	padding: 2px;
}
.tabellenrahmen {
	border: 1px solid black;
	border-collapse: collapse;
}
.tabellenrahmen thead td {
	background-color: #066DB0;
	border-bottom: 1px solid black;
	font-weight: bold;
	color: #000000;
}
.tabellenrahmen td {
	border: 1px solid black;
	padding: 4px;
	margin: 0;
}

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



form label{
	cursor: pointer;
	cursor: hand;
}

#kontaktForm {
    margin: 0 30px;
}

#kontaktForm label {
                 
}

form label.required {
  color: #89241f;
}

form label.completed {
  color: black;
}

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

label{
  position: relative;
	width: 190px;
	display: block;
	float: left;
	margin-bottom: 5px;
}

.kontakt {
    position: relative;
	width: 180px;
	display: block;
	float: left;
	margin-bottom: 5px;
    border: 1px solid #448BA7;
}

.kontaktImpressum {
    position: relative;
	width: 180px;
	display: block;
	float: left;
	margin-bottom: 5px;
}

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

ul.seitenNavi {
     list-style-image: url(../bilder/listenzeichen.gif);                
}

ul.seitenNavi li {
     margin-left: 7px;     
}

