/*Stlyles für HTML und BODY*/
html,body{ margin: 0; 
           padding:0; 
           height:100%;
}
body{ font-family: Verdana, Arial, Helvetica, sans-serif; 
      font-size:9px; 
      text-align:justify; color:#666666;
      background-color: #999999   ; background-image:url(../images/background.gif);
      
}
a {font-weight:800; color:#666666; text-decoration:none;}
a:hover {font-weight:800; color:#666666; text-decoration:underline;}


#container {border: none;
            position:relative;
            width: 760px; 
            height: auto;
            margin: auto ;
            text-align: left;margin-top:20px;
}
#head { border: 1px solid #CC3300 ;
        position:relative;
        height:100px; 
        clear:left; background-color:white;padding:0px;
} 
#subcontainer {border: 1px solid #CC3300 ;
               position:relative;
               height:300px; 
               clear:left; background-color:white; margin-top:4px; }

#navi { border-right: 1px solid #CC3300 ;
        position:relative;
        height:100%; 
        float:left; background-color:white; width:140px;}
#navi  a{background:#CC3300;
         height:auto;
         display:block;
         padding-top:5px;
         padding-bottom:7px; 
         padding-left:5px;
         font-weight:bold;
         font-size:10px;
         border-bottom:1px solid white; 
         color: white;
         text-decoration:none;
         width:auto; 
}
#navi a:hover{
background:white;
color:#CC3300;

}
#navi a:active{
background:#666666;
color:#CC3300;

}

#navi img {margin-left:45px; margin-top:10px;}

#content { position:relative;
        height:auto; 
        float:left; background-color:white; margin-left:10px;border:none;width:600px;padding-top:10px;}


#footer {border: 1px solid #CC3300 ;color:#666666;
               position:relative;
               height:20px; 
               clear:left; margin: auto ;
                width: 760px;margin-top:4px; background-color:white; text-align:center; padding-bottom:2px;}

#footer a{ color:#666666; text-decoration:none}
#footer a:hover{ color:#666666; text-decoration:underline;}

#content h1 {position:relative; border-left: 6px solid #CC3300;; border-bottom: 1px solid #CC3300;
            font-size:12px; color:#CC3300;padding-left:10px; margin-top:0;}

#tab {border: 1px solid red;margin-top:0px;}

#flashi {margin-left:4px; margin-top:10px; height:auto; width:130px; border:none;}

