/* Standard-CSS f¸r www.team-wicked.com */

/* Wichtige Farben
dunkles rot= 		#AB2702
schwarz / rot=		#1B0000
schwarz=			#000000
orange=				#FF9A00
body {
background-image: url(img/1PixRot.jpg);
}

*/

body {
	background-color: #AB2702;
}



.Font-Normal {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	text-align: left;
	color: #000000;

}

.Font-Normal-Bold {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	text-align: left;
	color: #000000;

}


.Font-Bold {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: nor1mal;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
	color: #000000;

}


.Font-Extra-Bold{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: bolder;
	text-align: left;
	color: #000000;

}



.Font-Extra-Bold-Center{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 22px;
	font-weight: bolder;
	text-align: center;
	color: #000000;
	
}

.Font-Normal-Center {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	text-align: center;
	color: #000000;
}

a{
	color: #2A0002;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

a:hover{
	color: #FF9A00;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

a:active{
	color: #FF9A00;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

a:visited{
	color: #2C1717;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}