body {
	font-family: Tahoma, "Trebuchet MS", "Myriad Web", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px 10px 0px 0px;
	overflow:auto;
	background-color:#C2DDE6;
}

a:link, a:visited {
	color:#3D2219;
	text-decoration:none;
}
a:active, a:hover {
	color:#3D2219;
	text-decoration:underline;
}
a.menue:link, a.menue:visited, a.menue:hover, a.menue:active {
	color:#3D2219;
	text-decoration:none;
}
.rightmenu {
	width:150px;
	text-align:center;
	background-image:url(/img/menu/menu_right_bg.gif);
}
img {
	border:0;
}
.menu_item {
	width:148px;
	text-align:center;
	height:20px;
	background-color:#FFF;
	border-right:1px solid #000;
	border-left:1px solid #000;
	cursor:pointer;
}

.menu_item_last {
	width:150px;
	text-align:center;
	height:20px;
	background-image:url(/img/menu/menu_bg_last.gif);
	cursor:pointer;
}

.menu_item_over_last_aktuell {
	width:150px;
	text-align:center;
	height:20px;
	background-image:url(/img/menu/menu_bg_last_aktuell.gif);
	cursor:pointer;
}

.menu_item_over_last_events {
	width:150px;
	text-align:center;
	height:20px;
	background-image:url(/img/menu/menu_bg_last_events.gif);
	cursor:pointer;
}

.menu_item_over_last_community {
	width:150px;
	text-align:center;
	height:20px;
	background-image:url(/img/menu/menu_bg_last_community.gif);
	cursor:pointer;
}

.menu_item_over_last_presse {
	width:150px;
	text-align:center;
	height:20px;
	background-image:url(/img/menu/menu_bg_last_presse.gif);
	cursor:pointer;
}

.menu_item_over_last_links {
	width:150px;
	text-align:center;
	height:20px;
	background-image:url(/img/menu/menu_bg_last_links.gif);
	cursor:pointer;
}


.menu_aktuell{
	background-color:#C00;
}

.menu_events{
	background-color:#004dcc;
}

.menu_community{
	background-color:#07cc27;
}

.menu_presse{
	background-color:#d5f11a;
}

.menu_links{
	background-color:#c325e4;
}
.menu_item_over{
	width:148px;
	text-align:center;
	height:20px;
	color:#FFF;
	border-right:1px solid #000;
	border-left:1px solid #000;
	cursor:pointer;
}
div.menu_item_over a.menue, div.menu_item_over_last_links a.menue, div.menu_item_over_last_events a.menue, div.menu_item_over_last_presse a.menue, div.menu_item_over_last_community a.menue, div.menu_item_over_last_aktuell a.menue  {
	color:#FFF;
}
