
#local 
 {
   text-decoration: line-through;
 }

.footer 
 {
    float: left;
 }

.copyright 
  { 
     float: right;
     font-size: x-small;
     font-weight: bold;
   } 

.head
  {
    background-color: #e87b50;
  }

.inhalt
  {
/*    background-color: #f88b60;*/
    background-color: #f8a070;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 30px;
    margin-right: 30px;
    border-style: solid;
    border-width: 2px;
    border-left-color: #555;
    border-top-color: #555;
    border-right-color: #999;
    border-bottom-color: #999;
  }

ul.nav 
  {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
    margin-top: 0px;
   }

ul.nav li { display: inline; }

ul.nav a 
   {
    border-style: none;
    border-bottom: none;
    padding: 1px 15px 1px 15px;
    margin-left: 20px;
    text-decoration: none;
    color: #999;
    font-variant: small-caps;
    font-weight: bold;
   }

ul.nav a:link
  {
    border-style: none;
    color: #333;
  }

ul.nav a:visited
  {
    border-style: none;
    color: #666;
  }

ul.nav a:hover
  {
    border-style: none;
    color: #000099;
  }

dt
  {
    padding-top: 20px;
  }

