html, body, #navigation, #inhalt {
       margin:0;
       padding:0;
}



#nav1 a{
	color:#000000;
         }
#nav1 a:link{
	color:#000000;                       	/*nav1 für Links bei DIV-Container Allgemein*/
         }
#nav1 a:visited{
	color:#000000;
         }
#nav1 a:hover{
	color:#C0C0C0;
         }
#nav1 a:active{
	color:#000000;
         }




#nav2 a{
	color:#FFFFFF;                        	/*nav für Links bei DIV-Container Querverweise Start-/Fußballseiten*/
         }
#nav2 a:link{
	color:#FFFFFF;
         }
#nav2 a:visited{
	color:#FFFFFF;
         }
#nav2 a:hover{
	color:#808080;
         font-size: 1.3em;
         }
#nav2 a:active{
	color:#C0C0C0;
         }




#navigation01 {
      font-family: Verdana;			/*DIV Container Querverweise Start-/Fußballseiten*/
      font-size: 0.7em;
      position:absolute;
      width: 15%;
      left: 8%;
      top: 10%;
      background-color: #000000;
      color: #FFFFFF;
      height: 950px;
}

#navigation02 {
      font-family: Verdana;			/*DIV Container Querverweise Galerie*/
      font-size: 0.7em;
      position:absolute;
      width: 15%;
      left: 8%;
      top: 10%;
      background-color: #000000;
      color: #FFFFFF;
      height: 950px;
}

#navigation03 {
      font-family: Verdana;			/*DIV Container Startseite ohne Scroll*/
      font-size: 1.0em;
      position:absolute;
      width: 69%;
      height: 950px;
      left: 23%;
      top: 10%;
      background-color: #D2D2D2;
      color: #000000;
}



#navigation31 {
      font-family: Verdana;			/*DIV Container Startseiten mit Scroll*/
      font-size: 0.7em;
      position:absolute;
      width: 69%;
      height: 950px;
      left: 23%;
      top: 10%;
      background-color: #D2D2D2;
      color: #000000;
      overflow:scroll;

}


#navigation04 {
      font-family: Verdana;			/*DIV Container Fussballseiten mit Scroll*/
      font-size: 0.7em;
      position:absolute;
      width: 69%;
      height: 950px;
      left: 23%;
      top: 10%;
      background-color: #D2D2D2;
      color: #000000;
      overflow:scroll;

}

#navigation10 {
      font-family: Verdana;			/*DIV Container Spielpaarungen Fußball Herren*/
      font-size: 0.8em;
      position:absolute;
      width: 40%;
      height: 48%;
      right: 1%;
      top: 23%;
      background-color: #444444;
      color: #D2D2D2;

}

#navigation11 {
      font-family: Verdana;			/*DIV Container Spielpaarungen Fußball Damen*/
      font-size: 0.8em;
      position:absolute;
      width: 40%;
      height: 28%;
      right: 1%;
      top: 75%;
      background-color: #444444;
      color: #D2D2D2;

}

#navigation12 {
      font-family: Verdana;			/*DIV Container Laufschrift*/
      font-size: 1.5em;
      position:absolute;
      width: 40%;
      height: 3%;
      left: 29%;
      top: 18%;
      background-color: #D2D2D2;
      color: #000000;

}




#navigation50 {
      font-family: Verdana;			/*DIV Container Laufschrift Startseite*/
      font-size: 1.5em;
      position:absolute;
      width: 70%;
      height: 3%;
      left: 15%;
      top: 20%;
      background-color: #D2D2D2;
      color: #000000;

}

