/* CSS Document */
a:link 
{ 	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-style:normal; 
	color:#0000CC;
	text-decoration:none;
}
a:visited 
{ 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-style:normal; 
	text-decoration:none; 
	color:#660000;
}
a:hover 
{ 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-style:normal; 
	color:#0000CC;
	text-decoration:underline; 
}
a:active 
{ 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-style:normal;
	color:#0000CC; 
	text-decoration:underline; 
}
.H1 /*header 1*/
{
	color:#000066;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20pt;
}
.H2 /*header 2*/
{
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16pt;
}
.H3	/*für Zwischentitel*/
{
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
}
.background
{
	background-color:#CCFFFF;
}
.text	/*normaler-Text*/
{
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
}
.fett	/*fetter normaler-Text*/
{
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
}
.specialGelb		/*Special-Text*/
{
	color:#000000;
	font-family:"Comic Sans MS";
	background-color:#FFFF00;
}
.specialBlau
{
	color:#000000;
	background-color:#6633FF;
	font-family:"Comic Sans MS";
}
.specialGrün		/*Special-Text*/
{
	color:#000000;
	font-family:"Comic Sans MS";
	background-color:#66FF33
}

	
