﻿/* Menu */
#language {
	width: 80px;
	float: right;
	padding-right: 5px;
	padding-top: 7px;
}
#menu {
	height: 50px;
	margin: 0 auto;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu li {
	display: block;
	float: left;
	margin-left: 5px;
}
#menu a {
	display: block;
	float: left;
	height: 38px;
	padding: 7px 15px 0;
	text-decoration: none;
	text-transform: none;
	color: #000000;
	font-size: 14px;
}
#menu a:hover {
	/* text-decoration: underline; */
	margin-top: -1px;
	padding-top: 8px;
	background: url(../images/tab_hover.jpg) no-repeat left top;
}
#menu .current_page_item {
	margin-top: -1px;
	background: url(../images/tab_links.jpg) no-repeat left top;
}
#menu .current_page_item a {
	background: url(../images/tab_rechts.jpg) no-repeat right top;
	/* font-weight: bold; */
}
#menu .current_page_item a:hover {
	margin-top: 0px;
	padding-top: 7px;
	background: url(../images/tab_rechts.jpg) no-repeat right top;
	/* font-weight: bold; */
}
.glossymenu {
	list-style-type: none;
	margin: 0px 0;
	padding: 0;
	width: 200px; /* border: 1px solid #9A9A9A; */;
	border: 0pt;
	border-bottom-width: 0;
}
.glossymenu li a {
	background: white url(../images/submenu1.jpg) no-repeat bottom left;
	font-size: 14px;
	color: #808080;
	display: block;
	width: auto;
	height: 28px;
	padding: 5px 0;
	padding-left: 10px;
	text-decoration: none;
}
.glossymenu li a b {
	font-size: 13px;
	color: #808080;
	display: block;
	width: auto;
	height: 28px;
	padding: 1px 0;
	text-decoration: none;
}
* html .glossymenu li a {
	/*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}
/*
.glossymenu li a:visited, .glossymenu li a:active{
color: #b5b5b5;
}
*/
.glossymenu li a:hover {
	background-image: url(../images/submenu2.jpg);
}

