<!-- Universal Selektor alles in alle Browsern auf 0 -->
* {margin: 0px; padding: 0px; border: 0px;}

body {
  background-image: url(Bilder_png/Kachel.png); 
}

h1 {}
h2 {font-size: 1.9em; font-family: 'FreeSans'; font-weight: bold; font-style: italic; color: blue;}
h3 {}
h4 {font-size: 1.1em; font-family: 'FreeSans'; font-weight: bold;}
h5 {font-size: 1.0em; font-family: 'FreeSans'; }
h6 {font-size: 0.9em; font-family: 'FreeSans'; font-weight: bold; font-style: italic; }
 
#nav {
  position: absolute;  
  display: block;	   
  text-transform: uppercase;
  color: white; 
  /*background-color: white;*/
  font-size: 1.2em;
  font-family: 'URW Palladio L';
  font-weight: bold;  
  font-style: italic; 
  text-align: center;
  margin-top:20px;
  margin-left: 0px;  
  width: 1660px;
  border: 1px solid white;
  /*border-radius: 7px;  */
  text-decoration: none;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease; 
  }
 

#nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 30px;
}

#nav li {
   float: left;
   width: 160px;
 }

#nav li a {
  display: block;
  color: white;
  text-align: center;
  /*border-radius: 4px;*/
  padding: 3px 3px;
  text-decoration: none;
  /*border-right: 1px solid white;*/
}
 
#nav li a:hover {
   /*border: 1px solid orange;	*/
   height: 30px;	
	position: inherit; 
	color: blue; 
   background-color: white;   
   display: block;
   transition-property: all;
   transition-duration: 1s;
   transition-timing-function: ease; 	 
}  
	
div#dsvgo {
	 
	position: absolute;
	margin-top: 90px;
	margin-left:335px;
	padding-left: 20px;
	padding-right: 20px;
	width:910px;
	height: 710px; 
	background-color: white;
	float: left;
   overflow: auto;
	list-style: none;
}
 
div#fussnav {
	position: absolute;
	margin-top: 840px;	
	width: 1600px;
	height: 35px;
	color: white;
	
}

