/* $Id: styles.css,v 1.2 2005/03/03 13:59:37 Marco Exp $ */

td	{  font-family: Arial, Helvetica, sans-serif; 
		  font-size: 14px; 
		  font-weight: normal; 
		  color: #000000}

A 		{ text-decoration:underline; 
		  color: #808080; 
		  font-family: Arial, Helvetica, sans-serif; 
		  font-size: 14px; 
		  font-weight: normal} 

A:hover 	{ text-decoration:underline; 
		  color: #808080; 
		  font-family: Arial, Helvetica, sans-serif;
		  font-size: 14px; 	
		  font-weight: normal}

A:link 	{ text-decoration:underline; 
		  color: #808080; 
		  font-family: Arial, Helvetica sans-serif; 
		  font-size: 14px; 	
		  font-weight: normal}

.head		{ font-family: Arial, Helvetica, sans-serif; 
		  font-size: 15px; 
		  font-weight: bold;			
		  color: #ffffff;}

.headsmall	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 0.05em;
}

.titel 	{ font-family: Arial, Helvetica, sans-serif; 
		  font-size: 14px; 
		  font-weight: bold;			
		  color: #000000;}

.zahl		{ font-family: Arial, Helvetica, sans-serif; 
		  font-size: 20px; 
		  font-weight: bold;			
		  color: #000000;}

.box  	{ background-color: #D0D0D0; 
		  font-size: 11px;}


.feld 	{
	border: 1 solid #000000;
	text-decoration : none;
	background-color: #ffffff;
	width: 200px;
}

.titelfrage	{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 15px; 
	font-weight: bold;			
	color: #ffffff;
}

.restzeit	{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 15px; 
	font-weight: bold;			
	color: #ffffff;
}

.textareaQ4 	{
	border: 1 solid #000000;
	text-decoration : none;
	background-color: #ffffff;
	width: 400px;
}

.powered 	{ font-family: Arial, Helvetica, sans-serif; 
		  font-size: 10px; 
		  color: #000000;}

.poweredlink 	{ font-family: Arial, Helvetica, sans-serif; 
		  font-size: 10px;
			color: #34558C;}

.tabletext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;

}

.QuestionError {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FF0000;
}

.PercentageAchieved{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #808080;
}

.RemainingTime{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #808080;
}

