
body {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	background-color: #8cabc3;
	border: 0;
	border-width: 0;
	padding: 0;
	margin: 0;
}

h1 { 
	font-size: 16pt; 
	font-weight: bold; 
}

h2 { 
	font-size: 14pt; 
	font-weight: bold; 
}

h3 { 
	font-size: 12pt; 
	font-weight: bold; 
}

.pfeil {
	list-style-position: outside;
	list-style-image: url(../images/pfeil.gif);
}

.quad {
	margin-left:30px;
	list-style-position:outside;
	list-style-image: url(../images/orange.gif);
}

a { 
	color: #1f537b; 
	font-size: 10pt; 
	text-decoration: none; 
}

a:hover { 
	color: #0f273a; 
	font-size: 10pt; 
	text-decoration: underline; 
}

td { 
	color: #0f273a; 
	font-size: 10pt; 
}

.tabelle_fett { 
	color: white; 
	font-size: 10pt; 
	font-weight: bold; 
}

a.tabelle_fett { 
	color: #0f273a; 
	font-size: 10pt; 
	font-weight: bold; 
	text-decoration: none; 
}

a:hover.tabelle_fett { 
	color: #0f273a; 
	font-size: 10pt; 
	font-weight: bold; 
	text-decoration: underline; 
}

.tab { 
	color: #fff; 
	font-size: 10pt; 
	font-weight: bold; 
	border-right: 1px dotted #0f273a; 
	border-bottom: 1px dotted #0f273a; 
}