a:link {
     color: white; 
     text-decoration: none; 
}

a:hover {
      background-color:#707070;
      color:#fff;
}

a:active {
       color: white; 
       text-decoration: none; 
}


#menuzeile{
    line-height: 150%;
    list-style-type: none;
    margin:0;
    padding:0;
	text-align: left;
	color:#fff;
	text-decoration: none;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;;
}

body{
   display: grid;
   max-width: 99em;
   background-image: url("hg2.jpg");
}



.fliesstext {	
	  color: white;
	  vertical-align: top;
	  text-decoration: none;
	  text-align: left;
	  font-size: 16px;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-weight: normal;
}


#mainMenu {
	margin:0 auto;
	width:530px;
	font-family: sans-serif;
	}

#mainMenu li {
	display:block;
	width:auto;
	float:right;
	margin-left: 1px;
	border:0px solid #000;
}

#mainMenu a {
	display:block;
	padding:6px;
	text-decoration:none;
	font-weight: bold;
	background-color:#222222;
	color:#fff;;
}

#mainMenu a:hover {
	background-color:#707070;
	color:#fff;
}

nav {
  margin-left: 460px;
  width: 20px;
  height: 50px;
}



.platzhalterLinks {
		width: 200px;
}




