/* CSS Document */

/* Ganzes Dokument */
body {
background-color:#FFFFFF;
font-family:Arial,Verdana,Helvetica,sans-serif;
font-size:small;
text-align:justify;
color:#000000;
}

p {
text-align:justify;
}

p.links {
text-align:left;
}

p.mitte {
text-align:center;
font-style:italic;
}

p.stand {
text-align:center;
font-size:x-small;
}

h1 {
text-align:center;
font-size:small;
font-weight:bold;
}

li {
font-size:small;
text-align:justify;
color:#000000;
}

hr {
color:#999999;
}

/* Hyperlinks */
a:link
{
color:#9999FF;
}

a:visited
{
color:#333333;
}

a:hover
{
color:#99CCFF;
}

a:active
{
color:#99CCFF;
}

a:focus
{
color:#99CCFF;
}

/* Untermenues */
.untermenue
{
font-size:x-small;
margin-bottom:0pt;
margin-top:0pt;
text-align:left;
color:#333333;
}

/* Text-Navigationsleiste */
.navleiste
{
color:#000000;
font-size:x-small;
font-weight:bold;
text-align:center;
}

a.navleiste:link
{
color:#9999FF;
}

a.navleiste:visited
{
color:#333333;
}

a.navleiste:hover
{
color:#99CCFF;
}

a.navleiste:active
{
color:#99CCFF;
}

a.navleiste:focus
{
color:#99CCFF;
}

dt
{
text-align:left;
font-weight:bold;
margin-bottom:0.5ex;
}

dd
{
text-align:justify;
margin-left:1em;
margin-bottom:2ex;
}