body
{
margin: 0px;
background-color: #AAD5FF;
background-image: url('../images/oben-links-2.jpg');
background-repeat: no-repeat
}

/* Position der Navigation */

#navi
{
margin: 125px 0px 0px 20px
}

/* Formatierung der Navigation */

a:link, a:visited, a:active
{
display: block;
width: 130px;
font-size: 10pt;
font-family: Tahoma, Helvetica, Arial;
text-decoration: none;
background-color: #5368B0;
border-top: 1px solid #003AFF;
border-right: 1px solid #003AFF;
border-bottom: 1px solid #003AFF;
border-left: 1px solid #666;
color: #FFFFFF;
margin-bottom: 5px;
text-align: center;
line-height: 26px
}

a:hover
{
display: block;
width: 130px;
font-size: 10pt;
font-family: Tahoma, Helvetica, Arial;
font-style: italic;
text-decoration: none;
background-color: #7700FF;
border-top: 1px solid #666;
border-right: 1px solid #666;
border-bottom: 1px solid #666;
border-left: 1px solid #C3C3C3;
color: #D5D53B;
margin-bottom: 5px;
text-align: center;
line-height: 26px
}


