html, body {
	height:100%;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	background-color:#E2E1DE;
	font-size:0.95em;
}

.webseite {
	width: 995px;
	margin: 0 auto;
	height: 100%;
}

.section {
	min-height: 550px;
	padding: 1em 3em 3em 4em;
	background:#434242;
	position: relative;
}

.header{
	background:#434242;
	height: 150px;
	border-bottom: 3px solid #999999;
}

.header_logo img {
	display: block;
	float: left;
	padding: 40px 10px 0 80px;
}

.header_name {
	display: inline-block;
	color: #F08143;
	font-size: 2em;
	margin: 50px 0 0 100px;
	font-variant: small-caps;
}

.nav {
	background:#434242;
	padding: 10px 0 10px 70px;
}

.nav ul li {
    float: left;
	padding-right: 40px;
	color: white;
}

.nav ul li a {
	color: white;
	font-style: normal;
}

.nav ul li a:hover {
	outline:0;
	/*text-decoration:underline;*/
	color: #F08143;
}

.footer {
	height: 50px;
	border-top: 5px solid #999999;
	padding-top: 5px;
	background:#B2B3B3;
}

.footer img {
	display: inline-block;
}

.footer-pfeil {
	text-align: center;
}

.footer-pfeil p {
	margin-top: -15px;
}

.footer-strasse {
	display: inline-block;
	color: black;
	font-size: 0.6em;
	float: left;
	width: 25%;
}

.footer-strasse p {
	margin: 15px 0 0 40px;
}

.footer-telefon {
	color: white;
	font-size: 1.6em;
	font-weight:bold;
	margin: 5px 0 0 0px;	
	float: left;
	width: 50%;
}

.footer-telefon p {
	text-align: center;
}

.footer-verband {
	color: black;
	font-size: 0.6em;
	margin: 5px 0 0 0px;	
	float: left;
	width: 25%;
	text-align: right;
}

.footer-mitglied {
	float: left;
	padding: 10px 0 0 30px;
	text-align: right;
}

.footer-verband img {
 padding-right: 30px;
}

