  div#spalte1_l {
     float: left;
    }

     #spalte1_l, img {
        padding-right:10px;
     }

     div#spalte1_r {

     }

a.button{
   display:block;
   width:150px;
   border:2px outset;
   margin-top:20px;
   margin-bottom: 20px;
   padding:6px;
   background-color: #FFA300;
   color: #1C60AB;
   font-weight:bold;
   text-align:center;
   text-decoration:none;

   }

   a.button:hover {
    background-color: FFBE00;
    }

   #zentrieren {
   text-align:center;
   }

   div#spalte2_l {
    clear:left;
    float: left;
    width:200px;
    }

  div#spalte2_m {
    width:200px;
    float:left;
  }

  div#spalte2_r {
  float:left;
  width: 200px;
  }

      a.aktuelles {
       font-weight:bold;
       font-style:italic;
       text-decoration:none;
   }

      a.aktuelles:hover {
      background-color: FFBE00;
   }

   #detailtext {
    font-size:8pt;
   }

   #schlagzeile a:hover {
   	text-decoration: underline;
   }

   #schlagzeile a {
     display: block;
     margin-bottom: 15px;
   }
