*{margin: 0px; padding: 0px;}

body {
  color: black;
  background-color: gray;
  padding: 0;
  margin:0;
  font-family: 'Slabo 27px', serif;
	left:25px;
}



div#wrapper; {
	position: absolute;
	background-color: #99b3dd;
	bottom: px0;
	top: 20px;
	left: auto;
	margin-right: auto;
	padding: 20px;
	width: 720px;
	
}
div#header{
	position:relative;
	width: 1010px;
	top: 15px;
	left:25px;
	height:70px;
	text-align:left;
	border-color: white;
	background-color:#6797E2;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
	color: white;
}

div#article {
	background-color: #5b7cb2;
	position:absolute;
	width:1015px;
	height:500px;
	background-color:#034EC4;
	left:25px;
	top:570px;
	border-width: 1px;
	border-style: solid;
	border-color: white;
	color: white;
	padding: 1em;
}


div#nav{
	background-color: #36578c ;
	position:fixed;
	height: 520px;
	width: 350px;
	text-align:center;
	left:1100px;
	top: 100px;
	padding:1px;
	border-color: white;
	border-width: 1px;
	border-style: solid;
	
}
div#footer{                              
	position:absolute;
	width:1010px;
	background-color:#265093;
	height:45px;
	padding:8px;
	top: 1300px;
	bottom: 20px;
	border-color: white;
	border-width: 2px;
	border-style: solid;
	color: white;
	left: 25px;
	padding: 1em;
}


}
li {margin-left 1em;}
ul {left: 25px;}
ol {margin-left 1em;}

h1, h2 {font-family: hab noch nix}
h1 { font-size: 150%; }
h2 { font-size: 130%; }

div#footer a{
	text-decoration:none;
	color:white;
}

div#article a{
	color:white;
	text-decoration:none;
}

div#nav a{
	color:white;
	text-decoration:none;
	border: 1px solid #DFDFDF; 
	height:70px;
}
div#nav a:focus{
	color:white;
	background-color:#0C0F9E;
}

div#nav a:hover{
	color:white;
	background-color:#0C0F9E;
}

.menu {
 list-style: none;
 padding: 0; 
 margin: 0; 
}

.menu li {
 margin-top: .75rem; 
}

.menu a {
 font: 1.2rem/2.6 sans-serif;
 display: block; 
 padding-left: 1rem;
}

.Links a:hover{
	list-style:none;
	text-indent: 4em;
	color: black;
}
#Quellen{
	position:absolute;
	bottom:19px;
	left:-2px;
}	

div#article a:hover{
	color:#000000;
}


div#footer a:hover{
	color:black;
}