html,body {
	font-size:14px;
	font-family:Verdana,arial;
	background:url(../img/main_bg_img.png) repeat-x  left 85px;
}
a {
	color:black;
	text-decoration:underline;
}
a:hover {
	color:black;
	text-decoration:underline;
}
#settings {
	width:1000px;
	height:100%;
	background:#fff;
	margin:0 auto;
}
/* KOPFZEILEN MENU */
#kopfzeilen_menue {
	width:1000px;
	height:20px;
	text-align:left;
	padding:2px;
}
h1 {
	font-size:18px;
	font-family: Verdana;
	font-weight:bold;
	color:#8d986f;
	border-bottom:1px dashed #8d986f;
	width:100%;
}
#kopfzeilen_menue a{
	text-decoration:none;
	color:#000;
	font-weight:normal;
}
#kopfzeilen_menue a:hover{
	text-decoration:none;
	color:orange;
	font-weight:normal;
}
#LOGO {
	margin-top:10px;
	background:#dde0d4;
	height:280px;
	padding-left:4px;
	background-image:url(../img/logo.png);
	background-position:left top;
	background-repeat:no-repeat;
	font-weight:bold;
	font-size:20px;
	color:#999;
}
* + html #LOGO {
	margin-top:3px;
	background:#8d986f;
	height:287px;
	padding-left:4px;
	background-image:url(../img/logo.png);
	background-position:left top;
	background-repeat:no-repeat;
	font-weight:bold;
	font-size:20px;
	color:#999;
}
/* HEADER */
#header {
	width:1000px;
}
#HEADER_MENU {
	width:100%;
	height:280px;
	background:#BEC4AD;
	padding:0;
	list-style:none;
	font-size:12px;
	font-family: verdana;
	margin:0 0 3px 0;
}
ul#navigation
{
	width:300px;
	margin:10px 0px 5px 0px;
	padding:0;
	list-style:none;
	background-color: #8d986f;
}
* + html ul#navigation {
	background-color:#828e63;
	margin:0px;
	padding:0px;
}
ul#navigation li {
	margin:0;
	padding-left:0px;
	text-align:left;
}
ul#navigation li a {
	display:block;
	height:20px;
	width:290px;
	padding-top:5px;
	padding-left:10px;
	text-decoration:none;
	color:#eaeaea;
}
ul#navigation li.second a:hover
{
	background:#bec4ad;
}
ul#navigation li a:hover
{
	background-color:#bec4ad;
}
ul#navigation li:first-child a:hover
{
	background:#bec4ad;
}
ul#navigation li ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
ul#navigation li ul li {
	padding-left:10px;
	background:#DDE0D4;
}
ul#navigation li ul li a {
	color:#888;
	width:280px;
}
ul#navigation li ul li a:hover {
	background:#BEC4AD;
	padding-right:0px;
	color:black;
}

.LOGIN_BOX {
	width:295px;
	height:100px;
	background:white;
	background:#bec4ad;
	font-size:12px;
	font-family: verdana;
	padding-left:5px;
}

.LOGIN_BOX form {
	padding-top:10px;
}
.RANDOM_BANNER {
	width:auto;
	height:auto;
	padding:0px;

}
.RANDOM_BANNER img{
	margin-top:10px;
	height:280px;
}
/* FOOTER */
#footer_1 {
	height:20px;
	line-height:20px;
	background:#8d986f;
	padding: 5px;
	margin:5px 0px 0px 3px;
	width:984px;
	color:#fff;
	font-weight:bold;
	text-align:center;
}
#footer_2 {
	height:15px;
	line-height:20px;
	background:#bec4ad;
	padding: 5px;
	color:#fff;
	font-weight:bold;
	margin:0px 0px 0px 3px;
	width:984px;
}
#footer_3 {
	width:984px;
	height:7px;
	line-height:20px;
	background:#dde0d4;
	padding: 5px;
	margin:0px 0px 0px 3px;
	color:#fff;
	font-weight:bold;
}

/* CONTENT */
#content{
	width:984px;
	height:100%;
	min-height:100%;
	margin:5px 0px 0px 3px;
	background:#f7f7f7;
	padding:5px;
}

#counter{
	width:984px;
	height:100%;
	min-height:100%;
	margin:-2px 0px 0px 3px;
	background:#bec4ad;
	padding:5px;
	font-size:12px;
	font-family: verdana;
	border-bottom:4px solid #8d986f;
}

.form_input {
	border:1px solid #8d986f;
	background:#bec4ad;
}
.form_input_admin {
	border:1px solid #8d986f;
	background:#fff;
	padding:2px;
}

.form_button {
	border:1px solid #8d986f;
	background:#bec4ad;
}
.th_text {
	padding-top:0px;
	font-family:Verdana;
	font-size:12px;
	font-weight:normal;
	color:black;
}
.th_title {
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	color:black;
	height:20px;
}
div#teamContainer {
	margin-bottom:50px;
	display:block;
}
div#teamContainer span.teamName {
	display:block;
	font-size:14px;
	padding:10px 0px 10px 0px;
	width:330px;
}
div#teamContainer span.teamText {
	display:block;
	float:left;
	width:330px;
	margin-left:-1px;
}
div#teamContainer span.teamImage {
	display:block;
	text-align:center;
	float:right;
	cursor:pointer;
}
#clearfix {
	clear:both;
}
/* Kontakt */

div#contactContainer {
	width:100%;
}
div#contactContainer div.firstname,
div#contactContainer div.lastname,
div#contactContainer div.email,
div#contactContainer div.title {

}

div#contactContainer div.message  {
}
div#contactContainer label {
	width:150px;
	display:block;
	padding:5px 0px 5px 0px;
}
div#contactContainer input {
	width:300px;
}

div#gbookContainer {
	margin:0px 0px 20px 10px;
}
div#gbookContainer div#gbookTitle{
	background:#8d986f;
	padding:5px;
	color:#fff;
}
div#gbookContainer div#gbookText{
	padding:5px;
	border-left:1px solid #8d986f;
	border-right:1px solid #8d986f;
}
div#gbookContainer div#lastField {
	background:#bec4ad;
}
div#gbookContainer div#gbookAuthor{
	float:left;
	padding:5px;
}
div#gbookContainer div#gbookDate{
	float:right;
	padding:5px;
}
.zoom {
	text-align:center;
	padding:4px 0px 4px 0px;
	text-decoration:none;
	color:#000;
	margin:0px;
	background:#bec4ad;
	border-top:5px solid #8d986f;
	width:411px;
}
table#vehicle {
	margin-bottom:20px;
}
table#vehicle th,
table#vehicle td {
	padding:5px;
}
table#vehicle th {
	text-align:left;
}


.textus { color:#000; ;font-size:9px;font-family:Verdana;}
.textcountueber { color:#000; ;font-size:10px;font-family:Verdana;}


img {
	border:0px;
}