@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Lato:400,700);
* {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
body {
	font-family: 'Lato', sans-serif;
}
nav {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	height: 100px;
	background-color: rgba(252,251,233,1.00);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.50);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.50);
}
#navi_div {
	width: 910px;
	margin-left: auto;
	margin-right: auto;
	height: 100px;
	position: relative;
	padding-left: 25px;
	padding-right: 25px;
}
#navi_div #navi_kontakt {
	position: absolute;
	top: 15px;
	width: 450px;
	text-align: right;
	right: 25px;
}
#navi_div #navi_text {
	position: absolute;
	bottom: 15px;
	width: 650px;
	text-align: right;
	right: 25px;
	font-size: 20px;
}
#navi_div #navi_text a {
	margin-left: 30px;
	color: rgba(0,0,0,1.00);
	font-weight: normal;
	text-decoration: none;
}
#navi_div #navi_text a:hover {
	color: rgba(140,140,140,1.00);
}
#navi_div #navi_text .aktiv {
	margin-left: 30px;
	color: rgba(140,140,140,1.00);
}
main {
	width: 910px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	background-color: rgba(252,251,233,1.00);
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.50);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.50);
	border-radius: 3px;
	overflow-y: auto;
	overflow-x: auto;
}
main h1 {
	margin-bottom: 10px;
}
footer {
	width: 930px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
footer a {
	color: rgba(255,255,255,1.00);
	font-size: 13px;
	text-decoration: none;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.90);
}
.links {
	width: 430px;
	float: left;
	position: relative;
	padding-right: 25px;
	min-height: 100%;
}
.rechts {
	width: 430px;
	float: right;
	position: relative;
	padding-left: 25px;
}
.rechts_schrift {
	float: right;
}
.hinweis {
	font-size: 15px;
	margin-top: 3px;
}
.rechts h3 {
	margin-bottom: 5px;
}
#hg {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	z-index: -10;
	background-image: url(hg.jpg);
}
