﻿/** Allgemeine Einstellungen **/
* {
	margin-top: 0px;
}
@font-face {
    font-family: 'Marcellus';
    font-style: normal;
    font-weight: 400;
    src: local(''),
         url('../fonts/marcellus.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/marcellus.woff') format('woff'), /* Modern Browsers */
         url('../fonts/marcellus.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/marcellus.svg#Marcellus') format('svg'); /* Legacy iOS */
}
body {
	background-color: #B29A54;
	background-image: url(../images/background_header.png);
	background-repeat: repeat-x;
	font-family: Arial;
	overflow-y: scroll;
}
img { border: 0 none; }

/** Seitenaufbau **/
.wrapper {
	background-color: white;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-shadow: hsla(180, 100%, 10%, 0.8) 0px 0px 20px;
	-moz-box-shadow: hsla(180, 100%, 10%, 0.8) 0px 0px 20px;
	box-shadow: hsla(180, 100%, 10%, 0.8) 0px 0px 20px;
}
.header {
	background-size: auto auto;
	width: 980px;
	height: 230px;
	background-image: url('../images/pic_01.jpg');
	background-repeat: no-repeat;
}
.contentbody {
	margin-right: 20px;
}
.footer {
	height: 100px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	background-color: beige;
}
/** Menü **/
.menu {
	width: 200px;
	padding-bottom: 5px;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #CCCCCC;
	color: #666666;
}
.menu ul li {
	margin-left: -30px;
	list-style-type: none;
	line-height: 1.5em;
	font-size: 14px;
}
.menu ul li a {
	text-decoration: none;
	color: #666666;
}
.menu ul li a:hover {
	font-weight: bold;
	color: #333333;
}
/** Inhalt **/
.content {
	padding: 10px;
	font-family: Marcellus;
	color: #333333;
}

/** Footer **/
#vorstand {
	font-size: 12px;
	margin-left: 50px;
	padding-top: 10px;
	float: left;
	width: 200px;
	color: #666666;
}
#vorstand ul li {
	list-style-type: none;
	margin-left: -40px;
}
#adresse {
	font-size: 12px;
	padding-top: 10px;
	float: left;
	margin-left: 50px;
	width: 200px;
	color: #666666;
}
#adresse ul li {
	list-style-type: none;
	margin-left: -40px;
}

#oben {
	float: right;
	margin-right: 30px;
	margin-top: 10px;
}
#oben a {
	text-decoration: none;
	font-size: 0.9em;
	color: #999999;
}
#oben a:hover {
	color: #333333;
}
/** Diverse Einstellungen **/
#foerderung {
	width: 500px;
	margin-left: 20px;
}
.haftung {
	font-family: arial;
	font-size: 12px;
}
