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

body {
	margin: 0;
	padding: 0;
	background: url('../images/bg_body.jpg') top center repeat-y #b1b3b3;
}

a {
	text-decoration: none;
}

.Clear {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	clear: both;
}

.WebsiteFrame {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	height: auto;
}

.container-cookie	{ width: 100%; height: auto; padding: 0; padding-top: 15px; padding-bottom: 5px; margin: 0; font-family: 'Roboto Condensed', sans-serif; color: #2b2b2b; font-size: 12px; line-height: 18px; }


/********************************************
HEAD
********************************************/
#Head {
	width: 800px;
	height: 125px;
	padding: 0;
	margin: 0;
}

#Head .SpalteLinks {
	width: 266px;
	height: 125px;
	float: left;
	padding: 0;
	margin: 0;
	border: 0;
}

#Head .SpalteLinks img {
	border: 0;
	margin: 0;
}

#Head .SpalteMitte {
	width: 268px;
	height: 90px;
	float: left;
	padding: 0;
	padding-top: 35px;
	margin: 0;
	border: 0;
}

#Head .SpalteMitte .Container {
	width: 226px;
	height: 60px;
	padding: 0;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0;
	border: 0;
	border-left: 1px solid #b1b3b3;
	border-right: 1px solid #b1b3b3;
	font-family: 'Roboto Condensed', sans-serif;
	color: #2b2b2b;
	font-size: 12px;
	line-height: 18px;
	display: table-cell;
    vertical-align: middle;
}

#Head .SpalteRechts {
	width: 266px;
	height: 90px;
	float: left;
	padding: 0;
	padding-top: 35px;
	margin: 0;
	border: 0;
}

#Head .SpalteRechts .Container {
	width: 246px;
	height: 60px;
	padding: 0;
	padding-left: 20px;
	padding-right: 0;
	margin: 0;
	border: 0;
	font-family: 'Roboto Condensed', sans-serif;
	color: #2b2b2b;
	font-size: 12px;
	line-height: 18px;
	display: table-cell;
    vertical-align: middle;
}

#Head .SpalteRechts .Container a {
	color: #6ca724;
	text-decoration: underline;
}

#Head .SpalteRechts .Container a:hover {
	color: #6ca724;
	text-decoration: none;
}





/********************************************
TEASER
********************************************/
#Teaser {
	width: 800px;
	height: 335px;
	margin: 0;
	padding: 0;
	background-position: top center;
	background-repeat: no-repeat;
	-moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    -khtml-background-size: cover;
    background-size: cover;
}





/********************************************
NAVIGATION
********************************************/
#Navigation {
	width: 800px;
	height: 40px;
	background: url('../images/bg_navigation.jpg') repeat-x top center;
	margin: 0;
	padding: 0;
}

#Navigation ul {
	width: auto;
	height: 15px;
	margin: 0;
	padding: 0;
	padding-top: 12.5px;
	padding-bottom: 12.5px;
}

#Navigation ul a li {
	width: auto;
	height: 15px;
	margin: 0;
	padding: 0;
	padding-left: 15px;
	padding-right: 15px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #2b2b2b;
	font-size: 14px;
	line-height: 15px;
	vertical-align: middle;
	border: 0;
	border-right: 1px solid #2b2b2b;
	float: left;
	list-style: none;
	text-transform: uppercase;
}

#Navigation ul a li:hover {
	color: #7f7f7f;
}

#Navigation ul a li.last {
	border-right: 0 !important;
}





/********************************************
CONTENTSUB + CONTENT
********************************************/
#ContentSub {
	width: 770px;
	height: 100px;
	margin: 0;
	padding: 15px;
	background: #dadada;
	font-size: 12px;
	line-height: 20px;
	color: #2b2b2b;
	font-family: 'Roboto Condensed', sans-serif;
}

#ContentSub .Bild {
	width: 145px;
	height: 100px;
	margin: 0;
	margin-right: 15px;
	padding: 0;
	background-position: top center;
	background-repeat: no-repeat;
	-moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    -khtml-background-size: cover;
    background-size: cover;
	float: left;
}

#ContentSub .Titel {
	width: 610px;
	height: auto;
	font-size: 16px;
	line-height: 16px;
	color: #6ca724;
	font-family: 'Roboto Condensed', sans-serif;
	margin: 0;
	margin-bottom: 15px;
	float: right;
	text-transform: uppercase;
}

#Content {
	width: 800px;
	height: auto;
	padding: 0;
	padding-top: 30px;
	padding-bottom: 30px;
	margin: 0;
	font-size: 12px;
	line-height: 20px;
	color: #2b2b2b;
	font-family: 'Roboto Condensed', sans-serif;
}

#Content a {
	color: #6ca724;
	text-decoration: underline;
}

#Content a:hover {
	color: #6ca724;
	text-decoration: none;
}

#Content h1 {
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	color: #6ca724;
	font-family: 'Roboto Condensed', sans-serif;
	margin: 0;
	margin-bottom: 30px;
	text-transform: uppercase;
}

#Content h2 {
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	color: #6ca724;
	font-family: 'Roboto Condensed', sans-serif;
	margin: 0;
	margin-bottom: 15px;
	margin-top: 15px;
	text-transform: uppercase;
}

#Content img {
	float: left;
	margin: 0;
	margin-right: 20px;
	margin-bottom: 5px;
	border: 0;
}

#Content img.imgRefRand,
#Content img.imgRefMitte {
	width: 250px;
	height: auto;
	float: left;
	margin: 0;
	margin-bottom: 25px;
	border: 0;
}

#Content img.imgRefMitte {
	margin-right: 25px;
	margin-left: 25px;
}

#Content .BoxRand,
#Content .BoxMitte {
	width: 247px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
	font-size: 12px;
	line-height: 20px;
	color: #2b2b2b;
	font-family: 'Roboto Condensed', sans-serif;
}

#Content .BoxMitte {
	margin-left: 30px;
	margin-right: 29px;
}

#Content .BoxRand .Titel,
#Content .BoxMitte .Titel {
	width: 247px;
	height: auto;
	font-size: 16px;
	line-height: 16px;
	color: #6ca724;
	font-family: 'Roboto Condensed', sans-serif;
	margin: 0;
	text-transform: uppercase;
}

#Content .BoxRand .Bild,
#Content .BoxMitte .Bild {
	width: 247px;
	height: 100px;
	margin: 0;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 0;
	background-position: top center;
	background-repeat: no-repeat;
	-moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    -khtml-background-size: cover;
    background-size: cover;
}





/********************************************
FOOTER
********************************************/
#Footer {
	width: 790px;
	height: 20px;
	margin: 0;
	padding: 5px;
	background: #6ca724;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #ffffff;
}





/********************************************
KONTAKT
********************************************/
#Kontaktfeld {
	width: 500px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
}

ul#Kontaktformular {
	width: auto;
	height: auto;
	list-style: none;
	margin: 0;
	padding: 0;
}
		
ul#Kontaktformular li {
	width: auto;
	height: auto;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	clear: both;
}
	
ul#Kontaktformular li div {
	width: 150px;
	margin: 0;
	padding: 0;
	float: left;
}

ul#Kontaktformular li input,
ul#Kontaktformular li textarea {
	margin: 0;
	width: 300px;
	height: 20px;
	padding: 2px;
	border: 1px solid #999;
	font-size: 13px;
	line-height: 20px;
	color: #000000;
	font-family: 'Roboto Condensed', sans-serif;
}

ul#Kontaktformular li textarea {
	height: 250px !important;
}

ul#Kontaktformular li input[type="submit"] {
	background: #999;
	color: #ffffff;
	width: 306px;
	height: 24px;
	font-size: 13px;
	line-height: 20px;
	color: #000000;
	font-family: 'Roboto Condensed', sans-serif;
}

#Anfahrt {
	width: 300px;
	height: auto;
	margin: 0;
	padding: 0;
	float: right;
}