
.normal{
	font-family : Times New Roman;
	font-size : 11pt;
	font-style: normal;
    font-weight: normal;
	color : black;
}


.fett1{
	font-family : Times New Roman;
	font-size : 12pt;
	font-style: normal;
    font-weight: bold;
	color : #ED1212;
}

.fett{
	font-family : "Times New Roman";
	font-size : 12pt;
	font-style: normal;
    font-weight: bolder;
	color : Black;
}


BODY, TD {
	font-family : "Times New Roman";
	font-size : 12pt;
}

A {
	text-decoration: none;
	color: black;
}

A:Hover {
	text-decoration: underline;
	color: red;
}


.Aweiss {
	text-decoration: underline;
	color: White;
}

.Aweiss:Hover {
	text-decoration: underline;
	color: White;
}


H1 { 
	font-family : "Times New Roman";
	font-size : 13pt;
}

.normalklein { 
	font-family : "Times New Roman";
	font-size : 10pt;
}

.fettklein {
font-family: "Times New Roman", Times, serif;
font-size: 10pt;
font-weight: bold;
color: #000000
}

