/* Linktypes */
a:link 						{
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;

}
a:active 					{
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;

}
a:visited 					{
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
}
a:hover 					{
	color: #993300;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 12px;
}
.topLabel {



	font-family: Arial;
	font-size: 12px;
	color: #009900;
	font-weight: bold;
}
.text {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.textCenter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	background-color: #F5F5F5;




}
.textCenterUmfragen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: center;
	background-color: #F5F5F5;

}
.topLabelCenter {
	font-family: Arial;
	font-size: 12px;
	color: #009900;
	font-weight: bold;
	text-align: center;
	vertical-align: top;


}
.topLabelCenterECommerce {

	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
}
.tdgrey {
	background-color: #EFEFEF;
}
