@charset "UTF-8";
/* CSS Document */

<!--
body,td,th {
	font-family: Arial;
	font-size: 11px;
	line-height: 12px;
	color: #333333;
	font-weight:normal;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(imgs/BG.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #98CAFF;
	text-decoration: none;
}
a:active {
	color: #98CAFF;
	text-decoration: none;
}
h1 {
	font-size: 12pt;
}

.BlueText {color: #98CAFF;
font-weight: bold;}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}

.Zitat {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 37px;
	color: #333333;
	font-weight:normal;
}
-->
</style>