/*allgemeine Seitenformatierung*/
 body
{
 font-size: 10px;
 font-family: Verdana, Arial, SunSans-Regular, sans-Serif;
 color: #000000;
 background-color: #ffffff;
 padding: 0px;
 margin: 0px;
}

 html
{
 background-color: #ffffff;
}

/*Allgemeine Formatierung für Links*/
 a
{
 text-decoration: none;
}

 a:link
{
 color: #000000;
}

 a:visited
{
 color: #000000;
}

 #Logo
{
 position: absolute;
 text-align: left;
 width: 160px;
 left: 0px;
 top: 0px;
 padding-top: 0px;
 padding-right: 0px;
 right: 0px;
}

 #Titlebox
{
 left: 170px;
 top:0px;
 height:50px;
 padding-left: 170px;
 padding-top: 27px;
 font-weight: bold;
 font-size: 15px;
}


/*Formatierung für Navi*/
 #Navigation
{
 display: none;
 position: absolute;
 text-align: center;
 width: 180px;
 top: 95px;
 left: 40px;
 background-color: #ffffff;
}

/*Mausovereffekt in Navi*/
 #Navigation a:hover
{
 color: #7F0000;
}

/*Tabellenformatierung in Navi*/
 #Navigation table
{
 display: none;
 border: none;
 table-layout: fixed;
 margin: 0 auto;
 margin-left: 15px;
 background-color: #ffffff;
}

/*Zellenformatiuerung in Navi*/
 #Navigation tr
{
 height: 20px;
 text-align: left;
}

/*aktuelle Seite in Navi hervorheben*/
 tr#active
{
 color: #DF0000;
 font-weight: bold;
}

 .activeTOP
{
 display: none;
 color: #DF0000;
 font-weight: bold;
}

/*Box für Inhalt*/
 #Content
{
 margin-top: 10px;
 margin-left: 0px;
 padding-left: 0px;
 padding-right: 0px;
 margin-right: 0px;
 text-align: left; /*justify=Blocksatz*/
 background-color: #ffffff;
}

/*Hyperlinks im Content*/
 #Hyperlink
{
 text-decoration: underline;
 color: #0000BF;
 font-weight: bold;
}