* {

      font-family: Tahoma, Arial, sans-serif;
      font-size: 13px;
      }
      
h1 {

      font-weight: bold;
      font-size: 18px;
      color: #000080;
      padding: 10px 0px;
      }
      
h2 {

      font-weight: bold;
      font-size: 14px;
      color: #000080; 
      }
      
p, a, ul {

      font-weight: normal;
      text-decoration: none;
      color: black;
      font-size: 13px;
      line-height: 18px;
      }
      
/* #################### Links #################### */

a:link, a:visited {

      text-decoration: underline;
      color: #000080;
      }
      
a:hover, a:active, a:focus {

      text-decoration: none;
      color: #FFCE1F;
      }
      
a.bread:link, a.bread:visited {

      text-decoration: underline;
      color: #000080;
      font-size: 11px;
      }
      
a.bread:hover, a.bread:active, a.bread:focus {

      text-decoration: none;
      color: #FFCE1F;
      }
      
/* #################### Newsliste #################### */

#headline {

      background-color: #606060;
      width: 100%;
      margin: 15px 0px 5px 0px;
      padding: 4px;
      clear: both;
      background: #606060 url(../upload/layout/edge.jpg) no-repeat left top;
      }
      
#headline a {

      color: #FFCE1F;
      font-weight: bold;
      padding-left: 10px;
      }
      
#image {
      float: left;
      margin: 0px 10px 20px 0px;
      background-color: #EEEEEE;
      }
      
#text {
      background-color: #EEEEEE;
      height: 100px;
      width: 100%;
      padding: 5px 0px 0px 10px;
      }