/* 
    Document   : wetter
    Created on : 29.08.2009, 14:15:21
    Author     : Nico
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
#textbereich1 {
   width: 56%;
    padding:3% 3% 1% 3%;
}

#textbereich2 {
   width: 31%;
    padding:3% 3% 1% 3%;
}

#textbereich1 h2 {
    margin: 3% 0% 0% 3%;
}
#textbereich1 p{
   margin: 3% 0% 0% 3%;
}
#textbereich1 a{
    vertical-align:middle;
}
#textbereich1 img{
    border:none;
    margin: 20px 0px 50px 0px;
}

#mucholink{
    margin-left: -2000px;
}

#textbereich1 .box{
    padding: 0px 60px 0px 20px;
     overflow: hidden;
      margin: 0% 0% 2% 2%;
      width:80%;
}
