@charset "utf-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #dedede;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #8f0025;
}

.fliesstext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
	line-height: 18px;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
}

.textbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	line-height: 18px;

}

.textklein {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: normal;
	color: #000000;

}

.texth1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #8f0025;
	text-transform: uppercase;
	line-height: 20px;
}

.textgrossbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #8f0025;
}

A {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #8f0025;
	font-size: 11px;
	font-weight: bold;
	BACKGROUND-COLOR: transparent;
	TEXT-DECORATION: none;
}

A:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #8f0025;
	font-size: 11px;
	font-weight: bold;
	BACKGROUND-COLOR: transparent;
	TEXT-DECORATION: none;
}

A:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #8f0025;
	font-size: 11px;
	font-weight: bold;
	BACKGROUND-COLOR: transparent;
	TEXT-DECORATION: none;
}

A:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #8f0025;
	font-size: 11px;
	font-weight: bold;
	BACKGROUND-COLOR: transparent;
	TEXT-DECORATION: none;
}

a.sublink:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #8f0025;
	TEXT-DECORATION: none;
}

a.sublink:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #8f0025;
	TEXT-DECORATION: none;
}

a.sublink:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #8f0025;
	TEXT-DECORATION: none;
}

a.sublink:visited{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #8f0025;
	TEXT-DECORATION: none;
}

.button
 {
	background-color: #8f0025;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	TEXT-TRANSFORM: uppercase;
	font-size: 10px;
	height: 18px;
	margin-right: 2px;
	width: 100px;
	Cursor: hand;
	border: 0;
 }
