body {
color:#000000; 
background-color: #ffffff;
font-size: 0.8em;
font-family: Helvetica, Arial, 'Trebuchet MS', Verdana, SunSans-Regular, Sans-Serif;
padding:0px;
margin:0px;
min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
}

p, h2, h3, h4, table, pre {
margin: 0px; 
padding: 5px 20px 5px 20px;
line-height: 150%;
}

.center {
text-align: center;
}

li {
margin: 0px; 
padding: 0px 10px 0px 0px;
line-height: 150%;
}

li.circle {
margin: 0px;
padding: 0px 10px 0px 0px;
line-height: 150%;
list-style-type: circle;
list-style-position: outside;
}

dt {
margin: 0px;
padding: 0px 20px 0px 20px;
}

a { 
color: #000000;
background-color:transparent;
text-decoration: none; 
}

a:hover { 
color: #fe0000;
background-color:transparent;
text-decoration: underline; 
}

.activelink {
color: #fe0000;
text-decoration: underline;
}

.submenu {
line-height: 180%;
}

h1 {
font-size: 1.4em;
font-weight: bold;
text-align: right;
color: #564b47;
background-color: #f0f0f0;
border-top: 1px solid #888888;
border-bottom: 1px solid #888888;
padding: 10px 10px 10px 10px;
margin: 0px 50px 0px 50px;
}

h2 {
font-size: 1.2em;
font-weight: bold;
padding-top: 10px;
color: #564b47;
background-color: transparent;
}

h3 {
font-size: 1.0em;
font-weight: bold;
padding-top: 10px;
color: #564b47;
background-color: transparent;
}

h4 {
font-size: 0.9em;
font-weight: bold;
color: #564b47;
background-color: transparent;
}

h5 {
font-size: 1.0em;
color: red;
background-color: transparent;
padding: 0px 10px 20px 20px;
margin: 20px 0px -20px 0px;
}

p#logo {
text-align: left;
color: #564b47;
background-color: transparent;
padding: 10px 0px 10px 0px;
margin: 0px 50px 0px 50px;
}

p#header {
font-size: 0.9em;
text-align: left;
color: #564b47;
background-color: #f0f0f0;
border-top: 1px solid #888888;
border-bottom: 1px solid #888888;
padding: 10px 10px 10px 10px;
margin: 0px 50px 0px 50px;
}

div#left {
font-size: 1.0em;
float: left; 
left: 0px;
width: 200px;
color: #564b47;
background-color: #ffffff;
margin: 10px 0px 0px 50px; 
padding: 0px;
border-top: 1px solid #C3BEC4;

}

div#right {
font-size: 1.0em;
float: right; 
right: 0px;        
width: 200px;
color: #564b47;
background-color: #ffffff;
margin: 10px 50px 0px 0px; 
padding: 0px; 
border-top: 1px solid #C3BEC4;

}

div#content {
min-height: 400px;
font-size: 1.0em;
margin: 10px 250px 0px 250px;
padding: 0px 10px 0px 10px;
background-color: transparent;
border-left: 1px solid #C3BEC4;
border-right: 1px solid #C3BEC4;
}

div#content > h2
{
font-weight: bold;
color: #fe0000;
}

div#content a {
text-decoration: none;
border-bottom: 1px dotted #fe0000;
}

div#content a:hover {
text-decoration: none;
border-bottom: 1px solid #fe0000;
}

  
* html div#content {
height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
}

p#footer {
clear: both;
text-align: right;
color: #564b47;
background-color: transparent;
border-top: 1px solid #C3BEC4;
padding: 10px 10px 10px 10px;
margin: 20px 50px 20px 50px;
}

p#footer a {
color: #000000;
text-decoration: underline;
}

p#footer a:hover {
color: #fe0000;
text-decoration: underline;
}