@charset "utf-8";
/* CSS Document */


.menue a{
	text-decoration:none;
	font-family:Trebuchet MS,Arial;
	color: #FFFFFF;
	background-color:#6898D0;
	width:144px;
	height:21px;
	float:left;
}

.menue a:hover{
	color:#6898D0;
	background-color:#FFFFFF;
}

div#container_menue
{
	width:144px;
	height:21px;
	text-align:center;
}