/* Navigationsmenu*/
a, a:visited, a:active {
	font-size: 11px; 
	font-family: Verdana; 
	color: #000000; 
	text-decoration: none;
}

a:hover {
	font-size: 11px; 
	font-family: Verdana; 
	color: #000000; 
	text-decoration: underline;
}

a.right, a.right:visited, a.right:active {
	font-size: 11px; 
	font-family: Verdana; 
	color: #FF9108; 
	text-decoration: none;
}

a.right:hover {
	font-size: 11px; 
	font-family: Verdana; 
	color: #FF9108; 
	text-decoration: none;
}

.text {
	font-family: Verdana; font-size: 11px; color: #000000; line-height: 150%;
}

input.field { 
	font-family: Verdana;  font-size: 11px; border: 1px solid #989898; background-color: #FFFFFF; height: 17; 
}

input.button { 
	font-size: 11px; 
}


