﻿body {
	background-color:#fff;margin: 0px; padding: 0; 
}

   ul#liste { 
   font-family:Arial; 
   line-height: 22px;
   font-size:12px;
   color:#807253; 
   list-style-type:none; 
   margin: 0; 
   padding: 20px 0 31px 0px; 
   
   border-bottom: 1px solid #C4C4C4;
    }

    ul#liste li { float: left; width:150px; height: 30px; background-color: #f0f0f0;
    margin: 0px 2px 0 0px;  border-radius: 10px 10px 0 0; border: 1px solid #C4C4C4;  }
    
    #liste a { float: left; display: block; color: #666; text-decoration:
    none; padding: 4px 10px; } 
    
    #liste a:hover { background: #FFF; } 
    #liste li#hier { border-bottom: 1px solid #FFF; background-color: #FFF;
    } 
    #liste li#hier a { color: #FF6C00; font-size:13px;font-family:Arial; }

#inhalt { 

border-width: 0px 1px 1px 1px; 
border-radius: 0px 0px 10px 10px; 
border-color: #C4C4C4; 
border-style: solid; 
padding: 15px 0 15px 5px; 
background-color: #FFF; }

#inhalt a {
    color: #FF6C00;
    font-family:Arial; 
    font-size:12px;
    font-weight: bold;
    text-decoration: none;
    font-style:italic;
    }

#inhalt a:hover {

color: #FF6C00;
font-family:Arial; 
font-size:11px;
font-weight: bold;
text-decoration: underline;
}

#inhalt h1
{font-family:Arial; 
font-size:14px;
color:#7b7b7b;
line-height: 19px;
font-weight: bold;
}


.ds100{font-family:Arial; font-size:12px;color: #807253;line-height: 18px;}



