﻿#menu {
	font-family: "Trebuchet MS";
	font-size: medium;
	list-style-image: none;
	position: absolute;
}
#menu ul {
	list-style-type: none;
	width: 100%;
	display: inline;
	margin: 0;
	padding: 0;
	
}
#menu li {
	border-color: #BDC0C1;
	font-size: 0.9em;
	display: block;
	margin: 0;
	padding: 0;
	
}
#menu a {
	font-weight: bold;
	text-decoration: none;
	color: #0089C4;
	display: block;
	padding: 5px;
	font-family: "Trebuchet MS";
	font-size: medium;
	text-align: left;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #BDC0C1;
	
}
#menu a:hover {
	background-color: #BDC0C1;
}
li#aktiv a {
	font-weight: bold;
	text-decoration: none;
	color: #0089C4;
	display: block;
	padding: 5px;
	font-family: "Trebuchet MS";
	font-size: medium;
	text-align: left;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #BDC0C1;
	background-color: #BDC0C1;


