a:link
{
	text-decoration: none;
	color: rgb(0, 51, 102); 
}
a:visited
{
	text-decoration: none;
	color: rgb(0, 51, 102); 
} 
a:active 
{
	text-decoration: none;
	color: rgb(0, 51, 102);
}
a:hover
{
	text-decoration: overline underline;
}

body
{
	font-family:  Arial, Times New Roman, Verdana;
	scrollbar-face-color:#F7DA5B;
	scrollbar-shadow-color:#B4B4B4;
	scrollbar-highlight-color:#B4B4B4;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-darkshadow-color:#000000;
	scrollbar-track-color:#F0F0F0;
	scrollbar-arrow-color:#FFFFFF;
	background-color: rgb(247, 218, 91);
	
}
table
{
	table-border-color-light: rgb(204, 153, 255);
	table-border-color-dark: rgb(204, 0, 204); 
}

.Text
{	
	font-family: Arial, Helvetica;
	color: rgb(0, 51, 102);
	font-size: 14px;

}

.Textbold
{	
	font-family: Arial, Helvetica;
	font-weight: bold;
	color: rgb(0, 51, 102);
	font-size: 14px;
}
.Buttons
{	
	font-family: Arial, Helvetica;
	font-weight: bold;
	color: rgb(247, 218, 91);
	font-size: 12px;
}


.Small
{
	font-family: Arial, Helvetica;
	color: rgb(0, 51, 102);
	font-size: 10px;

}
.Link
{
	font-family: Arial, Helvetica;
	color: rgb(0, 51, 102);
	font-size: 12px;

}
.Bild
{
	font-family: Arial, Helvetica;
	color: rgb(0, 51, 102);
	font-size: 12px;

}
.Big
{
	font-family: Arial, Helvetica;
	font-weight: bold;
	color: rgb(0, 51, 102);
	font-size: 20px;

}
.Mini
{
	font-family: Arial, Helvetica;
	font-weight: bold;
	color: rgb(0, 51, 102);
	font-size: 9px;

}
.gelbfeld 
{ 
	background-color:yellow 
}
.erwachsener 
{ 
	background-color:#708090;
}
.kind 
{ 
	background-color:#4169E1;
}
.behinderter 
{ 
	background-color:#FFFACD; 
}
.familienkarte 
{ 
	background-color:#F08080; 
}
.notsel 
{ 
	background-color:#B2EE77;
}