﻿*{
	margin: 0px;
	padding: 0px;
}

body{
	font-family: "Trebuchet MS", "Bitstream Vera Sans", "Helvectica", sans-serif;
	font-size: 15px;
	background-color: #176d2b;
	background-image: url("images/hinter.png");
	background-repeat: repeat-y;
	background-position: 120px 0px;
}

a {
	color: #000000;
}
#hauptcontainer {
	width: 675px;
	margin: 20px 0px 20px 185px;
}

#hauptbild {
	margin-left: 30px;
}
.text {
	margin-left: 180px;
}
#hauptbild p {
	float: left;
}
#hauptbild img {
	float: right;
	padding: 0px 0px 2px 0px;
}
#hauptbild ul li .boller {
	color: #066;
	font-weight: bold;
	font-size: 12px;
}
#hauptbild .beschreibung {
	color: #000000;
	font-weight: bold;
}
#hauptbild .beschreibung2 {
	color: #000000;
	font-weight: bold;
	background-color: #FFD39B;
	font-family:Arial,sans-serif;
	padding:3px;
	height:26px;
	width:450px;
}
p {
	text-align: justify;
	font-size: 80%;
	
}
#navi1 a {
	padding: 0px 5px;
	color: #FFFF00;
	font-size: 75%;
}

#navi1 {
	border: 2px solid #000000;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px 10px 5px 0px;
	background: url("images/navi-farbe.png") bottom left;
	background-repeat: repeat-x;
	font-weight: bold
	
}
#navi1 a:hover {
	background: url("images/navi-farbe-hover.png") bottom left;
	background-repeat: repeat-x;
}
#navi1 ul li {
	display: inline;
}
#navi2 a {
	padding: 0px 5px;
	color: #FFFF00;
	font-size: 75%;
	
	
}

#navi2 {
	border: 2px solid #000000;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px 10px 5px 0px;
	background: url("images/navi-farbe.png") bottom left;
	background-repeat: repeat-x;
	font-weight: bold;
	
}
#navi2 a:hover {
	background: url("images/navi-farbe-hover.png") bottom left;
	background-repeat: repeat-x;
}
#navi2 ul li {
	display: inline;
	
}
#navi2 ul li .boller {
	color: #ef6969;
}
#navi1 ul li .boller {
	color: #ef6969;
}
#inhalt .text1 {
	color: red;
}
#hauptbild ul li {
	font-weight: bold;
}
#container4 h1 {
	font-align: center;
}
#container4 td {
	font-size: 79%;
}
#container4 table {
	width: 102%;
	margin-left: 0px;
}
#container4 table th,#container4 table td {
	vertical-align: top;
	text-align: center;
}
#input { 
	color: #066; font-weight: bold; font-size: 12px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

#fusszeile {
	clear: both;
}
#fusszeile {
	border-top: 1px solid black;
}
#fusszeile p.zeile {
	float: left;
}
#fusszeile p.copy {
	float: left;
	margin-left: 180px;
}
#fusszeile p.kontakt {
	float: right;
}
#inhalt-sms table {
	width: 100%;
}
#inhalt-sms table th, #inhalt-sms table td {
	vertical-align: top;
	text-align: left;
}
#inhalt input, #inhalt textarea {
	background: #e3e3e3;
}
#inhalt-sms input, #inhalt-sms textarea {
	padding: 2px 2px 0px 2px;
	margin: 3px 3px 0px 3px;
	background: #e3e3e3;
	border: 1px solid black;
}
#inhalt table tr #inhalt table td {
	border: 1px solid black;
	font-size: 50%
}

#inhalt-sms p.einzel {
	font-size: 90%;
	color: red;
	font-weight: bold;
}
#fusszeile {
	border-top: 1px solid black;
}
#fusszeile p.zeile {
	float: left;
}
#fusszeile p.copy {
	float: left;
	margin-left: 180px;
}
#fusszeile p.kontakt {
	float: right;
}
/*ERROR & SUCCESS*/
.error {
	color: red;
	font-weight: bold;
}
.success {
	color: red;
	font-weight: bold;
	
}
