/**
 * menu
 */
div#menu{
	width: 800px;
	height: 34px;
	/*background: url(../images/menu.gif) no-repeat;*/
	/*padding-top: 37px;*/
	padding-left: 175px;
	padding-top: 80px;
	position: relative;
}
div#menu li a, div#menu .search a { /* textformatierung der buttons*/
	font-size: 14px;
	font-family: Arial;
	color: white;
	font-weight: bold;
	text-decoration: none;
}
div#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
div#menu li {
	display: inline;
	margin: 0;
	padding: 0;
}
div#menu li a {
	float: left;
	display: block;
	/*background: url(../images/menu_trennlinie_v2.gif) no-repeat right;*/
	padding: 10px !important;
	padding: 9px;
	padding-right: 14px;
	height: 12px;
	margin-top: 0 !important;
	margin-top: -2px;
}
div#menu li a.menuActive {
	color: #D8C3B0;
	border-bottom: 5px solid #D8C3B0;
}
div#menu li.menuFirstChild a{
	color: white;
	border-bottom: none;
}
div#menu .search {
	float: right;
	width: 310px;
	height: 34px;
	overflow: hidden;
}
div#menu .search input.text {
	float: left;
	display: block;
	border: 0 none;
	width: 132px; /* 157px */
	height: 16px;
	padding: 9px;
	background: url(../images/menu_search_box.gif) no-repeat;
	font-size: 10px;
}
div#menu .search input.submit {
	float: left;
	display: block;
	border: 0 none;
	width: 41px;
	height: 34px;
	margin-left: 8px;
	cursor: pointer;
	background: url(../images/menu_search_box_go.gif) no-repeat 0 0;
}
div#menu .search input.submit:hover {
	background-position: 0 -34px;
}
div#menu .search a {
	float: left;
	display: block;
	background: transparent url(../images/menu_trennlinie_v2.gif) no-repeat left;
	width: 100px;
	height: 32px;
	padding-top: 2px;
	margin-left: 11px;
	text-align: center;
}
div#menu .search a.menuActive {
	background: url(../images/menu_active.gif) no-repeat left;
}

/**
 * SUBmenu
 */
div#menu_sub {
	height: 17px;
	padding: 5px 10px;
	margin-top: 10px;
	background: url(../images/menu_sub_v3.gif) no-repeat;
}
div#menu_sub .menu_home {
	display: block;
	float: left;
	width: 70px;
}
div#menu_sub a {
	text-decoration: none;
}

/**
 * HOME LINK
 */
div#menu a.home {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 92px;
	height: 37px;
}