@charset "UTF-8";
/* CSS Document */

body {
	background-color: #f7f6f5;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}

#container {
	width: 830px;
}

/* HEADER */

#header_left {
	float: left;
	width: 410px;
	height: 31px;
	text-align: left;
	padding-top: 80px;
	padding-left: 5px;
}

#header_right {
	float: right;
	width: 410px;
	height: 41px;
	text-align: right;
	padding-top: 70px;
	padding-right: 5px;
}

#header_image {
	height: 237px;
	background-image: url(images/bg_image.jpg);
	clear: both;
	padding-top: 12px;
	padding-left: 12px;
}

/* NAVIGATION */

#navigation {
	background-color: #67655b;
	height: 16px;
	width: 822px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
}

#navigation li {
	display:inline;
}

#navigation ul {
	margin: 0px;
	padding-left: 0px;
}

#navigation a {
	color: #F7F6F5;
	text-decoration: none;
	padding-right: 35px;
	padding-left: 35px;
	font-weight: normal;
}

#navigation a:hover {
	color: #FFF;
	display: inline;
	padding-right: 35px;
	padding-left: 35px;
	background-image: url(images/navigation_hover3.png);
	background-repeat: no-repeat;
	background-position: center;
}

.current {
	color: #999;
	padding-right: 35px;
	padding-left: 35px;
}

/* CONTENT */

#content {
	background-image: url(images/bg_content.gif);
	background-repeat: repeat-y;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #67655B;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 17px;
	text-align: left;
	overflow: auto;
}
#content a {
	color: #798408;
	text-decoration: none;
	font-style: italic;
}
#content a:hover {
	text-decoration: none;
	color: #ACBA0D;
}
#content ul {
	padding-left: 15px;
}

h1 {
	font-size: 18px;
	margin-top: 0px;
	font-weight: normal;
	color: #A5BA0D;
}

h2 {
	font-size: 13px;
	color: #A5BA0D;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}


#body1 {
	float: left;
	width: 236px;
	padding-right: 15px;
	padding-left: 15px;
}

#body2 {
	float: left;
	width: 236px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #CCC;
	border-left-color: #CCC;
	padding-right: 15px;
	padding-left: 15px;
	height: 150px;
}

#body3 {
	float: right;
	width: 236px;
	padding-right: 15px;
	padding-left: 15px;
}

#body_left {
	float: left;
	width: 510px;
	padding-top: 10px;
	padding-left: 15px;
}

#body_right {
	background-color: #f0efee;
	float: right;
	width: 230px;
	padding: 15px;
	height: 100%;
}

/* FOOTER */

#footer_bg {
	background-image: url(images/bg_footer.jpg);
	background-repeat: no-repeat;
	height: 10px;
	width: 830px;
	overflow: auto;
}

#footer_left {
	float: left;
	width: 410px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8px;
	color: #999;
	padding-left: 5px;
	padding-bottom: 20px;
}

#footer_right {
	float: right;
	width: 410px;
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8px;
	color: #999;
	padding-right: 5px;
	padding-bottom: 20px;
}
#footer_bg a {
	color: #798408;
	text-decoration: none;
	font-style: italic;
}

/* Kontaktformular */

input {
	background-color: #f7f6f5;
	border: 1px solid #999999;
	margin-top: 5px;
}
textarea {
	background-color: #f7f6f5;
	border: 1px solid #999999;
	height: 150px;
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* DIVERSE */

.m2-promo {
	display: none;
}
p {
	margin-top: 0px;
	padding-top: 0px;
}
.overstreget {
	text-decoration: line-through;
}

