body , html {
 height: 100%;

 font-family:Verdana;
 color:black;
 margin:0px;
 padding:0px;
}

body {


}

 html {
  background-image:url(../bilder/hintergrund.jpg);
  background-color:#c67c29;
  background-repeat:repeat-x; }


img , div , p , ul , li , td  {
  margin: 0px;
  padding: 0px;
  border:none;
}

div#shim {
    /* visibility: hidden; */
    width: 100%;
    height: 50%;
    margin-top: -420px;
        float:left;

}

h1  {
margin: 10px 10px 10px 10px;
font-size:18px;
line-height:24px;
font-weight:normal;
}

h2 {
 font-size:11px;
 line-height:20px;
 margin: 10px 10px 0px 30px;
 font-weight:bold;

}


p {
 font-size:12px;
 line-height:16px;
 margin: 10px 10px 10px 10px;
 color:white;
 font-weight:bold;

}


p.text {
 width:170px;

}
p.banner {
  color:black;
  margin-left:22px;
  margin-right:20px;
}


div.nav { height:35px; overflow:hidden; text-align:center }

p.nav {  font-size:11px;   margin:10px 10px 10px 10px ;    line-height:18px;    text-decoration:none;   }
p.restnav {  font-size:11px;   margin:10px 5px 10px 0px ;    line-height:15px;   text-decoration:none;   }


 a {
   font-size:11px;
   line-height:30px;
 }


a.nav:link     {  text-decoration:none; cursor:pointer;  }
a.nav:visited  {  text-decoration:none; cursor:pointer;  }
a.nav:focus    {  text-decoration:none; cursor:pointer;  }
a.nav:hover    {  text-decoration:none; cursor:pointer;  }
a.nav:active   {  text-decoration:none; cursor:pointer;  }

a:link     { font-weight:bold; font-size:12px;   margin:10px 5px 10px 5px ;    line-height:15px;   color:white; text-decoration:none; cursor:pointer;  }
a:visited  { font-weight:bold; font-size:12px;   margin:10px 5px 10px 5px ;    line-height:15px;   color:white; text-decoration:none; cursor:pointer;  }
a:focus    { font-weight:bold; font-size:12px;   margin:10px 5px 10px 5px ;    line-height:15px;   color:white; text-decoration:none; cursor:pointer;  }
a:hover    { font-weight:bold; font-size:12px;   margin:10px 5px 10px 5px ;    line-height:15px;   color:black; text-decoration:none; cursor:pointer;  }
a:active   { font-weight:bold; font-size:12px;   margin:10px 5px 10px 5px ;    line-height:15px;   color:white; text-decoration:none; cursor:pointer;  }

