body {
    position:absolute;
    padding-left:300px;
    background-color:#008000;
    background-image:url(wallpaper.gif);
    background-repeat:repeat-y;
    color:white;
    font-family:Century Gothic;
/*    cursor:url(logo.cur);    */
}

#ticker {
    position:absolute; top:25px; left:550px; color:#0000AA;
    font-family:Courier New,courier;                       /* VORSICHT MIT "border" */
    font-size:20px; font-weight:bold; white-space:nowrap;
}

h1.u {
    border-bottom:solid 2px white;
}

h1.big2 {
    font-size:30px
}

h1.big {
    font-size:50px
}

#Logo {
    position:absolute;
    top:10px;
    left:55px;
}

#navigation {
    position:absolute;
    top:200px;
    left:25px;
    width:220px;
}

a.navi, a.navi_first, a.navi_self {
   display:block;
   white-space:nowrap;
   overflow:hidden;
   border-left:1px solid black;
   border-right:1px solid black;
   border-bottom:1px solid black;
   font-family:Century Gothic,sans-serif;
   font-size:15px;
   font-weight:bold;
   text-decoration:none;
   letter-spacing:0.1em;
   padding:5px;
   text-align:center;
   
}

a.navi_first {
   border-top:1px solid black;
}

a.navi:link, a.navi_first:link,
a.navi:visited, a.navi_first:visited {
   background-color:#007000;
   color:white;
}

a.navi_self:link, a.navi_self:visited {
   background-color:gray;
   color:white;
}

a.navi:hover, a.navi_first:hover, a.navi_self:hover,
a.navi:active, a.navi_first:active, a.navi_self:active {
   background-color:white;
   color:black;
   }
a:visited{
    color:white; text-decoration:none;
}
a:link{
    color:white; text-decoration:none;
}
a:hover{
    color:white; text-decoration:none;
}
a:active{
    color:white; text-decoration:none;
}
a:focus{
    color:white; text-decoration:none;
}