html, body{
 margin:0;
 padding:0;
 text-align:center;
 font: normal 12px Arial;
 color:#666666;
 background: #ffffff;
}

a:link.nav, a:visited.nav {
 font: normal 12px Arial;
 text-decoration:none;
 color: #666666;
 padding: 5px 20px 4px 20px;
 line-height: 24px;
 min-height: 24px;
 height: auto !important;
 height: 24px;
}

a:hover.nav, a:active.nav, a:focus.nav {
 font: normal 12px Arial;
 text-decoration:none;
 color: #333333;
 padding: 5px 20px 4px 20px;
 line-height: 24px;
 min-height: 24px;
 height: 24px;
 background: transparent url(../images/w-subnav-bg-white.png) top center no-repeat;
}

a:link, a:visited {
 font: normal 12px Arial;
 text-decoration:underline;
 color: #333333;
}

a:hover, a:active, a:focus {
 font: normal 12px Arial;
 text-decoration:none;
 color: #666666;
}

a:link.selected, a:visited.selected, a:visited.selected  {
 font: normal 12px Arial;
 text-decoration:none;
 color: #333333;
 padding: 5px 20px 4px 20px;
 line-height: 24px;
 min-height: 24px;
 height: 24px;
 background: transparent url(../images/w-subnav-bg-white.png) top center no-repeat;
}

a:hover.selected{
 font: normal 12px Arial;
 text-decoration:none;
 color: #333333;
 padding: 5px 20px 4px 20px;
 line-height: 24px;
 min-height: 24px;
 height: auto !important;
 height: 24px;
 background: url(../images/w-subnav-bg-white.png) top center no-repeat;
}

a:link.btn, a:visited.btn, a:visited.btn  {
 display:inline-block;
 text-decoration:none;
 font: normal 12px Arial;
 color: #333333;
 padding-right:25px;
 padding-left:6px;
 background: #2d2c2c url(../images/w-bg-btn-white.gif) no-repeat top right;
 line-height: 18px;
 height: 18px;
 width:auto !important;
}

a:hover.btn{
 display:inline-block;
 font: normal 12px Arial;
 border-bottom:none;
 color: #000000;
 padding-right:25px;
 padding-left:6px;
 background: #2d2c2c url(../images/w-bg-btn-white.gif) no-repeat bottom right;
 line-height: 18px;
 height: 18px;
 width:auto !important;
}

a:link.bottom, a:visited.bottom {
 text-decoration:none;
 color:#999999;
}

a:hover.bottom {
 text-decoration:underline;
 color:#666666;
}

#subnav a {
	text-decoration: none;
}

#logo {
 position:absolute;
 top:0;
 left:0;
 margin-top:22px;
	width:100%;
	height:110px;
	/*background: transparent url(../images/logo_beabohl.gif) no-repeat bottom left;*/
}

#subnav li li a {
	display: block;
	font-weight: normal;
	color: #666666;
	margin: 0 5px 0 5px;
	padding: 5px 15px 5px 15px;
	line-height: 1em;
	min-height: 1em;
	height: auto !important;
	height: 1em;
}

#subnav li li a:hover {
	background: #d9d9d9;
	color: #333333;
	margin: 0 5px 0 5px;
	padding: 5px 15px 5px 15px;
	line-height: 1em;
	min-height: 1em;
	height: auto !important;
	height: 1em;
}

#subnav li li a.sel, a:hover.sel {
	display: block;
	font-weight: bold;
	color: #000000;
	margin: 0 5px 0 5px;
	padding: 5px 15px 5px 15px;
	line-height: 1em;
	min-height: 1em;
	height: auto !important;
	height: 1em;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: -5px;
	font-weight: normal;
	background: url(../images/w-subnav-bg-white.png) bottom left no-repeat;
	width:170px;
	padding:10px 0px 10px 0px;
}

li:hover ul, li.over ul {
	display: block;
}

#navFlow {
 float:left;
 width:910px;
 height:24px;
 background: transparent url(../images/w-subnav-bar-bg-white.gif) repeat-x top center;
}

#bottom {
 /*position:absolute;
 top:823px;
 left:0;*/
 width:910px;
 float:left;
 margin-top:10px;
 padding:20px 0 20px 0;
 background: transparent url(../images/w-footer-bar-bg-white.gif) repeat-x top center;
}

#bottominside {
 color:#5c5654;
 float:left;
 width:250px;
 padding:0 0 0 50px;
 text-align:left;
}

#bottominside a {
 color:#c0c0c0;
}

.next {
 position: absolute;
 top: 260px;
 left: 920px;
 width: 19px;
 height: 50px;
 cursor: pointer;
 background: transparent url(../images/w-next-page-white.gif) no-repeat 0 0;
 border: none;
}
.next:hover {
 background-position: -19px 0;
}
.prev {
 position: absolute;
 top: 260px;
 left: -30px;
 width: 19px;
 height: 50px;
 cursor: pointer;
 background: transparent url(../images/w-previous-page-white.gif) no-repeat 0 0;
 border: none;
}
.prev:hover {
 background-position: -19px 0;
}