
/* HTML-Elemente */

body, td
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
}

form
{
	display:inline;
}

a:link
{ 
	text-decoration:none;
	color:#FFFFFF;
}

a:active
{
	text-decoration:none;
	color:#FFFFFF;
}

a:visited
{
	text-decoration:none;
	color:#FFFFFF;
}

a:hover
{
	text-decoration:underline;
	color:#FFFFFF;
}

a.bold:link
{ 
	font-weight:bold;
}

a.bold:active
{
	font-weight:bold;
}

a.bold:visited
{

	font-weight:bold;
}

a.bold:hover
{
	font-weight:bold;
}
/* Schriftformatierungen */

.bold		{ font-weight:bold; }
.lowercase	{ text-transform:lowercase; }
.uppercase	{ text-transform:uppercase; }
.underline	{ text-decoration:underline; }


/* Schriftfarben */

.grey	{ color:999999; }
.darkgrey	{ color:999999; }
.red	{ color:ff0000; }
.turquoise {color:00ffff; }
.orange {color:ff9900; }

/* Schriftarten */

.Arial {font-family: Arial, Verdana, Helvetica, sans-serif;}

/* Schriftgrößen */

.headline {font-size:14px;}
.big {font-size:13px;}

