/* allgemeine formate */
body {
font: 12pt helvetica, arial;
background: #ffffff;
margin: 0px; 
color: #ffffff; 
text-align: left;
}
p {
font-size: 12pt;
font-family: arial;
padding-left: 7px;
margin: 5px 0px;
}
ul {
margin: 5px 0px;
padding-left: 27px;
}
a:link {
color: #990000;
text-decoration: none;
}
a:visited {
color: #cc0000;
text-decoration: none;
}
a:hover {
color: #000000;
}
a:active {
color: #000000;
}
h1 {
color: #990000;
font-size: 16pt;
font-weight: bold;
line-height: 20pt;
border-top: #990000 2px solid;
border-left: #990000 2px solid;
padding-left: 5px;
margin: 0px 0px 10px 0px;
}
h2 {
color: #000000;
font-size: 14pt;
font-weight: bold;
line-height: 16pt;
padding-left: 6px;
margin: 0px 0px 5px 0px;
}
h3 {
color: #990000;
font-size: 12pt;
font-weight: normal;
margin: 15px 0px 5px 0px;
line-height: 14pt;
border-bottom: #990000 1px solid;
border-left: #990000 1px solid;
padding: 0px 0px 0px 5px;
}
/* inhalt allgemein */
#seite {
background: #ffffff;
width: 770px;
text-align: left;
color: #333333;
font-family: helvetica, arial;
margin: 5px;
}
#box {
background: #dcdcdc;
width: 150px;
margin: 5px 10px 0px 0px;
float: left;
padding-top: 0px;
}
#box ul {
background: #ffffff;
padding: 5px 0px 5px 5px;
margin: 5px;
list-style-type: square
}
#box li {
list-style-type: none;
}
/* kopfzeile */
#oben {
width: 770px;
height: 100px;
text-align: left;
background: #c0c0c0;
list-style-type: none;
}
#oben img {
float: left;
margin: 10px;
display: inline;
border: 0px;
}
#oben h1 {
color: #990000;
font-weight: bold;
font-size: 20pt;
padding: 10px 20px 0px 20px;
margin: 0px;
border: none; 
}
#oben h2 {
color: #ffffff;
font-size: 16pt;
font-weight: bold;
padding: 0px; 
margin: 10px 0px; 
border: none; 
}
/* inhalte der seite */
#inhaltfeld {
width: 607px;
text-align: left;
margin-left: 160px;
padding: 0px;
}
#inhaltfeld #inhalt {
width: 587px;
background: #e6e6e6;
padding: 10px 10px 10px 10px;
margin: 10px 0px 10px 0px;
}
/* navigation */
#navifeld {
width: 150px;
float: left;
margin-top: 10px;
}
#navi {
padding: 0px;
font-weight: bold; 
}
#navi ul {
margin: 0px;
padding: 0px 0px 0px 0px;
}
#navi li {
list-style-type: none;
text-decoration: none;
border-bottom: 1px solid #cccccc;
}
#navi a {
color: #990000;
text-decoration: none;
padding-left: 8px;
margin-top: 0px;
}
#navi a:visited {
color: #cc0000;
text-decoration: none;
}
#navi a:hover {
color: #000000;
}
#rubrik {
font-size: 12pt;
padding: 2px 2px 2px 8px;
color: #000000;
border: 2px solid #cccccc;
font-weight: bold; 
}
/* fusszeile */
#unten {
width: 770px;
background: #c0c0c0;
margin: 10px 0px 10px 0px;
text-align: center;
color: #ffffff;
height: 50px;
}
#unten p {
margin: 0px;
padding: 10px 0px 0px 0px;
}
#unten a {
color: #990000;
}
#unten a:hover {
color: #000000;
font-weight: bold;
}