/* V4 HEADER */
#header h1#logo_v4 {
	margin: 0;
	padding: 0;
}

#header h1#logo_v4 a {
	background:transparent url(../img/header_new/logo.v4.png) no-repeat left center;
	display:block;
	float: left;
	width:234px;
	height: 36px;
	text-indent:-5000px;
	overflow: hidden;
	margin: 25px 0 15px 0;
}

#header .header-imagelinks{
	float: right;
	width: 300px;
	overflow: hidden;
	text-transform: lowercase;
	margin-top: 5px
}
#header .header-imagelinks img{
	float: left;
}
#header .telefon{
	position: absolute;
	margin: 9px 0 0 290px;
}

/* topnavigation */
ul#topnavigation {
	padding: 0;
	margin: 0;
	overflow: hidden;
	background: #d7edf8 url(../img/topnavi_new/topnavi-bg.png) no-repeat;
	width: 900px;
	clear: both;
}

ul#topnavigation li.tab {
	display: block;
	float: left;
	height: 35px;
	margin: 3px 2px 0px 2px;
	list-style: none;
	line-height: 32px;
	height: 33px;
}
ul#topnavigation li.tab a {
	display: block;
	float: left;
	padding: 0px 5px 0px 10px;
	margin-right: 5px;
	font-size: 12px;
	line-height: 32px;
	height: 33px;
	color: #fff;
	font-weight: bold;
}
	/* topnavigation hover */
	ul#topnavigation li.tab:hover,
	ul#topnavigation li#active {
		background: url(../img/topnavi_new/topnavi-tab-bg.png) no-repeat right;
		color: #277fa5;
	}
	ul#topnavigation li.tab:hover a,
	ul#topnavigation li#active a {
		background: url(../img/topnavi_new/topnavi-tab-bg.png) no-repeat left;
		margin-right: 5px;
		color: #277fa5;
	}

/* startpage button */
ul#topnavigation li#startpage{
	display: block;
	float: left;
	width: 36px;
	height: 33px;
	margin-top: 2px;
	margin-left: 10px;
	margin-right: 5px;
	list-style: none;
}
ul#topnavigation li#startpage a{
	display: block;
	width: 36px;
	height: 33px;
	background: #b1e0f5 url(../img/topnavi_new/topnavi-home-button.png) no-repeat top left;
	overflow: hidden;
	text-indent: -5000px;
}
ul#topnavigation li#startpage a:hover {
	background: url(../img/topnavi_new/topnavi-home-button.png) no-repeat bottom left;
}

ul#topnavigation li#startpage a#active {
	background: url(../img/topnavi_new/topnavi-home-button.png) no-repeat bottom left;
}

/* suchbox */
ul#topnavigation li#searchbox{
	display: block;
	float: right;
	width: 123px;
	height: 25px;
	margin-top: 4px;
	margin-left: 10px;
	margin-right: 10px;
	list-style: none;
	background: url(../img/topnavi_new/topnavi-searchbox-bg.png) no-repeat;
}
ul#topnavigation li#searchbox input#searchForm{
	border: none;
	background: transparent;
	color: #333;
	font-size: 10px;
	font-weight: bold;
	padding: 4px 25px 4px 7px;
}

/* inhalte unter der navigation */
ul#topnavigation li#sub-topnavigation {
	display: block;
	padding: 0 10px;
	clear: both;
	line-height:30px;
	height:30px;
	background: #d7edf8 url(../img/topnavi_new/topnavi-sub-bg.png) no-repeat bottom left;
	list-style: none;
	color: #487B85;
}

ul#topnavigation li#sub-topnavigation a {
	line-height:30px;
	padding: 0px 10px;
	font-weight: bold;
	color: #487B85;
	display: block;
	float: left;
}
ul#topnavigation li#sub-topnavigation a:hover{
	background: url(../img/topnavi_new/sub-topnavigation-link.gif) no-repeat right;
	display: block;
	float: left;
	padding: 0px 5px 0px 0px;
	color: #fff !important;
}
ul#topnavigation li#sub-topnavigation a:hover span{
	background: url(../img/topnavi_new/sub-topnavigation-link.gif) no-repeat left;
	display: block;
	padding: 0;
	margin-right: 5px;
	padding-left: 10px;
}


/* sliding usermenu */
#usermenu{margin-top: 10px;}
.accordion, .accordion *{
	margin:0;
	padding:0;
	list-style-type: none;
}
.one{
}
.two{
}
.three{
}
.active{
	background: url(../img/header_new/bg-active-usermenu-item.png) no-repeat left;
}
.accordion li{
	/*cursor:pointer;*/
}
.accordion .active_click{
	cursor:default;
}
.accordion p{
	display: none;
}
.accordion a{
	display: block;
	background: url(../img/header_new/arrow-links.gif) no-repeat left center;
	padding-left: 15px;
	color: #687B85;
}
.accordion li img{
	margin: 13px 20px 0px 10px;
	cursor: pointer;
}
.accordion li.active img{
	margin: 13px 20px 0px 10px;
	cursor: pointer;
}
.accordion li.active p{
	display: block;
	padding: 10px;
	margin-left: 50px;
}

/* products in category */

/* SUB FOOTER */
ul#subfooterList{
	margin: 0;
	padding: 0;
	display: block;
	margin-bottom: 10px;
	background: url(../img/global/gadient_blue_ttb.gif) repeat-x top;
	overflow: hidden;
	height: 120px;
}
ul#subfooterList li{
	float: left;
	list-style: none;
	display: block;
	border-right: 1px solid #fff;
	width: 262px;
	margin-right: 10px;
	padding: 10px;
	height: 1000px;
}
ul#subfooterList a{
	color: #333;
}
ul#subfooterList li.last{
	border-right: 0;
	margin-right: 0px;
	padding-right: 0px;
}
#footer h4{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 10px 0;
	color: #487B85;
}

ul#subfooterList li.zahlung img{
	margin: 10px;
}
ul#subfooterList li.vorteile div{
	background:url(../img/icons/ok.gif) no-repeat left center;
	text-indent: 20px;
	line-height: 22px;
	margin-left: 10px;
}
ul#subfooterList li.kontakt p{
	line-height: 22px;
	margin-left: 10px;
}

#subFooter a.rss_link_small{
	text-indent: 15px;
	background: url(../img/icons/rss_icon_small.png) no-repeat left center !important;
}


