﻿body {
	background-color: #FFFFFF;

}


/* fliesstext */
p {font-family:Arial,sans-serif; font-size:4mm; line-height:14pt; margin-top:2pt; margin-bottom:2pt;}

/* links */

/* a:link = Verweise zu noch nicht besuchten Seiten */

/* a:visited = Verweise zu bereits besuchten Seiten */
a:visited {
	font-size: 4mm;
	font-weight: bold;
	margin-bottom:4pt;
	text-decoration: none;
	font-style: italic;
	color:#000099;
}

/* headline 1 */
h1 {
	font-family:Arial, sans-serif;
	font-size:5mm;
	color:#000099;
	clip:  rect(auto auto 0px auto);
}

/* headline 2 */
h2 { font-family:Arial, sans-serif; font-size:4mm; margin-bottom:2pt; color: #000099}

/* listen */
ul {
	font-family:Arial, sans-serif;
	font-size:4mm;
	margin-top:0pt;
	margin-bottom:0pt;
	list-style-image: url(pics/pfeilb.gif);
	left: 0px;
}

/*besondere Schriftschnitte */

/* klein, ohne farbe */
.klein {font-size:8pt;}

/* farbwert blau */
.blau{ color:#000099;}

/* farbwert weiss  */
.weiss {color:#FFFFFF; }

/* farbwert weiss bold*/
.weiss-b {color:#FFFFFF;  font-weight:500; font-size:9pt; text-decoration:none;  margin-top:0pt; margin-bottom:0pt;}

/* farbwert weiss bold, für links auf der startseite */
.weiss-b-1 {  font-size: 11pt; font-weight: bold; color: #FFFFFF}
.mittel {
font-size:10pt;
}

