/* text formats  */
/* ------------- */


/* standard text definition  */
body, p, td, tr, div, input, textarea, select	{ 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px;
	color: #FFFFFF;
	line-height:140%;
}


/* links  */
a:link 	{
	color: #FFFFFF;
	text-decoration: underline;
}

a:visited 	{
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover	{
	color: #FF3333;
	text-decoration: underline;
}

a:active 	{
	color: #FF3333;
	text-decoration: underline;
}


/* bold text  */
.bold {
	font-weight:bold;
}

/* red text  */
.red {
	color: #FF3333;
}

/* red bold text  */
.redbold {
	color: #FF3333;
	font-weight:bold;
}


/* link grau */
.linkGrau, td.linkGrau, td.linkGrau a:link, td.linkGrau a:visited{
	color: #646464;
}

td.linkGrau a:active, td.linkGrau a:hover {
	color: #EE3338;
}

