header, nav, main, div, footer {
	display: block;
}

html {
	font-size: 100%;
	font-family: verdana, sans-serif;
	background: white;
	overflow:hidden;
}
* {
  margin:0;
  padding:0;
}

body {
  width:1000px;
  border:1px solid light-grey;
  margin: 50px auto;
  background: white;
  box-shadow: 2px 2px 2px #888888;
}

header {
	position:relative;
	height:300px;
 
}
header a {
	color: #12243B;
	text-decoration: none;
}

main {
	height:300px;
}

footer {
	height:50px;
	color: #002A73;
	font-size: 80%;
	text-align: center;
	vertical-align: middle;
}

h1 {
	font-size:50px;
	color:#0094FE;
}
h2 {
	font-size:25px;
	color:#0094FE;
}

nav li+li {
  border-left:2px solid #0094FE;
}

#meta a{
	color:#0094FE;
	font-weight: bold;
}

#meta {
	position: absolute;
	top: 10px;
	right: 10px;
	padding-right: 10px;
}

#meta li {
	display: inline-block;
	font-size: 70%;
	color: white;
	padding-left: 3px;
	text-align: center;
}

#hauptmenue {
	position: absolute;
	margin: auto;
	top:270px;
	left:180px;
	width:820px;
    height: 25px;
	z-index:4;
 
}	
#hauptmenue a{
	color: #0094FE;
	font-family: verdana, sans-serif;
	font-size: 20px;
}
#hauptmenue li{	
	display: inline-block;
	padding-left: 5px;
	text-align: center;
	vertical-align: center;
}
#gold {
	position:absolute;
	background-color:gold;
	left:0px;
	top:200px;
	height:100px;
	width:1000px;
	margin:auto;
	z-index:1
}
#logo {
	position:relative;
	height:222;
	width:222;
	top:70px;
	left:30px;
	
	z-index:2;
}
#name {
	position:absolute;
	top:80px;
	left:300px;
	
}
#inhaber {
	position:absolute;
	top:210px;
	left:300px;
	z-index:3;
}

footer a:link { 
	color: #002A73; 
}
footer a:visited { 
	color: #002A73;
}
 
