body, table, td, tr
{
font-family: Arial;
font-size:10pt;
text-decoration: none;
}

.border1
{
	border : 1px solid Black;
}
 
.img_bild
{
	border : 2px solid Black;
}
 
.border2
{
	border : 2px solid Black;
}

a
{
	font-family: Arial;
	font-size:10pt;
	font-weight: bold;
	text-decoration: none;
	color: black;
	border: none;
}

a:hover
{
	font-family: Arial;
	font-size:10pt;
	font-weight: bold;
	/*text-decoration: underline;*/
	color: #eaeaea;
	border-color : Black;
}

a:visited
{
	font-family: Arial;
	font-size:10pt;
	font-weight: bold;
	text-decoration: none;
	color: black;
	border: none;
	border-color : Black Black Black Black;
}

a:visited:hover
{
	font-family: Arial;
	font-size:10pt;
	font-weight: bold;
	/*text-decoration: underline;*/
	color: #eaeaea;
	border-color : Black;
}

.amenue
{
	font-family: Arial;
	font-size:10pt;
	text-decoration: none;
	color: black;
	border: none;
}

.amenue:hover
{
	font-family: Arial;
	font-size:10pt;
	text-decoration: underline overline;
	color: #0066ff;
	border: none;
}

.amenue:hover
{
	font-family: Arial;
	font-size:10pt;
	text-decoration: underline overline;
	color: #0066ff;
	border: none;
}

.xt_menu
{
	font-family: Arial;
	font-size:10pt;
	font-weight:normal;
	text-decoration: none;
	color: black;
	border: none;
}

.xt_menu:hover
{
	font-family: Arial;
	font-size:10pt;
	text-decoration: none;
	color: white;
	font-weight:normal;
	border: none;
}

.xt_menu:visited
{
	font-family: Arial;
	font-size:10pt;
	font-weight:normal;
	text-decoration: none;
	color: black;
	border: none;
}

.xt_menu:visited:hover
{
	font-family: Arial;
	font-size:10pt;
	font-weight:normal;
	text-decoration: none;
	color: white;
	border: none;
}


.title
{
	font-family: Arial;
	font-size:10pt;
	font-weight: bold;
	color:black;
}

.titlered
{
	font-family: Arial;
	font-size:10pt;
	font-weight: bold;
	color:#ffffff;
}

.input {
	border: thin solid black;
	background:Gainsboro;
	font-size:8pt;
	font-family: Arial;
	font-color:black;
	border-width:1pt;
	scrollbar-face-color:Gainsboro;
	scrollbar-darkshadow-color:Black; 
	scrollbar-base-color:Gainsboro;
}