/* basic elements */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	margin: 0px;
	text-decoration: none;
	}
.section {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:16px;
	margin-top: 0px;
	text-align: left;
	color: #000000;
	text-decoration: none;
	}
.headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	line-height: normal;
	color: #003366;
	text-decoration: none;
	text-align: left;
}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #003366;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #003366;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #003366;
	}
#kleingedrucktes {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #666666;
	text-decoration: none;
}

ul {margin:0; padding:0; }

li {
	font-size: 11px;
	line-height:16px;
	margin-left:14px;
	margin-bottom:5px;
	padding:0;
	list-style-type: square;
}

.highlight {
	font-size:11px;
	color: #990000;
	font-weight: bold;
}

