body {
 background-color:rgb(5,5,5); 
 color:#eeeeee;
 font-size: 100.01%;
 font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif; 
 font-size: 12pt;
}

html>body div#Seite {
    border-color: red;  
	}

p, li, td, h1, h2{
	 font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif; 
	 font-size: 10pt;
	 color: #eeeeee; 
	 background-image: none;
	}

input, textarea{
	 font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif; 
	 font-size: 10pt;
	 color: #000000; 
	 background-image: none;
	}

input{
	color:#222222;
	}

#mainstart, #main {
	 position:absolute;
	 top: 0px;
	 width: 980px;
	 height: 720px;
	 left:0px;
	 background: url("./img/backmain.jpg");
	 background-repeat:no-repeat;
	 overflow:visible;
	}

#mainstart {
	 background: url("./img/backstart.jpg");
	}

#top {
	 position:absolute;
	 top: 0px;
	 width: 980px;
	 height: 150px;
	 left:0px;
	 background: url("./img/backtop.jpg");
	 background-repeat:no-repeat;
	 overflow:auto;
	}

#text {
	 position:absolute;
	 top: 200px;
	 width: 630px;
	 height: 470px;
	 left:290px;
	 overflow:auto;
	}

#titel {
	 position:absolute;
	 top: 140px;
	 width: 500px;
	 height: 40px;
	 left:260px;
	 overflow:visible;
	}

#navitop {
	 position:absolute;
	 top: 39px;
	 width: 740px;
	 height: 40px;
	 left:209px;
	 overflow:visible;
	}

#navileft {
	 position:absolute;
	 top:710px;
	 width: 300px;
	 height: 40px;
	 left:30px;
	 overflow:visible;
	}

#naviadd {
	 position:absolute;
	 top:210px;
	 width: 200px;
	 height: 400px;
	 left:0px;
	 overflow:visible;
	}

#naviright {
	 position:absolute;
	 top: 710px;
	 width: 300px;
	 height: 40px;
	 left:620px;
	 overflow:visible;
	 text-align:right;
	}

h1{
	font-size: 14pt;
	font-weight: normal;
	color: #eeeeee;
	}

h2 {
	font-size: 12pt;
	font-weight: normal;
	color: #eeeeee;
	}

a, #navitop.a:hover {
  color: #eeeeee;
  text-decoration:none;
  font-weight: bold;
  }

a:hover {
  color: #b16973;
  text-decoration:none;
  font-weight: bold;
  }

