body {
	background:#fff;
	color:#000;
	font-size:11px;
	height:100%;
	overflow:auto;
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #98ACBA;
	scrollbar-highlight-color: #C4CFD8;
	scrollbar-3dlight-color: #C4CFD8;
	scrollbar-darkshadow-color: #98ACBA;
	scrollbar-track-color: #F0F0F0;
	scrollbar-arrow-color: #ED1C24;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	text-align:left;
}
a {
	color: #000;
	text-decoration: none;
}
h1 {
	color: #000;
	padding:0px;
	margin:0px;
	display:block;
	font-size:17px;
}
h2 {
	margin:0px;
	padding:0px;
	display:block;
	color:#000;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
	margin-bottom:4px;
}
h3 {
	margin:0px;
	padding:0px;
	display:block;
	color:#000;
	font-size:14px;
	font-weight:bold;
}
p {
	margin:0;
	padding:0;
	display:block;
	margin-bottom:10px;
}
hr {
	width:100%;
	height:1px;
	color:#ED1C24;
	background:#ED1C24;
	border:0px;
}
td {
	font-size:11px;
}
form {
	display:inline;
}
.thin {
	font-weight:normal;
}
#k2Container {
	width:996px;
	height:100%;
	overflow:visible;
	margin-left:auto;
	margin-right:auto;
	align:center;
	z-index:1;
	font-size:11px;
	background-color:#fff;
	text-align:left;
}
#contentLeft{
	float:left;
	width:670px;
	margin-left:3px;
}
#k2Actions{
	width:142px;
	margin-top:30px;
	float:right;
}
#nav_global {
	font-size:10px;
	text-align:right;
	height:10px;
	z-index:2;
	border-bottom:solid 5px #fff;
	border-top:solid 5px #fff;
	background-color:#fff;
}
#nav_global a {
	margin-right:8px;
	font-size:10px;
}
#nav_global a:hover {
	color:#ED1C24;
}
#header {
	background-color:#ED1C24;
	background-image: url(../gfx/background/header.gif);
	background-repeat: repeat-x;
	background-position: top;
	height:70px;
	vertical-align:top;
	color:#fff;
	z-index:3;
}
#header a, #k2Actions .login a {
	color:#fff;
}
#header .search strong, #header .cart strong a, #k2Actions .login strong a {
	font-size:16px;
	display:block;
}
#header form {
	display:inline;
}
#header .logo {
	float:left;
	padding-left:15px;
	margin-top:17px;
}
#header .logo a img {
	border:0px;
	width:175px;
	height:43px;
}
#header .welcome {
	float:right;
	width:225px;
	height:50px;
	margin-top:10px;
}
#header .welcome .inner {
	padding-right:20px;
	line-height:18px;
}
#header .search {
	float:right;
	border-left:solid 1px #fff;
	border-right:solid 1px #fff;
	width:374px;
	height:50px;
	margin-top:10px;
}
#header .search .inner {
	padding-right:20px;
	padding-left:20px;
}
#header .search .iSearch {
	background-color:#fff;
	border:solid 1px #fff;
	font-size:11px;
	-moz-border-radius:3px;
	width:310px;
}
#header .search .iSearch:focus {
	border:solid 1px #000;
}
#header .cart {
	float:right;
	width:180px;
	height:50px;
	margin-top:10px;
}
#header .cart .inner {
	padding-left:20px;
}
#header .cart .inner div {
	display:block;
	margin-top:2px;
	margin-bottom:2px;
}
.icon {
	width:13px;
	height:13px;
	border:0;
}
#nav_main {
	background-color:#fff;
	border-bottom:solid 1px #ED1C24;
	background-image: url(../gfx/background/nav_main.gif);
	background-repeat: repeat-x;
	background-position: top;
	height:30px;
	font-size:16px;
	z-index:999;
}
#menu {
	list-style-type:none;
	margin:0;
	padding:0;
}
#menu li {
	display:block;
	float:left;
	position:relative;
	z-index:100;
	margin-right:1px;
}
#menu li span {
	display:block;
	z-index:100;
	background:transparent;
	padding: 5px 12px;
	font-size:16px;
}
#menu li a, #menu li a:visited {
	display:block;
	padding:0;
}
#menu dl {
	position:absolute;
	top:0;
	left:0;
	margin: 0;
	padding: 0;
	background: url(../gfx/spacer.gif);
}
#menu dt {
	background: transparent;
	margin:0;
	border-bottom:1px solid #fff;
	float:left;
	border-right:1px solid #fff;
}
#menu li.last dt {
	border-right:0px;
}
#menu dd {
	display:none;
	background: #E1EEF1;
	border-bottom:1px solid #fff;
	clear:left;
	margin:0;
	padding:0;
	color: #fff;
	text-align:left;
}
#menu dt a {
	font-size:16px;
	white-space:nowrap;
}
#menu dd a {
	font-size:12px;
	white-space:nowrap;
}
#menu li.last2 dt a, #menu li.last2 span {
	color:#ED1C24;
}
#menu dt a, #menu dt a:visited {
	display:block;
	color:#666;
	padding: 5px 12px;
	text-decoration:none;
}
#menu dd a, #menu dd a:visited {
	background:transparent;
	color:#666;
	text-decoration:none;
	display:block;
	padding: 5px 12px;
}
#menu li a:hover {
	border:0;
}
#menu li:hover dd, #menu li a:hover dd {
	display:block;
}
#menu li:hover dl, #menu li a:hover dl {
	border-bottom:10px solid #ED1C24;
}
#menu li:hover dt a, #menu li a:hover dt a {
	background: #E1EEF1;
	color:#ED1C24;
}
#menu dd a:hover {
	background: #fff;
	background-image: url(../gfx/background/nav_main.gif);
	background-repeat: repeat-x;
	background-position: top;
	color:#ED1C24;
}
#k2Content {
	/*margin-top:10px;*/
	margin-bottom:10px;
	background-color:#fff;
	overflow: visible;
}
#k2Left {
	margin-top:10px;
	width:142px;
	float:left;
}
#k2Center {
	width:835px;
	float:left;
	margin-left:10px;
}
#k2Footer {
	clear:both;
	border-top:solid 1px #ED1C24;
	margin-top:10px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:170px;
	text-align:center;
	color:#999;
}
#k2Footer a {
	color:#999;
}
#k2Footer a:hover {
	color:#ED1C24;
}
#opt_countries {
	padding:10px;
	margin-bottom:10px;
	border:solid 1px #ED1C24;
	position:relative;
	z-index:80;
	color:#000;
	background-image: url(../gfx/background/nav_main.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#opt_countries {
	z-index:90;
}
#opt_countries a {
	color:#000;
}
#opt_countries a:hover {
	text-decoration:underline;
}
#opt_countries a img {
	border:0;
	width:18px;
	height:12px;
}
/* SITEMAP */

.sitemap {
	width:100%;
	border:0px;
	margin-bottom:10px;
}
.sitemap td {
	vertical-align:top;
	width:25%;
	padding-right:10px;
}
/* LÄNDEREINSTIEG */

.countries {
	width:200px;
	border:0px;
	margin-bottom:10px;
}
.countries td {
	vertical-align:top;
	text-align:center;
	width:12%;
	font-weight:bold;
	font-size:12px;
	padding-top:20px;
	padding-bottom:20px;
}
.countries td img {
	width:80px;
	height:53px;
	border:0px;
	margin-bottom:5px;
}
/* PRODUKTE */
div.item {
	width:392px;
	height:133px;
	float:left;
	margin-right:23px;
	margin-bottom:15px;
	border:solid 1px #ccc;
	overflow:hidden;
	background-color:#fff;
}
.start{
	height:425px;
	overflow:hidden;
}
.start div.item {
	width:210px;
	margin-right:10px;
	margin-bottom:10px;
}
div.item:hover {
	border:solid 1px #ED1C24;
}
div.item .inner {
	height:125px;
	border:solid 4px #FFF;
}
div.item .inner table {
	width:100%;
	border:0;
	height:125px;
}
div.item .inner table td.img {
	width:95px;
	vertical-align:middle;
	text-align:center;
	font-size:11px;
}
div.item .inner table td.img a {
	text-decoration:none;
	color:#C3CCD4;
}
div.item .inner table td.img img {
	border:0;
	background: url(/images/kbf/backgrounds/loading-s.gif) no-repeat center center;
}
div.item .inner table td.text {
	width:280px;
	font-size:11px;
	vertical-align:top;
	padding-left:4px;
}
.start div.item .inner table td.text {
	width:105px;
}
.start div.item .inner table td.text {
	width:207px;
}
div.item .inner table td.text a {
	text-decoration:none;
}
div.item .inner table td.text strong a {
	display:block;
	text-decoration:underline;
	margin-bottom:4px;
}
div.item .inner table td.text small {
	font-size:11px;
}
div.item strong a {
	display:block;
	margin-bottom:4px;
	text-decoration:underline;
}
div.item .red {
	color:#ED1C24;
}
div.item .bigger {
	font-size:11px;
}
.start div.item .bigger {
	font-size:12px;
}
div.item .reduced {
	background-color:#ED1C24;
	color:#fff;
	font-weight:bold;
}
div.item .oldprice {
	text-decoration: line-through;
}
div.item .colors, #zugaben .colors{
	display:block;
	margin-top:4px;
}
div.item .colors span, #zugaben .colors span{
	font-size:10px;
	display:Inline-Block;
	height:10px;
	width:10px;
	border:solid 1px #7B90A2;
}
div.item input {
	border:0px;
	background-color:#d7d7d7;
	background-image: url(../gfx/buttons/k2go.gif);
	background-repeat: no-repeat;
	background-position: left center;
	cursor:hand;
	cursor:pointer;
	overflow:visible;
	padding:0px 5px 0px 23px;
	width:auto;
	font-size:11px;
	margin-top:4px;
}
/* sidebar menue */

#k2Sidebar ul {
	padding:0px;
	margin:0px;
	border-top:dotted 1px #ccc;
	list-style-type: none;
	/*padding-bottom:10px;*/
	margin-top:20px;
	margin-bottom:10px;
}
#k2Sidebar ul li a {
	color:#333;
	width:100%;
	display:block;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size:11px;
}
#k2Sidebar.standard ul li.sub1, #k2Sidebar.standard ul li.sub1#subActive1 {
	padding-left: 10px;
}
#k2Sidebar ul li {
	border-bottom:dotted 1px #ccc;
}
#k2Sidebar.standard ul li.sub1 a {
	padding-top: 4px;
	padding-bottom: 4px;
}
#k2Sidebar ul li.sub2 a {
	padding-top: 2px;
	padding-bottom: 2px;
	font-size:11px;
}
#k2Sidebar ul li.sub1 {
	padding-left: 10px;
}
#k2Sidebar ul li.sub2 {
	padding-left: 20px;
}
#k2Sidebar ul li a:hover {
	/*font-weight:bold;*/

	color:#ED1C24;
}
#k2Sidebar ul #subActive1, #k2Sidebar ul #subActive2 {
	background-color:#E1EEF1;
	background-image: url(/stuff/gfx/background/nav_main.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#k2Sidebar ul #subActive1 a, #k2Sidebar ul #subActive2 a {
	color:#ED1C24;
}
.shop_nav{
	border-top:dotted 1px #ccc;
	border-bottom:solid 1px #ED1C24;
	margin-top:10px;
	margin-bottom:10px;
	background: #fff url(/gfx/background/nav_main.gif) repeat-x scroll center top;
}
.shop_nav table{
	border:0;
	height:30px;
}
.shop_nav table td{
	vertical-align:middle;
	white-space:nowrap;
	padding-left:10px;
}
.shop_nav table td a img{
	vertical-align:middle;
	border:0;
	width:11px;
	height:11px;
}
.shop_nav table td.info{
	border-right:solid 1px #fff;
	padding-right:10px;
}
#nav_info, #nav_similar, #nav_more, #nav_shop{
	padding-top:10px;
	border-top:solid 1px #ED1C24;
}
#nav_info a:hover, #nav_similar a:hover, #nav_more a:hover, #nav_shop a:hover{
	text-decoration:underline;
}
#nav_shop table.sitemap{
	margin-top:10px;
}
#nav_shop table.sitemap td{
	vertical-align:top;
	padding-left:0;
	width:25%;
}


/* PRODUKTFINDER */
br.clear{clear:both;}
#info{float:left;width:500px;border:solid 1px #ED1C24;margin-right:20px;margin-top:10px;margin-bottom:10px;-moz-border-radius:3px;}
#similar{float:left;width:242px;border:solid 1px #999;margin-top:10px;margin-bottom:10px;-moz-border-radius:3px;}
#feel{float:right;width:242px;height:120px;border:solid 1px #999;margin-left:10px;margin-bottom:10px;-moz-border-radius:3px;}
#familiar{border:solid 1px #ccc;overflow:auto;margin-top:10px;margin-bottom:10px;-moz-border-radius:3px;width:764px;}
#info h3{padding:2px;background-color:#ED1C24;color:#fff;}
#info p{padding:4px;margin:0;}
#similar h3{padding:2px;background-color:#999;color:#fff;}
#similar p{padding:4px;margin:0;}
#familiar h2{padding:4px;text-decoration:none;border-top:dashed 1px #ccc;margin-top:10px;}
#familiar h2 a{font-size:14px;color:#ccc;}
#familiar h3{padding:2px;background-color:#ccc;color:#fff;}
#familiar p{padding:4px;margin:0;}
#similar a:hover, #familiar a:hover{text-decoration:underline;}

/* Aktionframe */
.box{
	background-color:#fff;
	border-bottom:solid 1px #ED1C24;
	padding-bottom:10px;
}
.h_mass .inner{height:95px;}
.h_katalog .inner{height:72px;}

.box .inner{
	padding:8px;
	text-align:left;
	display:block;
	overflow:hidden;
	color:#333;
}
.box .inner a{
	color:#333;
}
.box h2{display:block;padding-left:8px;padding-top:2px;padding-bottom:2px;text-decoration:none;}
.box h2 a{color:#333;font-size:12px;font-weight:normal;}
.box h2 a img{vertical-align:middle;}
.nl_register{
	font-size:14px;
	display:block;
	margin-top:6px;
	color:#ED1C24;
}
div.clear{
	clear:both;
	font-size:11px;
	height:11px;
}

#sitePath {
	height:30px;
}
#sitePath .inner {
	padding-top:8px;
	font-size:10px;
}
#sitePath .inner a {
	font-size:10px;
	margin-left:10px;
}
#countryInfo{
	background: url(bg-country.png) repeat;
	border: 5px solid #ED1C24;
	width: 350px;
	padding: 10px;
	position: absolute;
	z-index:2000;
	text-align:left;
	overflow:visible;
}
#countryInfo h1{
	margin-bottom:10px;
	padding-bottom:7px;
	border-bottom:solid 2px #ED1C24;
	color:#ED1C24;
}
#countryInfo table{
	width:100%;
	border:0;
	border-top:solid 2px #ED1C24;
	padding-top:4px;
}
#countryInfo table td{
	vertical-align:top;
	padding-top:6px;
	width:33%;
}
#countryInfo a{
	display:block;
}
#countryInfo a img{
	border:0;
}
#countryInfo a span{
	color:#fff;
}
#countryInfo a:hover{
	font-weight:bold;
}
#countryInfo a:hover span{
	color:#ED1C24;
}
#homeLabels{
	background:#F1F2F4;
	margin-top:10px;
	margin-bottom:10px;
}
#homeLabels img{
	border:0;
}
