/*
Farben:
Gelb: #FFE10A
Hellgelb: #FFFFCC
Grün: #82AA46
Hellgrün(Formular): #9DC168;
*/
body {
	background-color: #FFFFFF;
	margin: 5px;
	font-family: Tahoma;
}
a {
	color: #DF0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0px;
}
#all {
	width: 100%;
	height: 100%;
	border: 1px #000000 solid;
	color: #000000;
	background-color: #FFE10A;
}
#ausleger {
	vertical-align: top;
}
#ausleger img {
	width: 100%;
}
#slideshow {
	top: 10px;
	left: 200px;
}
#headline {
	height: 171px;
	text-align: center;
	vertical-align: middle;
}
#nav {
	width: 15%;
	vertical-align: top;
	padding: 5px;
}
#nav a {
	color: #000000;
	font-family: Tahoma;
	text-decoration: none;
	position: relative;
	left: 15px;
}
#nav a:hover {
	text-decoration: underline;
}
.nav_titel {
	color: #BF0000;
	font-family: Arial;
	font-size: 16px;
	text-decoration: underline;
}
#content {
	width: 70%;
	height: 100%;
	border: 1px #000000 solid;
	background-color: #FFFFCC;
	vertical-align: top;
	padding: 10px;
}
#rechts {
	width: 15%;
	border-top: 1px #000000 solid;
	background-color: #82AA46;
	vertical-align: top;
}
#unten {
	height: 1px;
	color: #BF0000;
	background: URL('img/unten_bg.gif');
	background-repeat: repeat-y;
	background-color: #82AA46;
	text-align: left;
	word-spacing: 20px;
}
.kontakt input {
	color: #000000;
	background-color: #82AA46;
	border: 1px #000000 solid;
}
.kontakt textarea {
	color: #000000;
	background-color: #82AA46;
	border: 1px #000000 solid;
}
.kontakt select {
	color: #000000;
	background-color: #82AA46;
	border: 1px #000000 solid;
}
#thumbs {
	position: relative;
	left: 0px;
}
#description {
	width: 500px;
}
#button_links {
	border: 1px #000000 solid;
	background-color: #FFE10A;
}
#button_rechts {
	border: 1px #000000 solid;
	background-color: #FFE10A;
}
#button_rechts:hover {
	background-color: #FFFFFF;
}
#button_links:hover {
	background-color: #FFFFFF;
}
.titel {
	width: 100%;
	border: 0px #000000 solid;
	font-size: 25px;
	text-align: center;
}
.pauschal_titel {
	font-size: 25px;
	text-decoration: underline;
}
.gb input {
	color: #000000;
	background-color: #82AA46;
	border: 1px #000000 solid;
}
.gb textarea {
	color: #000000;
	background-color: #82AA46;
	border: 1px #000000 solid;
}