<style type="text/css">
#outer {
	width:900px;
	height:34px;
	position:relative;
	background: none;
}

.menu {
	list-style-type:none;
	padding:0;
	margin:0 0px;
}
.menu ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
.menu li {
	float:left;
	margin:0;
	position:relative;
	width: 96px;
}
.menu li.sub {background:#aaa;}
.menu li a {
	display:block;
	color:#fff;
	font-family:arial, sans-serif;
	font-size:12px;
	line-height:34px;
	width:96px;
	text-decoration:none;
	text-align:center;
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-top: none;
	background: #fff url(css/nav.png);
	font-weight: bolder;
}
.menu       li      a:hover   {
	color:#FFFFFF;
	border-left: none;
	border-top: none;
}
.menu :hover                   {
	color:FFFFFF;
	border-left: none;
	border-top: none;
	background-position: -96px 0px;
	background: #000000F url(css/nav_hover.png);
	background-repeat: no-repeat;
}
.menu :hover     > a {
	color:#FFFFFF;
	border-left: none;
	border-top: none;
	background: #000000 url(css/nav_hover.png);
	background-repeat: no-repeat;
}
.menu  ul ul :hover        > a{
	color:#FFFFFF;
	border-left: none;
	border-top: 1px solid #666666;
	background: #666666;
	background-repeat: no-repeat;
	border-bottom: 1px solid #111111;
}
.menu    ul      {
	position:absolute;
	left:-9999px;
	width:165px;
	padding: 10px, 10px;
	list-style: none;
}
.menu       li     ul  ul a      {
	position:absolute;
	left:0px;
	padding: 10px, 10px;
}
.menu :hover   ul  ul   {
	position:absolute;
	width:50px;
	padding: 10px, 0px;
	left: -9999px;
	margin-top: 5px;
}
.menu   li   ul a {
	display:block;
	color:#fff;
	font-family:arial, sans-serif;
	font-size:12px;
	line-height:34px;
	width:165px;
	text-decoration:none;
	text-align:left;
	padding: 0, 0;
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-top: none;
	background: #000000 url(css/nav_sub.png);
	margin-left: 5px;
}
.menu    li    ul  ul a {
	display:block;
	color:#fff;
	font-family:arial, sans-serif;
	font-size:10px;
	text-decoration:none;
	text-align:left;
	padding: 0;
	border-left: none;
	border-right: none;
	border-bottom: none;
	background: #333;
	margin-left: 5px;
}
.menu   li  ul  a:hover{
	color:#FFFFFF;
	background:#000000 url(css/nav_sub_hover.png);
	border-bottom: none;
	border-left: none;
	border-top: none;
	background-repeat: no-repeat;
}
.menu    li   ul   ul a:hover{
	color:#FFFFFF;
	background:#666;
	border-bottom: 1px solid #111111;
	border-left: none;
	border-top: 1px solid #666666;
}
.menu  li ul li a {
	float:left;
	background:#000000 url(css/nav_sub.png);
	margin:0px;
	position:relative;
	width: 158px;
	padding: 0px;
	padding-left: 7px;
	background-color: #333333;
}
.menu   li  ul  ul  li a {
	float:left;
	background:#333;
	margin:0px;
	position:relative;
	width: 134px;
	padding: 0px;
	padding-left: 7px;
	background-color: #333;
	top: 3px;
	margin-left: 0px;
	margin-top: 0px;
	height: 20px;
	line-height: 20px;
	border-bottom: 1px solid #111111;
	border-top: 1px solid #666666;
}
.menu :hover ul{
	left:0px;
	top:34px;
} /* the background image is for IE7 */
.menu :hover ul :hover ul {
	padding:0, 3px;
	left:165px;
	top:-3px;
}
.menu     li    ul    li.sub  {
	float:left;
	background:#000000 url(css/nav_sub2.png);
	position:relative;
	width: 158px;
	padding-left: 7px;
	height: 24px;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	padding-top: 10px;
}
.menu  li  ul  li.sub:hover  {
	background: #000000 url(css/nav_sub_hover2.png);
	background-repeat: no-repeat;
}
#outer p {
	position:absolute;
	right:10px;
	bottom:5px;
	margin:0;
	color:#fff;
	font-size:10px;
	font-family:arial, sans-serif;
}



.search {
	background: url(css/suche_bg.png);
	float: right;
	width: 228px;
	height: 30px;
}
	
#search {
	background: url(css/suche_bg.png);
	float: right;
	width: 228px;
	height: 30px;
}
#search form {
	position: relative;
	margin: 0px;
	padding: 0;
	height: 34px;
}
#search input {
	vertical-align: middle;
}
#search input#search-text {
	width: 140px;
	padding: 0;
	font-size: 12px;
	color: #000000;
	border: 1px solid #fff;
	height: 15px;
	margin: 11px 0 0 5px;
}
#search input#search-btn {
	position: absolute;
	top: 5px;
	right: 11px;
}
</style>