BODY {
	MARGIN: 0px;
}
h1{
	font-size : 22px;
	font-style : normal;
	font-weight : 600;
	color : Black;
	padding : 0px;
	margin : 0% 0%;
	font-family : Arial, Helvetica, Verdana, Geneva, sans-serif;
}
h2{
	font-size : 20px;
	font-style : oblique;
	font-weight : 500;
	color : Black;
	padding : 0px;
	margin : 0% 0%;
	font-family : Arial, Helvetica, Verdana, Geneva, sans-serif;
}
h3{
	font-size : 11px;
	font-style : normal;
	font-weight : 600;
	color : Black;
	padding : 0px;
	margin : 0% 0%;
	font-family : Arial, Helvetica, Verdana, Geneva, sans-serif;
}
li{
	margin : 1% 5% 1% 30;
}
.titel{
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	text-decoration: none;
	padding: 0px;
	margin-left : 20%;
	color : Gray;
}
.ueberschrift {
	font-family:  Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	text-decoration: none;
	padding: 0px;
	margin-left : 0%;
}
.content {
	font-family:  Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	text-decoration: none;
	padding: 0px;
	color: #000000;
}
.highlight {
	font-family:  Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	text-decoration: none;
	padding: 0px;
	color: #CC0033;
}
.keyword {
	font-family:  Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	text-decoration: none;
	padding: 0px;
	color: Gray;
}
.linktext {
	font-family:  Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: 600;
	text-decoration: none;
	color: #000033;
	margin : 20px 0px 20px 20px;
}
a:link {
	color: Black;
	font-family:  Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: 600;
	text-decoration: none;
	
}
a:visited {
	color: Gray;
	text-decoration: none;

}
a:active {
	color: Black;
	text-decoration: none;

}
a:hover {
	color: Gray;
	text-decoration: none;

}
