#global {
font-size:12pt;
font-family:Arial,Helvetica;
background-color:#FAEBD7;
}
#links {
width:8em;
float:left;
}
#inhalt {
margin-left:8.5em;
background:#B0E0E6;
border-width:thin;
border-style:solid;
padding:0.5em;
 }
#menu {
padding:0.5em;
background:#00BFFF;
border-width:thin;
border-style:solid;
}
a:link {
font-weight:bold;
color:#0000FF;
text-decoration:none;
}
a:visited {
font-weight:bold;
color: #00007F;
text-decoration:none;
}
a:active {
font-weight:bold;
color:#007F00;
text-decoration:none;
}
a:hover {
font-weight:bold;
color:#FF0000;
text-decoration:none;
}