body {
	background-image: url(../backgrounds/bg.jpg);
	background-color: #F7CE80;
}

.normaltext {
	font-family: Verdana;
	font-size: 10pt;
	color: #333333;
	font-style: normal;
	font-weight:  normal;
	font-variant: normal;
	text-decoration: none;
}

.titel {  font-family: Verdana; font-size: 15pt; color: #800000; font-style: normal; font-weight: normal;  font-variant: normal; text-transform: none; text-decoration: none}

.kleintext {  font-family: Verdana; font-size: 8pt; font-style: normal; font-weight: normal; font-variant:  normal; color: #333333; text-decoration: none}

.titelgross {  font-family: Verdana; font-size: 24pt; font-style: normal; font-weight: normal;  font-variant: normal; color: #663333}

.grosstext {  font-family: Verdana; font-size: 12pt; font-style: normal; font-weight: normal; text-decoration: none; color: #333333}

.weisstext {  font-family: Verdana; font-size: 10pt; font-style: normal; font-weight:  normal; font-variant: normal; text-decoration: none; color: #FFFFFF}

.rottext { font-family: Verdana; font-size: 14pt; font-style: normal;  font-weight:  normal; font-variant: normal; text-decoration: none; color: #FF0000}

A:link {
       font-family: Verdana;
       font-size: 10pt;
       font-style: normal;
       font-weight: normal;
       font-variant: normal;
       color: #333333;
	   text-decoration: underline;
}
A:visited {
       font-family: Verdana;
       font-size: 10pt;
       font-style: normal;
       font-weight: normal;
       font-variant: normal;
       color: #333333;
	   text-decoration: underline;
}
A:active {
       font-family: Verdana;
       font-size: 10pt;
       font-style: normal;
       font-weight: normal;
       font-variant: normal;
       color: #333333;
	   text-decoration: underline;
}
A:hover {
	font-family: Verdana;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FF0000;
	text-decoration: underline;
}

