body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration:none;
	font-weight: normal;
	margin-top: 0px;
	background-color: #CEDBFF;
}
p {
	line-height:1.3;
}
.smallbody {
	font-size: 11px;
}
h1 {
	margin-top: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #0134CC;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #0134CC;
}
li {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(img/punkt.gif);
	line-height:1.5;
}
.tabellenkopf {
	font-weight: bold;
	color: #0134cc;
	font-size: 13px;
}
.zitat {
	color: #0134CC;
	font-weight: normal;
	font-style: italic;
}
.footer {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

/*Linkdefinitionen*/
a.footer:link, a.footer:visited { 
	color: #FFFFFF;
	text-decoration: none;
}
a.footer:hover { 
	color: #FFFF00;
	text-decoration: underline;
}
a:link, a:visited {
		color: #0134CC;
		text-decoration:none;
}
a:hover {
	color: #0134CC;
	text-decoration: underline;
}