body{
 margin:0px;
 background:#DDDDFF;
 font-size:14pt;
 font-family:arial,verdana,helvetica,sans-serif;
}
a{
 font-size:12pt;
 text-decoration:none;
 color:#660066;
}
a:hover{
 text-decoration:underline;
 color:#AA44AA;
}

/* Die Optik der Titel-Leiste */

.titel{
 font-size:22pt;
 color:white;
 background:lightsteelblue;
 margin:0px;
 padding:0px;
 border-width:0px;
 border-bottom-width:1px;
 border-style:solid;
 border-bottom-color:#7777AA;
}

/* Die Optik der Navigationstabelle */

.navigation{
 color:white;
 background:lightsteelblue;
 margin-left:10px;
 margin-right:10px;
 padding:2px;
 border-width:1px;
 border-style:solid;
 border-top-color:#AAAAFF;
 border-left-color:#AAAAFF;
 border-right-color:#7777AA;
 border-bottom-color:#7777AA;
}

/* Die Optik des Haupttextes */

.haupttext{
 padding:10px;
 background:#FFFFFF;
 border-width:1px;
 border-color:#AAAAFF;

 border-top-color:#8888AA;
 border-left-color:#8888AA;
 border-right-color:#CCCCFF;
 border-bottom-color:#CCCCFF;

 border-style:solid;
}
