/* CSS Document */
body {
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

A:link, A:visited, A:active { 
	font-family: Verdana, Arial; 
	text-decoration: none; 
	color: #0f2c56; 
	font-weight: bold; 
	font-size:8pt; 
}

A:hover {
	text-decoration: underline;
	color: #c20501;
	list-style-type: circle;
}

.rubrik{
	color: #0f2c56;
	font-size:12pt; 
	font-weight: bold;
}

.ueberschrift{
	color: #0f2c56;
	font-weight: bold;
}

.stil1{
	font-size: 8pt;
}

hr {
  border:dotted #c20501 1px;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
}
