/******************* Hauptnavigation horizontal ********************/

#menu {
	width: 954px;
	background-color: #fff;
	border-left:1px solid #adafb0;
    	list-style-type:none;
    	margin:0;
    	padding:0;
}


#menuleiste #menu ul {
	width:724px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	margin-left:230px !important;
	margin-top: 0px;
	list-style:none;
	height: 20px;
	padding-top: 0px;
	overflow:hidden;
}

#menuleiste #menu ul li {
	display: inline;
	margin: 0;
	padding: 0;
	height: 17px;
	margin-left:0px;
	float:left;

}

#menuleiste #menu ul a{
	margin:0;
	padding:0;
	padding-top:3px;
	display:block;
	width:180px;
	height:20px;
	color: #FFF;
	text-decoration: none;
	border-right: 1px solid white;
}

#menuleiste #menu ul a.active{
	background-color: #82a2bd;	
	}


#menuleiste #menu ul a:hover {
	background-color: #82a2bd;
}


/************  Topnavigation im Header  *******************************************/


#navigationtop {
	position: relative;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	list-style:none;
	width: 530px;
	padding: 0;
	margin: 43px 0 0 0;
	float: left;
}

#navigationtop li {
	display: inline;
}

#navigationtop a:link, #navigationtop a:visited {
	padding: 0px 10px 0px 10px;
	color: #FFF;
	text-decoration: none;
	border: none;
	background-image: url(/gfx/bullettopnav.gif);
	background-repeat:no-repeat;
	background-position:left;
}

#navigationtop a:hover {
	color: #FFF;
	background-color: #004178;
	text-decoration:none;
}

#navigationtop li.warenkorb a {
background:none!important;
}

#navigationtop li.warenkorb img {
position:relative;
top:3px;
left:3px;
}


/**** Anderes Zeug ****/


div.produktdetail ins {
	text-decoration: none;
	}
div.produktdetail img.detailpic {
	float: right;
	border: 1px solid #aaaeb6;
	margin: 40px 0 10px 20px;
	}
div.produktdetail a.wk-link {
	font-weight: bold;
	color: #AB0000;
	text-decoration: none;
	padding-right: 23px;
	background: url(/img/icon_wk.gif) no-repeat 100% 50%;
	}

div.wk-overview table {
	width: 95%;
	margin-bottom: 2em;
	border:0px solid red;
	margin-left:16px;
	}
div.wk-overview strong {
	display: block;
	}
div.wk-overview table.schritte th, div.wk-overview table.schritte td {
	padding: 0 0 0 30px;
	}
div.wk-overview table.schritte th:first-letter {
	font-size: 18px;
	font-weight: bold;
	}
div.wk-overview table.schritte th.current {
	color: #AB0000;
	}
div.wk-overview table.schritte td {
	font-size: 10px;
	padding-top: 5px;
	background: url(/img/icon_schritte-bg.gif) no-repeat;
	vertical-align: top;
	}
div.wk-overview table.schritte td.active {
	background: url(/img/icon_schritte-bg-cur.gif) no-repeat;
	}

div.wk-overview table.liste td {
	border-top: 1px solid #9EA2A9;
	padding: 10px 10px;
	vertical-align: top;
	}
div.wk-overview table.liste td.center {
	text-align: center;
	}
div.wk-overview table.liste th, div.wk-overview table.liste tr.betrag {
	color: #fff;
	background: #9EA2A9;
	padding: 2px 10px;
	font-weight: bold;
	}
div.wk-overview table.liste tr.betrag td {
	padding: 2px 10px;
	}
div.wk-overview input.inp-txt {
	width: 23px;
	height: 14px;
	}

div.wk-overview p.next {
	text-align: right;
	padding-right:18px;
	}
div.wk-overview p.nextleft {
	text-align: left;
	padding-right:18px;
	}
div.wk-overview p.next a {
	color: #AB0000;
	text-decoration: none;
	padding-left: 15px;
	background: url(/img/icon_next.gif) no-repeat 0 50%;
	}
div.wk-overview p.nextleft a {
	color: #AB0000;
	text-decoration: none;
	padding-left: 15px;
	background: url(/img/icon_next.gif) no-repeat 0 50%;
	}


/* Seite weiterempfehlen-Link im Header (09.10.08) */

div#header {
	position: relative;
}
p#topWeiterempfehlen {
	position: absolute;
	top: 20px;
	left: 786px;
	/*border: 1px solid #0f5691;*/
	margin: 0;
	/*padding: 0 10px;*/
}
p#topWeiterempfehlen a {
	display: block;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	padding: 2px 18px 2px 0;
	background: url(/gfx/icon_pfeil.gif) no-repeat 100% 50%;
}