
body {
/*background:#eda6b8;*/
background:white;
color:#000000;
margin-top:20px;
margin-right:20px;
margin-bottom:20px;
margin-left:20px;
padding: 0px;
width:100%;
}
/*Überschrift 1 = Seitentitel*/
h1 {
font-family:Arial,Helvetica,sans-serif;
font-size:14pt;
font-weight:normal;
letter-spacing:1px;
color:#000000;
margin:0px 0px 12px 0px;
padding:0px 0px 4px 0px;
border-bottom:2px solid #333333;
}
/*Überschrift 1 = Zwischenüberschriften im Mittelteil*/
h2 {
font-family:Arial,Helvetica,sans-serif;
font-size:12pt;
font-weight:normal;
letter-spacing:1px;
color:#000000;
margin:0px 0px 0px 0px;
padding:0px 0px 10px 0px;
}
/*Überschrift 3 = Titel in der rechten Spalte*/
h3 {
font-family:Arial,Helvetica,sans-serif;
font-size:10pt;
font-weight:bold;
color:#000000;
}
/*Standard-Text*/
p {
font-family:Arial,Helvetica,sans-serif;
font-size:10pt;
font-weight:normal;
line-height:130%;
color:#000000;
}
/* Hyperlink */
A {text-decoration:underline;color:#000000;}
A:link {color: #000000;}
A:visited {color:#000000;}
A:hover {color:#000000;}
A:active {color:#000000;}

/*Fußzeile*/
.footer {
color:#000000;
font-family:Arial,Helvetica,sans-serif;
font-size:9pt;
font-weight:normal;
}
/* Footer Hyperlink */
A.footerlink {text-decoration:none;color:#000000;}
A.footerlink:link {color: #000000;}
A.footerlink:visited {color:#000000;}
A.footerlink:hover {color:#000000;text-decoration:underline;}
A.footerlink:active {color:#000000;}

.ohne {text-decoration:none;}
ul {
font-family:Arial,Helvetica,sans-serif;
font-size:10pt;
font-weight:normal;
line-height:130%;
color:#000000;
/*margin:0px 0px 10pt 0px;
padding:0px 0px 0px 0px;*/
list-style: square;
}

.ohne {text-decoration:none;}
ol {
font-family:Arial,Helvetica,sans-serif;
font-size:10pt;
font-weight:normal;
line-height:130%;
color:#000000;
/*margin:0px 0px 10pt 0px;
padding:0px 0px 0px 0px;*/
list-style: arabic;
}

/*Bild links im Text*/
.bildlinks {
float:left;
clear:both;
margin:0px 10px 10px 0px;
border: 1px solid #666666;
}

/*Bild links im Text*/
.bildrechts {
float:right;
clear:both;
margin:0px 10px 10px 0px;
border: 1px solid #666666;

}

/*Bild ohne Text daneben*/
.bild {
float:none;
clear:both;
display:block;
margin:0px 0px 6px 0px;
border: 1px solid #666666;
}

.red {
color: red;
}



