	body {
      	background : url("images/hint.jpg") #b43200 50% 0;
        color : #333;
        font : 83%/1.5 arial, tahoma, verdana, sans-serif;
		text-align:center;
		margin:auto;
		margin-top:0px;
		
		     }
	  
	#maincontainer {
 		width:800px;
		background:#fffce9;
		height:auto;
		margin:auto;
		}	  
	 	
	 #header {
 	    background:url("images/header-gruen.jpg");
 		width:800px;
		height: 295px;
				}
	
	/* Link und Bildeigenschaften */
	
	a, a:link, a:link, a:link, a:hover {
          background : transparent;
          text-decoration : underline;
          cursor : pointer;
      }
    a:link {
          color : #8c7e61;
      }

    a:visited {
          color : #8c7e61;
      }
    a:hover, a:active {
          color : #b43200;
      }
	  
	img {border:none;}
	
	img2 {border:1px solid #000}
	
	/* Schrifteigenschaften */
	
	
	.red { 
        font : 7pt/1.5 arial, tahoma, verdana, sans-serif;
        color : #cc0000;
        text-align: justify;
        background: #ffffff;
        border: 2px solid #fff}
	
	.green {	
		font : 7pt/1.5 arial, tahoma, verdana, sans-serif;
        color : #009933;
        text-align: justify;
        background: #ffffff;
        border: 2px solid #fff}
	
	
	
	/* Tabellen */
	
	table {
		border: 0px;
		font : 8pt/0.5 arial, tahoma, verdana, sans-serif;
		color: #333;
		}
				
	.tr_head {background:#ffffff;}
	
	.tr1 {background: #ffffff;}
	
	.tr0 {background: none}
	

	
	
	H5 {   color : #333;
        font : 7pt/1.5 arial, tahoma, verdana, sans-serif;
        text-align: justify;
        }
	
	H1 {
	color: #b43200}
	
	H4 {   color : #ff0000;
        font : 14pt/1.5 arial, tahoma, verdana, sans-serif;
        font-weight: bold}
        
/* HAUPTNAVIGATION */

	#mainnavi {
		padding : 10px 0px 0px 0px;
        margin : 0;
		margin-top:-30px;
        list-style : none;
        width : 800px;
        height:25px;
		text-align:left;
        background : url("images/navi-back.jpg");
      }
	 
	 #nav a, #nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
          text-decoration : none;
		  font-size:10px;
		  font-weight:bold;
          cursor : pointer;
          color : #000;
		  padding : 4px 10px 2px;
		  }

	#nav a {
		/*background:url("images/rollover.png")*/;
		padding:5px 10px 5px 10px;
		}
		
	 #nav a:hover {
	 	text-decoration: underline;
	 	/*background:url("images/navi-back.jpg");*/
		padding:5px 10px 5px 10px;
        color : #000;
      }
   
	  
/* Hauptnavigation ENDE */

/* Spalte links */

	#subnavi {
		width:130px;
		height:780px;
		margin-top:16px;
		margin-left: 10px;
		float:left;
		text-align:left;
		padding: 10px;
		background : #fffce9;
		border-right: 1px solid #f2e9d7;
		}
		
/* Spalte maincontent */

 	#maincontent {
 		width:450px;
 		margin-left:160px;
		min-height:780px;
		text-align:left;
		padding: 10px;
		margin-top:16px;
		
		}


/* Spalte rechts */

	#subcontent {
		width:145px;
		height: 780px;
		top: 315px;
		position:absolute; 
		margin-left:625px;
		float:left;
		text-align:left;
		padding: 10px;
		background : #fffce9;
		border-left: 1px solid #f2e9d7;
}

/* Footer */
	#footer {
		width:800px;
	    font : 9px arial, tahoma, verdana, sans-serif;
		}
