
a:link.hint
{
	color: #0033CC; 
}

a:visited.hint
{
	color: #0033CC; 
} 

a:active.hint 
{
	color: rgb(204, 153, 0);
}
a:hover.hint
{
color:#0066FF; text-decoration: none
}



a:link
{
	color: #FFFF00; 
}

a:visited
{
	color: #FFCC00; 
} 

a:active 
{
	color: #0000FF;
}
a:hover 
{
color:#0000FF; text-decoration: none
}
body
{
	font-family: Century Gothic, Arial, Helvetica;
	background-color: #C0C0C0;
	color: #003366;
}
table
{
	table-border-color-light: rgb(204, 153, 255);
	table-border-color-dark: rgb(204, 0, 204); 
}
h1, h2, h3, h4, h5, h6
{
	font-family:Arial, Helvetica;font-size:30px;
}
h1
{
	color: rgb(0, 51, 102);
}
h2
{
	color: rgb(51, 0, 153); 
}
h3
{
	color: rgb(204, 0, 153); 
}
h4
{
	color: rgb(0, 51, 102);
}
h5
{
	color: rgb(51, 0, 153);
}
h6
{
	color: rgb(204, 0, 153);
}

.klein {text-align:"center";font-size:11px;}

.Feld
   { background-color:#336699; border:2px solid #000000 }
   
input, textarea { font-size:13px; font-family:Verdana,sans-serif; font-weight:bold;color:#FFFFFF; }

.Button
   { background-color:#333333; color:#FFFFFF; width:200px; border:2px solid #DDDDDD; }
 