body{
	margin:0px 0px 0px 0px;
	font.size: small;
	font-family:Verdana, Arial, Helvetica, sans-serif, "MS Reference Sans Serif";
	background-color:#ffffff;
}

*html body {
	font-size:x-small;
	f\ont-size:small;/*ignor IE5*/
	}
html>body { /*OPERA*/
	font-size:small;
	}
	
html{
  /*scrollbar-base-color:#ff0000; i dont know*/
  scrollbar-track-color:#dcdcdc; /*ScrollbarHintergrund*/
  scrollbar-face-color:#cccccc; /*ScrollbarHauptfarbe*/
  scrollbar-arrow-color:#990000;
  scrollbar-3dlight-color:#666666; /*Lichtbereich oben und Links*/
  scrollbar-highlight-color:#cccccc; /*Parallele zu Lichtbereich oben und Links*/
  
  scrollbar-shadow-color:#cccccc; /*Schattenbereich unten und rechts*/
  scrollbar-darkshadow-color:#666666; /*Parallele zu Schattenbereich unten und rechts*/
}

#header{
	padding-top:10px;
	padding-bottom:10px;
	color:#ffffff;
	font-size:70%;
	background-color:#0387c8;
	height:70px;
}
#header h1{
	font-size:170%;
}
#header p{
	font-size:150%;
}
#main{
	background-color:#000000;
}
#footer{
	color:#ffffff;
	font-size:70%;
	background-image:url(erde.jpg);
	background-repeat:repeat-x;
	height:25px;
	padding-top:5px;
}
