body{
    background-color: #FFFFFF;
    padding : 0px 0px 0px 0px;
    margin: 40px auto;
    text-align: center;
}


#wrapper {
    width: 900px;
 position: static;
    margin: 0 auto;
    padding: 0px 10px;
    text-align: left;
    background-color: #FFFFFF;
}


#header{
    width: 820px;
    padding: 0px 0px;
    background-color: #FFFFFF;
   border-top: 1px solid #c64200;
/*    border-bottom: 1px solid #c64200;*/
    position: static;
    top: 0px;
    left: 40px; 
 
}


#content {
    width: 820px;
    position: static;
    /*top: 15px;*/
    left: 40px; 
    margin: 0px 0px;
    padding: 0px 0px;
}

        
#container-fuss{
   /* clear: both;*/
    width: 820px;
    position: static;
    top: 0px;
    left: 40px;  
    border-bottom: 1px solid #c64200;
    background-color: #fff; 
    margin: 0px 0px;
    padding: 0px 0px;
}


/******************************  NAVIGATION *********************************/

#navi {
    width: 554px;
/*  height: 20px;*/
    position: relative;
    top: 0px;
    left: 600px;
}


#navigation li {
    font-family: arial, sans serif;
    font-size: 13px;
    font-weight: normal; 
    float: left;
    list-style-type: none;
}

#navigation li a {
    background-color: #FFF; 
    color: #a5a5a5;	
    display: block;
    float: left;
    padding: 0px 15px;
    text-decoration: none;	
}

#navigation li a:hover {
    background: #fff;
    color: #c64200;
    text-decoration: none;	
}

#navigation li a.active {
    background: #459d44;
    color: #fff;
    text-decoration: none;	
}

/******************************  TEXTFORMATIERUNGEN  ****************************/

h1 {  
    font-family: arial, sans serif;
    color: #FE9E3A;
    font-size: 24px;
    text-decoration: none;
    font-weight: normal;
    margin: 10px 0px 0px 10px;
    text-align: left;
}

  
h2 {  
    font-family: tahoma, verdana, arial, sans serif;
    color: #971800;
    font-size: 18px;
    text-decoration: none;
    font-weight: normal;
}
  
  
p {
    font-family: arial, sans serif;
    color: #971800;
    font-size: 14px;
    text-decoration: none;
    font-weight: normal;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}



p.klein {
    font-size: 9px;
}

p.strich {
    font-size: 11px;
    color: #000000;	
}
