﻿/* General */
/* css reset - makes the layout looking good in all browsers */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
    vertical-align:baseline;
	}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block; }

ol, ul {
	list-style: outside; }


h1, h2, h3, h4, h5 {
	padding:0 0 0 0;
	margin:0 0 0.5em 0;
	line-height:normal;
}

h1 {font-size:0.875em; color:#002743; margin: 0 0 0.2em 0; padding:0 0 0 0; font-weight:normal;}
h2 {font-size:1.500em; color:#002743; margin: 0 0 0.5em 0; padding:0 0 0 0; font-weight:normal;}
h3 {font-size:0.875em; color:#535353; margin: 0 0 0.2em 0; padding:0 0 0 0; font-weight:bold; }
h4 {font-size:0.750em; color:#333; margin: 0 0 1em 0; padding:0 0 0 0; font-weight:normal; }
h5 {font-size:0.750em; color:#aa258e; margin: 0 0 0.2em 0; padding:0 0 0 0; font-weight:bold; }
h6 {font-size:1.125em; color:#666666; margin: 0 0 0 0; padding:0 0 0 0; font-weight:normal; }


.foerch hgroup {
	/*background:url(/Foerch/Websites2015/Images/bullet_red.png) no-repeat 3px 6px;
	background:url(/Foerch/Websites2015/Images/bullet_red.png) no-repeat 3px 5px\9; */ /* IE8 und darunter */ 
    padding:0 0 0 10px;
    float: left;
	width:95%;
}

fieldset {border:none;margin:3px 0 0 0;padding:0;}

.foerch .border-radius {
    border-radius: 1px;
    -o-border-radius: 1px;
    -moz-border-radius: 1px;
    -khtml-border-radius: 1px;
    -webkit-border-radius: 1px;
}
.foerch .border-top-radius {
    border-top-left-radius: 6px;
    -o-border-top-left-radius: 6px;
    -moz-border-top-left-radius: 6px;
    -khtml-border-top-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    -o-border-top-right-radius: 6px;
    -moz-border-top-right-radius: 6px;
    -khtml-border-top-right-radius: 6px;
    -webkit-border-top-right-radius: 6px;
}
.foerch .seperate {
    clear: both;
}
.foerch .space-top {
    margin-top: 30px;
}
.foerch .gray-border {
    border: 1px solid #D7D7D7;
}
.foerch .box-shadow {
    -webkit-box-shadow: 0 1px 2px hsla(0,0%,0%,0.25);
    -moz-box-shadow: 0 1px 2px hsla(0,0%,0%,0.25);
    -o-box-shadow: 0 1px 2px hsla(0,0%,0%,0.25);
    -khtml-box-shadow: 0 1px 2px hsla(0,0%,0%,0.25);
    box-shadow: 0 1px 2px hsla(0,0%,0%,0.25);
}
.foerch .gray-gradient {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#f2f2f2));
    background-image: -moz-linear-gradient(top, #FFFFFF, #f2f2f2);
}
.foerch .border-box {
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}


/*+++++++++++++++++++++++++++++++++++++++++++  FÖRCH Spezifikationen +++++++++++++++++++++++++++++++++++++++++++++*/

html.foerch {
    height: 100%;
    width: 100%;
	
}
.foerch body {
    margin: auto;
    font-family:'HelveticaNeueW02-85Heav', Arial, sans-serif;
    font-size:100%;
    color:#333333;
	background: url(/Foerch/Websites2015/Images/bg_wall_foerch.jpg) repeat fixed;
}
.foerch a {
    color: inherit;
    text-decoration: inherit;
}
.foerch a:hover {
    color: #333;
}

.foerch p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.750em;
    color:#333333;
	line-height:1.375em;
	margin: 0 0 10px;
}

.foerch mark {
    color: #000;
    background: none;
}

/*+++++++++++++++++++++++++++++++++++++++++++  Headerbereich +++++++++++++++++++++++++++++++++++++++++++++*/
.foerch header {
    padding:0 0 0 0;
	margin:0 auto 0 auto;
	text-align:left;
	background:#FFF;
}
.foerch header .background {
    padding:0;
    margin:0;
	background:#FFF;
	/*height:43px;*/
}
	.foerch header .eshop {
		padding:0;
		margin:0 auto;
		background:#FFF;
		height:90px;
		width:1000px;
	}

    .foerch header .eshop_start {
		padding:0;
		margin:0 auto;
		background:#FFF;
		height:38px;
		width:1000px;
	}

.foerch header .logo {
	position:absolute;
	left:0;
	top:0;
	background:url(/Foerch/Websites2015/Images/bg_logo.png);
	width:419px;
	height:242px;
    padding:0;
    margin:0;
	z-index:550;
}

	.foerch header .logo_eshop {
		width:150px;
		height:90px;
		padding:0;
		margin:0;
		float:left;
	}

	.foerch header .logo img {border:none;}
	
	
.foerch header .logocontent {
	position:relative;
	left:20px;
	top:36px;
	width:163px;
	height:44px;
    padding:0;
    margin:0;
	z-index:500;
}

	.foerch header .logocontent_eshop {
		position:relative;
		top:36px;
		width:150px;
		height:40px;
		padding:0;
		margin:0;
		z-index:500;
	}
.foerch header .content {
	margin: auto;
	width:1000px;
	/*height:43px;*/
	height:38px;
	position:relative;
}
	.foerch header .content_eshop_customer {
		margin:5px 0 0 30px;
		width:820px;
		height:33px;
		position:relative;
		float:right;
	}
        @media only screen and (min-width:320px) and (max-width:1380px){
                .foerch header .content_eshop_customer {width:auto;}}

		.foerch .content_eshop_customer .kontaktbox {float: left;margin: 5px 0 0;width:320px;}	
            @media only screen and (min-width:320px) and (max-width:1380px){
                .foerch .content_eshop_customer .kontaktbox{width:auto;}}	
		.foerch .content_eshop_customer .kontaktbox p.name {float: left;color:#00253F;font-weight:bold;margin: 0 10px 0 0; }
		.foerch .content_eshop_customer .partnerbox {float: left;margin: 5px 0 0 20px;width:260px; padding: 0 0 0 30px; background:url(/Foerch/Websites2015/Images/ansprechpartner_icon.png) no-repeat;}
            @media only screen and (min-width:320px) and (max-width:1380px){
                .foerch .content_eshop_customer .partnerbox{width: 170px;}}

		.foerch .content_eshop_customer .partnerbox p {float: left;color:#00253F;font-weight:normal;margin: 0;padding:0 0 10px 0; }
		.foerch .content_eshop_customer .partnerbox a {float: left;color:#00253F;font-weight:normal;margin: 0; }
		
		.foerch .content_eshop_customer .kontaktbox p.gewerbe {color: #999;font-weight: bold;margin: 0;position: absolute; right: 0; width:auto;text-align: right;}	
		
		.foerch .content_eshop_customer .logoutbox {float: right; padding-top: 0px; width: 80px;}
		.foerch .content_eshop_customer .logoutbox a {
			float: right; 
			padding: 1px 0;
			margin: 2px 0 0 0; 
			width: 80px; 
			display:block;
			background-image: linear-gradient(to top, #CCC , white);
            background:#EEE\9;
			border-radius:3px;
			border:1px solid #CCC; 
			text-align:center;
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#818181;
			text-shadow: 1px 1px 0 rgba(255,255,255,0.75);
		}
		.foerch .content_eshop_customer .logoutbox a:hover {
			background-image: linear-gradient(to top, #333 , #CCC);
            background:#333\9;
			color:#FFF;
			text-shadow: 1px 1px 0 rgba(0,0,0,0.75);
			border:1px solid #333; 
		}

        .foerch .content_eshop_customer .kontobox {float: right; position: relative; right: 5px;  width: 80px;}
		.foerch .content_eshop_customer .kontobox a {
			float: right; 
			padding: 1px 0;
			margin: 2px 0 0 0; 
			width: 80px; 
			display:block;
			background-image: linear-gradient(to top, #CCC , white);
            background:#EEE\9;
			border-radius:3px;
			border:1px solid #CCC; 
			text-align:center;
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#818181;
			text-shadow: 1px 1px 0 rgba(255,255,255,0.75);
		}
		.foerch .content_eshop_customer .kontobox a:hover {
			background-image: linear-gradient(to top, #333 , #CCC);
            background:#333\9;
			color:#FFF;
			text-shadow: 1px 1px 0 rgba(0,0,0,0.75);
			border:1px solid #333; 
		}

        .foerch header .eshop .content_eshop_customer {width:820px;}
        .foerch .eshop .content_eshop_customer .kontaktbox {width:320px;}
        .foerch .eshop .content_eshop_customer .partnerbox {width:260px;}
		
.foerch header .back {
	background:none;
	height:40px;
    left:0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 90px;
    z-index: 40;
}
@media screen and (min-width: 920px) {
  .foerch header .back {display:none;}
}
/*+++++++++++++++++++++++++++++++++++++++++++  INFOBOX ADM +++++++++++++++++++++++++++++++++++++++++++++*/	
	
	    .hover
    {
    z-index: 1;
	cursor:pointer;
    }
	
	div > .mask {
			opacity: 0;
			margin-top: -10px;
			visibility: hidden;
			margin-left: 0px;
		
			-webkit-transition-property:opacity, margin-top, visibility, margin-left;
			-webkit-transition-duration:0.5s, 0.3s, 0.5s, 0.3s;  
			-webkit-transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
			
			-moz-transition-property:opacity, margin-top, visibility, margin-left;
			-moz-transition-duration:0.5s, 0.3s, 0.5s, 0.3s;  
			-moz-transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
			
			-o-transition-property:opacity, margin-top, visibility, margin-left;
			-o-transition-duration:0.5s, 0.3s, 0.5s, 0.3s;  
			-o-transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
			
			transition-property:opacity, margin-top, visibility, margin-left;
			transition-duration:0.5s, 0.3s, 0.5s, 0.3s;  
			transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in;
		}
		
	div:hover > .mask {
		opacity: 1;
		visibility: visible;
		overflow: visible;
		margin-top:0px;
		display: inline;
		margin-left:0px;
		
		-webkit-transition-property:opacity, margin-top, visibility, margin-left;
		-webkit-transition-duration:0.5s, 0.3s, 0.5s, 0.3s;  
		-webkit-transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
		
		-moz-transition-property:opacity, margin-top, visibility, margin-left;
		-moz-transition-duration:0.5s, 0.3s, 0.5s, 0.3s;  
		-moz-transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;		
		
		-o-transition-property:opacity, margin-top, margin-left;
		-o-transition-duration:0.5s, 0.3s, 0.3s;  
		-o-transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
		
		transition-property:opacity, margin-top, visibility, margin-left;
		transition-duration:0.5s, 0.3s, 0.5s;  
		transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;		
	}
	
    .mask
    {
    opacity: 0;
	background: #FFF;
	border: none;
	padding: 10px;
	margin-left: 0px;
	position: absolute;
	left:0px;
	top:23px;
	width:350px;
	height:auto;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	font-style: normal;
	color: #777;
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,0.5);	
	-o-box-shadow: 0 1px 10px rgba(0,0,0,0.5);	
	box-shadow: 0 1px 10px rgba(0,0,0,0.5);
	 -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
	z-index: 600;
	float:left;
	
    }
	
	.mask:before { /* Triangle */
			content: "";
			background: #FFF;

			border:none;	

			width: 10px;
			height: 10px;
			margin-left: 15px;
			margin-top: -16px;
			
			display: block;
			position: absolute;

			-webkit-transform: rotate(-45deg);
			-moz-transform: rotate(-45deg);
			-o-transform: rotate(-45deg);
			transform: rotate(-45deg);
			
			
			display /*\**/: none\9;
			*display: none !important;
			*display: none;
		}
	
    .box
    {
    position: relative;
    display: block;
    }
    .box:hover .mask
    {
    opacity: 1;
	overflow:visible !important;
    }​
	
	.mask img {border: none; float:left; margin:0 10px 0 0;}
	.mask span {border: none; margin:0 10px 0 0; display:block;}	
	.mask .span.text {float:left; margin:0 0 20px 0; width:260px;}
    .mask span.profil {display:block;width:80px;height:80px;float:left;}	
	
	.mask span.fon {background:url(/Foerch/Websites2015/Images/button_navtop.png) no-repeat 0 -49px;margin:10px 0 3px 0;padding:0 0 0 20px;	width:240px;float:left;	}
	.mask span.mail {background: url(/Foerch/Websites2015/Images/button_navtop.png) no-repeat scroll 0 2px transparent;float: left;height:14px;margin: 0 0 0 0;padding: 0 0 0 20px;width:240px;}

    .mask .adm {display:block;float:left;}
	.mask .sb {display:block;float:left;margin:10px 0 0 0;}
		

/*+++++++++++++++++++++++++++++++++++++++++++  FÖRCH Headimage mit Textbereich +++++++++++++++++++++++++++++++++++++++++++++*/
.foerch .headimage {
    position: relative;
    width: 1000px;
    height:309px;
	margin:0 auto;
}

.foerch .headimagebackground{
    position: relative;
    height:310px;
	margin:0 auto;
	background: #FFF;
	border-bottom:1px solid #E5E5E5;
}

	.foerch .headimagebackground_home{
		background:url(/Foerch/Websites2015/Images/bg_home.png) repeat-x 0 -140px;
		position: relative;
		/*height:820px;*/
		margin:0 auto;
	}
	
	.foerch .headimage_home {
		position: relative;
		width: 100%;
		/*height:820px;*/
		margin:0 auto;
	}


.foerch .headimage article {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 310px;
    font-size:0.813em;
    -webkit-transition: opacity 0.5s;
    -khtml-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
	z-index:10;
}

.foerch .headimage_pic {
	padding:0;
	margin:0;
    width:1000px;
	position:relative;
}

.foerch .headimage_text {
	background:url(/Foerch/Websites2015/Images/semikolon.png) no-repeat 0 7px;
	padding: 0 50px 0 30px;
    position: absolute;
    right: 0;
    top: 30px;
    width: 250px;
}
.foerch .headimage_text h2 {
	padding:0;
	font-family:'HelveticaNeueW02-85Heav', Arial, sans-serif;
	font-size:2.6em;
	font-weight:normal;
	line-height:1.1em;
	letter-spacing:-1px;
	color:#002743;
}

.foerch .headimage_text_imageseite {
		background:url(/Foerch/Websites2015/Images/semikolon.png) no-repeat 0 7px;
		padding:0 0 0 30px;
		width:255px;
		position:absolute;
		top:60px;
		right:0px;
	}
	
.foerch .headimage_text_imageseite h2 {
		padding:0;
		font-family:'HelveticaNeueW02-85Heav', Arial, sans-serif;
		font-size:2.6em;
		font-weight:normal;
		line-height:1.1em;
		letter-spacing:-1px;
		color:#002743;
	}

.foerch .headimage_text p {
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.750em;
}

.foerch .headimage_text a {
	padding:3px 0 0 30px;
	margin:0;
	display:block;
	width:240px;
	background:url(/Foerch/Websites2015/Images/bg_buttons.png) no-repeat 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.375em;
	font-weight:bold;
	height:18px;
	color:#FFF;
	cursor:pointer;
}

.foerch .headimageslider {
    width: 1000px;
    height: 310px;
	position:relative;
	top:0px;
	right:0px;
}
/*+++++++++++++++++++++++++++++++++++++++++++  FÖRCH Headimage Produktbereich +++++++++++++++++++++++++++++++++++++++++++++*/
.foerch .headimage_produkte {
    position: relative;
    width: 1000px;
    height:204px;
	margin:0 auto;
}

.foerch .headimage_produkte_background{
    position: relative;
    height:204px;
	margin:0 auto;
	background: #FFF;
	border-bottom:1px solid #E5E5E5;
}
.foerch .headimageover{
    position: absolute;
	bottom:0;
    height:100px;
	margin:0 auto;
	background:url(/Foerch/Websites2015/Images/bg_headimage.png) no-repeat bottom center;
	z-index:20;
	width:100%;
    left:0;
}


.foerch .headimage_produkte article {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:204px;
    font-size:0.813em;
    -webkit-transition: opacity 0.5s;
    -khtml-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
	z-index:10;
}
.foerch .headimage_produkte_pic {
	padding:0;
	margin:0;
    width:1000px;
	height:204px;
	position:relative;
}

.foerch .produktslide_pic {
	padding:20px 0 0 20px;
	margin:0;
    width:330px;
	/*position:relative;*/
    float:left;
}

/*+++++++++++++++++++++++++++++++++++++++++++  FÖRCH Content Imageseiten +++++++++++++++++++++++++++++++++++++++++++++*/
.foerch .content-box-background {
	margin:0 auto;
	background: url(/Foerch/Websites2015/Images/bg_content.png) repeat-x top center;
	/*position:relative;*/
	min-height:400px;
}

.foerch .content-box-content {
    width: 1000px;
	margin:0 auto;
	/*position:relative;*/
	
}
.foerch .content-box-content > p {
	font-family:Arial, Helvetica, sans-serif;
    margin:0;
    padding:10px 15px 0 16px;
	float:left;
}
/*+++++++++++++++++++++++++++++++++++++++++++  FÖRCH Content Breadcrums +++++++++++++++++++++++++++++++++++++++++++++*/
	.foerch .content-box-content .breadcrumbs {
		width:1000px;
		/*height:50px;*/
        height:auto;
		float:left;
		margin:0 0 0 0;
		padding:0 0 0 0;
	}
	
		.foerch .breadcrumb { 
			list-style: none; 
			overflow: hidden; 
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			width: 900px;
			float:left;
            margin: 0 0 15px 0;
		}
	.foerch	.breadcrumb li { 
			float: left; 
		}
	.foerch	.breadcrumb li a {
			color: white;
			text-decoration: none; 
			padding:5px 0 5px 30px;
			background: brown;                   /* fallback color */
			background:#666666; 
			position: relative; 
			display: block;
			float: left;
		}
	.foerch	.breadcrumb li a:after { 
			content: " "; 
			display: block; 
			width: 0; 
			height: 0;
			border-top: 30px solid transparent;           /* Go big on the size, and let overflow hide */
			border-bottom: 30px solid transparent;
			border-left: 20px solid #666666;
			position: absolute;
			top: 50%;
			margin-top: -30px; 
			left: 100%;
			z-index: 2; 
		}	
		
	/* Farben Breadcrums */	
		
	.foerch	.breadcrumb li a.kat01 {background:#e42a29 !important; }	
	.foerch	.breadcrumb li a.kat01:after {border-left:20px solid #e42a29 !important; }	
	.foerch	.breadcrumb li a.kat01:hover:after { border-left-color: #e42a29 !important; }
	
	.foerch	.breadcrumb li a.kat02 {background:#ff6600 !important; }	
	.foerch	.breadcrumb li a.kat02:after {border-left:20px solid #ff6600 !important; }	
	.foerch	.breadcrumb li a.kat02:hover:after { border-left-color: #ff6600 !important; }
	
	.foerch	.breadcrumb li a.kat03 {background:#ffcc00 !important; }	
	.foerch	.breadcrumb li a.kat03:after {border-left:20px solid #ffcc00 !important; }	
	.foerch	.breadcrumb li a.kat03:hover:after { border-left-color: #ffcc00 !important; }
	
	.foerch	.breadcrumb li a.kat04 {background:#99cc00 !important; }	
	.foerch	.breadcrumb li a.kat04:after {border-left:20px solid #99cc00 !important; }	
	.foerch	.breadcrumb li a.kat04:hover:after { border-left-color: #99cc00 !important; }
	
	.foerch	.breadcrumb li a.kat05 {background:#006600 !important; }	
	.foerch	.breadcrumb li a.kat05:after {border-left:20px solid #006600 !important; }	  
	.foerch	.breadcrumb li a.kat05:hover:after { border-left-color: #006600 !important; }
	
	.foerch	.breadcrumb li a.kat06 {background:#0099cc !important; }	
	.foerch	.breadcrumb li a.kat06:after {border-left:20px solid #0099cc !important; }	
	.foerch	.breadcrumb li a.kat06:hover:after { border-left-color: #0099cc !important; }
	
	.foerch	.breadcrumb li a.kat07 {background:#002742 !important; }	
	.foerch	.breadcrumb li a.kat07:after {border-left:20px solid #002742 !important; }	
	.foerch	.breadcrumb li a.kat07:hover:after { border-left-color: #002742 !important; }
	
	.foerch	.breadcrumb li a.kat08 {background:#996699 !important; }	
	.foerch	.breadcrumb li a.kat08:after {border-left:20px solid #996699 !important; }	
	.foerch	.breadcrumb li a.kat08:hover:after { border-left-color: #996699 !important; }
	
	.foerch	.breadcrumb li a.kat09 {background:#660066 !important; }	
	.foerch	.breadcrumb li a.kat09:after {border-left:20px solid #660066 !important; }	
	.foerch	.breadcrumb li a.kat09:hover:after { border-left-color: #660066 !important; }
	
	.foerch	.breadcrumb li a.kat10 {background:#e42a29 !important; }	
	.foerch	.breadcrumb li a.kat10:after {border-left:20px solid #e42a29 !important; }	
	.foerch	.breadcrumb li a.kat10:hover:after { border-left-color: #e42a29 !important; }
	
	.foerch	.breadcrumb li a.kat11 {background:#ff6600 !important; }	
	.foerch	.breadcrumb li a.kat11:after {border-left:20px solid #ff6600 !important; }	
	.foerch	.breadcrumb li a.kat11:hover:after { border-left-color: #ff6600 !important; }
	
	.foerch	.breadcrumb li a.kat12 {background:#ffcc00 !important; }	
	.foerch	.breadcrumb li a.kat12:after {border-left:20px solid #ffcc00 !important; }	
	.foerch	.breadcrumb li a.kat12:hover:after { border-left-color: #ffcc00 !important; }
	
	.foerch	.breadcrumb li a.kat13 {background:#99cc00 !important; }	
	.foerch	.breadcrumb li a.kat13:after {border-left:20px solid #99cc00 !important; }	
	.foerch	.breadcrumb li a.kat13:hover:after { border-left-color: #99cc00 !important; }
	
	.foerch	.breadcrumb li a.kat14 {background:#006600 !important; }	
	.foerch	.breadcrumb li a.kat14:after {border-left:20px solid #006600 !important; }	  
	.foerch	.breadcrumb li a.kat14:hover:after { border-left-color: #006600 !important; }
	
	.foerch	.breadcrumb li a.kat15 {background:#0099cc !important; }	
	.foerch	.breadcrumb li a.kat15:after {border-left:20px solid #0099cc !important; }	
	.foerch	.breadcrumb li a.kat15:hover:after { border-left-color: #0099cc !important; }
	
	.foerch	.breadcrumb li a.kat16 {background:#002742 !important; }	
	.foerch	.breadcrumb li a.kat16:after {border-left:20px solid #002742 !important; }	
	.foerch	.breadcrumb li a.kat16:hover:after { border-left-color: #002742 !important; }
	
	.foerch	.breadcrumb li a.kat17 {background:#996699 !important; }	
	.foerch	.breadcrumb li a.kat17:after {border-left:20px solid #996699 !important; }	
	.foerch	.breadcrumb li a.kat17:hover:after { border-left-color: #996699 !important; }
	
	.foerch	.breadcrumb li a.kat18 {background:#660066 !important; }	
	.foerch	.breadcrumb li a.kat18:after {border-left:20px solid #660066 !important; }	
	.foerch	.breadcrumb li a.kat18:hover:after { border-left-color: #660066 !important; }
	
	.foerch	.breadcrumb li a.kat19 {background:#e42a29 !important; }	
	.foerch	.breadcrumb li a.kat19:after {border-left:20px solid #e42a29 !important; }	
	.foerch	.breadcrumb li a.kat19:hover:after { border-left-color: #e42a29 !important; }
	
	/* Farben Breadcrums */
	
	.foerch	.breadcrumb li a.branchenprodukt {background:#999 !important; }	
	.foerch	.breadcrumb li a.branchenprodukt:after {border-left:20px solid #999 !important; }	
	.foerch	.breadcrumb li a.branchenprodukt:hover:after { border-left-color: #999 !important; }
			
	.foerch	.breadcrumb li a:before { 
			content: " "; 
			display: block; 
			width: 0; 
			height: 0;
			border-top: 30px solid transparent;           /* Go big on the size, and let overflow hide */
			border-bottom: 30px solid transparent;
			border-left: 20px solid white;
			position: absolute;
			top: 50%;
			margin-top: -30px; 
			margin-left: 2px;
			left: 100%;
			z-index: 1; 
		}	
	.foerch	.breadcrumb li:first-child a {padding-left: 5px;background:#666;}
	.foerch	.breadcrumb li:first-child a:hover {background:#666;}
	.foerch	.breadcrumb li:first-child a:hover:after { border-left-color:#666 !important; }	
		
	.foerch	.breadcrumb li:first-child a:after { 
			content: " "; 
			display: block; 
			width: 0; 
			height: 0;
			border-top: 30px solid transparent;           /* Go big on the size, and let overflow hide */
			border-bottom: 30px solid transparent;
			border-left: 20px solid #666666;
			position: absolute;
			top: 50%;
			margin-top: -30px; 
			left: 100%;
			z-index: 2; 
		}	
		
	.foerch	.breadcrumb li:last-child {
			 content:none;
			 font-weight:bold;
			 text-shadow: 2px 1px 1px rgba(0,0,0,0.35);
		}
	
	.foerch	.breadcrumb li:last-child a {
			color: white;
			text-decoration: none; 
			padding:5px 0 5px 30px;
			background: brown;                   /* fallback color */
			background:#666666; 
			position: relative; 
			display: block;
			float: left;

		}
	
	.foerch	.breadcrumb li:last-child a:after { 
			content: " "; 
			display: block; 
			width: 0; 
			height: 0;
			border-top: 30px solid transparent;           /* Go big on the size, and let overflow hide */
			border-bottom: 30px solid transparent;
			border-left: 20px solid #666666;
			position: absolute;
			top: 50%;
			margin-top: -30px; 
			left: 100%;
			z-index: 2; 
		}
	.foerch	.breadcrumb li:last-child a:before { 
			content: " "; 
			display: block; 
			width: 0; 
			height: 0;
			border-top: 30px solid transparent;           /* Go big on the size, and let overflow hide */
			border-bottom: 30px solid transparent;
			border-left: 20px solid white;
			position: absolute;
			top: 50%;
			margin-top: -30px; 
			margin-left: 2px;
			left: 100%;
			z-index: 1; 
		}

/*+++++++++++++++++++++++++++++++++++++++++++  FÖRCH Warenkorb Breadcrums +++++++++++++++++++++++++++++++++++++++++++++*/
	.foerch .content-box-content .cartcrumbs {
		width:1000px;
		float:left;
		margin:10px 0 0 0;
		padding:0 0 0 0;
	}
	
	
	.foerch .cartcrumb { 
			list-style: none; 
			overflow: hidden; 
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			width:1000px;
			float:left;
		}
	.foerch	.cartcrumb li { 
			float: left; 
			width:330px;
		}
	.foerch	.cartcrumb li a {
			color: #999;
			text-decoration: none; 
			padding:7px 0 8px 30px;
			background: brown;                   /* fallback color */
			background:#EEE; 
			position: relative; 
			display: block;
			float: left;
			width:290px;
			font-size:14px;
			text-align:center;
		}
		
		.foerch	.cartcrumb li a:hover {background:#99CC00; color:#FFF;}
		.foerch	.cartcrumb li a:hover:after { border-left-color:#99CC00 !important;color:#FFF; }	

        .foerch	.cartcrumb li.active a {background:#99CC00; color:#FFF;font-weight: bold;}
		
	.foerch	.cartcrumb li a:after { 
			content: " "; 
			display: block; 
			width: 0; 
			height: 0;
			border-top: 30px solid transparent;           /* Go big on the size, and let overflow hide */
			border-bottom: 30px solid transparent;
			border-left: 20px solid #EEE;
			position: absolute;
			top: 50%;
			margin-top: -30px; 
			left: 100%;
			z-index: 2; 
		}	

    .foerch	.cartcrumb li.active a:after {border-left: 20px solid #99CC00 !important;}
			
	.foerch	.cartcrumb li a:before { 
			content: " "; 
			display: block; 
			width: 0; 
			height: 0;
			border-top: 30px solid transparent;           /* Go big on the size, and let overflow hide */
			border-bottom: 30px solid transparent;
			border-left: 20px solid white;
			position: absolute;
			top: 50%;
			margin-top: -30px; 
			margin-left: 2px;
			left: 100%;
			z-index: 1; 
		}	

      
	
	.foerch	.cartcrumb li:last-child {
			 content:none;
			 
		}
	
	.foerch	.cartcrumb li:last-child a {
			color: #999;
			text-decoration: none; 
			padding:7px 0 8px 30px;
			background: brown;                   /* fallback color */
			background:#EEE; 
			position: relative; 
			display: block;
			float: left;

		}
    .foerch	.cartcrumb li.active:last-child a {background:#99CC00; color:#FFF;font-weight: bold;}
		
		.foerch	.cartcrumb li:last-child a:hover {background:#99CC00; color:#FFF;}
		.foerch	.cartcrumb li:last-child a:hover:after { border-left-color:#99CC00 !important;color:#FFF; }
	
	.foerch	.cartcrumb li:last-child a:after { 
			content: " "; 
			display: block; 
			width: 0; 
			height: 0;
			border-top: 30px solid transparent;           /* Go big on the size, and let overflow hide */
			border-bottom: 30px solid transparent;
			border-left: 20px solid #EEE;
			position: absolute;
			top: 50%;
			margin-top: -30px; 
			left: 100%;
			z-index: 2; 
		}
	.foerch	.cartcrumb li:last-child a:before { 
			content: " "; 
			display: block; 
			width: 0; 
			height: 0;
			border-top: 30px solid transparent;           /* Go big on the size, and let overflow hide */
			border-bottom: 30px solid transparent;
			border-left: 20px solid white;
			position: absolute;
			top: 50%;
			margin-top: -30px; 
			margin-left: 2px;
			left: 100%;
			z-index: 1; 
		}

	.foerch	.cartcrumb li.active {background:#99CC00; color:#FFF;}
	.foerch	.cartcrumb li a.active:after { border-left-color:#99CC00 !important;color:#FFF; }


/*+++++++++++++++++++++++++++++++++++++++++++  ENDE FÖRCH Warenkorb Breadcrums +++++++++++++++++++++++++++++++++++++++++++++*/
	
	.foerch .shoplogin {
		/*background:url(/Foerch/Websites2015/Images/bg_shoploginbox.png) no-repeat left top;*/
        background:#FFF;
		/*border-top:1px solid #E5E5E5;*/
        border:none;
		width:230px;
		min-height:280px;
		float:left;
		margin:0 0 0 0;
		padding:5px;
		position:absolute;
		right:0;
		top:43px;
		top:47px\9;
		z-index:20;
        -webkit-box-shadow: 0 1px 5px hsla(0,0%,0%,0.25);
        -moz-box-shadow: 0 1px 5px hsla(0,0%,0%,0.25);
        -o-box-shadow: 0 1px 5px hsla(0,0%,0%,0.25);
        -khtml-box-shadow: 0 1px 5px hsla(0,0%,0%,0.25);
        box-shadow: 0 1px 5px hsla(0,0%,0%,0.25);
	}
	
	.foerch .shoplogin article {
		position:relative;
		top: 0;
		left: 0;
		width: 100%;
		height:100%;
		font-size:100%;
		-webkit-transition: opacity 0.5s;
		-khtml-transition: opacity 0.5s;
		-moz-transition: opacity 0.5s;
		-ms-transition: opacity 0.5s;
		-o-transition: opacity 0.5s;
		transition: opacity 0.5s;
		z-index:10;
	}
	
		.foerch .shoplogin h2 {font-weight: normal;font-size: 0.875em;margin: 0;}
		.foerch .shoplogin h3 {font-family:Arial, Helvetica, sans-serif;font-weight: normal;font-size:0.8em;margin:0;color:#E42D28;}
		.foerch .shoplogin .loginbox { margin: 25px 0 0 15px; width: 210px;}
		
			.foerch .shoplogin .loginbox input {width:90px; margin:0 0 2px 0; color:#666;}
			.foerch .shoplogin .kontaktbox {margin:5px 0 0 0; width: 210px; float:left;}
			
			.foerch .shoplogin .kontaktbox > div {
	                background:url(/Foerch/Websites2015/Images/bullet_red.png) no-repeat 3px 6px;
	                background:url(/Foerch/Websites2015/Images/bullet_red.png) no-repeat 3px 5px\9; /* IE8 und darunter */ 
                    padding:0 0 0 15px;
                    float: left;
	                width:95%;
                }
			
			.foerch .shoplogin .kontaktbox p { margin:0 0 0 15px; width: 210px; float:left; color:#666;}
			.foerch .shoplogin .kontaktbox p.fon {background:url(/Foerch/Websites2015/Images/button_navtop.png) no-repeat 0 -49px;margin:5px 0 0 15px;padding:0 0 0 20px;	width:190px;float:left;	}
			.foerch .shoplogin .kontaktbox p.mail {	background: url(/Foerch/Websites2015/Images/button_navtop.png) no-repeat scroll 0 2px transparent;float: left;height:14px;margin: 0 0 0 15px;padding: 0 0 0 20px;width:190px;}
			.foerch .shoplogin .kontaktbox p.infolink a{background:url(/Foerch/Websites2015/Images/bg_buttons.png) no-repeat right -22px;	display:block;margin:5px 0 0 0;padding:0 10px 0 5px;float:left;	color:#FFF;	}
			.foerch .shoplogin .kontaktbox p.infolink a:hover{background:url(/Foerch/Websites2015/Images/bg_buttons.png) no-repeat right -39px;}
			.foerch .shoplogin .navshop p.infolink a{background:url(/Foerch/Websites2015/Images/bg_buttons.png) no-repeat right -22px;	display:block;margin:5px 0 0 0;padding:0 10px 0 5px;float:left;	color:#FFF;	}
			.foerch .shoplogin .navshop p.infolink a:hover{background:url(/Foerch/Websites2015/Images/bg_buttons.png) no-repeat right -39px;}
			.foerch .shoplogin .produktsuche_small { margin:15px 0 0 15px; width: 200px; float:left;}
		
		
		.foerch .shoplogin_produkte {
			/*background:url(/Foerch/Websites2015/Images/bg_shoploginbox.png) no-repeat left top;*/
            background:#FFF;
			/*border-top:1px solid #E5E5E5;*/
            border:none;
			width:230px;
			min-height:200px;
			float:left;
			margin:0 0 0 0;
			padding:5px;
			position:absolute;
			right:0;
			top:23px;
			z-index:20;
            -webkit-box-shadow: 0 1px 5px hsla(0,0%,0%,0.25);
            -moz-box-shadow: 0 1px 5px hsla(0,0%,0%,0.25);
            -o-box-shadow: 0 1px 5px hsla(0,0%,0%,0.25);
            -khtml-box-shadow: 0 1px 5px hsla(0,0%,0%,0.25);
            box-shadow: 0 1px 5px hsla(0,0%,0%,0.25);
		}
		
		.foerch .shoplogin_produkte article {
			position:relative;
			top: 0;
			left: 0;
			width: 100%;
			height:100%;
			font-size:100%;
			-webkit-transition: opacity 0.5s;
			-khtml-transition: opacity 0.5s;
			-moz-transition: opacity 0.5s;
			-ms-transition: opacity 0.5s;
			-o-transition: opacity 0.5s;
			transition: opacity 0.5s;
			z-index:10;
		}
	
		.foerch .shoplogin_produkte h2 {font-weight: normal;font-size: 0.875em;margin: 0;}
		.foerch .shoplogin_produkte h3 {font-family:Arial, Helvetica, sans-serif;font-weight: normal;font-size:0.8em;margin:0;color:#E42D28;}
		.foerch .shoplogin_produkte .loginbox { margin: 25px 0 0 15px; width: 210px;}
		
			.foerch .shoplogin_produkte .loginbox input {width:90px; margin:0 0 2px 0; color:666;}
			.foerch .shoplogin_produkte .kontaktbox {margin:5px 0 0 0; width: 210px; float:left;}
			.foerch .shoplogin_produkte .kontaktbox p { margin:0 0 0 15px; width: 210px; float:left; color:666;}
			.foerch .shoplogin_produkte .kontaktbox p.fon {background:url(/Foerch/Websites2015/Images/button_navtop.png) no-repeat 0 -49px;margin:5px 0 0 15px;padding:0 0 0 20px;	width:190px;float:left;	}
			.foerch .shoplogin_produkte .kontaktbox p.mail {	background: url(/Foerch/Websites2015/Images/button_navtop.png) no-repeat scroll 0 2px transparent;float: left;height:14px;margin: 0 0 0 15px;padding: 0 0 0 20px;width:190px;}
			.foerch .shoplogin_produkte .kontaktbox p.infolink a{background:url(/Foerch/Websites2015/Images/bg_buttons.png) no-repeat right -22px;	display:block;margin:5px 0 0 0;padding:0 10px 0 5px;float:left;	color:#FFF;	}
			.foerch .shoplogin_produkte .kontaktbox p.infolink a:hover{background:url(/Foerch/Websites2015/Images/bg_buttons.png) no-repeat right -39px;}
			.foerch .shoplogin_produkte .navshop { margin-top: 0px;}
			.foerch .shoplogin_produkte .navshop nav { height: 55px;}
			.foerch .shoplogin_produkte .navshop p.infolink a{background:url(/Foerch/Websites2015/Images/bg_buttons.png) no-repeat right -22px;	display:block;margin:5px 0 0 14px;padding:0 10px 0 5px;float:left; color:#FFF;	}
			.foerch .shoplogin_produkte .navshop p.infolink a:hover{background:url(/Foerch/Websites2015/Images/bg_buttons.png) no-repeat right -39px;}
			.foerch .shoplogin_produkte .produktsuche_small { margin:8px 0 4px 15px; width: 200px; float:left;}				
	
	.foerch .content-box-content .subnav {
		background:url(/Foerch/Websites2015/Images/nav_schatten_top.png) no-repeat 0 0;
		width:270px;
		min-height:80px;
		float:left;
		margin: 30px 0 0;
		padding:0 0 0 0;
		position:relative;
	}
	
	.foerch .content-box-content .subnav header{
		background:none;
	}
		.foerch .content-box-content .subnav h2 {
			color: #002743;
			font-family: 'HelveticaNeueW02-85Heav',Arial,sans-serif;
			font-size: 1.3em;
            font-weight: normal;
            letter-spacing: -1px;
            line-height: 0.65em;
            margin: 5px 0 13px;
            padding: 0;
		}
	
	.foerch .content-box-content .foerchcontent {
		float: left;
		margin: 0;
		padding: 0;
	}
	
		.foerch .content-box-content .foerchcontent hgroup {
			background: url("/Foerch/Websites2015/Images/semikolon-small_ohne.png") no-repeat scroll left top transparent;
			padding:0;
			margin:-1px 0 0 0;
			width:730px;
			min-height:62px;
		}

        .foerch .zusatzinfos hgroup {
            background: none !important;
            margin: 34px 0 0;
            padding: 0;
            width: 100%;
        }
        .foerch .zusatzinfos hgroup h2 {
            background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
            color: #666666;
            font-family: "HelveticaNeueW02-85Heav",Arial,sans-serif;
            font-size: 1.2em;
            font-weight: normal;
            letter-spacing: -1px;
            line-height: 1.2em;
            margin: 0;
            padding: 0 0 3px 0;
            /*border-bottom:1px solid #CCC;*/
        }
        .foerch .zusatzinfos hgroup h3 {
			font-family:Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 0.8em;
			margin:0;
			color:#E42D28;
			padding:0 0 0 0px;
		}
		.foerch .zusatzinfos hgroup h3 {
			padding:0 0 0 0;
            display:none;
		}

		.foerch .content-box-content .foerchcontent h2 {
			background:none;
			color: #002743;
			font-family: 'HelveticaNeueW02-85Heav',Arial,sans-serif;
			font-size: 1.75em;
			font-weight:normal;
			letter-spacing: -0.02em;
			line-height: 1em;
			padding: 0 0 3px 0px;
			margin: -4px 0 0 0;
		}
		.foerch .content-box-content .foerchcontent hgroup h2 {   padding: 0 0 0 24px;	}
		
		.foerch .content-box-content .foerchcontent h3 {
			font-family:Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 1.0em;
			margin:0;
			color:#E42D28;
			padding:0 0 0 0px;
		}
		.foerch .content-box-content .foerchcontent hgroup h3 {
			padding:6px 0 0 25px;
		}
		
		.foerch .content-box-content .foerchcontent article {
			float:left;
			padding:0;
			margin:20px 0;
            padding:0;
		}
		
        .foerch .content-box-content .foerchcontent article ul {
				clear:left;
				margin:5px 0 20px 12px;
				padding:0 0 0 0;
			}
			.foerch .content-box-content .foerchcontent article li {
				margin:0;
				padding:0;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 0.750em;
				color:#666;
				line-height:1.375em;
			}

            .foerch .content-box-content .foerchcontent tbody, tfoot, thead, tr, th, td {border:none;}
           
		
		.foerch .content-box-content .foerchcontent figure {
			/*width:240px;*/
			float:right;
			padding:0;
			margin:0 0 20px 20px;
			background:#FFF\9;
			background:#FFF;
		}
		.foerch figure img {
			padding:2px;
			margin:0;
			border:none;
			/*width:234px;*/
		}
		.foerch .content-box-content .foerchcontent figcaption {
			font-family:Arial, Helvetica, sans-serif;
			font-size:0.625em;
			font-style:italic;
			color:#666;
			margin: -4px 0 0;
			padding:10px 0 10px 10px;
			border-top:1px dotted #D7D7D7;
		}
		
		.foerch .content-box-content .foerchcontent .piclist {
			width:252px;
			float:right;
			display:block;
			clear:right;
			margin:0 0 0 10px;
		}
		.foerch .content-box-content .foerchcontent .piclist a {
			display:block;
			margin:0 0 -4px 0;
		}
		
		.foerch .content-box-content .foerchcontent .piclist figure {
			/*width:240px;*/
			float:right;
			padding:0;
			margin:0 0 6px 6px;
			background:#FFF\9;
			background:#FFF;
		}
		.foerch .content-box-content .foerchcontent .piclist figure img {
			padding:1px;
			margin:0;
			border:none;
			/*width:234px;*/
		}

.foerch .content-box-content .produktcontent {
		width:730px;
		min-height:350px;
		float:left;
		margin:0 0 0 0;
		padding:0 0 0 0;
	}

		.foerch .content-box-content .produktcontent hgroup {
			background:none;
			padding:0;
			margin:0;
			width:730px;
			min-height:62px;
		}
		.foerch .content-box-content .produktcontent h2 {
			background:none;
			color: #002743;
			font-family: 'HelveticaNeueW02-85Heav',Arial,sans-serif;
			font-size: 1.75em;
			font-weight:normal;
			letter-spacing: -1px;
			line-height: 0.7em;
			padding: 0 0 0 0;
			margin: 0 0 0.3em -0.05em;
		}
		
		.foerch .content-box-content .produktcontent h3 {
			font-family:Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 1.0em;
			margin:0;
			color:#E42D28;
		}
		
		.foerch .content-box-content .produktcontent article {
			float:left;
			padding:0;
			margin:10px 0 0 0;
		}
		
			.foerch .content-box-content .produktcontent article.slider {
				float:left;
				padding:0;
				margin:0 0 30px 0;
				width:728px;
				border:1px solid #D7D7D7;
				background:#FFF;
			}
		
		.foerch .content-box-content .produktcontent figure {
			width:240px;
			float:right;
			padding:0;
			margin:0 0 20px 20px;
		}
		
		.foerch .produktslide_text {
			background: url(/Foerch/Websites2015/Images/semikolon-small.png) no-repeat scroll 0 0 transparent;
			padding: 0 0 0 5px;
			/*position: absolute;*/
            position:relative;
			/*right: 40px;*/
			/*top: 40px;*/
			width: 320px;
            float:left;
            margin:20px;
		}
		
		.foerch .content-box-content .produktcontent .produktslide_text h2 {
			line-height: 0.95em;
			margin: -4px 0 0;
			padding: 0 0 0 20px;
		}
		
		.foerch .content-box-content .produktcontent .produktslide_text h3 {
			font-family:Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 1.0em;
			margin:5px 0 0 0;
			color:#E42D28;
			padding: 0 0 0 20px;
		}
		
		.foerch .content-box-content .produktcontent .produktslide_text a {
			padding:3px 0 0 30px;
			margin:5px 0 0 20px;
			display:block;
			width:250px;
			background:url(/Foerch/Websites2015/Images/bg_buttons.png) no-repeat 0 0;
			font-family:Arial, Helvetica, sans-serif;
			font-weight:bold;
			height:18px;
			color:#FFF;
			cursor:pointer;
			float:left;
		}
		
		.foerch .content-box-content .produktcontent .produktslide_text ul {
			float:left;
			margin:20px 0 10px 35px;
			padding:0 0 0 0;
		}
		.foerch .content-box-content .produktcontent .produktslide_text li {
			margin:0;
			padding:0;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 0.750em;
			color:#666;
			line-height:1.375em;
		}
		
		.foerch .content-box-content .produktcontent .flexslider {
			margin:0;
            padding:5px;
			/*height:330px;*/
		}
		
/*+++++++++++++++++++++++++++++++++++++++++++  FÖRCH TOP Produktboxen +++++++++++++++++++++++++++++++++++++++++++++*/

.foerch .content-box-content .top_produktboxen {
	float:left;
	padding:0;
	margin:0 0 50px 0;
	width:730px;
}
.foerch .content-box-content .top_produktboxen header{
	background: url("/Foerch/Websites2015/images/bg_nav_sub.png") repeat-x scroll left bottom transparent;
    margin:0 0 15px 0;
    min-height:40px;
    padding: 0;
}
	.foerch .content-box-content article.top_produktboxen {
		float:left;
		padding:0;
		margin:0 0 0 0;
		width:730px;
	}
	.foerch .content-box-content .top_produktboxen h2 {
			background:none;
			color: #002743;
			font-family: 'HelveticaNeueW02-85Heav',Arial,sans-serif;
			font-size: 1.75em;
			font-weight:normal;
			letter-spacing: -1px;
			line-height: 0.7em;
			padding: 0 0 0 0;
			margin: 0 0 0.3em -0.05em;
		}
		
	.foerch .top_produktbox {
		width: 180px;
		float:left;
		margin:0 2px 0 0;
		padding:0;
	}
	
	.foerch .top_produktbox:last-of-type {margin:0 0 0 0;}
	
	.foerch .top_produktbox .pic {
		width:158px;
		height: 138px;
		float:left;
		margin:0 3px 0 0;
		padding:10px;
		border:1px solid #002643;
		background:#FFF;
	}
	
	.foerch .top_produktbox > p {
		font-family:Arial, Helvetica, sans-serif;
		margin:0;
		height:30px;
		padding:0 15px 5px 0;
		float:left;
		color:#002643;
	}
	
	.foerch .top_produktbox .link {
		padding:0 0 0 0;
		margin:1px 0 0 0;
		display:block;
		width:180px;
		float:left;
	}
	
	.foerch .top_produktbox .link a {
		padding:5px 0 0 0;
		margin:0 0 0 0;
		display:block;
		width:180px;
		background:url(/Foerch/Websites2015/Images/bg_buttons.png) no-repeat 0 -56px;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
		font-size:0.75em;
		text-align:center;
		height:19px;
		color:#FFF;
		cursor:pointer;
		float:left;
	}
	.foerch .top_produktbox .link a:hover {
		padding:5px 0 0 0;
		margin:0 0 0 0;
		display:block;
		width:180px;
		background:url(/Foerch/Websites2015/Images/bg_buttons.png) no-repeat 0 -81px;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
		font-size:0.75em;
		text-align:center;
		height:19px;
		color:#FFF;
		cursor:pointer;
		float:left;
	}
	
	.foerch .top_produktbox > img {
		border:none;
	}
/*+++++++++++++++++++++++++++++++++++++++++++  FÖRCH Produktboxen +++++++++++++++++++++++++++++++++++++++++++++*/


.foerch .content-box-content .produktboxen {
	float:left;
	padding:0;
	margin:0 0 0 0;
	width:730px;
}
.foerch .content-box-content .produktboxen header{
	background: url("/Foerch/Websites2015/images/bg_nav_sub.png") repeat-x scroll left bottom transparent;
    margin:0 0 15px 0;
    min-height:40px;
    padding: 0;
}
	.foerch .content-box-content article.produktboxen {
		float:left;
		padding:0;
		margin:0 0 0 0;
		width:730px;
	}
	.foerch .content-box-content .produktboxen h2 {
			background:none;
			color: #333333;
			font-family: 'HelveticaNeueW02-85Heav',Arial,sans-serif;
			font-size: 1.75em;
			font-weight:normal;
			letter-spacing: -1px;
			line-height: 0.7em;
			padding: 0 0 0 0;
			margin: 0 0 0.3em -0.05em;
		}

	
	.foerch .produktbox {
		width: 188px;
		height:228px;
		background:#FFF;
		border:1px solid #CCC;
		float:left;
		margin:0 12px 12px 0;
		padding:0;
	}
	
	.foerch .produktbox:last-of-type {margin:0 0 0 0;}
	
	.foerch .produktbox .pic {
		position:relative;
		float: left;
		height: 130px;
		margin: 0;
		padding: 5px;
		width: 178px;
	}
	
	.foerch .produktbox > p {
		color: #333333;
		float: left;
		font-family: Arial,Helvetica,sans-serif;
		height: 54px;
		line-height: 1.2em;
		margin: 0 0 0 9px;
		padding: 0;
		width: 170px;
	}
	
	.foerch .details .produktbox a {
		text-decoration:none;
		font-weight:normal;
	}
	
	.foerch .produktbox .link {
		padding:0 0 0 0;
		margin:0 0 0 4px;
		display:block;
		width:180px;
		float:left;
		height:24px;
	}
	
	.foerch .produktbox .link a {
		background: url("/Foerch/Websites2015/Images/bg_buttons.png") no-repeat scroll 0 -131px;
		border-radius:3px;
		color: #FFF;
		cursor: pointer;
		display: block;
		float: left;
		font-weight: normal;
		height: 20px;
		margin: 0 0 0 5px;
		padding:4px 0 0;
		text-align: center;
		text-decoration: none;
		width: 170px;
	}
	.foerch .produktbox .link a:hover {
		background:url(/Foerch/Websites2015/Images/bg_buttons.png) no-repeat 0 -106px;
		color:#818181;
		cursor:pointer;
		float:left;
	}
	
	.foerch .produktbox > img {
		border:none;
	}
	.foerch .produktbox .pic img {
		margin:auto;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		max-height:120px;
	}
	
	/*+++++++++++++++++++++++++++++++++++++++++++  FÖRCH Produktbox Listenansicht +++++++++++++++++++++++++++++++++++++++++++++*/

	.foerch .produktbox_list {
		width:978px;
		height:138px;
		background:#FFF;
		border:1px solid #CCC;
		float:left;
		margin:0 0 5px 0;
		padding:10px;
		position:relative;
	}
	
	.foerch .produktbox_list:last-of-type {margin:0 0 0 0;}
	
	.foerch .produktbox_list .pic {
		position:relative;
		float: left;
		height: 128px;
		margin: 0;
		padding: 5px;
		width: 178px;
		border-right:1px solid #CCC;
	}
	
	.foerch .produktbox_list .info {
		float: left;
		margin: 0;
		padding:0 30px;
		width: 540px;
        height:140px;
        overflow:hidden;
	}

    .foerch .produktbox_list .info:before { 
	    content: " ";
	    display: block;
	    width: 540px;
	    height: 45px;
	    position: absolute;
	    left: 220px;
	    bottom: 8px;
	    z-index: 2;
	    background: transparent url(/Foerch/Websites2015/Images/bg_content.png) no-repeat scroll bottom right; /* Fallback: Grafik fuer IE9 */
	    background: -moz-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1)); /* FF3.6+ */
	    background: -webkit-gradient(linear, top, top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	    background: linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */	
	    }

    .foerch .produktbox_list .info a {
		height: 140px;
        margin: 0;
        padding: 0;
        position: absolute;
        width: 540px;
        z-index:5;
	}
	
	.foerch .produktbox_list .info ul {
				clear:left;
				margin:0 0 10px 12px;
				padding:0 0 0 0;
			}
			.foerch .produktbox_list .info li {
				margin:0;
				padding:0;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 0.750em;
				color:#666;
				line-height:1.375em;
			}
			
			.foerch .produktbox_list h3 {
				font-family: Arial,Helvetica,sans-serif;
				font-size: 0.8em;
				font-weight: bold;
				margin:0 0 20px 0;
				padding: 0;
				color: #333333;
			}
	
	.foerch .produktbox_list > p {
		color: #333333;
		float: left;
		font-family: Arial,Helvetica,sans-serif;
		line-height: 1.2em;
		margin: 0 0 0 9px;
		padding: 0;
		width: 540px;
	}
	
	.foerch .details .produktbox_list a {
		text-decoration:none;
		font-weight:normal;
	}
	
	.foerch .produktbox_list .link {
		bottom: 10px;
		display: block;
		height: 25px;
		margin: 0 0 0 4px;
		padding: 0;
		position: absolute;
		right: 5px;
		width: 180px;
	}
	
	.foerch .produktbox_list .link a {
		background: url("/Foerch/Websites2015/Images/bg_buttons.png") no-repeat scroll 0 -131px;
		border-radius:3px;
		color: #FFF;
		cursor: pointer;
		display: block;
		float: left;
		font-weight: normal;
		height: 20px;
		margin: 0 0 0 5px;
		padding:4px 0 0;
		text-align: center;
		text-decoration: none;
		width: 170px;
	}
	.foerch .produktbox_list .link a:hover {
		background:url(/Foerch/Websites2015/Images/bg_buttons.png) no-repeat 0 -106px;
		color:#818181;
		cursor:pointer;
		float:left;
	}
	.foerch .produktbox_list .wbutton {
		bottom: 10px;
		display: block;
		margin: 0 0 0 4px;
		padding: 0;
		position: absolute;
		right: 10px;
	}
	
	.foerch .produktbox_list .wbutton a {
		background: linear-gradient(to top, #ED5F21 25%, #F17F4D 60%) repeat scroll 0 0 rgba(0, 0, 0, 0);
		border: 1px solid #ED5F21;
		border-radius: 3px;
		color: #FFFFFF;
		cursor: pointer;
		display: block;
		float: left;
		font-weight: bold;
		height: 20px;
		padding: 4px 0 0;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		text-align: center;
		text-decoration: none;
		text-shadow: 1px 1px 1px rgba(51, 51, 51, 0.4);
		width: 168px;
	}
	
	
	.foerch .produktbox_list .wbutton a:hover {
		background: linear-gradient(to top, #002742 25%, #004B7D 60%);
		border:1px solid #002742;
		color: #FFFFFF;
		display: block;
		text-shadow: 1px 1px 1px hsla(0, 0%, 20%, 0.4);
	}
	
	.foerch .produktbox_list > img {
		border:none;
	}
	.foerch .produktbox_list .pic img {
		margin:auto;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
	}
	
	.foerch .produktbox_list .artinfo {
		float: left;
		margin: 0;
		padding:0 0 0 20px;
		width: 168px;
		font-family:Arial, Helvetica, sans-serif;
	}
		.foerch .produktbox_list .artinfo .artnum {
			margin:0 0 7px 0;
			padding:0 0 0 0;
			font-size:12px;
			font-weight:bold;
		}
		.foerch .produktbox_list .artinfo .artprice {
			margin: 0;
			padding:0 0 0 0;
			font-size:14px;
			font-weight:bold;
			color:#00263F;
		}
		.foerch .produktbox_list .artinfo .artprice span {
			margin: 0;
			padding:0 0 0 0;
			font-size:11px;
			font-weight:normal;
			color:#00263F;
		}
	
/*+++++++++++++++++++++++++++++++++++++++++++  FÖRCH Produktbox Details +++++++++++++++++++++++++++++++++++++++++++++*/
.foerch .details {
	background:url(/Foerch/Websites2015/Images/bg_nav_sub.png) repeat-x scroll 0 60px transparent;
	float:left;
	padding:0;
	margin: 30px 0 0;
	width:730px;
    position: relative;
}

	.foerch .details_eshop {
			float:left;
			padding:0;
			margin:0 0 0 0;
			width:1000px;
		}
		

.foerch .details a {
	text-decoration:none;
	font-weight:normal;
}

.foerch .details a:hover {
	text-decoration:underline;
	font-weight:normal;
}

.foerch .details p.infolink a{background:url(/Foerch/Websites2015/Images/bg_buttons.png) no-repeat right -22px;	display:block;margin:5px 20px 0 0;padding:0 15px 0 5px;float:left;	color:#FFF; text-decoration:none;}
.foerch .details p.infolink a:hover{background:url(/Foerch/Websites2015/Images/bg_buttons.png) no-repeat right -39px;}	

.foerch .details .elastislide-carousel a {
	text-decoration:none;
	font-weight:bold;
	float:left;
}


.foerch .content-box-content .produktdetails {
	float: left;
    margin: 0;
    padding: 0;
   /* width: 1000px;*/
}
.foerch .content-box-content .produktdetails header{
	margin: 0;
    padding: 0;
    width: auto;
}
	.foerch .content-box-content article.produktdetails {
		float:left;
		padding:0;
		margin:0 0 0 0;
		width:730px;
	}
	.foerch .content-box-content .produktdetails h2 {
			border-bottom:1px dotted #D7D7D7;
			color: #333;
			font-family: 'HelveticaNeueW02-85Heav',Arial,sans-serif;
			font-size: 1.2em;
			font-weight: normal;
			letter-spacing: -0.025em;
			line-height: normal;
			margin: 0 0 10px;
			padding: 0;
		}
	
	.foerch .produktdetail_col1 {
		width:730px;
		float:left;
		margin:5px 0;
		padding:0;
		font-family:Arial, Helvetica, sans-serif;
		font-size:0.75em;
		font-weight:bold;
		color:#CCC;
	}
		.foerch .produktdetail_list {
			width:300px;
			float:left;
			margin:0 0 0 0;
			padding:0;
		}
			.foerch .produktdetail_list img {
				margin:0 10px 0 0;
				padding:0;
				vertical-align:middle;
			}
			.foerch .produktdetail_list a {text-decoration:none;}
		
		.foerch .produktdetail_artlist {
			float: right;
			margin: 3px 0 0 0;
			padding: 0;
			text-align: right;
			width: 100px;
		}
			.foerch .produktdetail_artlist img {
				margin:0 0;
				padding:0;
				vertical-align:middle;
			}
			.foerch .produktdetail_artlist a {text-decoration:none; float: left;display: block;}
			.foerch .produktdetail_artlist span {margin: 3px 5px; font-family: Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal;color:#666;float: left;}
	
	.foerch .produktdetail{
		background: none repeat scroll 0 0 #FFFFFF;
		border: 1px solid #D7D7D7;
		float: left;
		margin: 0;
		padding: 0;
		width: 998px;
		min-height:320px;
	}
		
		.foerch .produktdetail .info{
			float: right;
			margin: 0;
			padding: 10px 20px 10px 10px;
			width: 540px;
		}
		
			.foerch .produktdetail .info ul {
				clear:left;
				margin:0 0 10px 12px;
				padding:0 0 0 0;
                width:480px;
			}
			.foerch .produktdetail .info li {
				margin:0;
				padding:0;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 0.750em;
				color:#666;
				line-height:1.375em;
			}
			
			.foerch .produktdetail .info h3 {display:none;			}

            .foerch .content-box-content .produktdetails h3 {
                border-bottom: 1px dotted #d7d7d7;
                display: none;
                font-family: Arial,Helvetica,sans-serif;
                font-size: 0.8em;
                font-weight: bold;
                margin: 5px 0;
                padding: 0;
            }
			
		.foerch .produktdetail .image{
			width:420px;
			float:left;
			margin:0;
			padding:0;
            display:block;
            visibility:visible !important;
		}
		
			.foerch .produktdetail .art_image{
				background:#FFF;
				width:300px;
				height:300px;
				float:left;
				margin:0;
				padding:10px;
				border-right:1px solid #D7D7D7;
				border-bottom:1px solid #D7D7D7;
				cursor:move;
			}
				.foerch .produktdetail .art_image img{width:290px;	}
			
			.foerch .produktdetail .art_image_slide{
				background:#FFF;
				width:90px;
				float:left;
				margin:0;
				padding:0;
			}
			.foerch .produktdetail .art_image_dokumente{
				width:540px;
				float:left;
				margin:10px 0;
				padding:0;
			}
				.foerch .produktdetail .art_image_dokumente a{
					background: none repeat scroll 0 0 #FFFFFF;
					border-radius: 3px;
					float: left;
					height: 20px;
					margin: 0;
					padding: 5px 0 0 30px;
					
				}
					.foerch .produktdetail .art_image_dokumente a.pdf {background: #FFF url(/Foerch/Websites2015/Images/button_downloads.png) no-repeat 6px 4px;}
					.foerch .produktdetail .art_image_dokumente a.blaettern {background: url(/Foerch/Websites2015/Images/bk_icon.png) no-repeat scroll 10px 6px #EEEEEE;border: 1px solid #E6E6E6;padding: 5px 0 0 40px; width: 195px;}
					.foerch .produktdetail .art_image_dokumente a.bestellinfo {
						background: linear-gradient(to top, #ED5F21 25%, #F17F4D 60%);
                        background:#ED5F21\9;
						border:1px solid #ED5F21;
						color: #FFFFFF;
						display: block;
						float: right;
						font-size: 16px;
						font-weight: bold;
						height: 26px;
						padding: 8px 0 0;
						text-align: center;
						width: 230px;
						text-shadow: 1px 1px 1px hsla(0, 0%, 20%, 0.4);
					}
					.foerch .produktdetail .art_image_dokumente a.bestellinfo:hover {
						background: linear-gradient(to top, #002742 25%, #004B7D 60%);
                        background:#002742\9;
						border:1px solid #002742;
						color: #FFFFFF;
						display: block;
						float: right;
						font-size: 16px;
						font-weight: bold;
						height: 26px;
						padding: 8px 0 0;
						text-align: center;
						width: 230px;
						text-shadow: 1px 1px 1px hsla(0, 0%, 20%, 0.4);
					}
					
				.foerch .produktdetail .art_image_dokumente ul {
					list-style-type:none;
					float:left;
					margin:0;
					padding:0 0 0 0;
					width:540px;
				}
				.foerch .produktdetail .art_image_dokumente li {
					list-style-type:none;
					margin:0 0 0 0;
					padding:0;
					font-family: Arial, Helvetica, sans-serif;
					font-size: 0.750em;
					color:#666;
				}

                

    .foerch .produktdetail.tools {
        min-height: 0;
        margin-top: 8px;
	    padding: 10px 0;
    }
	
	.foerch .techn_daten {
		background:#F7F7F7;
		border: 1px solid #D7D7D7;
		border-top:none;
		float: left;
		margin:0 0 30px;
		min-height: 30px;
		padding: 0;
		width:998px;
	}
			.foerch .techn_daten ul.techn_daten_link {
				list-style:none;
				margin:0;
				padding:0 0 0 0;
				clear:left;
			}
			.foerch .techn_daten ul.techn_daten_link li {
				border-right: 1px solid #D7D7D7;
				float: left;
				font-size: 1em;
				line-height: normal;
				margin: 0;
				padding: 0;
				width: 250px;
			}
			.foerch .techn_daten ul.techn_daten_link li a{
				background: url("/Foerch/Websites2015/Images/button_downloads.png") no-repeat scroll 225px -75px rgba(0, 0, 0, 0);
				color: #666666;
				float: left;
				font-family: Arial,Helvetica,sans-serif;
				font-size: 0.75em;
				height: 23px;
				margin: 0;
				padding: 7px 0 0 10px;
				width: 235px;
			}
			
			.foerch .techn_daten ul.techn_daten_link li:last-of-type{
				border-right: none;
				padding: 0;
				width: 245px;
			}
		
		.foerch .techn_daten tbody, tfoot, thead, tr, th, td {
			border-right:none;
			border-left: none;
			border-bottom: none;
			border-top: none;
			font-size: 100%;
			margin: 0;
			padding: 5px;
			text-align:left;
			font-size:0.9em;
			font-family: Arial, Helvetica, sans-serif;
		}
			
			.foerch .techn_daten td {vertical-align:top; border-bottom:1px dotted #CCC;border-right:none;border-left: none;border-top: none;}
			.foerch .techn_daten table {margin:0; padding:20px 20px 20px 0;}
		
		.foerch .techn_daten ul {
				margin:5px 0 20px 35px;
				padding:0 0 0 0;
				clear:left;
			}
			.foerch .techn_daten li {
				margin:0;
				padding:0;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 0.750em;
				color:#666;
				line-height:1.375em;
			}
			
			
		.foerch .cart_daten {
			background:#F7F7F7;
			border: 1px solid #D7D7D7;
			border-bottom:none;
			float: left;
			margin:0;
			min-height: 30px;
			padding: 0;
			width:998px;
		}
			.foerch .cart_daten ul.cart_daten_link {
				list-style:none;
				margin:0;
				padding:0 0 0 0;
				clear:left;
			}
			.foerch .cart_daten ul.cart_daten_link li {
				border-right: 1px solid #D7D7D7;
				float: left;
				font-size: 1em;
				line-height: normal;
				margin: 0;
				padding: 0;
				width:333px;
			}
			.foerch .cart_daten ul.cart_daten_link li a{
				background: url("/Foerch/Websites2015/Images/button_downloads.png") no-repeat scroll 95% -75px rgba(255, 255, 255, 1.0);
				color: #666666;
				float: left;
				font-family: Arial,Helvetica,sans-serif;
				font-size: 0.75em;
				height: 23px;
				margin: 0;
				padding: 7px 0 0 10px;
				width:97%;
			}
			
			.foerch .cart_daten ul.cart_daten_link li:last-of-type{
				border-right: none;
				padding: 0;
				width: 33%;
			}
/*+++++++++++++++++++++++++++++++++++++++++++  FÖRCH Boxen für Zusatzinfos +++++++++++++++++++++++++++++++++++++++++++++*/

.foerch .zusatzinfos {
	float:left;
	padding:0;
	margin:0 0 50px 0;
	width:100%;
}
.foerch .zusatzinfos header{
	background: none;
    margin:0 ;
    padding: 0;
}	
		
			
		.foerch .rtContent tbody, tfoot, thead, tr, th, td {
			border-right: 1px solid #E5E5E5;
			/*border-left: 1px solid #FFF;*/
			border-bottom: 1px solid #E5E5E5;
			/*border-top: 1px solid #FFF;*/
			font-size: 100%;
			margin: 0;
			padding: 5px;
			text-align:left;
			font-size:0.9em;
			font-family: Arial, Helvetica, sans-serif;
		}
		
		
			.foerch .rtContent table {margin:0; padding: 0;}
			.foerch .rtContent thead {background:#002643;padding:0;margin:0 0 0 0;color:#FFF;text-align:left;border:none !important;}
			.foerch .rtContent thead a{text-decoration:none;}
			.foerch .rtContent thead a:hover{text-decoration:none; color:#FFF;}
			.foerch .rtContent thead tr {background:#002643;padding:0;margin:0 0 0 0;color:#FFF;text-align:left; border:none !important;vertical-align:middle;}
			.foerch .rtContent tr {padding:5px 0;margin:0 0 0 0;color:#5A5A5A;text-align:left;vertical-align:middle;}
			.foerch .rtContent tr.gray {background:#F9F9F9;}
			.foerch .rtContent tr.white {background:none;}
			.foerch .rtContent th.price {text-align:right;}
			.foerch .rtContent td.price {text-align:right;}
			.centeralign {text-align:center;}
			td.rightalign {text-align:right;}
			.foerch .rtContent td {vertical-align:top;}
			.foerch .rtContent td .pdf {margin:3px 2px -1px 0; vertical-align:bottom;}
			.foerch .rtContent td .shopicon {margin:-2px 0 0 0; vertical-align:bottom;}
			.foerch .rtContent td.artikelinfo {width:160px;}	

            .foerch .rtContent td > div.costcenter {
                    display: block;
                    float: left;
                    width: 100%;
                }
		
			.foerch .rtContent h2 {
				background: none repeat scroll 0 0 transparent;
				color: #002743;
				font-family: 'HelveticaNeueW02-85Heav',Arial,sans-serif;
				font-size: 1.75em;
				font-weight: normal;
				letter-spacing: -1px;
				line-height: 0.65em;
				margin: 10px 0 0.8em -0.05em;
				padding: 0;
			}

            .foerch .content-box-content .produktdetails .rtContent h2 {
                background: none repeat scroll 0 0 transparent;
                color: #002743;
                font-family: 'HelveticaNeueW02-85Heav',Arial,sans-serif;
                font-size: 1.75em;
                font-weight: normal;
                height: 50px;
                width:100%;
                letter-spacing: -1px;
                line-height: 1em;
                margin: 0;
                padding: 10px 0 0 0;
            }

            .foerch .content-box-content .zusatzinfos .rtContent h2 {
                background: none repeat scroll 0 0 transparent;
                color: #002743;
                font-family: 'HelveticaNeueW02-85Heav',Arial,sans-serif;
                font-size: 1.75em;
                font-weight: normal;
                height: 50px;
                width:100%;
                letter-spacing: -1px;
                line-height: 1em;
                margin: 0;
                padding: 10px 0 0 0;
            }
            .foerch .administration p {margin: 0; padding:0;font-size:0.9em;font-family: Arial, Helvetica, sans-serif;   }
            .foerch .administration ul {
				margin:5px 0 20px 15px;
				padding:0 0 0 0;
				clear:left;
			}
            .foerch .administration ol {
				margin:5px 0 20px 15px;
				padding:0 0 0 0;
				clear:left;
			}
			.foerch .administration li {
				margin:0;
				padding:0;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 0.9em;
				color:#666;
				line-height:1.375em;
			}
			
		
		.foerch .produktinfo {
			float:left;
			padding:0;
			margin:10px 0;
            color: #666;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 0.8em;
            font-weight: normal;
		}
			.foerch .produktinfo h3 {
				background:none;
				color: #002743;
				font-family:Arial, Helvetica, sans-serif;
				font-size: 0.8em;
				font-weight: bold;
				padding: 0 0 0 0;
				margin: 0 0 0.3em -0.05em;
			}
            .foerch .produktinfo p {
                font-size:1.0em;
			}
			.foerch .produktinfo ul {
				margin:5px 0 20px 12px;
				padding:0 0 0 0;
				clear:left;
                font-size:1.0em;
			}
			.foerch .produktinfo li {
				margin:0;
				padding:0;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 1.0em;
				color:#666;
				line-height:1.375em;
			}
		
/*+++++++++++++++++++++++++++++++++++++++++++  FÖRCH Produktlistboxen +++++++++++++++++++++++++++++++++++++++++++++*/

.foerch .content-box-content .produktlistboxen {
	float:left;
	padding:0;
	margin:0 0 20px 0;
	width:1000px;
	position:relative;
	/*overflow:hidden;*/
}
.foerch .content-box-content .produktlistboxen header{
	background: none;
    margin:0 0 10px 0;
    /*height: 62px;*/
    padding: 0;
    width:1000px;
	position:relative;
}
	.foerch .content-box-content article.produktlistboxen {
		float:left;
		padding:0;
		margin:0 0 0 0;
		width:730px;
	}
    .foerch .content-box-content .produktlistboxen article.search_data {
			border-bottom: 1px solid #E5E5E5;
            float: left;
            margin: 20px 0 20px 0;
            padding: 0 0 10px;
            width: 730px;
		   }
	.foerch .content-box-content .produktlistboxen h2 {
			background: none repeat scroll 0 0 transparent;
			color: #666666;
			font-family: 'HelveticaNeueW02-85Heav',Arial,sans-serif;
			font-size: 1.2em;
			font-weight:normal;
			letter-spacing: -0.02em;
			line-height:1em;
			margin:0 0 0 0;
			padding: 0 0 3px 0;
			border-bottom:1px solid #CCC;
		}
			.foerch .content-box-content .produktlistboxen h2 span {color:#CCC;margin-left:5px;}
			
			.foerch .content-box-content .produktlistboxen span.button {
				font-family:Arial, Helvetica, sans-serif;
				font-size:12px;
				/*letter-spacing:normal;*/
				background: linear-gradient(to top, #E3E3E3 0%, #FFFFFF 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
                background:#EEE\9;
				border: 1px solid #CCC;
				border-radius:3px;
				color: #8D8D8D;
				cursor: pointer;
				font-weight: bold;
				padding:0;
				text-decoration: none;
				text-align: left;
				text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9);
				padding:3px;
				position: relative;
				top:-3px;
                margin:0;
			}
			
			.foerch .content-box-content .produktlistboxen span.button a {color: #8D8D8D;padding: 2px 0;}

.foerch .content-box-content .produktlistboxen span.button:hover {
		background: linear-gradient(to top, #666666 0%, #CCCCCC 100%);
        background:#666\9;
		border:1px solid #666666;
		color: #FFF;
		text-shadow: 1px 1px 1px rgba(55, 55, 55, 0.9);
		cursor:pointer;
}
		.foerch .content-box-content .produktlistboxen span.button a:hover {color: #FFF;padding: 2px 0;}

	.foerch .produktlistbox {
		display:block;
		background:#FFF;
		width: 190px;
		float:left;
		margin:0 12px 12px 0;
		padding:0;
		position:relative;
	}
	.foerch .produktlistbox_maxwidth {width:1010px;}

	/*
	.foerch .produktlistbox:hover {
		border:1px solid #002742;
		background:#002742;
		cursor:pointer;
		color:#FFF !important;
		-webkit-transition:border 0.2s linear;	
		-moz-transition:border 0.2s linear;	
		-o-transition:border 0.2s linear;	
		transition:border 0.2s linear;
	}
	*/
	
	.foerch .produktlistbox:last-of-type {margin:0 0 0 0;}
	
	.foerch .produktlistbox .pic {
		width:140px;
		min-height:80px;
		float:left;
		margin:0 0 0 0;
		padding:0;
		background:#FFF;
		position:relative;
		z-index:1;
	}
	
	.foerch .produktlistbox .pic a {float: left;margin: 0 0 -4px;min-height: 80px;padding: 0;width: 140px; position:relative;}
	
	
	.foerch .produktlistbox > p {
		font-family:Arial, Helvetica, sans-serif;
		margin:0;
		height:30px;
		padding:10px 15px 5px 0;
		float:left;
		color:#002643;
	}
	
	.foerch .produktlistbox .link {
		background: none repeat scroll 0 0 #FFFFFF;
		bottom: 0;
		display: block;
		float: left;
		margin: 0;
		min-height: 50px;
		opacity: 0.85;
		padding: 0 0 0 3px;
		position: absolute;
		transition: color 0.2s linear 0s, background 0.2s linear 0s;
		width: 187px;
		z-index:2;
		}
	
	.foerch .produktlistbox .link a {
		padding:5px 0 0 3px;
		margin:0 0 0 -3px;
		display:block;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
		font-size:0.75em;
		text-align:left;
		color:#333;
		cursor:pointer;
		float:left;
		text-decoration:none;
		width:187px;
		min-height:40px;
	}
	.foerch .produktlistbox .link a:hover {
		color:#000;
	}
	
	.foerch .produktlistbox > img {
		border:none;
	}
	
	.foerch .produktlistboxen select {
			color:#666;
			margin:0;
			font-size:12px;
			height: 20px;
		}
		
	
	.foerch .produktlistboxen .sortierung {
		position: absolute;
		right: 0;
		top: -5px;
	}
	
	.foerch .produktlistboxen .sortierung label {
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			margin:0;
			display:inline-block;
		}
	.foerch .produktlistboxen .sortierung input {
			font-family: Arial,Helvetica,sans-serif;
			font-size: 12px;
			height: 18px;
			margin: 0;
			padding: 0 2px;
			width: 15px;
			color:#666;
		}
	.foerch .produktlistboxen .sortierung input.pfeile {
			height: 19px;
			margin: 0;
			padding: 0;
			position: relative;
			top: 5px;
			width: 21px;
		}
		
	.foerch .produktlistboxen .sortierung_bottom {
		float:right;
	}
	.foerch .produktlistboxen .sortierung_bottom label {
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			margin:0;
			display:inline-block;
		}
	.foerch .produktlistboxen .sortierung_bottom input {
			font-family: Arial,Helvetica,sans-serif;
			font-size: 12px;
			height: 18px;
			margin: 0;
			padding: 0 2px;
			width: 15px;
			color:#666;
		}
	.foerch .produktlistboxen .sortierung_bottom input.pfeile {
			height: 19px;
			margin: 0;
			padding: 0;
			position: relative;
			top: 5px;
			width: 21px;
		}

/*+++++++++++++++++++++++++++++++++++++++++++  FÖRCH Aktionen +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.foerch .campaigns {
    margin-bottom: 10px;  
	position: relative;  
}

.foerch .campaign-teaser {
    margin-top: 10px;
    margin-right: 20px;
    float: left;
}

.foerch .campaign-teaser h2 {
    font-weight: normal;
    font-size: 0.875em !important;
    margin: 0;
	color:#002743 !important;
	border:none !important;
	line-height:normal !important;
	padding:0 !important;
}

    .foerch .campaign-teaser .campaign-teaser-image {
        width: 300px;
        height: 200px;
        text-align: center;
    }

    .foerch .campaign-teaser hgroup {
        padding: 5px;
		position: absolute;
		width: 290px;
		bottom: 1px;
		opacity: 0.95;
    }

.foerch .campaign-teaser h3 {
	font-family:Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 0.750em;
    margin: 0;
	color: #999;
}

.foerch .campaign-teaser h3:after {
    content: "\00a0";
}

.foerch .campaign-teaser,
.foerch .campaign-teaser hgroup {
    background-color: white !important;
}

.foerch .campaign-spread {
    /*background-color: white;*/
    display: block;
    margin-bottom: 10px;
	position: relative;
}

.foerch .campaign-spread img {
    display: block;
}

.foerch .campaign-spread hgroup {
    float: none;
    padding-bottom: 5px;
	padding-top: 5px;
    text-align: left;
	position: absolute;
	bottom: 0px;
	background: #FFF;
	width: 988px;
	opacity: 0.95;
}
    .foerch .campaign-spread hgroup h2 {
        font-weight: normal;
        margin: 0;
	    color:#002743;
	    padding:0 !important;
    }

    .foerch .campaign-spread hgroup h3 {
	    font-family:Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 0.750em;
        margin: 0;
	    color: #999;
    }


/*+++++++++++++++++++++++++++++++++++++++++++  FÖRCH Nacboxen Produktkategorien +++++++++++++++++++++++++++++++++++++++++++++*/	

	.foerch .produktlistbox_small {
		display:block;
		background:#FFF;
		width: 110px;
		float:left;
		margin:0 1px 1px 0;
		padding:0;
		position:relative;
	}

	/*
	.foerch .produktlistbox_small:hover {
		border:1px solid #002742;
		background:#002742;
		cursor:pointer;
		color:#FFF !important;
		-webkit-transition:border 0.2s linear;	
		-moz-transition:border 0.2s linear;	
		-o-transition:border 0.2s linear;	
		transition:border 0.2s linear;
	}
	*/
	
	.foerch .produktlistbox_small:last-of-type {margin:0 0 0 0;}
	
	.foerch .produktlistbox_small .pic {
		width:110px;
		float:left;
		margin:0 0 0 0;
		padding:0;
		background:#FFF;
		position:relative;
		z-index:1;
	}
	.foerch .produktlistbox_small .pic img {}
	
	.foerch .produktlistbox_small .pic a {float: left;margin: 0 0 -4px;padding: 0;width: 110px; position:relative;}

    .foerch .produktlistbox_small > p {
		font-family:Arial, Helvetica, sans-serif;
		margin:0;
		height:30px;
		padding:10px 15px 5px 0;
		float:left;
		color:#002643;
	}
	
	.foerch .produktlistbox_small .link {
		background: none repeat scroll 0 0 #FFFFFF;
		bottom: 0;
		display: block;
		float: left;
		margin: 0;
		min-height: 55px;
		padding: 0 0 0 3px;
		width: 105px;
		border:1px solid #CCC;
		}
	
	.foerch .produktlistbox_small .link a {
		padding:5px 0 0 3px;
		margin:0 0 0 0;
		display:block;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:normal;
		font-size:0.75em;
		text-align:left;
		color:#333;
		cursor:pointer;
		float:left;
		text-decoration:none;
		width:105px;
	}
	.foerch .produktlistbox_small .link a:hover {
		color:#000;
	}
	
	.foerch .produktlistbox_small > img {
		border:none;
	}	


/*+++++++++++++++++++++++++++++++++++++++++++  FÖRCH Infoboxen +++++++++++++++++++++++++++++++++++++++++++++*/
.foerch .info-box-background {
	margin:0 auto;
	background: url(/Foerch/Websites2015/Images/bg_content.png) repeat-x top center;
	overflow:hidden;
}

.foerch .info-box-content {
    width: 1000px;
	margin:0 auto;
}


.foerch .info-box {
    width: 234px;
    min-height: 230px;
	float:left;
	margin:10px 13px 0 0;
	padding:2px;
	background:#FFF url(/Foerch/Websites2015/Images/bg_teaserbox.png) no-repeat 0 123px;
}

.foerch .details .info-box {
    background:#FFF url(/Foerch/Websites2015/Images/bg_teaserbox.png) no-repeat 0 123px;
    float: left;
    margin: 10px 3px 0 0;
    min-height: 230px;
    padding: 2px;
    width: 234px;
}


@media \0screen {
    .foerch .info-box {
        width: 234px;
        min-height: 230px;
	    float:left;
	    margin:45px 10px 0 0;
	    padding:2px;
	    background:#FFF url(/Foerch/Websites2015/Images/bg_teaserbox.png) no-repeat 0 123px;
    }
}

.foerch .info-box:last-of-type {margin:10px 0 0 0;}
.foerch .info-box.last {margin:10px 0 0 0;}


.foerch .info-box p {
	font-family:Arial, Helvetica, sans-serif;
    padding:0;
    margin:2px 5px 0 10px;
	float:left;
    display:block;
    width:200px;
}

.foerch .info-box-teaser{
    width: 234px;
    height: 120px;
	float:left;
	margin:0;
	padding:0 0 5px 0;
}

.foerch .info-box ul {
    margin: 5px 0 0 28px;
    padding: 0 0 0 0;
    clear: left;
}
.foerch .info-box li {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.750em;
	color:#666;
    line-height:1.375em;
}

	.foerch .info-box-teaser img{
		width: 234px;
		height:auto;
	}

.foerch .info-box h2 {
    font-weight: normal;
    font-size: 0.875em !important;
    margin: 0;
	color:#002743 !important;
	border:none !important;
	line-height:normal !important;
	padding:0 !important;
}
.foerch .info-box h3 {
	font-family:Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 0.750em;
    margin: 0;
	color:#E42D28;
}

.foerch .bestellinfo .info-box-articles {
    padding: 0;
}
.foerch .bestellinfo_eshop .info-box-articles {
    margin-top: 28px;
    padding: 0;
    margin-bottom: -28px;
}

/*+++++++++++++++++++++++++++++++++++++++++++  FÖRCH Content Startseite +++++++++++++++++++++++++++++++++++++++++++++*/

.foerch #content-background {
	background:url(/Foerch/Websites2015/Images/bg_body_bottom.png) repeat-x bottom;
	margin:0 auto;
	padding:1px 0 50px 0;
	clear: left;
    min-height:50px;
}

.foerch .content-startseite {
    width: 1000px;
	margin:15px auto 0 auto;
	overflow:hidden;
}
	.foerch .content-startseite h1 {
		padding:0;
		font-family:'HelveticaNeueW02-85Heav', Arial, sans-serif;
		font-size:1.625em;
		font-weight:normal;
		letter-spacing:-1px;
		color:#002743;
	}
	
	.foerch .content-startseite header {
		background: none;
	}
	
	.foerch .content-startseite h2 {
		background: none;
		border:none;
		color: #002743;
		font-family: 'HelveticaNeueW02-85Heav',Arial,sans-serif;
		font-size: 1.2em;
		font-weight: normal;
		letter-spacing: -0.02em;
		line-height: 1em;
		margin:5px 0 0 0;
		padding: 0 0 3px;
	}
/*+++++++++++++++++++++++++++++++++++++++++++  FÖRCH Newsboxen Startseite +++++++++++++++++++++++++++++++++++++++++++++*/
	
	.foerch .newsbox-startseite {
		background:#FFF;
		width:468px;
		margin: 0 0 0 11px;
		padding:10px;
		float:left;
		border:1px solid #D8D8D8;
	}
	.foerch .newsbox-startseite:first-of-type {
		margin: 0 0 0 4px;
	}

@media \0screen {
    .foerch .newsbox-startseite {
	    margin:0 10px 0 0;
	    float:left;
	    border-top:1px solid #D8D8D8;
    }
}

	.foerch .newsbox-startseite header {
		background: none;
		margin:-5px 0 0 0;
	}

	.foerch .newsbox-startseite .datesmall{
		font-size:0.625em;
	}
	
	.foerch .newsbox-start {
		width:464px;
		margin:0;
		padding:5px 0;
		float:left;
		border-top:1px solid #FFF;
		border-bottom:1px solid #D8D8D8;
		background:url(/Foerch/Websites2015/Images/bg_newsbox_start.png) no-repeat 0 bottom;
	}
	
	.foerch .newsbox-start:last-of-type {
		width:464px;
		margin:0;
		padding:15px 0;
		float:left;
		border-top:1px solid #FFF;
		border-bottom:none;
		background:none;
	}

		.foerch .newsbox-start.last {width:464px;margin:0;padding:15px 0;float:left;border-top:1px solid #FFF;border-bottom:1px solid #D8D8D8;background:none;}
	
	.foerch .newsbox-start span.contentimage{
		width:120px;
		height:85px;
		border:1px solid #CCC;
		margin:0 10px 0 0;
		padding:0 0 0 0;
		float:left;
	}
		.foerch .newsbox-start span.contentimage img{
		width:118px;
		height:83px;
		margin:1px;
		padding:0 0 0 0;
		float:left;
	}

        .foerch .newsbox-start header p{
		    margin:0;
		    padding:0;
            font-weight:bold;
	    }
	
	.foerch .newsbox-start p.content{
        background:#FFF;
		width:300px;
		margin:0;
		padding:0;
		float:left;
	}
	.foerch .newsbox-start p.newslink{
		margin:2px 0 0 0;
		padding: 0;
		float:left;
	}
		.foerch .newsbox-start p.newslink a {
			float: left; 
			padding:0 10px;
			margin: 2px 0 0 0; 
			display:block;
			background-image: linear-gradient(to top, #CCC , white);
			border-radius:3px;
			border:1px solid #CCC; 
			text-align:center;
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#818181;
			text-shadow: 1px 1px 0 rgba(255,255,255,0.75);
            background:#EEEEEE\9;
		}
		.foerch .newsbox-start p.newslink a:hover {
			background-image: linear-gradient(to top, #002643 , #005695);
			color:#FFF;
			text-shadow: 1px 1px 0 rgba(0,0,0,0.75);
			border:1px solid #002643; 
            background:#002643\9;
		}
		
/*+++++++++++++++++++++++++++++++++++++++++++  FÖRCH Newsboxen Folgeseite +++++++++++++++++++++++++++++++++++++++++++++*/
		
.foerch .newsbox-folgeseite {
    width:730px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	float:left;
}

.foerch .newsbox-folgeseite p {clear:none !important;}

	.foerch .newsbox-folgeseite .datesmall{
		font-size:0.625em;
		float:left;
		display:inline-block;
		width:400px;
		font-weight:normal;
		font-family:Arial, Helvetica, sans-serif;
	}
	
	.foerch .newsbox-folge {
		width:730px;
		margin:0 !important;
		padding:10px 0 !important;
		float:left;
		border-bottom:1px solid #E5E5E5;
		border-top:1px solid #FFFFFF;
	}
	
	.foerch .newsbox-folge:first-of-type {
		width:730px;
		margin:0;
		padding:15px 0;
		float:left;
		border-top:none;
		background:none;
	}
	
	.foerch .newsbox-folge:last-of-type {
		width:730px;
		margin:0;
		padding:15px 0;
		float:left;
		border-bottom:none;
		background:none;
	}
		.foerch .newsbox-folge.last {width:730px;margin:0;padding:15px 0;float:left;border-top:1px solid #FFF;background:none;}
	
	.foerch .newsbox-folge header{
		width:480px;
		margin:0;
		padding:0 20px 0 0;
		float:left;
        background:none !important;
	}
	
	.foerch .newsbox-folge p.content{
		width:480px;
		margin:0;
		padding:0 20px 0 0;
		float:left;
	}
	.foerch .newsbox-folge p.newslink{
		margin:5px 0 0 0;
		padding: 0;
		/*float:left;*/
	}
		.foerch .newsbox-folge p.newslink a {
			float: left; 
			padding:0 10px;
			margin: 2px 0 0 0; 
			display:block;
			background-image: linear-gradient(to top, #CCC , white);
			border-radius:3px;
			border:1px solid #CCC; 
			text-align:center;
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#818181;
			text-shadow: 1px 1px 0 rgba(255,255,255,0.75);
            background:#EEEEEE\9;
		}
		.foerch .newsbox-folge p.newslink a:hover {
			background-image: linear-gradient(to top, #002643 , #005695);
			color:#FFF;
			text-shadow: 1px 1px 0 rgba(0,0,0,0.75);
			border:1px solid #002643; 
            background:#002643\9;
		}
		
		.foerch .content-box-content .foerchcontent .newsbox-folge h2 {
			background:none;
            border:none;
			color: #002743;
			font-size: 1em;
			font-weight: normal;
			letter-spacing: -0.02em;
			line-height: 1.6em;
			margin: 0;
			padding: 0;
			text-decoration: none;
		}
		
		.foerch .content-box-content .foerchcontent .newsbox-folge a {text-decoration:none; font-weight:normal;		}
		
		.foerch .content-box-content .foerchcontent .newsbox-folge h3 {
			font-family:Arial, Helvetica, sans-serif;
			font-weight: bold;
			font-size:0.75em;
			margin: 0 0 0.2em 0;
			color:#333333;
			padding:0;
		}
		
		.foerch .content-box-content .foerchcontent .newsbox-folge figure {
			width:124px;
			height:83px;
			float:left;
			padding:0;
			margin:0 20px 0 0;
			overflow:hidden;
			background:#FFF;
		}
		
		.foerch .content-box-content .foerchcontent .newsbox-folge img {
			width:120px;
			padding:2px;
			margin:0;
			background:#FFF;
		}

        .foerch .content-box-content .foerchcontent .newsbox-folge ul {
				margin:5px 0 20px 12px;
				padding:0 0 0 0;
                float:left;
                width:480px;
			}
			.foerch .content-box-content .foerchcontent .newsbox-folge li {
				margin:0;
				padding:0;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 0.750em;
				color:#666;
				line-height:1.375em;
			}

/*+++++++++++++++++++++++++++++++++++++++++++  FÖRCH Infoboxen Startseite +++++++++++++++++++++++++++++++++++++++++++++*/
	
.foerch .infobox-startseite {
    width: 240px;
    min-height: 230px;
	float:left;
	margin:0px 12px 0px 14px;
	padding:0;
	background:#FFF;
}
.foerch .infobox-startseite ul {
    margin: 5px 0 0 28px;
    padding: 0 0 0 0;
    clear: left;
}
.foerch .infobox-startseite li {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.750em;
	color:#666;
    line-height:1.375em;
}

@media \0screen {
    .foerch .infobox-startseite {
        width: 240px;
        min-height: 230px;
	    float:left;
	    margin:0 9px 0 2px;
	    padding:0;
    }
}
		
		.foerch .infobox-startseite p.infolink a{
			background:url(/Foerch/Websites2015/Images/bg_buttons.png) no-repeat right -22px;
			display:block;
			margin:5px 0 0 0;
			padding:0 10px 0 5px;
			float:left;
			color:#FFF;
		}
		.foerch .infobox-startseite p.infolink a:hover{
			background:url(/Foerch/Websites2015/Images/bg_buttons.png) no-repeat right -39px;
		}
		

.foerch .infobox-startseite:last-of-type {margin:0 0 0 0;}
.foerch .infobox-startseite.last {margin:0 0 0 0;}


.foerch .infobox-startseite p {
	font-family:Arial, Helvetica, sans-serif;
    margin:0;
    padding:5px 15px 0 15px;
	float:left;
    width:200px;
}
.foerch .infobox-startseite-teaser{
    width: 234px;
    height: 120px;
	float:left;
	margin:0 0 3px 0;
	padding:2px;
	background: #FFF;
}

.foerch .infobox-startseite h2 {
    font-weight: normal;
    font-size: 0.875em;

}
.foerch .infobox-startseite h3 {
	font-family:Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 0.750em;
    margin: 0;
	color:#E42D28;
}

.foerch .produktsuche {
    width: 1000px;
	height:60px;
	position:absolute;
	bottom:50%;
	left:0;
	background:#EEEEEE;
	margin:0 0 0 0;
	z-index:100;
	/*-khtml-opacity: 0.9; /* sehr alte Versionen von Mozilla Firefox */
    /*-moz-opacity: 0.9; /* alte Versionen von Mozilla Fireox */
    /*-webkit-opacity: 0.9; /* alte Versionen von Webkit-Browsern */
    /*filter: alpha(opacity=90);   /* ältere Versionen des Internet Explorers inklusive Version 7 */
    /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; /* Internet Explorer Version 8 */
    /*opacity: 0.9;*/
	-webkit-box-shadow: 0 1px 15px hsla(0,0%,0%,0.25);
    -moz-box-shadow: 0 1px 15px hsla(0,0%,0%,0.25);
    -o-box-shadow: 0 1px 15px hsla(0,0%,0%,0.25);
    -khtml-box-shadow: 0 1px 15px hsla(0,0%,0%,0.25);
    box-shadow: 0 1px 15px hsla(0,0%,0%,0.25);

}
/*
.foerch .socialbutton_start {
    width:60px;
	height:30px;
	position:absolute;
	bottom:260px;
	right:0;
	background: none;
	margin:0 0 0 0;
	z-index:100;
}
*/
.foerch .socialbutton_start {
    width: 250px;
    height: 50px;
    position: absolute;
    bottom: 260px;
    right: 0;
    background: none;
    margin: 0 0 0 0;
    z-index: 99;
}

 .foerch .socialbutton_start_fb {
    width: 50px;
    height: 50px;
    float: left;
    margin: 0 0 0 0;
    z-index: 100;
}
.foerch .socialbutton_start_yt {
    width: 50px;
    height: 50px;
    float: left;
    margin: 0 0 0 0;
    z-index: 100;
}
.foerch .socialbutton_start_in {
    width: 50px;
    height: 50px;
    float: left;
    margin: 0 0 0 0;
    z-index: 100;
}
.foerch .socialbutton_start_tw {
    width: 50px;
    height: 50px;
    float: left;
    margin: 0 0 0 0;
    z-index: 100;
}
.foerch .socialbutton_start_go {
    width: 50px;
    height: 50px;
    float: left;
    margin: 0 0 0 0;
    z-index: 100;
}

/*+++++++++++++++++++++++++++++++++++++++++++  FÖRCH Footer +++++++++++++++++++++++++++++++++++++++++++++*/
.foerch footer {
	background:url(/Foerch/Websites2015/Images/bg_footer.png) repeat-x top;
    width: 100%;
    padding:20px 0;
}
.foerch footer .content {
    background:none;
    width: 1000px;
    padding: 0;
	margin:0 auto;
    font-size: 90%;
}
.foerch footer p {
    float: left;
    margin: 0 0 0 10px;
    color:#CCC;
}

.foerch .karte {
    width:190px;
	height:200px;
    padding:0;
	margin:0;
	float:left;
	border-left:1px solid #D9D9D9;
}
	.foerch .pic-karte {
		width: 180px;
		padding:0;
		margin:0;
		float:left;
	}	
		.foerch .pic-karte img {
			padding:2px;
			background:#FFF;
			margin:0;
		}
	
	.foerch footer .adresse {
		padding:0;
		margin:0 0 10px 10px;
		float:left;
		color:#ADADAD;
        font-size: 12px;
	}
	
.foerch .worldmap {
	background:url(/Foerch/Websites2015/Images/worldmap.png) no-repeat 10px 0;
    height: 130px;
    width: 160px;
	float:left;
	border-left:1px solid #D9D9D9;
}	

.foerch .socialmedia {
	float:left;
	border-left:1px solid #D9D9D9;
    height: 35px;
    margin: 0 0 5px;
}	
	.foerch .socialmedia_racing {
		width:240px;
		height:70px;
		margin:0 0 0 30px;
		float:left;
		border-bottom:1px solid #D9D9D9;
	}	
		.foerch .socialmedia_racing img {
			margin:0 0 0 0;
			float:left;
			-khtml-opacity: 0.5; /* sehr alte Versionen von Mozilla Firefox */
			-moz-opacity: 0.5; /* alte Versionen von Mozilla Fireox */
			-webkit-opacity: 0.5; /* alte Versionen von Webkit-Browsern */
			filter: alpha(opacity=50);   /* ältere Versionen des Internet Explorers inklusive Version 7 */
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* Internet Explorer Version 8 */
			opacity: 0.5;
			border:none;
		}	
		.foerch .socialmedia_racing img:hover {
			float:left;
			-khtml-opacity: 1.0; /* sehr alte Versionen von Mozilla Firefox */
			-moz-opacity: 1.0; /* alte Versionen von Mozilla Fireox */
			-webkit-opacity: 1.0; /* alte Versionen von Webkit-Browsern */
			filter: alpha(opacity=100);   /* ältere Versionen des Internet Explorers inklusive Version 7 */
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* Internet Explorer Version 8 */
			opacity: 1.0;
			border:none;
		}
/*+++++++++++++++++++++++++++++++++++++++++++  FÖRCH Content Produktseite +++++++++++++++++++++++++++++++++++++++++++++*/

.foerch .teaser-produktseite {
    width:1000px;
	margin:0 auto;
	padding:30px 0 0 0;
	overflow:hidden;
}	

.foerch .teaser-produktseite-content {
    width:730px;
	margin:0 0 0 270px;
	float:left;
}

		
.foerch .content-produktseite {
    width: 460px;
	margin:0 30px 0 0;
	float:left;
}	

	.foerch .content-produktseite hgroup {
			background: url(/Foerch/Websites2015/Images/bg_nav_sub.png) repeat-x left bottom;
			padding:0;
			margin:0;
			width:460px;
			min-height:62px;
		}
		.foerch .content-produktseite h2 {
			background:none;
			color: #002743;
			font-family: 'HelveticaNeueW02-85Heav',Arial,sans-serif;
			font-size: 1.75em;
			font-weight:normal;
			letter-spacing: -1px;
			line-height: 0.7em;
			padding: 0 0 0 0;
			margin: 0 0 0.3em -0.05em;
		}
		
		.foerch .content-produktseite h3 {
			font-family:Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 1.0em;
			margin:0;
			color:#E42D28;
		}
		
		.foerch .content-produktseite article {
			float:left;
			padding:0;
			margin:10px 0 0 0;
		}
		
		.foerch .content-produktseite p {
			float:left;
			padding:0;
			margin:10px 0 0 0;
		}
		
.foerch .produkt-box {
    width: 234px;
    min-height: 230px;
	float:left;
	margin:0;
	padding:2px;
	background:#FFF url(/Foerch/Websites2015/Images/bg_teaserbox.png) no-repeat 0 123px;
}

.foerch .produkt-box > p {
	font-family:Arial, Helvetica, sans-serif;
    margin:0;
    padding:10px 15px 0 16px;
	float:left;
}
.foerch .produkt-box-teaser{
    width: 234px;
    height: 120px;
	float:left;
	margin:0;
	padding:0 0 5px 0;
}

.foerch .produkt-box h2 {
    font-weight: normal;
    font-size: 0.875em;
    margin: 0;
}
.foerch .produkt-box h3 {
	font-family:Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 0.750em;
    margin: 0;
	color:#E42D28;
}	

/*+++++++++++++++++++++++++++++++++++++++++++  FÖRCH Serivce Bilder +++++++++++++++++++++++++++++++++++++++++++++*/

.foerch .service img {
	
}


		
/*+++++++++++++++++++++++++++++++++++++++++++  FÖRCH allgemeine Klassen +++++++++++++++++++++++++++++++++++++++++++++*/
.foerch .websitesuche {
    width: 190px;
	height:25px;
	float:right;
}
.foerch .searchbutton {
	background:url(/Foerch/Websites2015/Images/searchbutton.png) no-repeat 0 0;
	border:none;
	width:27px;
	height: 23px;
    margin: 0 0 0 3px;
    padding: 1px 0 5px;
	padding: 0 0 0 0\9;
	text-indent:-9999px;
	cursor:pointer;
}
	.foerch .searchbutton_blue {
		background:url(/Foerch/Websites2015/Images/searchbutton_blue.png) no-repeat 0 0;
		border:none;
		width:27px;
		height: 23px;
		margin: 3px 0 0 3px !important;
		padding: 1px 0 5px;
		padding: 0 0 0 0\9;
		text-indent:-9999px;
		cursor:pointer;
	}
	
.foerch .searchfield_image {
	background:none;
	border:none;
    float: right;
    margin: 1px 0 0;
    padding: 0;
    width: 145px;
}	
.foerch .searchfield {
	background:url(/Foerch/Websites2015/Images/bg_searchfield.png) no-repeat 0 0;
	border-radius: 5px;
	border:none;
	color: #666;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 0.688em;
    margin: 2px 0 0;
    padding: 6px 0 3px 25px;
    width: 100px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
.foerch .searchfield  {margin: 2px 10px 0;width: 120px;height: 23px;}
}

	.foerch .searchfield_produkt {
		color:#002742;
		font-family: Arial,Helvetica,sans-serif;
		font-size: 0.8em;
		font-weight:bold;
		/*height: 17px;
		height: 16px\9;*/
		margin: 1px 0 0;
		padding:2px 0 4px 5px;
		width: 155px;
	}

.foerch .blaetterkatalog {
	background:url(/Foerch/Websites2015/Images/productsearch.png) no-repeat 0 0;
    width:240px;
	height:50px;
	margin: 7px 0 0 5px;
	float:left;
}
	.foerch .blaetterkatalog a {
		color: #FFFFFF;
		display: block;
		float: left;
		font-family: Arial,Helvetica,sans-serif;
		font-size: 1.125em;
		font-weight: bold;
		height:38px;
		padding: 11px 0 0 55px;
		padding: 13px 0 0 55px\9; /* IE8 und darunter */ 
		width: 175px;
	}
	
.foerch .webshoplogin {
	background:url(/Foerch/Websites2015/Images/productsearch.png) no-repeat 7px -183px;
    width:250px;
	height:37px;
	margin: 13px 0 0 15px;
	float:left;
	border-radius: 3px;
}
	.foerch .webshoplogin a {
		color: #465E00;
		display: block;
		float: left;
		font-family: Arial,Helvetica,sans-serif;
		font-size: 1.125em;
		font-weight: bold;
		height:30px;
		padding:5px 0 0 35px;
		padding: 7px 0 0 35px\9; /* IE8 und darunter */ 
		width: 195px;
	}	

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .foerch .webshoplogin a {padding:7px 0 0 35px;}
}

/*IE 10 only */ .ie10 .foerch .webshoplogin a {padding:7px 0 0 35px;}
/*IE 11 only */ *::-ms-backdrop,.foerch .webshoplogin a {padding:7px 0 0 35px;}
	
.foerch .productsearch {
    width:730px;
	height:50px;
	margin: 12px 0 0 5px;
	float:left;
	-khtml-opacity: 1.0; /* sehr alte Versionen von Mozilla Firefox */
	-moz-opacity: 1.0; /* alte Versionen von Mozilla Fireox */
	-webkit-opacity: 1.0; /* alte Versionen von Webkit-Browsern */
	filter: alpha(opacity=100);   /* ältere Versionen des Internet Explorers inklusive Version 7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* Internet Explorer Version 8 */
	opacity: 1.0;
}
	.foerch .productsearchinput {
		color: #666666;
		display: block;
		float: left;
		font-family: Arial,Helvetica,sans-serif;
		font-size: 1.125em;
		font-weight: normal;
		height: 33px;
		height: 32px\9;
		margin: 1px 10px 0 0;
		padding: 0 0 0 10px;
		padding: 0 0 0 10px\9; /* IE8 und darunter */
		width: 525px;
	}
	.foerch .productsearchbutton {
		color: #666666;
		display: block;
		float: left;
		font-family: Arial,Helvetica,sans-serif;
		font-size: 1.125em;
		font-weight: normal;
		height: 36px;
		padding: 0;
		width: 170px;
	}
	
	.foerch .artikelsuche {
			width:1000px;
			height:50px;
			margin:10px 0 0 0;
			float:left;
			-khtml-opacity: 1.0; /* sehr alte Versionen von Mozilla Firefox */
			-moz-opacity: 1.0; /* alte Versionen von Mozilla Fireox */
			-webkit-opacity: 1.0; /* alte Versionen von Webkit-Browsern */
			filter: alpha(opacity=100);   /* ältere Versionen des Internet Explorers inklusive Version 7 */
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* Internet Explorer Version 8 */
			opacity: 1.0;
		}
    .RadComboBox_Default .rcbInner {
        background-color: #F5F5F5 !important;
        border-color: #CCC !important;
        border-radius: 3px;
        color: #333;
    }
			.foerch .artikelsucheinput {
				background: none repeat scroll 0 0 #F5F5F5;
				border: 1px solid #CCCCCC;
				border-radius: 3px;
				color: #999 !important;
				display: block;
				float: left;
				font-family: Arial,Helvetica,sans-serif !important;
				font-size: 1.0em !important;
				font-weight: normal !important;
			    font-style: normal !important;
				height: 32px;
				margin: 0;
				padding: 0 0 0 10px;
				width: 620px;
			}
			.foerch .artikelsuchbutton {
				color: #666666;
				display: block;
				float: left;
				font-family: Arial,Helvetica,sans-serif;
				font-size: 1.0em;
				font-weight: normal;
				height: 33px;
				padding: 0;
				width: 170px;
				margin:0 0 0 8px;
				border-radius: 3px;
				border: 1px solid #CCCCCC;
				background:url(/Foerch/Websites2015/Images/bg_artikelsuchbutton.png) repeat-x;
				cursor:pointer;
			}
			.foerch .artikelsuche_text {
				color: #999999;
				display: block;
				float: left;
				font-family: Arial,Helvetica,sans-serif;
				font-size: 12px;
				font-weight: normal;
				line-height: 13px;
				margin: 0;
				padding: 12px 10px 0 0;
				width: 190px;
			}
	
	.foerch .artikelerfassen {
			width:660px;
			height:50px;
			margin:10px 0 0 0;
			float:left;
			-khtml-opacity: 1.0; /* sehr alte Versionen von Mozilla Firefox */
			-moz-opacity: 1.0; /* alte Versionen von Mozilla Fireox */
			-webkit-opacity: 1.0; /* alte Versionen von Webkit-Browsern */
			filter: alpha(opacity=100);   /* ältere Versionen des Internet Explorers inklusive Version 7 */
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* Internet Explorer Version 8 */
			opacity: 1.0;
		}
			.foerch .artikelerfasseninput {
				background: none repeat scroll 0 0 #FFF;
				border: 1px solid #CCCCCC;
				border-radius: 3px;
				color: #666666;
				display: block;
				float: left;
				font-family: Arial,Helvetica,sans-serif;
				font-size: 1.0em;
				font-weight: normal;
				height: 32px;
				margin: 0;
				padding: 0 0 0 10px;
				width:400px;
			}
			.foerch .artikelerfassenbutton {
				display: block;
				float: left;
				height: 34px;
				padding: 0;
				width: 36px;
				margin:0 0 0 8px;
				border: none;
				background: url(/Foerch/Websites2015/Images/art_erfassen.png) no-repeat 0 0;
				cursor:pointer;
                text-indent: -9999px;
			}
			.foerch .artikelerfassenbutton:hover {background: url(/Foerch/Websites2015/Images/art_erfassen.png) no-repeat 0 -34px;cursor:pointer;		}


			.foerch .artikelerfassen_text {
				color: #999999;
				display: block;
				float: left;
				font-family: Arial,Helvetica,sans-serif;
				font-size: 12px;
				font-weight: normal;
				line-height: 13px;
				margin: 0;
				padding: 11px 10px 0 0;
				width: 190px;
			}
	
	.foerch .bestellbuttons {
			width:340px;
			height:50px;
			margin:3px 0 0 0;
			float:left;
		}
		
		
			.foerch .bestellbuttons ul {
					list-style-type:none;
					margin:10px 0 0 0;
					padding:0 0 0 0;
					float:right;
				}
				.foerch .bestellbuttons li {
					font-family: Arial,Helvetica,sans-serif;
					font-size:12px;
					font-weight: normal;
					list-style-type:none;
					margin:0 0 0 1px;
					padding:0;
					float:left;
				}	
				
			.foerch .bestellbuttons li a {
					background: url(/Foerch/Websites2015/Images/bg_buttons.png) no-repeat scroll 0 -106px rgba(0, 0, 0, 0);
					border-radius:3px;
					color: #818181;
					cursor: pointer;
					display: block;
					float: left;
					font-weight: normal;
					height: 19px;
					margin: 0 0 0 5px;
					padding: 5px 6px 0;
					text-align: center;
					text-decoration: none;
				}	
			
			.foerch .bestellbuttons li input.pay {
					background: linear-gradient(to top, #ED5F21 25%, #F17F4D 60%) repeat scroll 0 0 rgba(0, 0, 0, 0);
                    background:#ED5F21\9;
					border: 1px solid #ED5F21;
					border-radius:3px;
					color: #FFF;
					cursor: pointer;
					font-weight: bold;
					height: 34px;
                    padding: 0 2px;
					text-align: center;
					text-decoration: none;
					text-shadow: 1px 1px 1px rgba(51, 51, 51, 0.4);
                    font-family: Arial,Helvetica,sans-serif;
					font-size:12px;
				}
			
			.foerch .bestellbuttons li input.pay:hover {
					background: linear-gradient(to top, #002742 25%, #004B7D 60%);
                    background:#002742\9;
					border:1px solid #002742;
					cursor:pointer;
					float:left;
				}	

            .foerch .bestellbuttons li input.pay_merken {
					background: linear-gradient(to top, #ED5F21 25%, #F17F4D 60%) repeat scroll 0 0 rgba(0, 0, 0, 0);
                    background:#ED5F21\9;
					border: 1px solid #ED5F21;
					border-radius:3px;
					color: #FFF;
					cursor: pointer;
					font-weight: bold;
					height: 24px;
                    padding: 0 2px;
					text-align: center;
					text-decoration: none;
					text-shadow: 1px 1px 1px rgba(51, 51, 51, 0.4);
                    font-family: Arial,Helvetica,sans-serif;
					font-size:12px;
				}
			
			.foerch .bestellbuttons li input.pay_merken:hover {
					background: linear-gradient(to top, #002742 25%, #004B7D 60%);
                    background:#002742\9;
					border:1px solid #002742;
					cursor:pointer;
					float:left;
				}
				
			.foerch .bestellbuttons li a.shop {
					background: url(/Foerch/Websites2015/Images/bg_buttons.png) no-repeat scroll 0 -131px rgba(0, 0, 0, 0);
					color: #FFF;
				}
			
			.foerch .bestellbuttons li a.shop:hover {
					background:url(/Foerch/Websites2015/Images/bg_buttons.png) no-repeat 0 -106px;
					color: #818181;
				}
			
	.foerch .productsearch .rcbInner 
	{
	    height: 36px;
	    padding-left: 5px;
	    padding-right: 5px;
	    padding-top: 2px;
	    padding-bottom: 2px;
	}
	
.foerch .sprache_top {
	background:url(/Foerch/Websites2015/Images/worldmap.png) no-repeat 0 8px;
	padding:0 0 0 40px;
	margin: 0 0 0 20px;
    width:160px;
	height:25px;
	float:right;
}
.foerch .sprachauswahl_top {
	color: #999999;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 0.688em;
    height: 23px;
    margin: 4px 0 0;
    padding: 3px;
    width: 160px;
}

		.foerch .content-box-content .foerchcontent h4 {
			font-family:Arial, Helvetica, sans-serif;
			font-weight: bold;
			font-size: 1.0em;
			margin:0 0 10px 0;
			color:#002743;
		}
		
		.foerch .content-box-content .foerchcontent input {
			color:#333;
			margin:0 5px 10px 0;
			float:left;
		}
		
		.foerch .content-box-content .foerchcontent  label {
			margin: 3px 10px 0 0;
			min-width: 100px;
			display:inline-block;
			float:left;
		}
		.foerch .content-box-content .foerchcontent  p {
			clear:left\9;
			clear: left;
			width:500px;
		}
		
		.foerch .foerchcontent input.warenkorbutton {
			margin:3px 0 20px 5px;
			padding: 0;
			float:left;
		}
		.foerch .content-box-content .foerchcontent .radiobutton{
			float: left;
			margin: 3px 10px 0 0;
			margin: 1px 10px 0 0\9;
		}
		.foerch .content-box-content .foerchcontent select {
			color:#666;
			margin:0;
		}
	
	.foerch .content-box-content .top_produktboxen h4 {
			font-family:Arial, Helvetica, sans-serif;
			font-weight: bold;
			font-size: 1.0em;
			margin:0 0 10px 0;
			color:#002743;
		}
		
	.foerch .content-box-content .top_produktboxen input {
			color:#333;
			margin: 0 5px 0 0;
		}
		
		.foerch .content-box-content .top_produktboxen  label {
			margin: 3px 10px 0 0;
			min-width: 100px;
			display:inline-block;
		}
		.foerch .content-box-content .top_produktboxen .radiobutton{
			float: left;
			margin: 3px 10px 0 0;
			margin: 1px 10px 0 0\9;
		}
		.foerch .content-box-content .top_produktboxen select {
			color:#666;
			margin:0;
		}
		
		.foerch .zusatzinfos input {
			color:#333;
			margin: 0 5px 0 0;
            margin: 0 3px 0 0\9;
		}
        /*IE 10 only */   .ie10 .foerch .zusatzinfos input {margin: 0 3px 0 0;}
        /*IE 11 only */  *::-ms-backdrop,.foerch .zusatzinfos input {margin: 0 3px 0 0;}
		
		.foerch .bestellinfo_eshop {
			float:left;
			padding:0;
			margin:0 0 10px 0;
			width:1000px;
		}
		
		.foerch .bestellinfo_eshop header{
			background: none;
			margin:0 ;
			padding: 0;
		}	

        .foerch .bestellinfo_eshop .purchased {
            background:green;
            color: #fff;
            float: left;
            font-weight: bold;
            padding: 2px 0 1px 0;
        }
        .foerch .bestellinfo_eshop .purchased input {
            margin:5px 0 7px 5px;
        }
        .foerch .bestellinfo_eshop .purchased label {
            margin:0 10px 0 5px;
        }

        .foerch .bestellinfo_eshop header input{
			margin:5px 0 0 0;
		}

        .foerch .bestellinfo_eshop header label{
			font-size:12px;
			font-family: Arial, Helvetica, sans-serif;
            margin:0 0 0 5px;
		}

	.foerch .bestellinfo_eshop h2 {
			background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
			/*border-bottom: 1px solid #CCCCCC;*/
			color: #666666;
			font-family: 'HelveticaNeueW02-85Heav',Arial,sans-serif;
			font-size: 1.2em;
			font-weight: normal;
			letter-spacing: -0.02em;
			line-height: 1em;
			margin: 0;
			padding: 0 0 3px;
		}
		
		.foerch .bestellinfo_eshop tbody, tfoot, thead, tr, th, td {
			/*border-right: 1px solid #E5E5E5;
			border-left: 1px solid #FFF;
			border-bottom: 1px solid #E5E5E5;
			border-top: 1px solid #FFF;*/
			font-size: 100%;
			margin: 0;
			padding: 5px;
			text-align:left;
			font-size:12px;
			font-family: Arial, Helvetica, sans-serif;
		}

        .foerch .bestellinfo_eshop tbody, tfoot, thead, tr, th, td img {
			vertical-align:top;
            vertical-align:text-top\9;
            float:none;
		}

        /*IE 10 only */   .ie10 .foerch .bestellinfo_eshop tbody, tfoot, thead, tr, th, td img {vertical-align:text-top;}
        /*IE 11 only */  *::-ms-backdrop,.foerch .bestellinfo_eshop tbody, tfoot, thead, tr, th, td img {vertical-align:text-top;}

        .foerch .bestellinfo thead {background: none repeat scroll 0 0 #002643; border: medium none !important; color: #fff; margin: 0; padding: 0; text-align: left;}
        .foerch .bestellinfo tr.gray {background: none repeat scroll 0 0 #f9f9f9;}
        .foerch .bestellinfo tr.white {background:#FFF;}
		.foerch .bestellinfo tr.artimage {background:#FFF;}
		
		
			.foerch .bestellinfo_eshop thead {background:#002643;padding:0;margin:0 0 0 0;color:#FFF;text-align:left;border:none !important;}
			.foerch .bestellinfo_eshop thead a{text-decoration:none;}
			.foerch .bestellinfo_eshop thead a:hover{text-decoration:none; color:#FFF;}
			.foerch .bestellinfo_eshop thead tr {background:#002643;padding:0;margin:0 0 0 0;color:#FFF;text-align:left; border:none !important;vertical-align:middle; height:40px;}
			.foerch .bestellinfo_eshop tr {padding:5px 0;margin:0 0 0 0;color:#5A5A5A;text-align:left;vertical-align:middle;}
			.foerch .bestellinfo_eshop tr.gray {background:#F9F9F9;}
			.foerch .bestellinfo_eshop tr.white {background:#FFF;}
            .foerch .bestellinfo_eshop tr.white td p.costcenter {float:none !important;}
            .foerch .bestellinfo_eshop tr.white td p.costcenter label {padding:0 !important;}
            .foerch .bestellinfo_eshop tr.white td p.costcenter input {margin-bottom:5px !important;}
			.foerch .bestellinfo_eshop tr.grey {background:#F6F6F6; border-right: 1px solid #F6F6F6 !important;}
				.foerch .bestellinfo_eshop tr.grey td { background: url(/Foerch/Websites2015/Images/bg_alle_artikel.png) no-repeat scroll 933px -11px; background-position:937px -11px\9; height: 45px;position:relative;}
				.foerch .bestellinfo_eshop tr.grey_aktion { background: url(/Foerch/Websites2015/Images/bg_artikel_aktion.png) no-repeat scroll 97px -17px #FFF;opacity:1;filter:alpha(opacity=100);height: 50px;}
                .foerch .bestellinfo_eshop tr.grey.merken td {background: url(/Foerch/Websites2015/Images/bg_alle_artikel.png) no-repeat scroll 963px -11px;  height: 45px;}

                .foerch .bestellinfo_eshop tr.grey_vorlage {background:#F6F6F6;}
                .foerch .bestellinfo_eshop tr.grey_vorlage td {background: url(/Foerch/Websites2015/Images/bg_alle_artikel.png) no-repeat scroll 666px -11px;background-position:667px -11px\9; height: 45px; padding: 11px 0 0 32px;}

                @media screen and (-webkit-min-device-pixel-ratio:0) {
                        .foerch .bestellinfo_eshop tr.grey_aktion {background-image: url(/Foerch/Websites2015/Images/bg_artikel_aktion.png); background-position:11px -11px;background-repeat: no-repeat;}
                        .foerch .bestellinfo_eshop tr.grey_aktion td:first-of-type {background:#FFF;}
                        .foerch .bestellinfo_eshop tr.grey_aktion td:last-of-type {background:#FFF;}
                    }
				
                /*IE 10 only */   .ie10 .foerch .bestellinfo_eshop tr.grey td { background: url(/Foerch/Websites2015/Images/bg_alle_artikel.png) no-repeat scroll 936px -11px rgba(0, 0, 0, 0); height: 45px;}
                /*IE 11 only */  *::-ms-backdrop,.foerch .bestellinfo_eshop tr.grey td { background: url(/Foerch/Websites2015/Images/bg_alle_artikel.png) no-repeat scroll 936px -11px rgba(0, 0, 0, 0); height: 45px;}

				.foerch .bestellinfo_eshop tr.grey_aktion ul {
					list-style-type:none;
					margin:0 0 0 30px;
					padding:0 0 0 0;
				}
				.foerch .bestellinfo_eshop tr.grey_aktion li {
					list-style-type:none;
					margin:0 0 0 0;
					padding:0;
				}
				
				.foerch .bestellinfo_eshop tr.grey_aktion li a {
					background: url(/Foerch/Websites2015/Images/bg_buttons.png) no-repeat scroll 0 -106px rgba(0, 0, 0, 0);
					border-radius:3px;
					color: #818181;
					cursor: pointer;
					display: block;
					float: left;
					font-weight: normal;
					height: 19px;
					margin: 0 5px 0 0;
					padding: 5px 6px 0;
					text-align: center;
					text-decoration: none;
				}
			
			.foerch .bestellinfo_eshop tr.grey_aktion li a:hover {
					background:url(/Foerch/Websites2015/Images/bg_buttons.png) no-repeat 0 -131px;
					color:#FFF;
					cursor:pointer;
					float:left;
				}
				
				
			.foerch .bestellinfo_eshop tr.grey_aktion li a.pay {
					background: linear-gradient(to top, #ED5F21 25%, #F17F4D 60%) repeat scroll 0 0 rgba(0, 0, 0, 0);
					border: 1px solid #ED5F21;
					border-radius:3px;
					color: #FFF;
					cursor: pointer;
					font-weight: bold;
					height: 18px;
					padding:4px 5px 0;
					text-align: center;
					text-decoration: none;
					text-align: center;
					text-shadow: 1px 1px 1px rgba(51, 51, 51, 0.4);
				}
			
			.foerch .bestellinfo_eshop tr.grey_aktion li a.pay:hover {
					background: linear-gradient(to top, #002742 25%, #004B7D 60%);
					border:1px solid #002742;
					cursor:pointer;
					float:left;
				}	
				
			.foerch .bestellinfo_eshop tr.grey_aktion li a.shop {
					background: url(/Foerch/Websites2015/Images/bg_buttons.png) no-repeat scroll 0 -131px rgba(0, 0, 0, 0);
					color: #FFF;
				}
			
			.foerch .bestellinfo_eshop tr.grey_aktion li a.shop:hover {
					background:url(/Foerch/Websites2015/Images/bg_buttons.png) no-repeat 0 -106px;
					color: #818181;
				}	
				
			.foerch .bestellinfo_eshop th.price {text-align:right;}
			.foerch .bestellinfo_eshop td.price {text-align:right;}
			.foerch .bestellinfo_eshop td {vertical-align:top;}
			.foerch .bestellinfo_eshop td .pdf {margin:3px 2px -1px 0; vertical-align:bottom;}
			.foerch .bestellinfo_eshop td .shopicon {margin:-2px 0 0 0; vertical-align:bottom;}
			.foerch .bestellinfo_eshop td.artikelinfo {width:160px;}
			.foerch .bestellinfo_eshop td.artikelpic {width:60px;}
				.foerch .bestellinfo_eshop td.artikelpic img {padding:1px 0 0 0;background:none;border:none !important;height:auto;margin:0;width:55px;}
				.foerch .bestellinfo_eshop td.none_border {border:none;}
                .foerch .bestellinfo_eshop td.none_border p {margin-bottom:2px; font-size:12px; color:#666;}
				.foerch .bestellinfo_eshop td.netto {color:#002742;font-size:18px;font-weight:bold;padding: 10px 5px 0 0; padding:10px 5px 0px 0\9;text-align:right;}
				.foerch .bestellinfo_eshop td.aktion {color:#999;font-size:11px;padding:17px 0 10px 35px}
				.foerch .bestellinfo_eshop td.info {border:none; font-size:12px; padding:20px;}
			
			.foerch .bestellinfo_eshop tr.artimage td.price img {padding:1px 0 0 0;background:none;border:none !important;height:auto;margin:0;width:auto;}
			.foerch .bestellinfo_eshop td.checkbox {background: url(/Foerch/Websites2015/Images/grey_point.png) repeat-y 11px 0;}
            .foerch .bestellinfo_eshop td.checkbox a {display: block; float: left;}
					
			.foerch .bestellinfo_eshop tr.artimage {background:#F9F9F9;}
			.foerch .bestellinfo_eshop tr.artimage img {border:1px solid #D7D7D7 ! important; width:50px; height:50px;padding:2px;background:#FFF; margin:3px 0 0 0;}
			.foerch .bestellinfo_eshop tr.artimage label {min-width:55px;}
			.foerch .bestellinfo_eshop tr.artimage p {display:block; margin:3px 0 0 0; clear:left;}
			.foerch .bestellinfo_eshop tr.artimage input {margin:0 2px 2px 0;}
			
			.foerch .bestellinfo_eshop tr.white.artimage {background:none;}
			.foerch .bestellinfo_eshop tr.whiteprice {background:none; color:#002643;}
			.foerch .bestellinfo_eshop td.whiteprice {font-size: 1em; padding: 10px 30px 5px 0; text-align: right;;border-width: 1px;border-left-color: white;}
			.foerch .bestellinfo_eshop td.whiteprice p { margin-bottom: 2px;}
		
		.foerch .bestellinfo_head {
			float:left;
			padding:0;
			margin:20px 0 0 0;
			width:730px;
			position:relative;
		}
		
		.foerch .bestellinfo_eshop input {
			float:left;
			padding:1px 0;
			margin:0 3px 0 0;
            margin:0 2px 0 0\9;
		}

        .foerch .bestellinfo_eshop input.pay {
            background: linear-gradient(to top, #ed5f21 25%, #f17f4d 60%) repeat scroll 0 0 rgba(0, 0, 0, 0);
            background:#ed5f21\9;
            border: 1px solid #ed5f21;
            border-radius: 3px;
            color: #fff;
            cursor: pointer;
            font-family: Arial,Helvetica,sans-serif;
            font-size: 12px;
            font-weight: bold;
            height: 34px;
            padding: 0 2px;
            text-align: center;
            text-decoration: none;
            text-shadow: 1px 1px 1px rgba(51, 51, 51, 0.4);
        }
        .foerch .bestellinfo_eshop input.pay:hover {
					background: linear-gradient(to top, #002742 25%, #004B7D 60%);
                    background:#002742\9;
					border:1px solid #002742;
					cursor:pointer;
					float:left;
				}

			.foerch .bestellinfo_eshop input.beschreibung {
				float:left;
				padding:3px 0;
				margin:0 3px 0 0;
				font-size:11px;
				font-style:italic;
				color:#B9B9B9;
			}

			
		.foerch .bestellinfo_eshop .sortierung {
		/*position: absolute;
		right: 0;
		top:-3px;
		z-index:1;*/
        float:right;
	}
	
	.foerch .bestellinfo_eshop .sortierung label {
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			margin:0;
			display:inline-block;
		}
	.foerch .bestellinfo_eshop .sortierung input {
			font-family: Arial,Helvetica,sans-serif;
			font-size: 12px;
			height: 18px;
			margin: 0;
			padding: 0 2px;
			width: 15px;
			color:#666;
			float:none;
		}
	.foerch .bestellinfo_eshop .sortierung input.pfeile {
			height: 19px;
			margin: 0;
			padding: 0;
			position: relative;
			top: 5px;
			width: 21px;
		}


    .foerch .bestellinfo_eshop .sortierung_bottom {
	/*bottom: -10px;
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;*/
    display:block;
    float:right;
    margin: 0;
    padding: 0;
	}
	
	.foerch .bestellinfo_eshop .sortierung_bottom label {
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			margin:0;
			display:inline-block;
		}
	.foerch .bestellinfo_eshop .sortierung_bottom input {
			font-family: Arial,Helvetica,sans-serif;
			font-size: 12px;
			height: 18px;
			margin: 0;
			padding: 0 2px;
			width: 15px;
			color:#666;
			float:none;
		}
	.foerch .bestellinfo_eshop .sortierung_bottom input.pfeile {
			height: 19px;
			margin: 0;
			padding: 0;
			position: relative;
			top: 5px;
			width: 21px;
		}
		
		.foerch .content-box-content .produktdetails .bestellinfo_head h3 {
				background:none;
				color: #002743;
				font-family:Arial, Helvetica, sans-serif;
				font-size: 0.95em;
				font-weight: bold;
				padding: 0 0 5px 0;
				margin: 0 0 1.0em -0.05em;
				border-bottom:1px solid #D7D7D7;
		}
		.foerch .content-box-content .produktdetails .bestellinfo_head h3 a {
				color: #002743;
				font-family:Arial, Helvetica, sans-serif;
				font-size: 0.95em;
				font-weight: bold;
		}
		.foerch .bestellinfo_eshop fieldset {
			padding:0;
			margin:0 0 15px 0;
			width:100%;
			clear:left;
		}
		
		.foerch .bestellinfo_eshop fieldset.gekaufte_artikel {
			margin:0;
			padding: 0;
			position: absolute;
			right: 0px;
			top:5px;
			width:220px;
		}
		
		.foerch .bestellinfo_eshop legend {
			float: right;
    		margin:0;
			font-family:Arial, Helvetica, sans-serif;
			font-size: 12px;
			font-weight: normal;
		}
		
		
		
		.foerch .bestellinfo_eshop table {
			padding:0;
			margin:15px 0;
		}
		
		.foerch .data_label {
			float:left;
			width:150px;
			font-weight:bold;
			padding:0;
			margin:0;
		}
		
		.bestellinfo_eshop .data_label {
    		font-family:Arial, Helvetica, sans-serif;
			font-size: 12px;
		    margin-top: 5px;
		}
		
		.foerch .user_data {
			float:left;
			padding:0;
			margin:20px 0;
		}

        .foerch .user_data h3 { font-weight:normal;color:#002743; }

        .foerch .content-box-content .foerchcontent article.search_data {
			border-bottom: 1px solid #E5E5E5;
            float: left;
            margin: 20px 0 0;
            padding: 0 0 10px;
            width: 730px;
		   }

        .foerch .content-box-content .foerchcontent article.search_data .searchbutton_blue {
            background: url(/Foerch/Websites2015/Images/searchbutton_blue.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
            border: medium none;
            cursor: pointer;
            height: 23px;
            margin: 0 !important;
            padding: 1px 0 5px;
            text-indent: -9999px;
            width: 27px;
        }
		
		.rtContent {font-size:1.2em;}
		
		.foerch ul.proddetail {
				clear:left;
				margin:5px 0 50px 25px;
				padding:0 0 0 0;
			}
			.foerch .details .proddetail li {
				list-style:none;
				color: #002742;
				font-family: 'HelveticaNeueW02-85Heav',Arial,sans-serif;
				font-size: 1em;
				font-weight: normal;
				letter-spacing: -0.02em;
				line-height: 1.6em;
				margin: 0;
				padding: 0;
			}
			.foerch .details .proddetail a {
                background: url(/Foerch/Websites2015/Images/bullet_red.png) no-repeat scroll 0 6px transparent;
                color: #002742;
                font-family: 'HelveticaNeueW02-85Heav',Arial,sans-serif;
                font-size: 0.875em;
                font-weight: normal;
                letter-spacing: -0.02em;
                line-height: 1.6em;
                margin: 0;
                padding: 0 0 0 12px;
                text-decoration: none;
	      }
			.foerch .details .proddetail a:hover {
				color: #E42D28;
			}

            .foerch .details .foerchcontent .proddetail li {
				list-style:none;
				color: #002742;
				font-family: 'HelveticaNeueW02-85Heav',Arial,sans-serif;
				font-size: 1em;
				font-weight: normal;
				letter-spacing: -0.02em;
				line-height: 1.6em;
				margin: 0;
				padding: 0;
			}

            .foerch .details .sitelink a {
                background: url(/Foerch/Websites2015/Images/bullet_red.png) no-repeat scroll 0 6px transparent;
                color: #002742;
                font-family:Arial,sans-serif;
                font-size: 1.2em;
                font-weight: normal;
                letter-spacing:normal;
                line-height: 1.6em;
                margin: 0;
                padding: 0 0 0 12px;
                text-decoration: none;
	      }
			.foerch .details .sitelink a:hover {
				color: #E42D28;
			}

        #map_canvas {
	        width:728px;
	        height:725px;
	        background:#FFF;
	        border:1px solid #D7D7D7;
        }
        #map_canvas .gm-style {background:#FFF !important;}
        #map_canvas .innerMapInfo {font-family: Arial, Helvetica, sans-serif; font-size:12px;}
        #map_canvas .innerMapInfo a {font-family: Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold;color:#002743;}
        #map_canvas .innerMapInfo h2 {padding:0;font-family:Arial, Helvetica, sans-serif;font-size:12px;font-weight:bold;letter-spacing:normal;line-height:normal;color:#002743; margin:3px 0 0 0;	}

        .foerch .gm-style {
	        width:728px !important;
	        background:#FFF;
	        border:1px solid #D7D7D7;
        }
        .foerch .gm-style div, .gm-style span, .gm-style label, .gm-style a {font-family: Arial, Helvetica, sans-serif; font-size:12px;}
        .foerch .gm-style-iw a {font-family: Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold;color:#002743;}
        .foerch .gm-style-iw a:hover {font-family: Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold;color:#002743;}
        .foerch .innerMapInfo h2 {padding:0;font-family:Arial, Helvetica, sans-serif;font-size:12px;font-weight:bold;letter-spacing:normal;line-height:normal;color:#002743; margin:3px 0 0 0;	}

#desktopswitch {
    display: none;
}

p.warning {
    color: #E42D28;    
}

p.warning.big {
    font-family: Arial, Helvetica, sans-serif !important;
	font-weight: normal !important;
	font-size: 1.2em !important;
}


.autocomplete {
    cursor: pointer;    
}

/*
.autocomplete .image 
{
    border:1px solid #D7D7D7;
    float: left;
    margin-right: 10px;
    width: 30px;
    height: 30px;
}
*/

.autocomplete .image {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #d7d7d7;
    float: left;
    height: 50px;
    margin-right: 10px;
    padding: 5px;
    width: 50px;
}

.productsearch_dropdown .autocomplete .title 
{
    font-size: 130%;
    float: left;
    padding-top: 14px;
    padding-left: 6px;
}

.productsearch_dropdown .autocomplete .image 
{
    width: 50px;
    height: 50px;
    border: 0;
}

.autocomplete .text {
    
}

.autocomplete .customerid {
    font-size: 130%;
    float: left;
    width: 80px;
    padding-top: 8px;
    padding-left: 6px;
}

.autocomplete .customerdata {
    float: left;
    width: 290px;
}

.autocomplete .customerdata > div {
    overflow: hidden;
    height: 17px;
}

.autocomplete .customerdata .address {
    font-size: 80%;
    color: #aaaaaa;
}

.pager 
{
    width: 100%;
    text-align: left;
}

.pager .active
{
    color: white;
    background-color: #E42D28;
    border:1px solid #E42D28;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 9px;
    padding-right: 9px;
}

.pager a
{
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 2px;
    padding-bottom: 2px;
    text-decoration: none;
    border:1px solid transparent;
}

.pager a:hover
{
    border:1px solid #E42D28;
    background-color: white;
    text-decoration: none !important;
}

article.websearch_products {
    
}

article.websearch_products .product {
    margin-bottom: 15px;
    width: 33%;
    float: left;
}

article.websearch_products .product .image {
    background:#FFF;
    border:1px solid #D7D7D7;
    float: left;
    margin-right: 10px;
    width:50px;
    height: 50px;
    padding:5px;
}

article.websearch_products .product .title {
    font-size: 0.75em;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 4px;
}

article.websearch_products .more 
{
}

article.websearch_products .more a {
	background-image: linear-gradient(to top, #ccc, white);
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #818181;
    display: block;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin: 2px 0 0;
    padding:4px;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.75);
    width: auto;
}
article.websearch_products .more a:hover{
	background-image: linear-gradient(to top, #666 , #CCC);
    background:#666\9;
	color:#FFF;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
	border:1px solid #666; 
    text-decoration:none;
}	

table p.movewatchlist {
    margin-top: 5px!important;
	font-size: 12px!important
}

table p.movewatchlist a {
    text-decoration: underline!important;
}

table p.costcenter {
    padding:0;
    float: left;
	margin:5px 0 0 0;
}

table p.costcenterlist {
    padding:0;
    float: left;
	margin:5px 0 0 0;
    font-size:1em;
    color:#666;
}

table .costcenter label {
    width: 30px!important;
    padding-top: 3px;
    min-width: 0 !important;
    display: block;
    float: left;
}

table .costcenter select {
    width: 194px;
}

.watchlist .article {
    margin-bottom: 15px;
    width: 50%;
    float: left;
}

.watchlist .article.nofloat {
    float: none;
}

.watchlist .article .image {
    border:1px solid #D7D7D7;
    float: left;
    margin-right: 10px;
    width: 60px;
    height: 60px;
}

.watchlist .article .image.w100 {
    width: 100px;
    height: 100px;
}


.watchlist .article .image.w100 img {
    border: 0 none;
    bottom: 0;
    left: 0 !important;
    margin: auto;
    position: relative !important;
    right: 0;
    top: 0 !important;
}

.watchlist .article .title {
    font-size: 0.75em;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 5px;
    height: 30px;
}

.watchlist .article .add a {
	font-size: 12px;
    height: 14px;
    font-family: Arial, Helvetica, sans-serif;
	
	background:url(/Foerch/Websites2015/Images/bg_buttons.png) no-repeat right -22px;
	display:block;
	margin:0;
	padding:2px 10px 0 5px;
	float:left;
	color:#FFF;
	text-decoration:none;
    float: left;
    margin-top: 7px;
    margin-right: 5px;
}

.watchlist .article .add a:hover{
	background:url(/Foerch/Websites2015/Images/bg_buttons.png) no-repeat right -39px;
	text-decoration:none;
}

.watchlist .article .delete a {
	font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
	
	display:block;
	margin:0;
	padding:1px 10px 0 5px;
	float:left;
	text-decoration:none;
    float: left;
    margin-top: 7px;
    margin-right: 10px;
}

.watchlist .article .delete a:hover{
}

a.morelink {
	font-size: 12px;
	height: 14px;
    font-family: Arial, Helvetica, sans-serif;
	
	background:url(/Foerch/Websites2015/Images/bg_buttons.png) no-repeat right -22px;
	display:block;
	margin:0;
	padding:2px 10px 0 5px;
	float:left;
	color:#FFF !important;
	text-decoration:none !important;
}

a.morelink:hover{
	background:url(/Foerch/Websites2015/Images/bg_buttons.png) no-repeat right -39px;
	text-decoration:none;
}

.rgGroupPanel,
.rgGroupPanel table,
.rgMasterTable {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.rgGroupPanel {
    background:#002643 !important;
}

th.rgSorted {
    background:#002643 !important;
}

.RadGrid td, .RadGrid th {
    padding-top: 2px !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.rgGroupItem {
    border: 0 !important;
}

.rgCollapse  {
    background-position: -12px -68px !important;
}

.searchfilter {
    min-height: 50px;
}

.searchfilter > div {
    float: left;
    margin-right: 10px;
    margin-bottom:5px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
    font-weight: normal;
}

.zusatzinfos > div.searchfilter {
    float: left;
    margin-bottom: -40px;
    margin-top: 22px;
}

.searchfilter > div.fixed {
    width: 150px;
}

.searchfilter > div > label 
{
	font-size: 10px;
    display: block;
    color: #777;
}

.searchfilter > div > div
{
    overflow: hidden;
}

.searchfilter > div > div.checkbox {
    height: 20px;
}


.searchfilter > div > div.checkbox > input 
{
    position: relative;
    top: 5px;
}

.searchfilter > div > div.checkbox > label
{
    position: relative;
    top: 2px;
	font-size: 10px;
    color: #777;
}


.searchfilter > div table {
    margin: 0 !important;
}

.searchfilter > div a 
{
    text-decoration: underline !important;   
}

.bestellinfo .searcharticle {
    height: 33px;
    top: -10px !important;
}

.RadComboBox_Metro .rcbFocused .rcbInputCell {
    border-color: #002743 !important;   
}

.RadComboBox_Metro .rcbFocused .rcbArrowCell {
    border-color: #002743 !important;   
    background-color: #002743 !important;
}

.RadComboBox_Metro .rcbFocused .rcbReadOnly .rcbInputCell,
.RadComboBox_Metro .rcbFocused .rcbReadOnly .rcbArrowCell {
    border-color: #002743 !important;   
    background-color: #002743 !important;
}

.customerswitch {
    float: right;
    position: relative;
    left: 17px;
    cursor: pointer;
}

.customerswitch .rcbEmptyMessage {
    color: #002743 !important;
    font-style: normal !important;
    padding-left: 1px !important;
    padding-top:0 !important;
}

.customerswitch .rcbFocused .rcbActionButton {
    background-color: #002743 !important;
}

.customerswitch .rcbInner.rcbFocused {
    border-color: #002743 !important;
}

.RadComboBox_MetroTouch .rcbFocused {
    border-color: #002743 !important;
}   

.rddlPopup_Metro .rddlItemSelected {
    background-color: #002743 !important;
}

.RadDropDownList_Metro .rddlFocused {
    border-color: #002743 !important;   
    background-color: #002743 !important;
}

.RadTabStripTop_Metro {
    position: relative;
    top: 1px;
}

.RadTabStripTop_Metro .rtsLevel1 {
    background-color: transparent !important;
}

.RadTabStrip_Metro .rtsLevel1 .rtsUL {
    background-color: transparent !important;
}

.RadTabStrip_Metro .rtsLevel1 .rtsLink {
    text-transform: none !important;
    padding: 5px !important;
    background-color: #bbb !important;
    border-color: #bbb !important;
    color: white !important;
}

.RadTabStrip_Metro .rtsLevel1 .rtsLink:hover {
    text-decoration: none !important;
}

.RadTabStrip_Metro .rtsLevel1 .rtsSelected {
    background-color: #666 !important;
    border-color: #666 !important;
    color: white !important;
}

.RadTabStripTop_Metro .rtsLevel1 .rtsUL {
    padding-left: 0 !important;
	list-style:none;
    padding-top:0 !important;
}

.RadTabStripTop_Metro .rtsUL .rtsFirst, .RadTabStripBottom_Metro .rtsUL .rtsFirst {
    padding-left: 0 !important;
}
.RadTabStripTop_Metro .rtsUL .rtsFirst, .RadTabStripBottom_Metro .rtsLI  {
    padding-left: 0 !important;
	float:left;
}

.RadTabStrip:after, .RadTabStripVertical:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
}
.RadTabStrip_Metro {
    color: #000000;
    font: 12px/26px Arial,Helvetica,sans-serif;
}
.RadTabStrip, .RadTabStripVertical {
    margin: 0;
    padding: 0;
}
.RadTabStripTop_Metro {
    position: relative;
    top: 0px;
    left: 1px;
}

.pageviewbox {
    border: 1px solid #bbb;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.pageviewbox .pageview_set {
    padding-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #bbb;
}

.pageviewbox .pageview_set:last-of-type {
    border-bottom: none;
}

.pageviewbox .pageview_set .checkboxlogin {
    padding-left: 5px;
}

.pageviewbox .pageview_set .checkboxlogin input {
    position: relative;
    top: 1px;
}

.pageviewbox .pageview_set .checkboxlogin label {
    padding-left: 2px;
}

.pageviewbox div .checkbox label 
{
    position: relative;
    top: -2px;
}

.rgMasterTable .rgRow a,
.rgMasterTable .rgAltRow a {
    text-decoration: underline;
}

.gridouter {
    /*background:url(/Foerch/Websites2015/Images/bg_nav_sub_liste.png) no-repeat center bottom;*/
   /* padding:0 0 19px 0;
    display:block !important;
    display:flex\9 !important;
       */
    padding:0 0 10px 0;
    width:100%;
}

.multipage_shadow {
    /*background:url(/Foerch/Websites2015/Images/bg_nav_sub_liste.png) no-repeat center bottom;*/
    padding:0 0 19px 0;
}

.multipage_shadow .pageviewbox {
    background-color: white;
}

.vcard {
    /*background:url(/Foerch/Websites2015/Images/bg_nav_sub_liste.png) no-repeat center bottom;*/
    padding:0 0 19px 0;
}

.vcard .inner {    
    width: 330px;
    height: 170px;
    padding: 10px;
    background-color: white;
    border: 1px solid #d7d7d7;
}

.vcard .inner h3 {    
    color: #e42d28;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 0.8em;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.vcard.hdynamic .inner
{
    
    height: inherit;
}

.vcard.h150 .inner {
    height: 150px;
}

.vcard.h80 .inner {
    height: 80px;
}

.vcard.h90 .inner {
    height: 80px;
}

.vcard.h130 .inner {
    height: 150px;
}

.vcard p.address {
    margin-top: 10px;
}

.vcard .inner .name {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-top: 40px;
    color: #333333 !important;
}

.vcard .inner .employeeimage 
{
    float: right;
}

.vcard .inner .employeeimage > img {
    padding: 1px;
    border: 1px solid #D7D7D7 !important;
}

.vcard .inner .info {
    margin-top: 20px;
    margin-left: 10px;
}

.RadGrid_MetroTouch .rgCurrentPage {
    background-color: #002743 !important;
    border-color: #002743 !important;   
}

.RadGrid_MetroTouch .rgPagerCell {
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;

    display: inline-block !important;
    overflow: visible;
}

.RadGrid_MetroTouch .rgFooter {
    background-color: rgb(245, 245, 245) !important;
}

.RadGrid_MetroTouch .rgFooter > td {
    border-top-width: 0px !important;
}

fieldset.form {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.75em;
    font-weight: normal;
}

fieldset.form p {
    font-size: 100%;
}


fieldset.form > div 
{
    line-height: 30px;
}

fieldset.form > div > label {
    width:auto;
    display: inline-block;
	min-width:120px;
}

fieldset.formsmall {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.75em;
    font-weight: normal;
}

fieldset.formsmall > div 
{
    line-height: 23px;
}

fieldset.formsmall label {
    margin-top: 0 !important;
    min-width: 50px !important;
    width: 50px;
    display: inline-block;
}

fieldset.formsmall.w100 label {
    min-width: 100px !important;
    width: 100px;
}

fieldset.form table 
{
    margin-top: inherit !important;   
    margin-bottom: inherit !important;   
}

.box_shadow {
    /*background:url(/Foerch/Websites2015/Images/bg_nav_sub_liste.png) no-repeat center bottom;*/
    background:none;
    padding:0 0 19px 0;
    position:relative;
}

.box_shadow.loginboxl {
    float: left;
    width: 46%;
}

.box_shadow.loginboxr {
    float: right;
    width: 46%;
}

.box_shadow.loginboxl .form > div > label, .box_shadow.loginboxr .form > div > label {
    width: 120px;
}

.box_shadow.loginboxl .form > div > input, .box_shadow.loginboxr .form > div > input {
    width: 250px !important;
}
.box_shadow.loginboxl .form > div > input[type="checkbox"], .box_shadow.loginboxr .form > div > input[type="checkbox"] {
    width: 14px !important;
    width:15px\9 !important;
}

.foerch .zusatzinfos .loginboxl input[type="text"] {
            width: 250px !important;
}

/*IE 10 only */   .ie10 .box_shadow.loginboxl .form > div > input[type="checkbox"], .box_shadow.loginboxr .form > div > input[type="checkbox"] {width:15px !important;}
/*IE 11 only */  *::-ms-backdrop,.box_shadow.loginboxl .form > div > input[type="checkbox"], .box_shadow.loginboxr .form > div > input[type="checkbox"] {width:15px !important;}

.box_noshadow {
    padding: 0;
}

.box_shadow .inner,
.box_noshadow .inner {
    background-color: white;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #d7d7d7;
    position:relative;
}

.box_shadow .inner h3, 
.box_noshadow .inner h3,
.pageviewbox h3 {
    font-family: Arial, Helvetica, sans-serif !important;
	font-weight: bold !important;
	font-size: 0.8em !important;
	margin:0 !important;
	color:#E42D28 !important;
	padding:0 0 0 0px !important;
    border:none !important;
    margin-bottom: 5px !important;
    letter-spacing:normal !important;
}

.box_shadow .inner p 
{
}

.box_shadow .inner .info ul
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.75em;
    color: #666666;
    padding-left: 15px;
    margin-bottom: 10px;
}

.box_shadow .inner .info li
{
    line-height: 1.5em;
    margin-bottom: 3px;
}

.box_shadow .inner .info p
{
    margin-top: 15px;
}

.loginbox_between {
    float: left;
    text-align: center;
    width: 8%;
}

.loginbox_between > div {
    background-color: #002743 !important;
    border-radius: 50%;
    color: white;
    font-size: 14px;
    font-weight: normal;
    height: 30px;
    margin-left: 15px;
    padding: 16px 11px 4px 9px;
    position: relative;
    top: 80px;
    width: 30px;
}

header.tall {
    min-height: 63px !important;
    background:none !important;
}

.RadInput_Metro .riFocused {
    border-color: #002743 !important;   
}

p.pdf {
    margin-top: 0 !important; 
    margin-bottom: 0 !important; 
    line-height: 25px;
    margin-left: 2px;
    background-image: url('/Foerch/Websites2015/Images/pdf-icon.png');
    background-repeat: no-repeat;
    background-position-y: middle;
    float:none !important;
}

p.pdf a {
    padding-left: 20px;
    position: relative;
    top: -3px;
}

.accordion h3 {
    background-repeat: no-repeat;
    cursor: pointer;
}

.accordion h3.ui-accordion-header
{
    background: url('/Foerch/Websites2015/Images/expand_grey.png') no-repeat 0 1px !important;
}

.accordion h3.ui-accordion-header-active
{
    background: url('/Foerch/Websites2015/Images/collapse_grey.png') no-repeat 0 1px !important;
}

.accordion > div {
    margin-left: 20px;
}

textarea {
    white-space: pre !important;
}

.ruButton.ruBrowse {
    width: 120px !important;
    height: 22px !important;
    color: white !important;   
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 12px !important;
    padding-top: 6px !important;
    padding-bottom: 5px !important;

    border: none !important;
    background-color: #999 !important;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;

    cursor: pointer !important; 
}

.ruFakeInput {
    display: none;
}

input.button {
    background: linear-gradient(to top, #666 25%, #999 60%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    background:#666\9;
    border: 1px solid #666 !important;
    border-radius: 3px;
    color: #fff !important;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    padding:0;
    padding:0 4px\9 !important;
    height:34px;
}

input.button:hover {
    background: linear-gradient(to top, #CCC 25%, #EEE 60%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    background:#CCC\9;
    border: 1px solid #CCC !important;
    border-radius: 3px;
    color: #666 !important;
}

input.button_vorlage {
    background: linear-gradient(to top, #666 25%, #999 60%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    background:#666\9;
    border: 1px solid #666 !important;
    border-radius: 3px;
    color: #fff !important;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 13px;
    font-weight: normal;
    height: 34px;
    padding: 0 2px !important;
    padding: 0 2px\9 !important;
    margin: 0 1px 0 0 !important;
    text-align: left;
    white-space: normal;
    width: 120px;
}

input.button_vorlage:hover {
    background: linear-gradient(to top, #CCC 25%, #EEE 60%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    background:#CCC\9;
    border: 1px solid #CCC !important;
    border-radius: 3px;
    color: #666 !important;
}

input.button_merken {
    background: linear-gradient(to top, #666 25%, #999 60%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    background:#666\9;
    border: 1px solid #666 !important;
    border-radius: 3px;
    color: #fff !important;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    padding:0;
    padding:0 4px\9;
    height:24px;
    margin: 0 5px 0 0;
}

input.button_merken:hover {
    background: linear-gradient(to top, #CCC 25%, #EEE 60%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    background:#CCC\9;
    border: 1px solid #CCC !important;
    border-radius: 3px;
    color: #666 !important;
}

input.button.barcode {
    position:relative;
    right: -308px;
    top: 3px;
    padding:0 4px\9;
}

input.button.vorlage {
    position:relative;
    right: -310px;
    top: 3px;
    padding:0 4px\9;
}

/*IE 10 only */
.ie10 input.button {
    padding:0 4px;
}
/*IE 11 only */
*::-ms-backdrop,input.button {
    padding:0 4px !important;
}

input.button.main {
    background: linear-gradient(to top, #ed5f21 25%, #f17f4d 60%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    background:#ed5f21\9;
    border: 1px solid #ed5f21 !important;
    color:#FFF !important;
    padding:0;
    padding:0 4px\9;
}

input.button:hover.main {
    background: linear-gradient(to top, #002742 25%, #004B7D 60%) !important;
    background:#002742\9;
	border:1px solid #002742 !important;
    border-radius: 3px;
}

/*IE 10 only */
.ie10 input.button.main {
    padding:0 4px;
}
/*IE 11 only */
*::-ms-backdrop,input.button.main {
    padding:0 4px;
}

input.button.genehmigen {
    background: linear-gradient(to top, #396c00 25%, #79ac00 60%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    background:#79ac00\9;
    border: 1px solid #396c00 !important;
    color:#FFF !important;
    padding:0;
    padding:0 4px\9;
}

input.button:hover.genehmigen {
    background: linear-gradient(to top, #002742 25%, #004B7D 60%) !important;
    background:#002742\9;
	border:1px solid #002742 !important;
    border-radius: 3px;
}

/*IE 10 only */
.ie10 input.button.genehmigen {
    padding:0 4px;
}
/*IE 11 only */
*::-ms-backdrop,input.button.genehmigen {
    padding:0 4px;
}

input.button.auswahl {
    background: url(/Foerch/Websites2015/Images/button_ausgew_artikel.png) no-repeat 0 0 !important;
	background-color: #F6F6F6 !important;
    border:none !important;
    color: #FFF !important;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 39px;
    padding:5px !important;
    text-align: left;
    text-shadow: 1px 1px 1px rgba(51, 51, 51, 0.4);
    width:270px;
	bottom:10px;
    position: absolute;
    right:63px;
    /*bottom:-1px;
    position: relative;
    left: 310px;*/
}
input.button.auswahl_vorlage {
    background: url("/Foerch/Websites2015/Images/button_ausgew_artikel.png") no-repeat scroll 0 0 #f6f6f6 !important;
    border: medium none !important;
    bottom: 2px;
    color: #fff !important;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 39px;
    left: 0;
    padding: 5px !important;
    position: relative;
    text-align: left;
    text-shadow: 1px 1px 1px rgba(51, 51, 51, 0.4);
    width: 270px;
}

input.button.merken {
    background: url(/Foerch/Websites2015/Images/button_ausgew_merkliste.png) no-repeat 0 0 !important;
	background-color: #F6F6F6 !important;
    border:none !important;
    color: #FFF !important;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 39px;
    padding:5px !important;
    text-align: left;
    text-shadow: 1px 1px 1px rgba(51, 51, 51, 0.4);
    width:270px;
	bottom: -1px;
    position: relative;
    left: 687px;
}

input.button.yellow
{
    border: none !important;
    background-color: #FFF8DD !important;
    color: #777 !important;
}

.searchfilter input.button,
input.button.small {
    font-size: 12px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    position: relative !important;
    top: 0px !important;
    height:24px;
}

.bestellinfo .searchfilter input.button {
    top: 4px !important;
    height:24px;
}

.ui-accordion-content input.button {
    top: 4px !important;
    height:24px;
}

input.button[disabled=disabled], input.button:disabled {
    background-color: #d7d7d7 !important;
    color: #777 !important;
    text-shadow: none;
}

.foerch .shoplogin .navshop li.check {
    background-image: none !important;
    padding-left: 0 !important;
}

.foerch .shoplogin .navshop li.check input {
    position: relative;
    top: -3px;
    left: -11px;
}

.foerch .shoplogin .navshop li.check label {
    position: relative;
    top: -18px;
    left: 10px;
    font-size: 11px;
    display: block;
    width: 100px;
}

.rgHeader {
}

.RadGrid th {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    line-height: 18px !important;
}

.RadGrid td {
    border-right: 0 !important;
}

.noborderbotttom {
    border-bottom: 0 !important;
}

.RadComboBox table {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
}

.RadListBox tbody, 
.RadListBox tr,
.RadListBox td {
    border: 0 !important;
}

.articlesearch {
    height: 22px !important;
    font-size: 14px !important;
    position: relative;
}

.borderleftgray {
    border-left: 1px solid #ccc!important;
}

.bordertopgray {
    border-top: 1px solid #ccc!important;
}

.noborderleft {
    border-left: 0 !important;
}

table.regularfontsize,
table.regularfontsize th,
table.regularfontsize td
 {
    font-size: 12px !important
}

tr.fontsize13 td {
    font-size: 13px !important
}

tr.rgPager > td > table {
    margin-top: 5px !important;
    margin-bottom: 0 !important;
    height: 40px !important;
}

.facets {
    padding: 10px;
}

.facets h3 {
    font-family: Arial, Helvetica, sans-serif !important;
	font-weight: normal !important;
	font-size: 1.0em !important;
	margin:0 !important;
	color:#333333 !important;
	padding:0 0 0 0px !important;
    border: 0 !important;
    margin-bottom: 5px !important;
}

.facets ul li {
    width: 220px !important;
    height: auto !important;
    min-height: 20px;
    background-image: none !important;
    margin-bottom: 10px !important; 
}

.facets ul li input {
    float: left;
}

.facets ul li label 
{
    margin-top: 4px;
    margin-left: 5px;
    width: 180px;
    float: left;
    display: block;
    font-size: 0.9em;
}

.facets ul li:hover {
    font-weight: normal !important;
}

.foerch .printwindow {
    background: url("/Foerch/Websites2015/Images/arrow.png") no-repeat scroll 0 5px rgba(0, 0, 0, 0);
    border: medium none;
    bottom: 10px;
    color: #ADADAD;
    display: none;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: 20px;
    margin: 0 0 0 21px;
    padding: 0 0 0 8px;
    position: absolute;
    width: 92px;
}

.product_safety {
    margin-top: 10px;
    width:85px;
}

.product_safety:first-of-type {
    margin-top: -2px;
}

.product_safety span {
    margin-right: 5px;
    white-space: nowrap;
}

.product_safety img {
    margin-right: 2px;
    vertical-align:bottom;
}

.product_safety a {
    text-decoration: none !important;
    margin-right: 4px;
}

.product_safety ul {
	background:url(/Foerch/Websites2015/Images/safety_complete_bg.png) no-repeat 0 0;
   list-style:none;
   padding: 6px 4px;
}
.product_safety li {
   list-style:none;
   display:inline;
}

.rgHeader a:hover {
    color: #555 !important;
    text-decoration: underline !important;
}

.sm_docs {
    background-color: #E0C2C2 !important;
}

.sm_new {
    background-color: #C2E0C2 !important;
}

.sm_legend {
    padding-top: 2px;
}

.sm_legend > .text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.75em;
}

.sm_legend > .sm_docs, .sm_legend > .sm_new, .sm_legend > .sm_inactive  {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.sm_legend > .sm_inactive  {
    border:1px solid #d7d7d7;
    background-color: white;
}

.sm_doclist {
    margin-top: 15px;
    padding-left: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

.sm_doclist:first-of-type {
    margin-top: 15px;
}

.sm_doclist:last-of-type {
    border-bottom: none;
}

.sm_doclist > div:first-of-type {
    width: 80px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.0em;
    font-weight: bold;
    position: relative;
    top: -2px;
    margin-bottom:10px;
}

.sm_doclist > div:first-of-type img {
    position: relative;
    top: 3px;
}

.sm_doclist > div {
    /*float: left;*/
    font-family: Arial, Helvetica, sans-serif;
    clear:left;
    font-size: 1.1em;
}

.sm_doclist > div > p {
    margin-left: 20px;
}
    
.sm_doclist > div:last-of-type {
    float: none;
    clear: both;
}

.sm_thumb {
    border:1px solid #D7D7D7 !important; 
    display:block; 
    width:75px;
    height:75px;
    margin-bottom: 10px;
    background-color: white;
}

.sm_quantity {
    background-color: #FFF8DD !important;
}

.rgAltRow.sm_new td,
.rgAltRow.sm_docs td {
    border-bottom: 1px solid white !important;
}

.sm_new td,
.sm_docs td {
    border-left: 0 !important;
}


.rgAltRow.sm_new:last-of-type td,
.rgAltRow.sm_docs:last-of-type td {
    border-bottom: 0 !important;
}

.infowindow {
    background:none;
    padding:0px;
    color:#777 !important;
}

.infowindow td.checkbox {
    background: url(/Foerch/Websites2015/Images/grey_point.png) repeat-y scroll 15px 0;
}

.infowindow .inner {
    background-color: white;
    padding:0;
    border:none;
}

.infowindow .inner .all {
    background: url(/Foerch/Websites2015/Images/bg_alle_artikel.png) no-repeat scroll 222px -10px;
    background: url(/Foerch/Websites2015/Images/bg_alle_artikel.png) no-repeat scroll 221px -10px\9;
    padding: 9px 3px 0 0;
}
    .infowindow .inner table {
        margin: 0 !important;
    }

.infowindow h3 {
    font-family: Arial, Helvetica, sans-serif !important;
	font-weight: bold !important;
	font-size: 0.9em !important;
	margin:0 !important;
	color:#E42D28 !important;
	padding:0 0 0 0px !important;
    border: 0 !important;
    margin-bottom: 10px !important;
}

.infowindow ul {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.750em;
    color:#333333;
	line-height:1.375em;
	margin: 0 0 10px;
    list-style: inside;
}

p.infolink a.simplelink {
    background-image: none !important;  
    background:#FFF\9 !important;  
    color:#9c9c9c !important;
    border-color:#CCC !important;
}

p.infolink a.simplelink:hover {
    background-image: none !important;
    text-decoration: none !important;
    color:#E42D28 !important;
    border-color:#E42D28 !important;
}

div.pdf {
    padding-left: 20px;
    line-height: 18px;
    background-image: url('/Foerch/Websites2015/Images/pdf-icon.png');
    background-repeat: no-repeat;
    background-position-y: middle;
    width:215px;
}
.racSlide {
    z-index: 99999 !important;
}
    
tr.rgRow > td {
    line-height: 22px !important;
    padding-top: 11px !important;
    padding-bottom: 11px !important;
}

tr.rgRow.small > td {
    padding-top: 6px !important;
    padding-bottom: 3px !important;
}
    
tr.rgRow.small > td.rgExpandCol {
    padding-top: 8px !important;
}

tr.rgRow .rgDetailTable {
    margin-top: 0px !important;
}
    
.articleinfo.left {
    width:48%; 
    float:left;
}
   
.articleinfo.right {
    width:50%;
    float: right;
}

.articleinfo.right .articleimage {
    width: 342px;
}

.radiobuttons span 
{
    display: block;
    margin-top: 5px;
    line-height: 20px;
}

.radiobuttons span:first-of-type
{
    margin-top: 10px;
}

.vcard_checkbox {
    position: relative;
    top: 6px;
    left:10px;
}

.vcard_checkbox > label {
    position: relative;
    top:-1px;
}

.RadDropDownTree_Metro .rddtFocused {
    background-color: #002643 !important;
    border-color: #002643 !important;
}

.RadTreeView_Metro .rtSelected .rtIn {
    background-color: #002643 !important;
    border-color: #002643 !important;
}

.RadTreeView_Metro .rtChecked, .RadTreeView_Metro .rtUnchecked, .RadTreeView_Metro .rtIndeterminate {
    background-image: url('/Foerch/Websites2015/Images/RadTreeNode.png') !important;
}

.RadTreeView_Metro .rtPlus, .RadTreeView_Metro .rtMinus {
    background-image: url('/Foerch/Websites2015/Images/RadTreeView.png') !important;
}

.foerch .produktsuche_small .rcbInner 
{
	height: 27px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 2px;
    font-size: 15px;
}

.foerch .produktsuche_small .rcbInput {
	height: 25px;
    position: relative;
    top: -2px;
}

.foerch .produktsuche_small .rcbInput {
	height: 25px;
    position: relative;
    top: -2px;
}

.searcharticle .rcbInner 
{
	height: 27px;
	padding: 3px 0 0 !important;
    border:none !important;
    font-size: 15px !important;
}

.searcharticle .rcbInput {
	height: 25px !important;
    position: relative !important;
    top: -2px !important;
    font-size: 15px !important;
}

.grid_money, .columnright {
    text-align: right !important;
}

.webform 
{float:left;
}

.webform fieldset 
{
    border:0;
}

.webform fieldset ul 
{
    
}

.webform fieldset ul span span li
{
    list-style-type:none;   
}

.webform fieldset ul span span li label
{
    font-weight: normal;
	width: 230px;
	display: block;
	float: left;
    font-family:Arial;
    font-size:12px;
}

.webform fieldset ul span span li input
{
	font-weight: normal;
	width: 253px;
	border: 1px solid #aaa;
    margin-bottom: 10px;
}

.webform fieldset ul span span li select
{
	font-weight: normal;
	width: 253px;
	border: 1px solid #aaa;
    margin-bottom: 10px;
}

.webform fieldset ul span span li textarea
{
	font-weight: normal;
	border: 1px solid #aaa;
	width: 253px;
	height: 100px;
    margin-bottom: 10px;
}

.webform .buttons 
{
    
}

.webform .buttons input {
	font-weight: normal;
	width: 100px;
	margin-left: 230px;
}

.webform .ruFakeInput {
    display: block !important;
}

.webform .RadUpload .ruStyled .ruFileInput, .RadUpload .ruFakeInput {
    -moz-box-sizing: content-box;
    border-style: solid;
    border-width: 1px;
    line-height: 18px;
    padding: 2px;
    width: 246px;
}
.webform .RadUpload .ruFileWrap {
    display: inline-block;
    height:64px !important;
    line-height: 20px;
    overflow: hidden !important;
    position: relative;
    vertical-align: top;
    white-space: nowrap;
}

.box_shadow h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.750em;
    color: #333;
    padding-top: 5px;
    text-decoration: underline;
}

.trigger {
	background:url(/Foerch/Websites2015/Images/bt_down.png) no-repeat right 5px;
	color:#888;
	cursor:pointer;
	margin-bottom:5px;
	padding:0;
	text-shadow:0 1px 0 #fff;
	width:100%;
    height:200px;
    overflow:hidden;
}
.trigger_active {
    background:url(/Foerch/Websites2015/Images/bt_top.png) no-repeat right 5px;
	color:#333;
    height: auto !important;
}
.toggle_container {
	padding:0 0 0 0;
	width:100%;
    min-height:200px;
}

.toggle_container p {
	color: #333 !important;
    font-size: 0.75em !important;
}

.trigger:before { 
	    content: " ";
	    display: block;
        height: 85px;
        position: absolute;
        top: 400px;
        width: 550px;
        z-index: 2;
	    background: transparent url("headline-fading.png") no-repeat scroll bottom right; /* Fallback: Grafik fuer IE9 */
	    background: -moz-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1)); /* FF3.6+ */
	    background: -webkit-gradient(linear, top, top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	    background: linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */	
	    }
.trigger_active:before {
    display: none;
}

ul.rcbList > li:first-of-type {
    border-top: 0;
}

ul.rcbList > li {
    border-top: 1px dashed #efefef;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

.emptymessage_plain .rcbEmptyMessage {
    color: #002743 !important;
    font-style: normal !important;
    padding-left: 1px !important;
}

fieldset.form div .cb_centered > label {
    position: relative;
    top: -2px;
}

a.tooltips {
  position: relative;
  display: inline;
}
a.tooltips span {
  background: none repeat scroll 0 0 #666666;
  border-radius: 2px;
  color: #ffffff;
  height: 35px;
  line-height: normal;
  padding: 5px 0 0;
  position: absolute;
  text-align: center;
  visibility: hidden;
  width: 140px;
}
a.tooltips span:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0; height: 0;
  border-top: 8px solid #666666;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
a:hover.tooltips span {
  visibility: visible;
  opacity: 0.95;
  filter:alpha(opacity=95);
  bottom:20px;
  left: 50%;
  margin-left: -80px;
  z-index: 999;
}

li.tooltips {
  position: relative;
  display: inline;
}
li.tooltips span {
  background: none repeat scroll 0 0 #666666;
  border-radius: 0;
  color: #ffffff;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  height: 70px;
  left: -110px;
  line-height: normal;
  padding: 5px;
  position: absolute;
  text-align: left;
  top: 16px;
  visibility: hidden;
  width: 100px;
}
li.tooltips span:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0; height: 0;
  border-top: 8px solid #666666;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
li:hover.tooltips span {
  visibility: visible;
  opacity: 0.95;
  filter:alpha(opacity=95);
  bottom:0px;
  margin-left: 0px;
  z-index: 999;
}

/*+++++++++++++++++++++++++++++++++++++++++++  geändertes/neues CCS +++++++++++++++++++++++++++++++++++++++++++++*/

		.foerch .content-box-content .foerchcontent  p {
			clear:left\9;
			clear: left;
			width:730px;  /*Größe auf 1000px wieder angepassst*/
		}
		
		.foerch .content-box-content .foerchcontent  p.contentsearch {
			float: left;
            margin: 0;
            padding:0;
            width: 550px;
            clear:none;
	    }
        .foerch .content-box-content .foerchcontent  p.newslinksearch {
			float: left;
            margin: 0;
            padding:0;
            width: 550px;
            clear:none;
	    }

        .foerch .content-box-content .foerchcontent p.newslinksearch a {
	        background-image: linear-gradient(to top, #ccc, white);
            border: 1px solid #ccc;
            border-radius: 3px;
            color: #818181;
            display: block;
            float: left;
            font-family: Arial,Helvetica,sans-serif;
            font-size: 12px;
            margin: 2px 0 0;
            padding:4px;
            text-align: center;
            text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.75);
            width: auto;
        }
        .foerch .content-box-content .foerchcontent p.newslinksearch a:hover{
	        background-image: linear-gradient(to top, #666 , #CCC);
            background:#666\9;
	        color:#FFF;
	        text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
	        border:1px solid #666; 
            text-decoration:none;
        }
		
		/*Neu foerchcontent-branche*/
		
		.foerch .content-box-content .foerchcontent_branche {
			width:500px;
			float:left;  
		}
		
		.foerch .content-box-content .foerchcontent_branche  p {
			clear:left\9;
			clear: left;
			width:500px;  
		}
		
		.foerch .content-box-content .foerchcontent_branche hgroup {
			background: url("/Foerch/Websites2015/Images/semikolon-small_ohne.png") no-repeat scroll left top transparent;
			padding:0;
			margin:0px 0 0 0;
			width:730px;
			min-height:62px;
		}
		.foerch .content-box-content .foerchcontent_branche h2 {
			background:none;
			color: #002743;
			font-family: 'HelveticaNeueW02-85Heav',Arial,sans-serif;
			font-size: 1.75em;
			font-weight:normal;
			letter-spacing: -1px;
			line-height: 0.7em;
			padding: 0 0 0 0px;
			margin: 0 0 0.3em -0.05em;
		}
		.foerch .content-box-content .foerchcontent_branche hgroup h2 {
		    padding: 0 0 0 24px;
		}
		
		.foerch .content-box-content .foerchcontent_branche h3{
			font-family:Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 1.0em;
			margin:0;
			color:#E42D28;
			padding:0 0 0 0px;
		}
		.foerch .content-box-content .foerchcontent_branche hgroup h3{
			padding:0 0 0 25px;
		}
		
		.foerch .content-box-content .foerchcontent_branche article {
			float:left;
			padding:0;
			margin:20px 0;
            padding:0;
		}

		
		/*branchen*/
		.foerch .content-box-content .branchen {
		width: 1000px;
		float: left;
		margin-bottom:0px;
		padding: 0px;
		box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
		background:url(/Foerch/Websites2015/Images/branchen_bg.png) no-repeat 0 0;
		height: 175px;
        position:relative;
        top: -37px;
        z-index: 20;
		}
	
		
		.foerch .content-box-content .branchenbox {
		width:1000px;
		height:155px;
		float:left;
		margin:0 0 0 0;
		padding:0 0 0 0;
	}
	
	
/*+++++++++++++++++++++++++++++++++++++++++++ Image Seiten Ende +++++++++++++++++++++++++++++++++++++++++++++*/	
		
		/*Mein Konto*/
		 .foerchcontent_bestell {
		float: left;
		margin-top: 40px;
		padding: 0;
		}
		
				
		.foerch .bestellinfo {
			float:left;
			padding-top: 27px;
			width:100%;
		}

        .foerch .bestellinfo table {margin-bottom:10px;	}
		
        .foerch .bestellinfo h3{
			background:none;
			color: #666666;
			font-family: 'HelveticaNeueW02-85Heav',Arial,sans-serif;
			font-size: 1.2em;
			font-weight:normal;
			letter-spacing: -1px;
			line-height:normal;
			padding: 0 0 3px 0;
			margin: 0;
            border-bottom: 1px solid #ccc;
		}

        .foerch .bestellinfo p.artikel {
            float: left;
            margin: 5px 0;
            width: 230px;
        }
		
        .foerch .bestellinfo td.netto {
            color: #002742;
            font-size: 16px;
            font-weight: bold;
            padding: 10px 5px 0 0;
            text-align: right;
        }

		.foerchcontent_konto h2{
			background:none;
			color: #666666;
			font-family: 'HelveticaNeueW02-85Heav',Arial,sans-serif;
			font-size: 1.2em;
			font-weight:normal;
			letter-spacing: -1px;
			line-height: 0.7em;
			padding: 0 0 0 0px;
			margin: 0 0 0.3em -0.05em;
		}
		
		.foerchcontent_konto hgroup h2 {
		    padding: 0 0 0 0px;
		}
		
		
		.foerchcontent_kontol h3 {
			font-family:Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 1.0em;
			margin:0;
			color:#E42D28;
			padding:0 0 0 0px;
		}
		
		 .foerchcontent_konto hgroup h3
		 {
			padding:0 0 0 25px;
		}
		
		.foerchcontent_konto hgroup
		 {
			background:none !important;
			padding:0;
			margin: 39px 0 0 0;
			width:730px;
			min-height:23px;
			border-bottom: 1px solid #cccccc;
		}
		
		.subnav_konto {
		background:url(/Foerch/Websites2015/Images/nav_schatten_top.png) no-repeat 0 0;
		width:270px;
		min-height:80px;
		float:left;
		margin-top: 40px;
		padding:0 0 0 0;
		position:relative;
	}
		.subnav_konto h2 {
		color: #666666;
		font-family: 'HelveticaNeueW02-85Heav',Arial,sans-serif;
		font-size: 1.2em;
		font-weight:normal;
		letter-spacing: -1px;
		line-height: 0.65em;
		padding: 0 0 0 0
		}
		
		
	.subnav_konto header {
	background: none !important;

	}
		
	/*-------------Details-Content------------------*/
		
	.foerch .details_konto {
	float:left;
	padding:0;
	margin:0 0 0 0;
	width:730px;
	}

.foerch .details_konto .produktdetails header {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border-bottom: 1px solid #cccccc;
    margin: 34px 0 0 0 !important;
    padding: 0;
    width: 730px;
}

.foerch .details_konto .produktdetails header h2 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #666666 !important;
    font-family: "HelveticaNeueW02-85Heav",Arial,sans-serif;
    font-size: 1.2em;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 0.7em;
    margin: 0 !important;
    border:none !important;
    padding: 0 0 4px 0 !important;
    line-height: normal !important;
}

.foerch .details_konto .zusatzinfos hgroup {border-bottom:1px solid #CCC;}

	.foerch .details_eshop {
	float:left;
	padding:0;
	margin:0 0 0 0;
	width:1000px;
	}
		

	.foerch .details_konto a {
	text-decoration:none;
	font-weight:normal;
	color: #666666;
	}
	
	.foerch .details_konto a:hover {
	text-decoration:underline;
	font-weight:normal;
	color: #666666;
	}		
    
    .foerch .details_konto thead a {
        color: #FFF;
        font-weight:bold;
        text-decoration: none;
    }		
    .foerch .details_konto thead a:hover {
        color: #FFF;
        font-weight:bold;
        text-decoration: none;
    }	


	.foerch .details_konto p.infolink a{
	background: linear-gradient(to top, #ED5F21 25%, #F17F4D 60%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background:#ED5F21\9;
	border: 1px solid #ED5F21;
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    height: 20px;
    padding: 3px 5px 0 5px;
    text-align: center;
    border-radius: 3px;
    float:left;

}
	.foerch .details_konto p.infolink a:hover{
	background: linear-gradient(to top, #002742 25%, #00426F 60%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background:#002742\9;
	border: 1px solid #002742;
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    height: 20px;
    text-align: center;
    border-radius: 3px;
	text-decoration:none;
	
	}	

	.foerch .details_konto .elastislide-carousel a {
	text-decoration:none;
	font-weight:bold;
	float:left;
}




		
	/*------------------Box 1------------------------*/
	
	.inner1 {
    width: 340px;
    height: 160px;
    padding: 10px;
    background:url(/Foerch/Websites2015/Images/konto_bg.png);
    border: 1px solid #d7d7d7;
	}
	
	.vcard .inner1 .name
	{
	font-family: Arial,sans-serif;
	font-size: 0.8em;
	color:#666666;
	padding-top:12px;
	font-weight: bold;
    width: 220px;
    float:left;
    display:block;
	}
	
	.vcard .inner1 .info
	{
	font-family: Arial,sans-serif;
	font-size: 0.9em;
	color:#666666;
	padding-top:10px;
    width: 220px;
    float:left;
    display:block;
	}
	
	.vcard .inner1 h3
	{
    background: none repeat scroll 0 0 #002742;
    color: #fff;
    font-family: Arial,sans-serif;
    font-size: 0.9em;
    font-weight: bold;
    height: 24px;
    margin-left: -10px;
    margin-top: -10px;
    padding-left: 18px;
    padding-top: 6px;
    width: 343px;
	}
	
	
	.adm_bild {
	border: 1px solid #FFF;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	float: left;
    margin: 10px 10px 0 0;
	}
		
		
	.foerch .bestellinfo fieldset {
	padding:0;
	margin:0 0 15px 0;
	width:100%;		
	}


	
	.bestell{
    width: 982px;
    height: auto;
    float:left;
    padding: 10px;
    border: 1px solid #d7d7d7;
 	background: linear-gradient(to top, #fff 0%, #ececec 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	}
	
	
	.vcard .bestell h3
	{
    background: none repeat scroll 0 0 #002742;
    color: #fff;
    font-family: Arial,sans-serif;
    font-size: 0.9em;
    font-weight: bold;
    height: 24px;
    margin-left: -10px;
    margin-top: -10px;
    padding-left: 18px;
    padding-top: 6px;
    width: 343px;
	}

	.vcard .bestell .name
	{
	font-family: Arial,sans-serif;
	font-size: 0.8em;
	color:#666666;
  	padding:12px 0 0 122px;
	font-weight: bold;
	}
	

	
	/*------------------Box 2------------------------*/
	
	.inner2 {
    width: 340px;
    height: 160px;
    padding: 10px;
    background:url(/Foerch/Websites2015/Images/konto_bg.png);
    border: 1px solid #d7d7d7;
	}
	
	.vcard .inner2 .name
	{
	font-family: Arial,sans-serif;
	font-size: 0.8em;
	color:#666666;
	padding:12px 0 0 10px;
	font-weight: bold;
	}
	
	.vcard .inner2 .info
	{
	font-family: Arial,sans-serif;
	font-size: 0.9em;
	color:#666666;
  	padding:12px 0 0 10px;
	}
	
	.vcard .inner2 h3
	{
    background: none repeat scroll 0 0 #002742;
    color: #fff;
    font-family: Arial,sans-serif;
    font-size: 0.9em;
    font-weight: bold;
    height: 24px;
    margin-left: -10px;
    margin-top: -10px;
    padding-left: 18px;
    padding-top: 6px;
    width: 343px;
	}
	
	/*------------------Box 3------------------------*/
	.inner3 {
    width: 340px;
    height: 170px;
    padding: 10px;
	background-color: white;
    border: 1px solid #d7d7d7;
	}
	
	
	.vcard.h150 .inner3 {
    height: 195px;
	}
	
	.inner3 h3 {
    background: none repeat scroll 0 0 #666666;
    color: #fff;
    font-family: Arial,sans-serif;
    font-size: 0.9em;
    font-weight: bold;
    height: 24px;
    margin-left: -10px;
    margin-top: -10px;
    padding-left: 18px;
    padding-top: 6px;
    width: 343px;
	}
	
	
	.inner3 .infolink {
	padding-left: 8px;
	
	}

	/*------------------Box 4------------------------*/
	.inner4 {
    width: 340px;
    height: 195px;
    padding: 10px;
	background-color: white;
    border: 1px solid #d7d7d7;
	}
	
	.inner4 h3 {
    background: none repeat scroll 0 0 #666666;
    color: #fff;
    font-family: Arial,sans-serif;
    font-size: 0.9em;
    font-weight: bold;
    height: 24px;
    margin-left: -10px;
    margin-top: -10px;
    padding-left: 18px;
    padding-top: 6px;
    width: 343px;
	}
	
	.inner4 .login {
	padding-top:45px;
	color:#666666;

	}
	
	fieldset.formsmall.w100 label {
    min-width: 120px !important;
    width: 120px;
	color:#666666;
	}

	fieldset.formsmall > div {	
	color: #666666;
    float: left;
    line-height: 23px;
	}

    fieldset.formsmall.w100 > div {	
	color: #666666;
    float: left;
    line-height: 23px;
    width:20%;
	}
    
    .vcard.h150 .inner3 fieldset.formsmall.w100 > div {
    width:100%;
}
        .vcard.h150 .inner4 fieldset.formsmall.w100 > div {
    width:100%;
}
	
	.inner4 .formsmall.w100 {
	padding-left: 10px;

	}
	
	
	.inner4 .infolink {
	padding-left: 8px;
	
	}

	/*------------------Box 5------------------------*/
	.inner5 {
    width: 340px;
    height: 170px;
    padding: 10px;
	background-color: white;
    border: 1px solid #d7d7d7;
	}
	
	
	.vcard.h150 .inner5 {
    height: 210px;
	}
	
	.inner5 h3 {
    background: none repeat scroll 0 0 #666666;
    color: #fff;
    font-family: Arial,sans-serif;
    font-size: 0.9em;
    font-weight: bold;
    height: 24px;
    margin-left: -10px;
    margin-top: -10px;
    padding-left: 18px;
    padding-top: 6px;
    width: 343px;
	}
	
	.inner5 .neue_artikel {
	font-family: Arial,sans-serif;
	font-size: 0.9em;
	color:#666666;
	font-weight: bold;
	padding-bottom: 10px;
	}
	
	
	.inner5 .formsmall {
	font-family: Arial,sans-serif;
	font-size: 0.9em;
	color:#666666;

	}
	
	.inner5 a {
    padding-left: 44px;
	}
	

	
	.inner5 .infolink {
	padding-top: 40px;
	
	}
	
	.inner5 .formsmall {
	padding-left: 10px;
	}
	
	.gsm {
	font-size: 0.9em;
	}


	
	/*------------------Box 6------------------------*/
	
	.inner6 {
    width: 340px;
    height: 210px;
    padding: 10px;
	background-color: white;
    border: 1px solid #d7d7d7;
	}
	

	
	.inner6 h3 {
    background: none repeat scroll 0 0 #666666;
    color: #fff;
    font-family: Arial,sans-serif;
    font-size: 0.9em;
    font-weight: bold;
    height: 24px;
    margin-left: -10px;
    margin-top: -10px;
    padding-left: 18px;
    padding-top: 6px;
    width: 343px;
	}
	
	.vcard .inner6 .name
	{
	font-family: Arial,sans-serif;
	font-size: 0.8em;
	color:#666666;
	padding:12px 0 0 10px;
	font-weight: bold;
	}
	
	.inner6 .formsmall {
	padding-left: 12px;
	padding-top:12px;
	}
	
	.inner6 .formsmall label {
	min-width: 84px !important;
   	}
	
	.inner6 .infolink {
	padding-top: 5px;
	
	}
	
	
	
	
	


/*------------------Box Schatten------------------------*/
	.vcard {
    padding:0 0 19px 0;
    float:left;
}



.foerch .headimageover_image{
    position: absolute;
	bottom:0;
    height:100px;
	margin:0 auto;
	z-index:20;
	width:100%;
    left:0;
}


.foerch .headimagebackground_image {
    position: relative;
    height:310px;
	margin:0 auto;
	background: #FFF;
}
	
/*+++++++++++++++++++++++++++++++++++++++++++ Bestellbestätigung +++++++++++++++++++++++++++++++++++++++++++++*/	


.foerch .info p, .foerch .fragen p {
	color:#6c6a6a;
	font-size: 0.9em;
    padding:0 10px 0 0;
}


.foerch .bestellbestaetigung {
		float:left;
		width:1000px;
		}

.vcard .bestell .info
	{
	font-family: Arial,sans-serif;
	font-size: 0.9em;
	color:#666666;
  	padding:15px 0 0 25px;
	border-right: 1px solid #d3d3d3;
	width:350px;
	float:left;
	}
	
	.vcard .bestell .fragen
	{
	font-family: Arial,sans-serif;
	font-size: 0.9em;
	color:#666666;
  	padding:15px 0 0 25px;
	border-left: 1px solid #fff;
	width:445px;
	float:left;
	}
	

	
	
.formsmall_bestell label{
    font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 5px;
	display: inline-block;
	width: 50px !important;
		}
		
.formsmall_bestell {
    font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 5px;

		}
		
.adm_bild_bestell {
	border: 1px solid #FFF;
    float: left;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	margin: 15px 0 0 15px;
	}
	
	
			 .foerchcontent_bestell {
		float: left;
		margin-top: 40px;
		padding: 0;
	}
	
	
		
		
		.foerchcontent_bestell h2{
			background:none;
			color: #666666;
			font-family: 'HelveticaNeueW02-85Heav',Arial,sans-serif;
			font-size: 1.2em;
			font-weight:normal;
			letter-spacing: -1px;
			line-height: 0.7em;
			padding: 0 0 0 0px;
			margin: 0 0 0.3em -0.05em;
			
			
		}
		
		.foerchcontent_bestell hgroup h2 {
		    padding: 0 0 0 0px;
		}
		
		
		.foerchcontent_bestell h3 {
			font-family:Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 1.0em;
			margin:0;
			color:#E42D28;
			padding:0 0 0 0px;
		}
		
		 .foerchcontent_bestell hgroup h3
		 {
			padding:0 0 0 25px;
		}
		
		.foerchcontent_bestell hgroup
		 {
			background:none !important;
			padding:0;
			margin:-1px 0 0 0;
			width:730px;
			min-height:23px;
		}
		
		
		
 		.servicegrad {
		  float: right;
    margin-right: 10px;
    margin-top: 12px;
		}
		

		
 		.tuev {
		margin-top:12px;
		float:right;
		}
		
		 .servicegrad a, .tuev a {
		font-size: 0.7em;
		}
	


.foerch .details_konto p.anzeigen a {
    background: linear-gradient(to top, #bcbcbc 25%, #d7d7d7 60%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: #bcbcbc\9;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    color: #474747;
    display: block;
    font-size: 12px;
    height: 20px;
    margin-top: 30px;
    padding: 3px 0 0;
    text-align: center;
    width: 175px;
	
}
	

.foerch .details_konto p.konto_anzeigen a {
    background: linear-gradient(to top, #bcbcbc 25%, #d7d7d7 60%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: #bcbcbc\9;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    color: #474747;
    display: block;
    font-size: 12px;
    height: 20px;
    margin-left: 184px;
    margin-top: -35px;
    padding: 3px 0 0;
    text-align: center;
    width: 136px;
	}
	


.foerch .details_konto p.weiter_einkaufen a {
    background: linear-gradient(to top, #5f5f5f 25%, #8f8f8f 60%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: #5f5f5f\9;
    border: 1px solid #6e6e6e;
    border-radius: 5px;
    color: #ffffff;
    display: block;
    font-size: 12px;
    height: 20px;
    margin-left: 329px;
    margin-top: -35px;
    padding: 3px 0 0;
    text-align: center;
    width: 114px;
}


	.letzte_bestellung {
    width: 460px;
    height: 170px;
    padding: 10px;
	margin-top: 12px;
	background-color: white;
    border: 1px solid #d7d7d7;
	}
	
	
	.vcard.h150 .letzte_bestellung {
    height: 210px;
	}
	
	.letzte_bestellung h3 {
    background: none repeat scroll 0 0 #666666;
    color: #fff;
    font-family: Arial,sans-serif;
    font-size: 0.9em;
    font-weight: bold;
    height: 24px;
    margin-left: -10px;
    margin-top: -10px;
    padding-left: 18px;
    padding-top: 6px;
    width: 462px;
	}
	
	
	.letzte_bestellung .infolink {
	padding-left: 8px;
	padding-top: 26px;
	
	}
	
	
	.erinnerungen {
    width: 460px;
    height: 210px;
    padding: 10px;
	margin-top: 12px;
	background-color: white;
    border: 1px solid #d7d7d7;
	}
	
	.erinnerungen .infolink {
	padding-top: 26px;
	
	}
	

	
	.erinnerungen h3 {
    background: none repeat scroll 0 0 #666666;
    color: #fff;
    font-family: Arial,sans-serif;
    font-size: 0.9em;
    font-weight: bold;
    height: 24px;
    margin-left: -10px;
    margin-top: -10px;
    padding-left: 18px;
    padding-top: 6px;
    width: 462px;
	}
	
	.vcard .erinnerungen .name
	{
	font-family: Arial,sans-serif;
	font-size: 0.8em;
	color:#666666;
	padding:12px 0 0 10px;
	font-weight: bold;
	}
	
	.erinnerungen .formsmall {
	padding-left: 12px;
	padding-top:12px;
	}
	
	.erinnerungen .formsmall label {
	min-width: 84px !important;
   	}
	
	.erinnerungen .infolink {
	padding-top: 5px;
	
	}
	.foerch .unterschrift {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px !important;
    font-weight:bold;
}
/*+++++++++++++++++++++++++++++++++++++++++++  Suche CSS +++++++++++++++++++++++++++++++++++++++++++++*/

	.foerch .breadcrumb_suche { 
			list-style: none; 
			overflow: hidden; 
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			width: 900px;
			float:left;
		}
	.foerch	.breadcrumb_suche li { 
			float: left; 
		}
	.foerch	.breadcrumb_suche li a {
			color: white;
			text-decoration: none; 
			padding:5px 0 5px 30px;
			background: brown;                   /* fallback color */
			background:#666666; 
			position: relative; 
			display: block;
			float: left;
		}
	.foerch	.breadcrumb_suche li a:after { 
			content: " "; 
			display: block; 
			width: 0; 
			height: 0;
			border-top: 30px solid transparent;           /* Go big on the size, and let overflow hide */
			border-bottom: 30px solid transparent;
			border-left: 20px solid #666666;
			position: absolute;
			top: 50%;
			margin-top: -30px; 
			left: 100%;
			z-index: 2; 
		}	
		
	.foerch	.breadcrumb_suche li a.kat01 {background:#E42D28 !important; }	
	.foerch	.breadcrumb_suche li a.kat01:after {border-left:20px solid #E42D28 !important; }	
	.foerch	.breadcrumb_suche li a.kat01:hover:after { border-left-color: #E42D28 !important; }
	
	.foerch	.breadcrumb_suche li a.branchenprodukt {background:#999 !important; }	
	.foerch	.breadcrumb_suche li a.branchenprodukt:after {border-left:20px solid #999 !important; }	
	.foerch	.breadcrumb_suche li a.branchenprodukt:hover:after { border-left-color: #999 !important; }
			
	.foerch	.breadcrumb_suche li a:before { 
			content: " "; 
			display: block; 
			width: 0; 
			height: 0;
			border-top: 30px solid transparent;           /* Go big on the size, and let overflow hide */
			border-bottom: 30px solid transparent;
			border-left: 20px solid white;
			position: absolute;
			top: 50%;
			margin-top: -30px; 
			margin-left: 2px;
			left: 100%;
			z-index: 1; 
		}	
	.foerch	.breadcrumb_suche li:first-child a {padding-left: 5px;background:#666;}
	.foerch	.breadcrumb_suche li:first-child a:hover {background:#666;}
	.foerch	.breadcrumb_suche li:first-child a:hover:after { border-left-color:#666 !important; }	
		
	.foerch	.breadcrumb_suche li:first-child a:after { 
			content: " "; 
			display: block; 
			width: 0; 
			height: 0;
			border-top: 30px solid transparent;           /* Go big on the size, and let overflow hide */
			border-bottom: 30px solid transparent;
			border-left: 20px solid #666666;
			position: absolute;
			top: 50%;
			margin-top: -30px; 
			left: 100%;
			z-index: 2; 
		}	
		
	.foerch	.breadcrumb_suche li:last-child {
			 content:none;
			 font-weight:bold;
			 text-shadow: 2px 1px 1px rgba(0,0,0,0.35);
		}
	
	.foerch	.breadcrumb_suche li:last-child a {
			color: white;
			text-decoration: none; 
			padding:5px 0 5px 15px;
			background: brown;                   /* fallback color */
			background:#666666; 
			position: relative; 
			display: block;
			float: left;

		}
	
	.foerch	.breadcrumb_suche li:last-child a:after { 
			content: " "; 
			display: block; 
			width: 0; 
			height: 0;
			border-top: 30px solid transparent;           /* Go big on the size, and let overflow hide */
			border-bottom: 30px solid transparent;
			border-left: 20px solid #666666;
			position: absolute;
			top: 50%;
			margin-top: -30px; 
			left: 100%;
			z-index: 2; 
		}
	.foerch	.breadcrumb_suche li:last-child a:before { 
			content: " "; 
			display: block; 
			width: 0; 
			height: 0;
			border-top: 30px solid transparent;           /* Go big on the size, and let overflow hide */
			border-bottom: 30px solid transparent;
			border-left: 20px solid white;
			position: absolute;
			top: 50%;
			margin-top: -30px; 
			margin-left: 2px;
			left: 100%;
			z-index: 1; 
		}


.foerch hgroup.suche {
 
    float: left;
	padding:20px 0 0 0;
    width: 100%;
    background: none;
}
	
	
	.foerch hgroup.suche h2{
 
       color: #666666;
    font-family: "HelveticaNeueW02-85Heav",Arial,sans-serif;
    font-size: 1.2em;
	border-bottom: 1px solid #ccc;
	 letter-spacing: -0.02em;
}


	.foerch .artikelsuche_suche {
			width:1000px;
			height:50px;
			margin:5px 0 40px;
			float:left;
			-khtml-opacity: 1.0; /* sehr alte Versionen von Mozilla Firefox */
			-moz-opacity: 1.0; /* alte Versionen von Mozilla Fireox */
			-webkit-opacity: 1.0; /* alte Versionen von Webkit-Browsern */
			filter: alpha(opacity=100);   /* ältere Versionen des Internet Explorers inklusive Version 7 */
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* Internet Explorer Version 8 */
			opacity: 1.0;
		}


.foerch .content-box-content .produktlistboxen_suche {
	float:left;
	padding:0;
	margin:0 0 50px 0;
	width:1000px;
	position:relative;
	/*overflow:hidden;*/
}
.foerch .content-box-content .produktlistboxen_suche header{
	background: none;
    margin:0 0 10px 0;
    /*height: 62px;*/
    padding: 0;
    width:1000px;
	position:relative;
}
	.foerch .content-box-content article.produktlistboxen_suche {
		float:left;
		padding:0;
		margin:0 0 0 0;
		width:730px;
	}
    .foerch .content-box-content .produktlistboxen_suche article.search_data {
			border-bottom: 1px solid #E5E5E5;
            float: left;
            margin: 20px 0 20px 0;
            padding: 0 0 10px;
            width: 730px;
		   }
	.foerch .content-box-content .produktlistboxen_suche h2 {
			background: none repeat scroll 0 0 transparent;
			color: #666666;
			font-family: 'HelveticaNeueW02-85Heav',Arial,sans-serif;
			font-size: 1.2em;
			font-weight:normal;
			letter-spacing: -0.02em;
			line-height:1em;
			margin:0 0 0 0;
			padding: 0 0 3px 0;
			border-bottom:1px solid #CCC;
		}
			.foerch .content-box-content .produktlistboxen_suche h2 span {color:#CCC;margin-left:5px;}
			
			.foerch .content-box-content .produktlistboxen_suche span.button {
				font-family:Arial, Helvetica, sans-serif;
				font-size:12px;
				letter-spacing:normal;
				background: linear-gradient(to top, #E3E3E3 0%, #FFFFFF 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
				border: 1px solid #CCC;
				border-radius:3px;
				color: #8D8D8D;
				cursor: pointer;
				font-weight: bold;
				padding:0;
				text-decoration: none;
				text-align: left;
				text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9);
				padding: 2px 5px;
				position: relative;
				top:-2px;
			}
			
			.foerch .content-box-content .produktlistboxen_suche span.button a {color: #8D8D8D;padding: 2px 0;}

.foerch .content-box-content .produktlistboxen_suche span.button:hover {
		background: linear-gradient(to top, #666666 0%, #CCCCCC 100%);
		border:1px solid #666666;
		color: #FFF;
		text-shadow: 1px 1px 1px rgba(55, 55, 55, 0.9);
		cursor:pointer;
}
		.foerch .content-box-content .produktlistboxen_suche span.button a:hover {color: #FFF;padding: 2px 0;}
		
		
		
		
/*+++++++++++++++++++++++++++++++++++++++++++  Lieferdaten +++++++++++++++++++++++++++++++++++++++++++++*/	
		
	.foerch .details_liefer {
	float:left;
	padding:0;
	margin:0 0 0 0;
	width:1000px;
	}
	
	
	.foerch .lieferdaten {
	float:left;
	padding: 0px;
    margin:10px 0 0 0;
	width:1000px;
	}
		
	.firmenadresse {
    background: linear-gradient(to top, #fff 0%, #ececec 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background:#FFF\9;
    border: 1px solid #d7d7d7;
    display: block;
    float: left;
    margin: 0;
    padding: 10px;
    width: 470px;
    min-height:240px;
	}

    .firmenadresse_genehmigen {
    background: #FFF;
    border: 1px solid #d7d7d7;
    display: block;
    float: left;
    margin:10px 0 0 0;
    min-height: 260px;
    padding: 10px;
    width: 344px;
}
	

	.firmenadresse h3
	{
    color: #333;
    font-family: Arial,sans-serif;
    font-size: 0.9em;
    font-weight: bold;
	padding-bottom:10px;
	}
	
	
	.firmenadresse p{
	color:#666;
	line-height:18px;

	}
	
	.Lieferadresse {
    background: linear-gradient(to top, #fff 0%, #ececec 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background:#FFF\9;
    border: 1px solid #d7d7d7;
    display: block;
    float: left;
    min-height:240px;
    margin: 0 0 0 15px;
    padding: 10px;
    width: 470px;
	}

    .Lieferadresse_genehmigen {
    background: #FFF;
    border: 1px solid #d7d7d7;
    display: block;
    float: left;
    min-height:260px;
    margin: 10px 0 0 15px;
    padding: 10px;
    width:332px;
	}
	


	
	.Lieferadresse h3
	{
    color: #333;
    font-family: Arial,sans-serif;
    font-size: 0.9em;
    font-weight: bold;
	padding-bottom:10px;
	}
	
	
	.Lieferadresse p{
	color:#666;
	line-height:18px;
	}
	
	
	/*+++++++++++++++++++++++++++++++++++++++++++  buttons +++++++++++++++++++++++++++++++++++++++++++++*/	
	
	.foerch .lieferbuttons {
	margin:0;
	}
		
		
	.foerch .lieferbuttons ul {
	list-style-type:none;
	margin:10px 0 0 0;
	padding:0 0 0 0;
	float:right;
	}
	
	.foerch .lieferbuttons li {
	font-family: Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight: normal;
	list-style-type:none;
	margin:0 0 0 0;
	padding:0;
	float:left;
	}	
				
	.foerch .lieferbuttons li a {
	background: url(/Foerch/Websites2015/Images/bg_buttons.png) no-repeat scroll 0 -106px rgba(0, 0, 0, 0);
	border-radius:3px;
	color: #818181;
	cursor: pointer;
	display: block;
	float: left;
	font-weight: normal;
	height: 19px;
	margin: 0 0 0 5px;
	padding: 5px 6px 0;
	text-align: center;
	text-decoration: none;
	}	
			
	.foerch .lieferbuttons li input.pay {
	background: linear-gradient(to top, #ed5f21 25%, #f17f4d 60%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background:#ed5f21\9;
    border: 1px solid #ed5f21;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 0;
    padding:0 4px\9;
    height:34px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(51, 51, 51, 0.4);
	}
			
	.foerch .lieferbuttons li input.pay:hover {
	background: linear-gradient(to top, #002742 25%, #004B7D 60%);
    background:#002742\9;
	border:1px solid #002742;
	cursor:pointer;
	float:left;
	}	
	
    /*IE 10 only */ .ie10 .foerch .lieferbuttons li input.pay {padding:0 4px;}
    /*IE 11 only */ *::-ms-backdrop,.foerch .lieferbuttons li input.pay {padding:0 4px;}
	
	.foerch .adressebuttons {
	margin-top: 15px;
	}
		
		
	.foerch .adressebuttons ul {
	list-style-type:none;
	margin:10px 0 0 0;
	padding:0 0 0 0;
	}
	
	.foerch .adressebuttons li {
	font-family: Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight: normal;
	list-style-type:none;
	margin:0 0 0 0;
	padding:0;
	float:left;
	}	
				
	.foerch .adressebuttons li a {
	background: linear-gradient(to top, #bcbcbc 25%, #d7d7d7 60%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-radius:3px;
	color: #818181;
	cursor: pointer;
	display: block;
	float: left;
	font-weight: normal;
	height: 19px;
	margin: 0 10px 0 5px;
	padding: 5px 6px 0;
	text-align: center;
	text-decoration: none;
	}	
			
	.foerch .adressebuttons li a.pay {
	background: linear-gradient(to top, #bcbcbc 25%, #d7d7d7 60%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-radius:3px;
	color: #666;
	cursor: pointer;
	height: 19px;
	padding: 5px 6px 0;
	text-align: center;
	text-decoration: none;
	text-align: center;
	}
			
	.foerch .adressebuttons li a.pay:hover {
	background: linear-gradient(to top, #002742 25%, #004B7D 60%);
	cursor:pointer;
	float:left;
	color:#FFF;
	}	
				
	.foerch .adressebuttons li a.shop {
	color: #666;
	}
			
	.foerch .adressebuttons li a.shop:hover {
	background: linear-gradient(to top, #002742 25%, #004B7D 60%);
	cursor:pointer;
	float:left;
	color:#FFF;
	}
		
		
	.foerch .neue_adresse {
    background: none repeat scroll 0 0 #002742;
    float: left;
    
}
		
		
	.foerch .neue_adresse ul {
	list-style-type:none;
	margin:10px 0 0 0;
	padding:0 0 0 0;
	float:left;
	}
	
	.foerch .neue_adresse li {
	font-family: Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight: normal;
	list-style-type:none;
	margin:0 0 0 0;
	padding:0;
	float:left;
	}	
				
	.foerch .neue_adresse li a {
	background: linear-gradient(to top, #666 25%, #999 60%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    background:#666\9;
    border: 1px solid #666 !important;
    border-radius: 3px;
    color: #fff !important;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    height: 34px;
    padding: 10px;
	}	

    .foerch .neue_adresse li a:hover {
    background: linear-gradient(to top, #CCC 25%, #EEE 60%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    background:#EEE\9;
    border: 1px solid #CCC !important;
    border-radius: 3px;
    color: #666 !important;
}
		
		
	.foerch .buttons_unten {
	width: 1000px;
    float:left;
    margin:10px 0 0 0;
    position:relative;
	}
		
		
	.foerch .buttons_unten ul {
	list-style-type:none;
	margin:10px 0 0 0;
	padding:0 0 0 0;
	float:left;
	}	
	
	.foerch .buttons_unten li {
	font-family: Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight: normal;
	list-style-type:none;
	margin:0 0 0 0;
	padding:0;
	float:left;

	}	
	
	.foerch .buttons_unten li a {
	border-radius:3px;
	cursor: pointer;
	display: block;
	float: left;
	font-weight: normal;
	height: 30px;
	text-decoration: none;

	}


	.foerch .zurueck_unten li a.back {
    background: linear-gradient(to top, #bcbcbc 25%, #d7d7d7 60%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background:#bcbcbc\9;
    border: 1px solid #CCC;
    border-radius: 3px;
    color: #666;
    cursor: pointer;
    height: 18px;
    padding: 4px 5px 0;
    text-align: center;
    text-decoration: none;
	}
	
	
	.foerch .pruefen_unten{
	float:right;
	}

  	input.pay {
 	background: linear-gradient(to top, #ed5f21 25%, #f17f4d 60%) repeat scroll 0 0 rgba(0, 0, 0, 0);
     background:#ed5f21\9;
    border: 1px solid #ed5f21;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding:0;
    padding:0 4px\9;
    height:34px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(51, 51, 51, 0.4);

	}
	
	input.pay:hover {
	background: linear-gradient(to top, #002742 25%, #004B7D 60%);
    background:#002742\9;
	border:1px solid #002742;
	cursor:pointer;

	}	
	
     /*IE 10 only */ .ie10 .foerch .pruefen_unten li input.pay {padding:0 4px;}
    /*IE 11 only */ *::-ms-backdrop,.foerch .pruefen_unten li input.pay {padding:0 4px;}


	.foerch .aendern ul {
	list-style-type:none;
	margin:10px 0 0 0;
	padding:0 0 0 0;
	float:left;
	}	
	
	.foerch .aendern li a.pay {
    background: linear-gradient(to top, #bcbcbc 25%, #d7d7d7 60%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #CCC;
    border-radius: 3px;
    color: #666;
    cursor: pointer;
    height: 18px;
    padding: 4px 15px 3px;
    text-align: center;
    text-decoration: none;
	font-family: Arial,sans-serif;
	font-size:12px;
	}

				
	/*+++++++++++++++++++++++++++++++++++++++++++  buttons Ende+++++++++++++++++++++++++++++++++++++++++++++*/	


   .foerch .servicegrad_unten {
	position: absolute;
    right: 80px;
    top: 60px;
	}


	.foerch .qualitaet_unten {
	position: absolute;
    right: 0;
    top: 60px;
	}
	
	.foerch .qualitaet_unten a, .foerch .servicegrad_unten a {	
	font-size: 0.7em;
	color: #666666;
    text-decoration: none;
    font-family: Arial,sans-serif;
	}
	
	
	.foerch .qualitaet_unten a:hover, .foerch .servicegrad_unten a:hover {	
    text-decoration: underline;
	}
	
	
	/*+++++++++++++++++++++++++++++++++++++++++++  Prüfen und bestellen +++++++++++++++++++++++++++++++++++++++++++++*/	

	.firmenadresse_pruefen {
    width: 980px;
    height: 190px;
    padding: 10px;
    background: linear-gradient(to top, #fff 0%, #ececec 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #d7d7d7;
	margin-bottom:0px;
	}
		
	.vcard .firmenadresse_pruefen h3
	{
    color:#666;
    font-family: Arial,sans-serif;
    font-size: 0.9em;
    font-weight: bold;
    height: 24px;
    padding-top: 6px;
	padding-bottom:10px;
    width: 343px;
	}
	
	
	.firmenadresse_pruefen p{
	color:#666;
	line-height:18px;
	}
	

	.bestell-pruefen  {
    width: 992px;
    height: 80px;
    padding: 0px;
	font-family: Arial,sans-serif;
	margin:0;
	}
	
	.foerchcontent_lieferdaten .bestell-pruefen  {
    padding: 0px;
	font-family: Arial,sans-serif;
	margin:0;
	}
	
	.bestell-pruefen p {
	color:#666;
    margin-top:10px;
	}
	
	
	.foerch .bestell-nr {
	width:300px;	
	float:left;
	
	}
	
	.foerch .bestell-text {
	margin-top:10px;

	}
	
	
	.foerch .anmerkung-text {
	height: 80px;
	font-family: Arial,sans-serif;
	font-size: 1.0em;

	}
	
	
	.foerch .anmerkung {
	margin:0px;
	
	}

	
	.kst {
	font-size: 0.8em;
	padding-right:6px;
	padding-top:2px;
	}
	
	.bst {
	font-size: 0.8em;
	padding-right:6px;
	}	

	
	

/* Ausklapp Technische Daten etc. ... */

.cbp-hrmenu {
    background:url(/Foerch/Websites2015/Images/px.png) repeat-x scroll 0px 26px;
    background:url(/Foerch/Websites2015/Images/px.png) repeat-x scroll 0px 25px\9\0;
	margin:-1px 0 10px 0;
	display: block;
    float: left;
    position: relative;
    width: 999px;
	overflow:hidden;
	border-right:1px solid #CCC;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
.cbp-hrmenu {background:url(/Foerch/Websites2015/Images/px.png) repeat-x scroll 0px 25px;}
}


/*IE 10 only */ .ie10 .cbp-hrmenu {background:url(/Foerch/Websites2015/Images/px.png) repeat-x scroll 0px 25px;}
/*IE 11 only */ *::-ms-backdrop,.cbp-hrmenu {background:url(/Foerch/Websites2015/Images/px.png) repeat-x scroll 0px 25px;}

.cbp-hrmenu ul {
	margin: 0;
	padding: 0;
}

/* first level ul style */
.cbp-hrmenu > ul,
.cbp-hrmenu .cbp-hrsub-inner {
	width:1000px;
	margin: 0 0 0 6px;
	padding: 0;
}

.cbp-hrmenu > ul > li {
	display: inline;
	margin:0 0 0 -6px;
}

.cbp-hrmenu > ul > li > a {
	background:url("/Foerch/Websites2015/Images/button_downloads.png") no-repeat scroll 225px -78px #FFF;
    opacity:0.6;
    filter:alpha(opacity=60);
	font-weight: normal;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding:5px 5px 5px 10px;
	margin:0;
	color: #333;
	display: inline-block;
	width:234px;
	border:1px solid #CCC;
}

.cbp-hrmenu > ul > li > a:hover {
	color: #333;
	background:url("/Foerch/Websites2015/Images/button_downloads.png") no-repeat scroll 225px -78px #fff;
    opacity:1;
    filter:alpha(opacity=100);
}

.cbp-hrmenu > ul > li.cbp-hropen a,
.cbp-hrmenu > ul > li.cbp-hropen > a:hover {
	color: #333;
	background:url("/Foerch/Websites2015/Images/button_downloads.png") no-repeat scroll 225px -78px #FFF;
    opacity:1;
    filter:alpha(opacity=100);
	margin:0;
	padding:5px 5px 5px 10px;
	width:234px;
	border-bottom:1px solid #FFF;
	position:relative;
	z-index:10;
	}

/* sub-menu */
.cbp-hrmenu .cbp-hrsub {
	display: none;
	position: relative;
	background: #FFF;
	width:998px;
	left: 0;
	float:left;
	border:1px solid #CCC;
	margin:-1px 0 0 -6px;
}

.cbp-hropen .cbp-hrsub {
	display: block;
}

.cbp-hrmenu .cbp-hrsub-inner > div {
	width: 97%;
	float: left;
	padding: 0;
	margin:10px;
}

.cbp-hrmenu .cbp-hrsub-inner:before,
.cbp-hrmenu .cbp-hrsub-inner:after {
	content: " ";
	display: table;
}

.cbp-hrmenu .cbp-hrsub-inner:after {
	clear: both;
    margin-bottom:10px;
}

.cbp-hrmenu .cbp-hrsub-inner > div a {
	line-height: 2em;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:normal;
}

.cbp-hrsub h4 {
	color: #afdefa;
	padding: 2em 0 0.6em;
	margin: 0;
	font-size: 160%;
	font-weight: 300;
}

.cbp-hrsub-inner p{
	padding:0;
	margin:10px 0 0 0;
	display:block;
	float:left;
    width: 100%;
}

.cbp-hrsub-inner {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    font-weight: normal;
}
.cbp-hrsub-inner table {margin-bottom:10px;}

.cbp-hrmenu .cbp-hrsub-inner .art_image_dokumente ul {
    list-style:none;
}

.cbp-hrmenu .cbp-hrsub-inner .art_image_dokumente a.pdf {
    background: url("/Foerch/Websites2015/Images/button_downloads.png") no-repeat scroll 6px 4px #FFFFFF;
}
.cbp-hrmenu .cbp-hrsub-inner .art_image_dokumente a {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0;
    padding: 7px 0 0 30px;
	font-size:12px;
}

.cbp-hrmenu .cbp-hrsub-inner .info ul {
    float: left;
    list-style: outside none disc;
    margin: 5px 23px 0 12px;
    padding: 0;
    width: 40%;
}

.cbp-hrmenu .cbp-hrsub-inner .info li {
    color: #666666;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 0.9em;
    line-height: 1.375em;
    margin: 0;
    padding: 0;
}

.cbp-hrsub-inner .anwendbild{
    margin: 0 10px 10px 10px;
    padding: 0;
	width:300px;
	float:left;
}

/* Examples for media queries */

@media screen and (max-width: 52.75em) { 

	.cbp-hrmenu {
		font-size: 80%;
	}

}

@media screen and (max-width: 43em) { 

	.cbp-hrmenu {
		font-size: 120%;
		border: none;
	}

	.cbp-hrmenu > ul,
	.cbp-hrmenu .cbp-hrsub-inner {
		width: 100%;
		padding: 0;
	}

	.cbp-hrmenu .cbp-hrsub-inner {
		padding: 0 2em;
		font-size: 75%;
	}

	.cbp-hrmenu > ul > li {
		display: block;
		border-bottom: 4px solid #47a3da;
	}

	.cbp-hrmenu > ul > li > a { 
		display: block;
		padding: 1em 3em;
	}

	.cbp-hrmenu .cbp-hrsub { 
		position: relative;
	}

	.cbp-hrsub h4 {
		padding-top: 0.6em;
	}

}

@media screen and (max-width: 36em) { 
	.cbp-hrmenu .cbp-hrsub-inner > div {
		width: 100%;
		float: none;
		padding: 0 2em;
	}
}

/* Ausklapp Warenkorb etc. ... */

.cbp-hrcart {
	margin:-1px 0 -1px 0;
	display: block;
    float: left;
    position: relative;
    width: 998px;
	overflow:hidden;
	border-right:1px solid #CCC;
    border-top:1px solid #CCC;
    background: url("/Foerch/Websites2015/Images/px.png") repeat-x scroll 0 29px rgba(0, 0, 0, 0);
}

.cbp-hrcart ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* first level ul style */
.cbp-hrcart > ul,
.cbp-hrcart .cbp-hrsub-inner {
	width:1000px;
	margin: -1px 0 0 6px;
	padding: 0;
}

.cbp-hrcart > ul > li {
	display: inline;
	margin:0 0 0 -6px;
}

.cbp-hrcart > ul > li > a {
	background:url("/Foerch/Websites2015/Images/button_downloads.png") no-repeat scroll 300px -76px #FFF;
    opacity:0.6;
    filter:alpha(opacity=60);
	font-weight: normal;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding:7px 5px 7px 10px;
	margin:0;
	color: #333;
	display: inline-block;
	width:318px;
	border:1px solid #CCC;
}

.cbp-hrcart > ul > li > a:hover {
	color: #333;
	background:url("/Foerch/Websites2015/Images/button_downloads.png") no-repeat scroll 300px -76px #FFF;
    opacity:1;
    filter:alpha(opacity=100);
}

.cbp-hrcart > ul > li.cbp-hropen a,
.cbp-hrcart > ul > li.cbp-hropen > a:hover {
	color: #333;
	background:url("/Foerch/Websites2015/Images/button_downloads.png") no-repeat scroll 300px -76px rgba(255, 255, 255, 1);
	margin:0;
	padding:7px 5px 7px 10px;
	width:318px;
	border-bottom:1px solid #FFF;
	position:relative;
	z-index:10;
	}
.cbp-hrcart > ul > li.cbp-hropen a,
.cbp-hrcart > ul > li.cbp-hropen > a:active {
	opacity:1;
    filter:alpha(opacity=100);
	}

/* sub-menu */
.cbp-hrcart .cbp-hrsub {
	display: none;
	position: relative;
	background: #FFF;
	width:998px;
	left: 0;
	float:left;
	border:1px solid #CCC;
	margin:-1px 0 0 -6px;
}

.cbp-hropen .cbp-hrsub {
	display: block;
}

.cbp-hrcart .cbp-hrsub-inner > div {
	width: 97%;
	float: left;
	padding: 0;
	margin:10px;
}

.cbp-hrcart .cbp-hrsub-inner:before,
.cbp-hrcart .cbp-hrsub-inner:after {
	content: " ";
	display: table;
}

.cbp-hrcart .cbp-hrsub-inner:after {
	clear: both;
}

.cbp-hrcart .cbp-hrsub-inner > div a {
	line-height: 2em;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:normal;
    font-size:12px;
}

.cbp-hrsub h4 {
	color: #333;
	padding: 0 0 3px 0;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	letter-spacing:normal;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:1px solid #CCC;
}

.watchlist .article {
    float: left;
    margin-bottom: 15px;
    width: 50%;
}

.watchlist .article .image {
    border: 1px solid #D7D7D7;
    float: left;
    height: 60px;
    margin-right: 10px;
    width: 60px;
}

.watchlist .article .image img {
    border: 0 none;
    bottom: 0;
    left: 5px;
    margin: auto;
    margin:0\9;
    position: absolute;
    right: 0;
    top: 5px;
}


/*IE 10 only */   .ie10 .watchlist .article .image img {top: 30px;}
/*IE 11 only */  *::-ms-backdrop,.foerch .watchlist .article .image img {top: 30px;}

@media screen and (-webkit-min-device-pixel-ratio:0) {
     .watchlist .article .image img {top: 30px;}
      }

.watchlist .article .image a {background:none;}

.box_shadow .inner .watchlist .article .image {
    border: 1px solid #d7d7d7;
    float: left;
    height: 60px;
    margin-right: 10px;
    position: relative;
    width: 60px;
}

.box_shadow .inner .watchlist .article .image img {
    border: 0 none;
    bottom: 0;
    left: 0;
    margin: auto;
    position: relative;
    right: 0;
    top: 0;
}

.watchlist .article .title {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 0.75em;
    font-weight: normal;
    height:auto;
    margin-top: 0;
}

.box_shadow .inner .watchlist .article .title {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 0.75em;
    font-weight: normal;
    height:auto;
    margin-top: 0;
    width: 260px;
    display: block;
    float: left;
}


.watchlist .article .title a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #333333;
    display: block;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    height: auto;
    margin: 0 0 3px 0;
    padding: 0;
    text-decoration: none;
	line-height:normal;
}

.box_shadow .inner .watchlist .article .title a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #333333;
    display: block;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    height: auto;
    margin: 0 0 3px 0;
    padding: 0;
    text-decoration: none;
	line-height:normal;
    clear:left;
}

.watchlist .article.nofloat .title a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #333333;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    height: auto;
    margin: 0 !important;
    float:none !important;
    padding: 0;
    text-decoration: none;
	line-height:normal;
}

.watchlist .article .add a {
    background: linear-gradient(to top, #ed5f21 25%, #f17f4d 60%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background:#ed5f21\9;
    border-radius: 3px;
    border: 1px solid #ed5f21;
    color: #fff;
    cursor: pointer;
    display: block;
    float: left;
    font-weight: normal;
    height: 22px;
    margin: 0 5px 0 0;
    padding: 0 6px;
    text-align: left;
    text-decoration: none;
    width: 100px;
}
	.watchlist .article .add a:hover {
		background: linear-gradient(to top, #002742 25%, #004B7D 60%);
        background:#002742\9;
        border: 1px solid #002745;
		border-radius: 3px;
		color: #FFF;
		cursor: pointer;
	}

.box_shadow .inner .watchlist .article .add a {
    background: linear-gradient(to top, #ed5f21 25%, #f17f4d 60%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #ed5f21;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: block;
    float: left;
    font-weight: normal;
    height: 14px;
    margin: 0 5px 0 0;
    padding: 4px 6px;
    text-align: left;
    text-decoration: none;
    width: 100px;
}   
.box_shadow .inner .watchlist .article .add a:hover {
		background: linear-gradient(to top, #002742 25%, #004B7D 60%);
        background:#002742\9;
        border: 1px solid #002745;
		border-radius: 3px;
		color: #FFF;
		cursor: pointer;
	}

    .watchlist .article.nofloat .add a {
        background: linear-gradient(to top, #ed5f21 25%, #f17f4d 60%) repeat scroll 0 0 rgba(0, 0, 0, 0);
        background:#ed5f21\9;
        border-radius: 3px;
        border: 1px solid #ed5f21;
        color: #fff;
        cursor: pointer;
        display: block;
        float: left;
        font-weight: normal;
        height: 17px;
        margin: 0 5px 0 0;
        padding: 4px 6px;
        text-align: left;
        text-decoration: none;
        width: 100px;
    }

    .watchlist .article.nofloat .add a:hover {
		background: linear-gradient(to top, #002742 25%, #004B7D 60%);
        background:#002742\9;
        border: 1px solid #002745;
		border-radius: 3px;
		color: #FFF;
		cursor: pointer;
	}

.watchlist .article .delete a {
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    color: #999999;
    display: block;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    height: 22px;
    margin: 0 0 0 10px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 100px;
}
	.watchlist .article .delete a:hover {
		color: #E42D28;
}

.box_shadow .inner .watchlist .article .delete a {
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    color: #999999;
    display: block;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    height: 14px;
    margin: 0 0 0 10px;
    padding:4px 0;
    text-align: center;
    text-decoration: none;
    width: 100px;
}
	.box_shadow .inner .watchlist .article .delete a:hover {
		color: #E42D28;
}

.watchlist .more a{
    background: url(/Foerch/Websites2015/Images/bg_buttons.png) no-repeat scroll 0 -106px !important;
    border-radius: 3px;
    color: #818181 !important;
    cursor: pointer;
    display: block;
    float: left;
    font-weight: normal;
    height: 16px;
    margin: 5px 5px 0 0 !important;
    padding: 5px 6px 3px !important;
    text-align: left;
    text-decoration: none;
    width: 150px !important;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
}

.watchlist .more a:hover {
		background: url(/Foerch/Websites2015/Images/bg_buttons.png) no-repeat scroll 0 -131px !important;
		color: #FFF !important;
        text-decoration: none;
	}

.cbp-hrcart a.morelink  {
    background: url("/Foerch/Websites2015/Images/bg_buttons.png") no-repeat scroll 0 -106px !important;
    border-radius: 3px;
    color: #818181 !important;
    cursor: pointer;
    display: block;
    float: left;
    font-weight: normal;
    height: 20px;
    margin: 5px 5px 0 0 !important;
    padding: 1px 6px 3px !important;
    text-align: left;
    text-decoration: none;
	width:150px !important;
}
	.cbp-hrcart a.morelink:hover {
		background: url("/Foerch/Websites2015/Images/bg_buttons.png") no-repeat scroll 0 -131px !important;
		color: #FFF !important;
	}

.RadToolTip.rtRoundedCorner {
    border-radius:0 !important;
    border: medium none;
}

.RadToolTip .rtRelativeWrapper {
    background: none repeat scroll 0 0 #FFF;
    border: medium none;
    border-radius: 0 !important;
    color: #fff;
    height: auto;
    margin: 0;
}

.RadToolTip .rtContent {
    padding: 0 !important;
}

.RadToolTip_Default .rtContent {
    background-color:#FFF;
    color: #333;
}

.RadToolTip_Default {
    padding: 10px;
}

.RadToolTip .rtRelativeWrapper .rtContent header {
	background-color:#99cc00 !important;
}

.RadToolTip .rtRelativeWrapper .rtContent h2 {
	background: url("/Foerch/Websites2015/Images/arrow_white.png") no-repeat scroll 10px 12px rgba(153, 204, 0, 1);
    background: url("/Foerch/Websites2015/Images/arrow_white.png") no-repeat scroll 10px 12px #99CC00\9;
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: normal;
    margin: 0;
    padding: 15px 40px;
}

.RadToolTip .rtRelativeWrapper .rtContent p {
	float: left;
	width: 100%;
	margin: 5px 0px;
}

.RadToolTip .rtRelativeWrapper .rtContent h4 {
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: normal;
    margin: 0 0 5px;
    padding: 5px 3px;
}

.RadToolTip .rtClose {
    right: -1.4em !important;
    top: -1.4em !important;
}

.RadToolTip.rtShadow {
    box-shadow: 2px 3px 10px #666666 !important;
    background: none repeat scroll 0 0 #fff;
}

.RadToolTip .rtRelativeWrapper .bestellbuttons {
    float: right;
    height: 40px;
    margin: 0;
    width:auto;
}


.RadToolTip .rtRelativeWrapper .bestellbuttons ul {
    float: right;
    list-style-type: none;
    margin: 10px 0 0;
    padding: 0;
}


.RadToolTip .rtRelativeWrapper .bestellbuttons li {
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    list-style-type: none;
    margin: 0;
    padding: 0;
}


.RadToolTip .rtRelativeWrapper .bestellbuttons li a.pay {
    background: linear-gradient(to top, #ed5f21 25%, #f17f4d 60%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background:#ed5f21\9;
    border: 1px solid #ed5f21;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    height: 18px;
    padding: 4px 5px 0;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(51, 51, 51, 0.4);
}

.RadToolTip .rtRelativeWrapper .bestellbuttons li a.pay:hover {
	background: linear-gradient(to top, #002742 25%, #004B7D 60%);
    background:#002742\9;
	border:1px solid #002742;
	cursor:pointer;
	float:left;
}	

.RadToolTip .rtRelativeWrapper .bestellbuttons li a.button {
    background: linear-gradient(to top, #666 25%, #999 60%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    background:#666\9;
    border: 1px solid #666 !important;
    border-radius: 3px;
    color: #fff !important;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    height: 18px;
    padding: 4px 5px 0;
}

.RadToolTip .rtRelativeWrapper .bestellbuttons li a.button:hover {
    background: linear-gradient(to top, #CCC 25%, #EEE 60%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    background:#CCC\9;
    border: 1px solid #CCC !important;
    border-radius: 3px;
    color: #666 !important;
}

.RadToolTip .rtRelativeWrapper td.artikelpic {
    border-left: 1px solid #e5e5e5;
}

.RadComboBoxDropDown .rcbCheckBox, .RadComboBoxDropDown .rcbCheckAllItemsCheckBox {
    float: left;
    margin: 2px 5px 5px 0 !important;
    padding: 0;
    position: relative;
}

.RadGrid_MetroTouch .rgHeader, .RadGrid_MetroTouch .rgHeader a {
    color: #555 !important;
    font-weight:bold;
}

.RadTabStrip .rtsLevel1 {
    padding-top: 0px !important;
}

.RadComboBox_Metro span.rcbToggleButtonHidden {
    background-color: white;
    border:1px solid #e5e5e5 !important;
}

.RadComboBox_Metro span.rcbToggleButtonHidden input {
    color: #666;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px !important;
    padding: 0 0 0 5px;
}

.RadGrid_MetroTouch th.rgSorted, .RadGrid_MetroTouch th.rgSorted a {
    color: white !important;
}

.foerch .artikelerfasseninput span.rcbToggleButtonHidden {
    border:none !important;
}
.foerch .artikelerfasseninput span.rcbToggleButtonHidden input {
    color: #CCC !important;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px !important;
    padding: 4px 0 0 0 !important;
    border:none !important;
}

.foerch #popup_inhalt .slider {
    display: block;
    float: left;
    margin: 10px 0 0;
}


    .foerch #popup_inhalt .slider h2 {
        border-bottom: 1px dotted #cccccc;
        color: #999999;
        font-family: Arial,Helvetica,sans-serif;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: normal;
        margin: 0;
        padding: 0 0 2px;
    }

span.k-sparkline {
    background-color: transparent;
    left: -10px !important;
    top: 10px !important;
}

#back-top {
position: fixed;
bottom: 60px;
right:180px;
z-index: 10;
}

#back-top span {
width: 60px;
height: 60px;
display: block;
background:url("/Foerch/Websites2015/Images/back_to_top.png") no-repeat scroll 0px 0px #99cc00;
opacity:0.8;
filter:Alpha(Opacity=80);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; 
border-radius:4px;
}

.foerch .bestellinfo_eshop thead a.asc {
    background:url("/Foerch/Websites2015/Images/sorted_asc.png") no-repeat scroll right 20px rgba(0, 0, 0, 0);
    display:block;
    height:30px;
}

.foerch .bestellinfo_eshop thead a.desc {
    background:url("/Foerch/Websites2015/Images/sorted_desc.png") no-repeat scroll right 20px rgba(0, 0, 0, 0);
    display:block;
    height:30px;
}

.produktlistbox_small.group .pic {
        background-color:#FFF !important;
        display: block;
    }


    .produktlistbox_small.group .pic img {
        display: block;
    }
   
    .produktlistbox_small.group .pic a.darken img {
        opacity: 0.3;
        filter:Alpha(Opacity=30);
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; 
        position: relative;
        z-index: 2;
    }
    
    .produktlistbox_small.group .pic a.darken:hover img {
        background-color:#FFF !important;
    }

    .produktlistbox_small.group .menu_small a.darken {
        opacity: 0.7;
        filter:Alpha(Opacity=70);
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; 
        position: relative;
        z-index: 2;
        color:#999;
    }

    .produktlistbox_small.group .menu_small a.darken:hover {
        opacity: 0.7;
        filter:Alpha(Opacity=70);
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; 
    }

    .foerch .produktlistbox_small.group .pic a {float: left;margin: 0;padding: 0;width: 110px; position:relative;}

    .produktlistbox_small.group .menu_small a.darken {
        background:#FFF;
    }

    .images img:nth-child(1) { opacity: 1; filter:Alpha(Opacity=100); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
    .images img:nth-child(2) { opacity: 0.8; filter:Alpha(Opacity=80); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }
    .images img:nth-child(3) { opacity: 0.6; filter:Alpha(Opacity=60); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; }
    .images img:nth-child(4) { opacity: 0.4; filter:Alpha(Opacity=40); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; }
    .images img:nth-child(5) { opacity: 0.2; filter:Alpha(Opacity=20); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; }
    .images img:nth-child(6) { opacity: 0.1; filter:Alpha(Opacity=10); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10)"; }
    
    .images:hover {
        text-decoration: none !important;
    }

.cookiebox {
    background-color: #E7E7E7;
    bottom:0px;
    color: #333;
    font-family: arial,helvetica,sans-serif;
    font-size: 0.9em;
    line-height: 11px;
    margin: 0;
    padding: 10px;
    position: fixed;
    width: 980px;
    z-index: 99999;
    -webkit-box-shadow: 0 1px 15px hsla(0,0%,0%,0.2);
    -moz-box-shadow: 0 1px 15px hsla(0,0%,0%,0.2);
    -o-box-shadow: 0 1px 15px hsla(0,0%,0%,0.2);
    -khtml-box-shadow: 0 1px 15px hsla(0,0%,0%,0.2);
    box-shadow: 0 1px 15px hsla(0,0%,0%,0.2);
}

.cookiebox a.button {
    background-image: linear-gradient(to top, #ccc, white);
    border: 1px solid #ACACAC;
    border-radius: 3px;
    color: #818181;
    display: block;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    margin: 0 5px 0 0;
    padding: 3px 0;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.75);
    width: 120px;
}

.cookiebox a.button:hover {
	background-image: linear-gradient(to top, #333 , #CCC);
    background:#333\9;
	color:#FFF;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.75);
	border:1px solid #333; 
}



.foerch .details .calltoaction { 
    color: #fff;
    float: left;
    height: 18px;
    margin: 10px 0 0;
    padding: 7px 3px 5px 5px;
    position: relative;
    text-decoration: none;
    background: #e42d28; 
    font-weight:bold;
}

.foerch .details .calltoaction:hover { 
    text-decoration: none;
    font-weight:bold;
}

.foerch .details .calltoaction:after { 
      left: 100%; 
      top: 50%; 
      border: solid transparent; 
      content: " "; 
      height: 0; 
      width: 0; 
      position: absolute; 
      pointer-events: none; 
      border-color: rgba(136, 183, 213, 0); 
      border-left-color: #e42d28; 
      border-width: 15px; 
      margin-top: -15px; 

  }
  
  
a.minibutton {
	padding: 2px 3px;
	margin: 2px 0 0 10px; 
	background-image: linear-gradient(to top, #CCC , white);
    background:#EEE\9;
	border-radius:3px;
	border:1px solid #CCC; 
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#818181;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.75);
}
a.minibutton:hover {
	background-image: linear-gradient(to top, #333 , #CCC);
    background:#333\9;
	color:#FFF !important;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.75);
	border:1px solid #333;
    text-decoration: none !important;
}

tr.articleremoved > td  {
    color: #ddd;
}

tr.articleremoved > td * {
    opacity: .4;
}

div.articlechanged {
    margin-top: 10px;
    font-weight: bold;
    display:block;
    float:left;
}
    
div.articlechanged.green {
    color:green;
}

div.articlechanged.red {
    color: #E42D28;
}

.basisprice {
    color: #999;
}

.applicationsteps .step {
    border-bottom:1px dotted #ccc;
}

.applicationsteps .step:last-of-type {
    border-bottom: 0;
}

.applicationsteps .step .text {
    font-size: 100%;
    margin: 30px 0 0;
    width: 500px;
    float:left;
}

.applicationsteps .step .image {
    width: 300px;
    float: left;
}

.clearb {
    clear: both;
}

.application_text {
    font-size: 100%;
}
.foerch .wiperstart {
	width: 1000px;
	height: 130px;
	background: url(/Foerch/Websites2015/Images/back_wischer_konfigurator_fr.png) no-repeat;
	float: left;
	margin-bottom: 15px;
}

.foerch .wiperstart-button {
	float: left;
	margin: 30px 0 0 0;
}

.foerch .wiperstart-button a {
	width:1000px;
	height:100px;
	display:block;
}

.foerch .wiper-search {
    width: 1000px;
    height: 130px;
    background: transparent url(/Foerch/Websites2015/Images/back_wischer_konfigurator_fr.png) no-repeat scroll 0% 0% !important;
    float: left;
    margin-bottom: 15px;
}
