body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	font-size: 14px;
} 

p {
	font-weight: normal;
	font-size: 14px;
} 

h1 { font-size: 20px; font-weight: normal} 
h2 { font-size: 18px; font-weight: normal} 
h3 { font-size: 14px; font-weight: bold}

table {
	border: none;
	font-weight: normal;
	font-size: 14px;
} 

ul {
	list-style-image: url(../_bild/li_punkt.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a { font-weight: bold; color: #000000}
a:link { font-weight: bold; text-decoration:none; color: #000000 }
a:visited { font-weight: bold; text-decoration:none; color: #000000 }
a:hover { font-weight: bold; text-decoration:underline; color: #000000 } 

.zitat {
	font-size: 14px;
	font-weight: normal;
	color: #999999;
} 

.klein {
	font-weight: normal;
	font-size: 12px;
}

.kleiner {
	font-weight: normal;
	font-size: 11px;
}

.a-nichtfett {
	font-weight: normal
}

.kursiv_eingerueckt {
	font-style: italic;
	margin-left: 20px;
	margin-top: 40px;
}

.cyan { 
   color: #3f888f;
} 