body{
   background-color:#f5f6d4;
   background-image:url(bg.gif);
   font-family:Arial,Helvetica,sans-serif;
   font-size:10pt;
   margin:10px;
   width:780px;
}
li,p,td,th{
   font-size:10pt;
}
p{
   text-align:left;
}
td{
   vertical-align:top;
}

h1{
   font-family:Verdana,Arial,Helvetica,sans-serif;
   font-size:15pt;
   color:#f79109;
   padding-left:5px;
   border-bottom: solid 1px #493f0b;
}
h2
{
   margin-top:30px;
   margin-bottom:10px;
}
em
{
   color:#f79109;
}
strong
{
   color:#493f0b;
}
hr{
   border:none;
   border-top:solid 1px darkgray;
   height:0px;
}
#kopfbalken{
   position:absolute;
   left:0px;
   top:0px;
   width:800px;
   height:75px;
}
#platzhalter
{
   height:75px;margin-bottom:12px;
}
#seitenfuss
{
   font-size:8pt;
   text-align:center;
   border-top: solid 1px darkgray;
   margin-top:60px;
}
#rahmen{
   width:780px;
   height:100%;

}

a:link,a:active,a:visited,a:focus,a:hover{
   color:#f79109;
}
a:hover{
   color:#85db18;
}

a:link.bearb,a:active.bearb,a:visited.bearb,a:focus.bearb,a:hover.bearb{
   border: 2px outset red;
   padding-left:1px;
   padding-right:1px;
   color:red;
   text-decoration:none;
}
a:hover.bearb,a:active.bearb{
   background-color:yellow;
}
