
/* HTML-Elemente */

body, td
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
  	color:#FFFFFF;
  	scrollbar-base-color:#FFFFFF;
  	scrollbar-3dlight-color:#CCCCCC;
  	scrollbar-arrow-color:#000000;
  	scrollbar-darkshadow-color:#CCCCCC;
  	scrollbar-face-color:#FFFFFF;
  	scrollbar-highlight-color:#FFFFFF;
  	scrollbar-shadow-color:#CCCCCC;
  	scrollbar-track-color:#FFFFFF;
}

input, select, option
{
	font-family:Helvetica,Arial,sans-serif;
	color:#000000;
	font-size:10px;
}

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;
}

/* Schriftfarben */

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

/* Schriftformatierungen */

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

/* Schriftarten */

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

/* Schriftgrößen */

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

