body {
	
	background: none repeat scroll 0 0 transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
	font-family: Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 18px;
	text-align:center;
	height: 100%;
}

#header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background-color: #6C0;
	text-align: center;
	padding: 50px 0px;
	height: 30%;
	width: 100%;
	position: relative;
	-webkit-box-shadow: 2px 2px 3px #333;
	box-shadow: 0 5px 7px 1px rgba(0, 0, 0, 0.3);
	border-bottom: solid 1px #090;
}

#header h1 {
	font-size:48px;
	color: white;
}

#branche {
	font-size:20px;
	padding-top: 15px;
	color: #333;
	position: absolute;
    left: 49%;
}

#kontakt {
	position: relative;
	width: 100%;
	min-height: 400px;
	text-align:center;
}

#bild {
	position: relative;
	margin: 0 auto;
	padding: 50px;
}
#footer {
	width: 100%;
	margin: 40px auto 0;
	position: relative;
	height: 90px;
	padding-bottom: 2px;
	font-size: 18px;
	color: #363434;
}

#www {
	font-family: 'Arial Black', Gadget, sans-serif;
	/*position: absolute;*/
	bottom: 0;
	font-size: 88px;
	line-height: 88px;
	vertical-align: bottom;
}
#copy {
	font-family: Tahoma, Geneva, sans-serif;
	color: #363434;
	font-size:14px;
}
