<!--


body {
background-image: url(hintergrundbild.jpg);
background-attachment: fixed;
background-repeat: repeat;
background-color: #FFFFFF;
color: #000000;
font-family: courier new, georgia, times new roman, verdana, trebuchet ms, arial;
font-size: 9pt;
margin: 0px;
padding: 40px;
text-transform: none;
align: left;
}

#content {
font-family: courier new, georgia, times new roman, verdana, trebuchet ms, arial;
font-size: 9pt;
padding:20px;
margin:0px;
align: left;
float: left;
background-color: #FFFFFF;
color: #000000;
position: absolute; left: 250px;
}

#navigation {
width: 140;
font-family: courier new, georgia, times new roman, verdana, trebuchet ms, arial;
font-size: 9pt;
padding:20px;
margin:0px;
align: left;
float: left;
background-color: #FFFFFF;
color: #000000;
position: fixed;
}

.titel {
color: #000000;
font-family: verdana;
font-size: 9pt;
margin-bottom: 20px;
font-weight: bold;
}


a:link, a:active, a:visited { 
font-family: trebuchet ms, verdana, arial;
font-size: 9pt;
font-weight: normal;
text-decoration: none;
text-transform: none;
color: #87858F;
}

a:hover { 
font-family: trebuchet ms, verdana, arial;
font-size: 9pt;
font-weight: normal;
text-decoration: none;
text-transform: none;
color: #000000;
}

a.navigation:link, a.navigation:visited { 
font-family: trebuchet ms, verdana, arial;
font-size: 10pt;
font-weight: bold;
text-decoration: none;
text-transform: none;
color: #000000;
}

a.navigation:hover, a.navigation:active { 
font-family: trebuchet ms, verdana, arial;
font-size: 10pt;
font-weight: bold;
text-decoration: none;
text-transform: none;
color: #FF0066;
}


img.thumb {
margin:1px;
}

 -->