/***************************************************/
/* Screen-Stylesheets (alle Browser, ausser NS4) */
/***************************************************/


/**************************************/
/* Grundlegende Eigenschaften */
/**************************************/

body 
{
		font-family:verdana,arial,sans-serif;
		font-size:10px;
		color:#666666;
		line-height:150%;
		text-align:left;
}

/* Für alle Elemente:Höhe von 100% festlegen, da per HTML nicht RFC-konform */
.hunderthoch 
{
		height:100%;
}


/**************************************/
/* Texte */
/**************************************/

td
{
		font-family:verdana,arial,sans-serif;
		font-size:10px;
		color:#666666;
		line-height:150%;
}


h1 
{
		font-size:10px;
		color:#DB1119;
		font-weight:bold;
}

/* Standardlink */
a 
{
		color:#618BA7;
		text-decoration:none;
		font-weight:normal;
}

a:hover 
{
		color:#666666;
		text-decoration:none; 
}
