/* ----- Allgemein ----- */

@import url(http://fonts.googleapis.com/css?family=Lato:400,900);

* {
	margin: 0;
	padding: 0;
	font-family: 'Roboto Slab', sans-serif;
	color: #4B3C37;
	text-decoration: none;
}

body {
	font-size: 18px;
	line-height: 25px;
}

a, a:link, a:visited {
	color: #4B3C37;
}

a:active, a:hover {
	color: #AF4B19;
}

a.aktiv {
	font-weight: bold;
}

h1 {
	font-size: 36px;
	text-align: center;
	margin-bottom: 40px;
}

/* ----- Header ----- */

header {
	widht: 100%;
	background-color: #FFF;
	box-shadow: 0px 2px 10px #CDCDCD;
}

#header_container {
	width: 960px;
	margin: 0 auto;
	background-color: #FFF;
}

#logo {
	padding: 40px 0 30px 0;
	text-align: center;
}

#menue {
	padding-bottom: 25px;
	text-align: center;
}

#menue li {
	list-style-type: none;
	display: inline;
	margin-left: 50px;
}

#banner {
	widht: 100%;
	background: url(../img/banner.png); 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center; 
}

#banner_container {
	width: 960px;
	height: 500px;
	margin: 0 auto;
}

#banner_container p {
	padding-top: 160px;
	color: #FFF;
	font-weight: bold;
	font-size: 30px;
	text-align: left;
}

#bg_hellgrau {
	width: 100%;
	background-color: #F9FAF4;
	padding: 75px 0;
	text-align: center;
}

#bg_hellgrau_container {
	width: 830px;
	margin: 0 auto;
}

.bg_weiss {
	widht: 100%;
	background-color: #FFF;
	padding: 75px 0;
}

#bg_weiss_container {
	width: 830px;
	margin: 0 auto;
}

#bg_hellgrau_container.kontakt {
	text-align: center;
}

#bg_hellgrau_container.kontakt a,
#bg_hellgrau_container.kontakt a:link,
#bg_hellgrau_container.kontakt a:visited {
	color: #234632;
	text-decoration: underline;
	font-weight: bold;
}


footer {
	widht: 100%;
	height: 50px;
	background-color: #4B3C37;
	color: #FFF;
}

#footer_container {
	width: 960px;
	margin: 0 auto;
	text-align: center;
}

#footer_rechts a, #footer_rechts a:link, #footer_rechts a:visited {
	color: #FFF;
	border-bottom: 2px solid #FFF;
	padding-bottom: 4px;
}

#footer_rechts a:active, #footer_rechts a:hover {
	color: #ED1D34;
	border-color: #ED1D34;
}