@import url("norm.css");
                                   /*   Alle Voreinstellungen zurücksetzen*/
body{
         position:relative; margin:0 auto;
         text-align:center;
         width:750px;
         background-color:#555753;
         font: 100.01% Verdana,Helvecita,Arial,sans-serif;
         color: #fff ;
         }
h1 {
         font-size: 1.3em;
         color:#B00731;
         background-color:#858585 ;
         margin-top:20px;
         }

h3 {
         text-indent:-9999px;
}

/* der wrapper sorgt für die Ausrichtung als Mittelteil und die gleichmäßige Kastenform durch identische Hintergrundfarben*/
#wrapper {
         width: 85%;
         margin-top:30px;
         margin-left: 50px;
         background-color: #61041B;
         }

#anschrift {
         float:left;
         width: 270px;
         padding: 20px 20px 140px 10px;
         background-color: #61041B   ;
         margin-top:40px;
         }

#anschrift li {
         font-size: 1.0em;
         padding-bottom:4px;
         color:#fff;
         }
#kopfzeile {
         padding:10px 2px;
         height: 100px;
          background-color:#858585;
}

#kopfzeile img {
         width:80;
         height:152;
         float:left;
         margin-left:10px;
}

#hauptteil {
        padding: 5px;
         color:#fff   ;
            background-color:#61041B;
            margin-left: 190px;
            margin-top:30px;
        }

#hauptteil img {

         border: 1px solid #453A36;
         padding:3px;
         background-color: #453A36  ;

         }
#site_info {
         padding:20px;
         background-color:#858585;
         clear:both;
         font-size:0.9em;
         color:#fff;
}

#site_info h2 {
         font-size:1.5em;
         color:#B00731;

}
#impressum {
         position:absolute;
         top:100px;right:80px ;
         width:200px;
         font-size:0.8em;
         font-weight:bold;
}

a:link, a:visited {
         color: #fff;
         text-decoration:none;
         }
a:hover {color:#000;
         text-decoration:none;
         }
a:active:{color:#A0FF00  }