body {
    	font: 100% Verdana, Arial, Helvetica, sans-serif;
    	background: #666666;
    	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
    	padding: 0;
    	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
    	color: #000000;
    }
	a img {
	border:none;
	}
    #container {
    	width: 950px;
    	background: #c0c9b4;
    	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
    	text-align: center; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
    }
  
	#headder {
	width:950 px;
	background:url(../images/headderback.gif) repeat-x;
	height:125px;
	text-align:left;
	padding-left:100px;
	}
	.gvtabstsand {
	float:left;
	padding-top: 10px;
	padding-left:100px;
	margin-top:0px;
		}
	.floatleft{
		float:left;
		}
	 #mainContent {
	 height: 1600px;
    	    }
	 #weiterleitungsbild{
	 margin-top: 100px;
	 margin-bottom: 400px;
	 	 }
		 #text{
		 font-size:10px;
		 color:#666666;
		 padding-left:100px;
		 padding-right:100px;
		 }
		 #text a, #text a:visited{
		 color:#333333;
		 text-decoration:none;
		 }