html {
  background-color: #000000;
  padding:0px;
  margin:0px;
  }

body {
  background-color: #4a4a4a;
  width: 1000px;
  height: auto;
  margin:0px auto;
  }

/* der Strich über dem Banner */  

#Header {
  position:relative;
  background-image: url(http://www.game-infoz.de/images/Header.png); 
  background-repeat: repeat-x;
  height: 27px;
  width: 1000px;
  }
 
/* der Website Banner */

#Banner {
  position:relative;
  background-image: url(http://www.game-infoz.de/drakensang/images/Banner.png); 
  background-repeat: no-repeat;
  height: 150px;
  width: 1000px;
  }
  
/* der Strich unter dem Banner */

#Line {
  position:relative;
  background-image: url(http://www.game-infoz.de/images/Line.png); 
  background-repeat: repeat-x;
  height: 15px;
  width: 1000px;
  }

/* der Bereich, indem sich die Navi, die Infos und die rechte Seite befinde */

#Content {
	position:relative;
	width: 1000px;
	height: auto;
	overflow:hidden;
 }
  
/*  die Navigationsleiste */

#Navi {
 position:relative;
 float:left;
 height: auto;
 width: 158px;
 left:8px;
 top:0px;
 }
 
/* der Informationsbereich */

#Info {
 position:relative;
 float:left;
 height: auto;
 width: 650px;
 right:172px;
 top:0px;
 left:16px;
 }
 
/* die rechte seite */

#Rechts {
  position:relative;
  float:right;
  height: auto;
  width: 158px;
  height:auto;
  right:8px;
  }

/* die Abschlussleiste von der Website */

#Footer {
  float:none;
  position:Relative;
  background-image: url(http://www.game-infoz.de/images/Footer.png);
  top: 0px;
  left: 0px;
  height: 43px;
  width: 1000px;
  }
  
/* Die Schriftarten */

h1 { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
     font-size: 12pt; 
     margin-bottom: -1pt;
     margin-top: 5pt;
     font-weight: bold; 
     color: #898f95; 
     }

h2 { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
     font-size: 10pt; 
     color: #a7adb4; 
     font-weight: normal;
      }
      
h3 { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
     font-size: 10pt; 
     color: #a7adb4; 
     font-weight: normal;
     margin-top:2pt;
     margin-bottom:2pt;
     }
	 
h4 { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
     font-size: 10pt; 
     color: #a7adb4; 
     font-weight: normal;
     line-height:18pt;
     text-align:center;
     }	 
     
/* Einstellung der Links */

a:link{color:#a7adb4;text-decoration:none;}
a:visited{color:#a7adb4;text-decoration:none;}
a:hover{color:#f00;}
 
  

