/*allgemeines*/

body {
	  margin:0 auto;
	  margin-bottom: 30px;
	  margin-top: 30px;
	  background:#000 url(img/);
	  color:#999999;
	  }


/*allgemeine links*/
a {
	  color: #9F0000;
	  text-decoration: underline;
	  font-weight: bold;
	  }


a:hover {
	  color:#333333;
	  font-weight: bold;
	  text-decoration: none;
	  }
	  
	  
/*kopf*/  

#header {
	  width: 927px;
	  height: 90px;
	  padding-bottom:0px;
	  padding-top: 0em;
	  clear: both;
	  background:url(img/head.jpg) no-repeat;
	  }
	 
	  	
#header h1 {
	  font-family: Arial, Helvetica, sans-serif;
	  font-weight: bold;
	  font-size: 32px;
	  color: #fff;
	  margin-bottom: 0px;
	  margin-top:0px;
	  margin-left: 10px;
	  }
	
	  
#header a {
      color: #9F0000;
	  text-decoration: underline;
	  font-weight: bold;
	  }


#header a:hover {
      color:#333333;
	  font-weight: bold;
	  text-decoration: none;
	  }


/*seite gesammt*/

#container {
	  width: 930px;
	  margin: 0 auto;
	  font-family: Arial, Helvetica, sans-serif;
	  font-size: 12px;
	  line-height: 1.6em;
	  margin-top:0px;
	  }
	  

/*navi*/

#menu {
      float:left;
      width:927px;
	  height:54px;
      font-size:93%;
	  padding-top: 0px;
	  margin-left: 0px;
	  margin-right: 0px;	
	  background:url(img/navi.jpg) no-repeat top;
      line-height:normal;
      }
	  
#menunavi {
      margin-left: 15px;
	  margin-right: 0px;
      color:#fff;
	  padding: 1px 1px 1px 1px
	  }
	  
#menu ul {
	  margin:0;
	  padding:1px 1px 1px;
	  list-style:none;
	  color: #fff;
      }

	  
#menu li {
      display:inline;
      margin:0px;
      padding:0px;
      }
	
	  
#menu a {
      float:left;
      background:url(img/) no-repeat left top;
      margin:0;
      padding:1 1 1 1px;
      text-decoration:none;
      }
	

/*haupseite*/  

#content {
	  width: 927px;
	  background:url(img/back.jpg);
	  padding-top: 30px;
	  border-left: 0px;
	  }
	  
#contenttext {
	  margin-left: 30px;
	  margin-right: 30px;
	  margin-top: 20px;
	  font-family: Arial, Helvetica, sans-serif;
	  font-size: 12px;
	  font-weight:bold;
	  line-height: 1.6em;
	  color: #999999;

	  }	
	  
	  
#content p {
	  padding-bottom: 1px;
	  }
	  
	  
#content h2 {
	  color: #fff;
	  font-size: 13px;
	  font-weight:bold;
	  text-decoration:none;
	  font-family: Arial, Helvetica, sans-serif;
	  }
	  
	  
#content h2 a {
	  color: #666;
	  text-decoration: none;
	  }


#content h2 a:hover {
	  color: #999;
	  }
	  
	    
#content h4 {
	  color: #9F0000;
	  }
	  
	  		
/*ende*/

#footer {
	  color:#000;
      clear: both;
	  width: 927px;
	  height: 47px;
	  font-size:9px;
      background:#000 url(img/down.jpg) no-repeat;
	  text-decoration: none;

	  }
		
	#footer p {
	  color:#000;
	  padding: 1px;
	  text-align: center;
	 text-decoration: none;
	 background:transparent ;
	  }
		
	#footer  a {
	  color: #000;
	  background:transparent ;
	  font-weight:50em;
	  text-decoration: none
	  }
		
	#footer p a:hover {
	  color: #000;
	 text-decoration: none;
   	background:transparent ;
	  }
	
	
/*rest*/	
	
	a img{
	  border: none;
	  }
	