
/* ----------------------------------- 
   Allgemeines
------------------------------------- */

* { padding: 0; margin: 0; }

body {
    margin: 0;
    padding: 0;
    font: 13px Arial, Helvetica, sans-serif;
    color: #444;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 12px 0;
    line-height: 1.1em;
}

h1, h2, h3 { color: #000; font-size: 15px; }
h4 { font-size: 14px; }
h5 { font-size: 14px; }
p { margin: 0 0 1em; }
p { padding: 0; margin: 0; }

img { border: none; }
#headerLinks img { margin-top:0px;}


h2 a { color: #000; text-decoration:none; }
h2 a:hover { color: #000; text-decoration:none; }

a { color: #8D4044; text-decoration:none;}
a:focus{ color: #8D4044; }
a:hover, a div:hover{ color: #8D4044; text-decoration:underline;}
a:active { color: #8D4044; }

.content_paging a { color: #76B729; text-decoration:none; padding:0 3px 0 3px;}
.content_paging a.current { 
	border:1px solid #A0A0A0;
	color:#A0A0A0; 
	text-decoration:none; 
	padding:0 3px 0 3px; 
	font-weight:bold
}

.box {
	border:1px solid #76B729;
	display:inline-block;
	line-height:20px;
	width:14px;
	margin-top: -2px;
	text-align:center;
}




#fog {
	width:100%; 
	height:100%; 
	position: fixed; 
	top:0px; 
	left:0px;
	border-bottom-width: 0;
	font: 13px Arial, Helvetica, sans-serif;
	z-index: 19999999;
	background: #666666 repeat-x top;
	opacity:0.7;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
}

.popup_containerx {
	z-index:29999999;
	position: fixed;
	width:100%;
}

.popup {
	
	margin-top:100px;
	margin-left:auto;
	margin-right:auto;
	width:300px;
	background-color:#FFFFFF;
	padding:30px 10px 30px 10px;
	border: 1px solid #CECECE;	
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
	behavior: url(css/border-radius.htc);


}


span.big { font-size: 18px; font-weight:bold;}


DIV.content_paging a {
    margin-left:3px;
    vertical-align:top;
}

DIV.content_paging a img {
    margin-top:-2px;
	margin-left:-3px;
	margin-right:-3px;
}

.prod_name , .prod_name:hover { color:#000000; text-decoration:none; font-size:13px;}
.prod_shortdesc, .prod_shortdesc:hover { color:#444444; text-decoration:none; font-weight:normal; font-size:11px;}
.prod_image  { color: #000; text-decoration:none; }
.prod_price, .prod_price:hover { line-height: 28px; color: #000; text-decoration:none; font-weight:bold; font-size:24px; vertical-align:middle;}
.prod_verf, .prod_verf:hover { font-weight:bold; font-size:12px;}
.green { color:#339900;}
.red { color:#C00000; font-weight:bold; font-size:12px; }
.prod_versand a, .prod_versand a:hover, table.prod1 td a { color:#8D4044; text-decoration:none; font-weight:normal; font-size:12px;}
.prod_versand a:hover, table.prod1 td a:hover { text-decoration:underline;}



#footer a { color: #666; text-decoration:none; }
#footer a:hover { color: #444; text-decoration:underline;}


tr.none { background-color:#ffffff;}
tr.marked { background-color:#f9f9f9;}
.marked td  { border:1px solid #a0a0a0;}
td.indent { padding-left:10px; }


ol {
    list-style-position:outside;
    padding-left: 20px;
}

blockquote {
    background: #ecf7fd;
    margin: 1em 0;
    padding: 1.5em;
}

code {
    background: #ecf7fd;
    font: 14px courier, monaco, monospace;
    margin: 0 .3em;
}

abbr, acronym {
    border-bottom: .1em dotted;
    cursor: help;
}
div.spacer5 {
    height:5px;
    clear:both; 
}
div.spacer10 {
    clear: both;
    height:10px;
}

div.spacer20 {
    clear: both;
    height:20px;
}

div.spacer50 {
    clear: both;
    height:50px;
}


/* -----------------------------------
Buttons
----------------------------------- */

.btn_large a:link, .btn_large a:active, .btn_large a:visited {
    display: block;
    text-decoration: none;
    width: 262px; 
    height: 26px;
    margin-top: 5px;
    font-size:14px;
    font-weight: normal;
    overflow: hidden;
    padding-top: 8px;
    text-align:center;
}

.btn_verylarge a:link, .btn_verylarge a:active, .btn_verylarge a:visited {
    display: block;
    text-decoration: none;
    width: 325px; 
    height: 26px;
    margin-top: 5px;
    font-size:14px;
    font-weight: normal;
    overflow: hidden;
    padding-top: 8px;
    text-align:center;
}

.btn_medium a:link, .btn_medium a:active, .btn_medium a:visited {
    display: block;
    text-decoration: none;
    width: 155px; 
    height: 26px;
    margin-top: 5px;
    font-size:13px;
    font-weight: normal;
    font-style:italic;
    overflow: hidden;
    padding-top: 8px;
    text-align:center;
    margin-left: 5px;
}

.btn_small a:link, .btn_small a:active, .btn_small a:visited {
    display: block;
    text-decoration: none;
    width: 112px; 
    height: 26px;
    margin-top: 5px;
    font-size:13px;
    font-weight: normal;
    font-style:italic;
    overflow: hidden;
    padding-top: 8px;
    text-align:center;
    margin-left: 5px;
}

.btn_large a:hover, .btn_small a:hover {
    text-decoration: underline;
}

a.btn_blue {
    border:0px;
    color:white;
    background-color: #76b729;
    cursor:pointer;


    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    border-radius: 18px;

}


a.btn_gray {
    color:#76b729;
    background-color:#ffffff;
    border: 1px solid #c0c0c0;
    cursor:pointer;

    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    border-radius: 18px;
}



img.button_top {
    margin-top: 10px;
}
img.button_bottom {
    margin-bottom: 5px;
}

.btn_small a.white, .btn_large a.white {
    color: white;
}
.btn_small a.black, .btn_large a.black {
    color: #76b729;
}

input.btn_small {
    border:0px;

    margin:5px 0 0 0;
    padding:0;
    padding-bottom:3px;
    text-decoration:none;

    width:120px;
    height:26px;
    font-size:13px;
    font-weight:normal;
    text-align:center;

    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    border-radius: 18px;
}

input.btn_medium {
    border:0px;

    margin:5px 0 0 0;
    padding:0;
    padding-bottom:3px;
    text-decoration:none;

    width:155px;
    height:26px;
    font-size:13px;
    font-weight:normal;
    text-align:center;

    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    border-radius: 18px;
}




input.btn_large {

    font-size:14px;
    font-weight:normal;
    text-align:center;

    width: 236px;
    height: 36px;
    margin: 5px auto;
    padding: 7px 10px;
    text-align: center;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    border-radius: 18px;
}

input.btn_verylarge {

    font-size:14px;
    font-weight:normal;
    text-align:center;

    width: 325px;
    height: 36px;
    margin: 5px auto;
    padding: 7px 10px;
    text-align: center;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    border-radius: 18px;
}


input.btn_blue {
    border:0px;
    color:white;
    background-color: #76b729;
    cursor:pointer;
}
input.btn_gray {
    color:black;
    background-color: #ffffff;
    border: 1px solid #c0c0c0;
    cursor:pointer;
}

input.btn_dark {
    color:#FFFFFF;
    background-color: #444444;
    cursor:pointer;
}



/* -----------------------------------
Layout-Container
----------------------------------- */
#container {
    margin: 0 auto;
    width: 940px;
}

#header {
    background: #ffffff;
    padding: 0;
    float: left;
    width: 940px;
    height: 85px;
}

.listen-container {
    width: 100%;
    float: left;
    background-color: #fff;
    /*border-bottom: 1px solid #a0a0a0;*/
    margin: 0;
    padding: 0;
}

.content-container {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.content {
    float: left;
    width: 700px;
    padding: 0 0 0 20px;
    margin: 0;
    display: inline;
}

.content_banner {
    width: 700px;
    padding: 0 0 20px 0;
    margin: 0;
}

.content_banner_blank {
    float: left;
    width: 700px;
    height:130px;
    padding: 0 0 20px 0;
    margin: 0;
    display: inline;
    background-image: url('../images/banner_blank.png');
    background-repeat:no-repeat;
}

.content_banner_blank table {
    margin-top:6px;
    width:670px;
}
.content_banner_blank table h2{
    margin-top:6px;
}
.content_banner_blank .offset{
    width:65px;
}
.content_banner_footer {
    width: 700px;
    min-height: 20px;
    padding: 2px;
    margin: 0 0 20px 0;
}

.content_paging {
/*
    float: left;
    width: 100%;
    margin-bottom: 20px;
    display: inline;
    border-top: 1px solid #a0a0a0;
    border-bottom: 1px solid #a0a0a0;
    height: 25px;
    padding: 7px 0 2px 0;
    vertical-align: top;
*/
}

.content_paging h1,  .content-full h1 {
	font-weight: normal ;
	font-size:16px;	
	text-transform:uppercase;

}

.content-full {
    float: left;
    width: 100%;
    padding: 0;
    margin: 5px 10px 5px 0;
}


div.foot {
    border-top: 1px solid #a0a0a0;
	padding-bottom:30px;
	font-size:12px;
}

div.foot h1, div.foot h2, div.foot h3, div.foot h4, div.foot h5 {
	padding-top:15px;
}


div.filter {
    width: 218px;
    float: left;
	padding-top:15px;

	/*overflow:hidden;*/
	border: 1px solid #CECECE;

	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
	behavior: url(css/border-radius.htc);

    background: #FFFFFF url(../images/verlauf.jpg) no-repeat top left;

}


.filter h2 {
    font-size: inherit;
    color: #444;
    display: inline;
}

.filter_right {
    float: right;
    width: 220px;
    padding: 0;
    margin: 0;
    display: inline;
}

.prod-links {
    position:relative;
    float: left;
    width: 620px;
    padding: 0;
    margin: 0 10px 0 0;
    background: #ffffff url(../images/prodleftbg.png) no-repeat top left;
    height:425px;
    text-align:center;
}

.produktdetail-bild {
    float: left;
    width: 560px;
    padding: 0;
    margin: 0 10px 0 0;
    /*height:425px;*/
    text-align:center;
    border-top: 1px solid #fff;
    position: relative;
    z-index: inherit;
    zoom: 1; /* For IE6 */
}

.prod-links-nobox {
    position:relative;
    float: left;
    width: 620px;
    padding: 0;
    margin: 0 10px 0 0;
    min-height:425px;
    text-align:center;
    overflow:hidden;
}

.prod-links-white {
    float: left;
    width: 620px;
    padding: 0;
    margin: 0 10px 0 0;
    /*height:425px;*/
    text-align:left;
    border-top: 1px solid #fff;
    position: relative;
    z-index: inherit;
    zoom: 1; /* For IE6 */
}

.links {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 0 0 0;
    text-align:left;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: inherit;
    zoom: 1; /* For IE6 */
}

.prod-links-white-box {
    width: 619px;
    height: 425px;
    margin: 0;
    padding: 1px;
    border: 1px solid #e0e0e0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    behavior: url(css/border-radius.htc);
    overflow:hidden;
}

.produktdetail-bild-white-box {
    width: 558px;
    height: 400px;
    margin: 0;
    padding: 1px;
    border: 1px solid #e0e0e0;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    overflow:hidden;
}


.links-box {
    background-color: #fff;
    margin: 0;
    padding: 10px;
    border: 1px solid #e0e0e0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    behavior: url(css/border-radius.htc);
    overflow:hidden;
}

.prod-rechts {
    float: right;
    width: 300px;
    padding: 0;
    margin: 0 0 0 10px;
}

.produktdetail-info {
    float: right;
    width: 365px;
    padding: 0;
    margin: 0 0 0 5px;
}


.prod-small {
    width:100%;
    padding:0px;
    margin:0px;
}
.prod-small td {
    padding:2px;
    text-align:left;
    vertical-align:top;
}

.content-2sp-links {
    width: 460px;
    float: left; 
    margin: 5px 5px 5px 0;
    padding: 0;
    line-height: 20px;
}

.content-2sp-rechts {
    width: 460px;
    float: right; 
    margin: 5px 0 5px 5px;
    padding: 0;
    line-height: 20px;
}


.content-3sp-links {
    width: 300px;
    float: left; 
    margin: 5px 15px 5px 0;
    padding: 0;
}

.content-3sp-mitte {
    width: 300px;
    float: left; 
    margin: 5px 5px 5px 5px;
    padding: 0;
}

.content-3sp-rechts {
    width: 300px;
    float: right; 
    margin: 5px 0 5px 15px;
    padding: 0;
}

.clear {
    clear:both;
}

.wraptocenter {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 620px;
    height:420px;
}

.wraptocenter * {
    vertical-align: middle;
}
/*\*//*/
.wraptocenter {
    display: block;
}
.wraptocenter span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/


.multibildauswahlbox {
    float: right;
    width: 300px;
    min-height: 425px;
    text-align: center;
    vertical-align: top;
    margin: 0;
    padding: 1px;
    border: 1px solid #e0e0e0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    behavior: url(css/border-radius.htc);
}

/* ----------------------------------- 
    Header
    Breadcrumb
    Footer
 --------------------------- */
#breadcrumb {
    width: 940px;
    color: #8D4044;
    padding: 0 0 10px 0;
    margin: 0px;
    background: #ffffff;
    height: 25px;
    clear:both;
}

#headerRechts {
    position:absolute;
    width: 180px;
    height: 78px;
    top:20px;
    right:0px;
    background: #ffffff url(../images/headerWK.png) no-repeat bottom right;

}

#headerLinks {
    float: left;
    width: 236px;
    padding: 0;
    margin: 5px 1px 0 0;
    display: inline;

}

#headerMitte {
    float: left;
    width: 514px;
    padding: 5px 1px 0 0;
    margin: 0;
    display: inline;
}


#headerTable a, #headerMitteTable a, #breadcrumb a { color: #8D4044; text-decoration:none; }
#headerTable a:link, #headerMitteTable a:link, #breadcrumb a:link { color: #8D4044; }
#headerTable a:visited, #headerMitteTable a:vistited, #breadcrumb a:visited { color: #8D4044; }
#headerTable a:focus, #headerMitteTable a:focus, #breadcrumb a:focus  { color: #8D4044; text-decoration:underline;}
#headerTable a:hover, #headerMitteTable a:hover, #breadcrumb a:hover { color: #8D4044;  text-decoration:underline;}
#headerTable a:active,#headerMitteTable a:active  #breadcrumb a:active { color: #8D4044; text-decoration:underline; }
#breadcrumb a.current { color: #909090; }


#headerTable {
    padding: 0;
    float: right;
    height:38px;
    margin-top:34px;
    width:180px;

}

#headerMitteTable {
    padding: 0;
    float: right;
    height:70px;
    margin-top:1px;
    width:400px;

}


#headerTable td, #headerMitteTable td {
    text-align: center;
    color: #000000;
    padding: 0 5px 0 5px;
}
#headerTable td.cartContent {
    text-align: right;
    padding: 0;
}
#headerTable td.border,  #headerMitteTable td.border {

    text-align: center;
    background: #FF0000 url(../images/headerspacer.gif) no-repeat right;
}

#footer {
    float: left;
    width:100%;
    clear: both;
	padding-top:4px;
	border-top:1px solid #000000;
    

}


/* -----------------------------------
   Styles fuer Scroller-boxen
   -----------------------------------*/
#prodscroller, #prodscroller_alsopurchased {
    border: 0px none; 
    width: 875px;  
    position: relative; 
    min-height: 150px;
	
}
div.prodcanvas {
    border:0px;
    position: absolute; 
    left: 0px;
}

div.prodcanvas div {
    float:left;
    margin: 0 10px 0 5px;
    width: 160px;
    text-align:center;
}

div.canvas img {

    padding-bottom: 4px;

}

/* ----------------------------------- 
Navigation ALT
 ----------------------------------- */

#navigation {
    width: 940px;
    color: #FFF;
    padding: 0 0 10px 0;
    margin: 0px;
    background: #ffffff;
    height: 37px;
    clear:both;

}



#hmenu_suche {
    height:36px;
    width:346px;
    background:url(../images/searchfield.gif) no-repeat top left;
}

#hmenu_suche #liveSearch {
	border:0px;
	background-color:#FFFFFF;
	height:26px;
	margin-top:5px;
	margin-left:5px;
	width:280px;
}

#hmenu_suche #searchbutton {
	border:0px;
	background-color:transparent;
	color:#FFFFFF;
	width:60px;
	height:36px;
	font-size:13px;
	cursor:pointer;
}


#hmenu_home a, #hmenu_home2 a  {
    padding: 0 0 0 7px;
    height:37px;
    text-decoration: none;
    color: #000;
    margin: 0 ;
}




/* --------------------------- 
Container unter Menu 
-----------------*/

#menu_bottom_container {
	border-left: 1px solid #CECECE;
	border-right: 1px solid #CECECE;
	border-bottom: 1px solid #CECECE;
	
	
	-moz-border-radius-bottomright: 13px;
	-webkit-border-bottom-right-radius: 13px;
	border-bottom-right-radius: 13px;

	-moz-border-radius-bottomleft: 13px;
	-webkit-border-bottom-left-radius: 13px;
	border-bottom-left-radius: 13px;
	behavior: url(css/border-radius.htc);
	overflow:hidden;
	margin-bottom:11px;
}


.servietteblock_container {
	width:940px;
	overflow:hidden;
}

.servietteblock_container ul {
	padding-left:10px;
}


.servietteblock_container_innen {
	width:951px;
	margin-bottom:11px;
}



.sb_cage1 {
	width:304px;
}

.sb_cage2 {
	width:621px;
}

.sb_cage3 {
	width:938px;
}




.sb_spacer {
	width:11px;
	height:11px;
	display:inline-block;
}

.servietteblock {
	border: 1px solid #CECECE;
	vertical-align:top;

	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
	behavior: url(css/border-radius.htc);
	overflow:hidden;
	position:relative;
	
	
}
.servietteblock .h{
	min-height:228px
}

.servietteblock .textcontainer {
	padding: 10px;
}


#scr_wrapper {
	width:940px;
	position:relative;
	display:inline-block;
}

.acc_navig {


	width:100%;
	height:26px;
	padding-top:10px;
	position:absolute;
	bottom:0px;
	left:0px;
	text-align:center;
}

.acc_navig a{
	width:16px;
	height:16px;
	display:inline-block;
	margin-left:3px;
	margin-right:3px;
	position:relative;
	z-index:99;
}

.acc_navig a.active{
    background:url(../images/akkordeon_punkt_2.gif) no-repeat top left;
}
.acc_navig a.inactive{
    background:url(../images/akkordeon_punkt_1.gif) no-repeat top left;
}


.acc_img {
	display:inline-block;
	position:relative;
}
.not_first {
	position:absolute;
	top:0px;
	left:0px
}


.acc_img div , .servietteblock .navlink{

	opacity: 0.8;
	filter: alpha(opacity=80); 
	-moz-opacity:0.8; 

	display:inline-block;
	padding-top:10px;
	text-align:right;
	font-size:14px;
	position:absolute;
	bottom:0px;
	right:0px;
	padding-right:11px;
	background-color:#FFFFFF;
	color:#000000;
	height:26px;
	width:100%;
	
}


.acc_img div:hover {
	color:#000000;
}

.acc_img div.nolink:hover {
	text-decoration:none;
}



.servietteblock .linkspacer {
	height:36px;
}

.servietteblock h1,.servietteblock h2, .servietteblock h3  {
	background-color:#76B729;
	line-height:35px;
	color:#FFFFFF;
	font-size:14px;
	font-weight:normal;
	padding-left:13px;
	text-transform:uppercase;
	margin-bottom:0px;
}





/* --------------------------- 
 Boxes
 -----------------*/

.w750 { width: 750px; }
.w800 { width: 800px; }
.box_padding { padding: 5px; }

.box_neutral {
    border: 1px solid #a0a0a0;
    color: #000;
    background-color: #fff;
    margin: 5px auto;
}

.box_neutral_noborder {
    color: #000;
    background-color: #fff;
    margin: 5px auto;
}
.box_success {
    border: 1px solid #006734;
    color: #006734;
    margin: 5px 0 15px 0;
    padding: 8px;
    line-height: 1.4em;
    background: #FAFAFA;
}
.box_success a {
    color: #008800;
}
.box_error {
    border: 1px solid #aa0000;
    color: #aa0000;
    margin: 5px 0 15px 0;
    padding: 8px;
    line-height: 1.4em;
    background: #FAFAFA;
}
.box_error a {
    color: #aa0000;
}

.box_error li {
    margin-left: 15px;

}

.box_neutral_links {
    width: 48%;
    background-color: #FAFAFA;
    float: left; 
    margin: 5px 10px 15px 0;
    padding: 0;
    border: 1px solid #a0a0a0;
}

.box_neutral_rechts 	{
    width: 48%;
    background-color: #FAFAFA;
    float: right; 
    margin: 5px 0 15px 10px;
    padding: 0;
    border: 1px solid #a0a0a0;
}

.box_grid_links {
    width: 52%;
    float: left; 
    margin: 0 0 5px 0;
    padding: 0;
    border-right: 1px solid #e0e0e0;
    text-align:left;
}

.box_grid_rechts 	{
    width: 47%;
    float: right; 
    margin: 0 0 5px 0;
    padding: 0 ;
    border: none;
    text-align:center;
}
.legalInfo {color:#666; font-size:10px; padding-top:0px;}

/* --------------------------- 
 CART
 --------------------- */

.product-image-canvas{
    width:120px; 
    margin:0;
    padding:5px 0 5px 0;
    float:left;
    display:block; 
    text-align:center;

    
}
.product-image{width:100px; height:67px; margin:0;}
.articleBox{float:left; margin:0; padding:0;}
.item-options{overflow:hidden;}
.cartaction{margin-top:10px; display:block; }
.tPrice, .sPrice {text-align:right;padding-right:10px;}
.tPrice {font-weight:bold;}
.tPrice_total {font-size: 17px; font-weight:bold; text-align:right;padding-right:10px;}
.inStock span {color:#009900; font-weight:bold;}
.footerSmallText {color:#444; font-size:11px; text-align:center; padding:2px;}
.cartSmallText {color:#555555; font-size:11px; text-align:right; padding-right:10px;}

.smalltext, .smallText {
    color:#555555;
    font-size:10px;
}

.listen-container p.smallText  {line-height:13px;}
.listen-container p.smalltext  {line-height:13px;}
//.content-container p.smallText  {line-height:13px;}
//.content-container p.smalltext  {line-height:13px;}

/* ------------------------------
  Allgemeine Tabellen
  ------------- */
table.step {
    margin:0 auto;
    width: 100%;
    vertical-align:middle;
    background-color: #f0f0f0;
}

table.border_table {
    margin:0 auto;
    width: 100%;
    border: 1px solid #e0e0e0;
    color: #444;
    background-color: #fff;
}

table.step tr td, table.border_table tr td {
    padding: 5px 3px 5px 5px;
}


tr.light {
    background-color:#fafafa;
}

tr.light2 {
    background-color:#ffffff;
}

tr.light3 {
    background-color:#ffffff;
}
tr.marked {
    background-color:#008543;
    color:#FFFFFF;
}

tr.head {
    background-color:#E9E9E9;
    color:#000000;

}

.light td, .light2 td, .marked  td {border-bottom: 1px solid #c0c0c0;}



/* --------------------------- 
 Content
 --------------------------- */
td {
    font-size:13px;
}

table.contentTable {
    margin: 0;
    border-collapse: collapse;
    width: 700px;
}
table.buttonTable {
    margin: 0;
    padding: 0;
    border:none;
}
table.contentTable td, table.contentFullTable td {
    padding: 2px;
    vertical-align:top;
}

table.buttonTable td {
    padding: 0;
    margin: 0;
    vertical-align:top;
}
table.contentFullTable {
    margin: 0;
    width: 100%;
}

table.prod1 {
    margin: 0;
    padding:0;
    width: 365px;
    height: 100%;
    background-color: transparent;
    font-size: 12px;
}

table.varData {
    margin: 0;
    padding:0 ;
    width: 100%;
    height: 100%;
    background-color: #fcfcfc;
    font-size: 12px;
    border: 1px solid #e0e0e0;
    border-collapse: collapse;
}
 
table.col2 {
    margin: 20px 0 10px 0;
    padding: 0;
    border-collapse: collapse;
    width: 460px;
}

table.col2_small {
    margin: 20px 0 10px 0;
    padding: 0;
    border-collapse: collapse;
    width: 335px;
}


table.col2nomargin {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    width: 460px;
}


table.col2nomargin_wide {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    width: 615px;
}
table.col2 th, table.col2_small th { 	
    background: #a0a0a0; 
    color:#000;
    font-weight:bold;
    background: url(../images/col2_bg.png) no-repeat top left;
    height:31px;
    border-bottom: 1px solid #ffffff;
    text-align:left;
    margin: 0;
    padding: 1px 5px 1px 10px;
}
table.col2nomargin_wide th { 	
    background: #a0a0a0; 
    color:#fff;
    font-weight:bold;
    background: url(../images/col2wide_bg.png) no-repeat top left;
    height:31px;
    border-bottom: 1px solid #fff;
    text-align:left;
    margin: 0;
    padding: 1px 5px 1px 10px;
}

table.col2nomargin_wide th.noborder { 	
    border: none;
}
table.col2 td, table.col2_small td, table.col2nomargin td, table.col2nomargin_wide td {
    height:31px;
    border-bottom: 1px solid #c0c0c0;
    text-align:left;
    margin: 0;
    padding: 1px 2px 1px 5px;
}

table.col2 td.top3, table.col2_small td.top3  {
    padding: 5px 0 3px 2px;
    vertical-align: top;
}

table.col2  td.last, table.col2_small  td.last  {
    border:none;
}


table.formArea_wide td,  table.formArea_small td, table.formArea_full td {
    height: 31px;
    margin: 0;
    padding: 2px;
}

table.col2nomargin_wide td {
    border-left: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;

}

input.entryfield {
    height: 18px;
    border: 1px solid #999;

}
input.entryfield:hover {
    border: 1px solid #0077AA;

}





table.col2 td.gray1, table.col2nomargin td.gray1, table.col2nomargin_wide td.gray1 {
    background: #f0f0f0;
}

table.formArea td.gray1, table.formArea_wide td.gray1, table.formArea_small td.gray1, table.formArea_full td.gray1 {
    background: #f0f0f0;
    border-bottom: 1px solid #c0c0c0;
}


div.prod1top { 	
    width: 365px;
    background: #f5f5f5; 
    padding: 0;
    height:20px;
    font-size: 1px;
    -moz-border-top-left-radius: 18px ;
    -webkit-border-top-left-radius: 18px;
    border-top-left-radius: 18px;
    -moz-border-top-right-radius: 18px ;
    -webkit-border-top-right-radius: 18px;
    border-top-right-radius: 18px;
}

div.prod1bottom { 	
    width: 365px;
    background: #f5f5f5; 
    padding: 0;
    font-size: 1px;
    height:20px;
    -moz-border-bottom-left-radius: 18px ;
    -webkit-border-bottom-left-radius: 18px;
    border-bottom-left-radius: 18px;
    -moz-border-bottom-right-radius: 18px ;
    -webkit-border-bottom-right-radius: 18px;
    border-bottom-right-radius: 18px;

}
div.prod1middle { 	
    width: 365px;
    background-color: #f5f5f5;
    min-height:365px;
}

div.prod1middle-noheight { 	
    width: 365px;
    background-color: #f5f5f5;
}

div.prod-links-middle {
    width: 620px;
    height:425px;
    padding: 0;
    margin: 0 10px 0 0;
    font-size: 1px;
}

table.prod1 td { 	
    padding: 2px 1px 2px 15px;
    background-color: transparent;
}
table.varData td { 	
    padding: 5px 1px 2px 1px;
    background-color: transparent;
    border-bottom: 1px solid #e0e0e0;
    font-size: 12px;
}

td.herstlogo { 	
    background-color: #f5f5f5;
    text-align:center;
    bottom: 15px;
    border-bottom: 5px solid #f5f5f5;
}

table.prod1 td.prod1spacer {
    padding: 1px 0 0 0 ;
    margin: 0;
    background-color: #f5f5f5;
    font-size: 1px;
    border-bottom: 2px solid #ffffff;
}

td.prod1dim { color:#555; font-weight:bold; font-size:14px;}
td.prod1name h2 { padding-top:5px; color:#555;font-weight:bold; font-size:15px;}
td.prod1small { color:#555; font-size:12px; line-height: 12px;}
td.prod1price { color:#000; font-weight:bold; font-size:24px; }

img.prod1icon {
    border: 1px solid #e0e0e0;
}

img.prod1icon:hover {
    border: 1px solid #8D4044;
}
table.noborder {
    margin: 0;
    padding:0;
    border: none;
    width: 100%;
}
table.noborder td { 	
    padding: 0 0 0 0;
    border: none;
    text-align: left;
}
}
table.noborder td:hover { 	
    padding: 0 0 0 0;
    border: none;
    text-decoration: none;
}

table.border {
    margin: 0 0 10px 0;
    border-collapse: collapse;
    width: 100%;
}

table.border caption {
    text-align: left;
    font-weight: bold;
    padding: 5px 0 5px 0;
    color: #236271;
}

table.border td, table.border th {
    text-align: left;
    border: 1px solid #c0c0c0;
    padding: 5px 5px;
    vertical-align: top;
}

table.border th, table.border tr.head td {
    background: #ecf7fd;
    font-weight:bold;
}

table.border_gray {
    margin: 1em 0;
    border-collapse: collapse;
    width: 100%;
}
table.border_gray_nomargin {
    margin: 0;
    border-collapse: collapse;
    width: 100%;
}
table.border_gray tr:hover{
    background-color: #F5F5F5;
    /*cursor:pointer;*/
}

table.border_gray .odd{
    background-color:#FFFFFF;
}

tr.pointer:hover{
    cursor:pointer;
}


table.border_gray caption, table.border_gray_nomargin caption {
    text-align: left;
    font-weight: bold;
    padding: 0 0 5px 0;
    color: #236271;
}

table.border_gray td, table.border_gray th, table.border_gray_nomargin td, table.border_gray_nomargin th {
    text-align: left;
    border: 1px solid #ADADAD;
    padding: 2px 2px;
    vertical-align: top;
}

table.border_gray th, table.border_gray tr.head td,  table.border_gray_nomargin th, table.border_gray_nomargin tr.head td{ 
    background: #E0E0E0; 
    font-weight:bold;
}


table.priceInfoBox {
    border: 1px solid #e0e0e0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow:hidden;
    z-index:20; 
    background: #fff; 
    height: 90px;
    margin: 0;
    padding: 0;

}

table.priceInfoBox td,  table.priceInfoBox td.main {
    text-align:right;

}

.nobr {	
    white-space:nowrap;
}

.content-container ul, .listen-container ul {

    padding: 5px 0 4px 25px;
    line-height: 18px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.content-container ul li ul, .listen-container ul  li ul{

    padding: 5px 0 4px 25px;
    line-height: 18px;
    border: none;
}
.content-container ul li, .listen-container ul li {

    padding-bottom: 2px;
}

.content-container li, .listen-container li {

    list-style-type:square ;
    list-style-position:outside;
    line-height: 18px;
}

.content-container p, .listen-container p {

    padding-top: 10px;
    padding-bottom: 5px;
    line-height: 18px;
}

.main_odd {
    border-bottom: 1px solid #e0e0e0; 
}

.rand2 {
    border-left: 1px solid #e0e0e0; 
}

/* --------------------------- 
 Filter
 --------------------------- */
table.filter {
    margin: 0;
    border-collapse: collapse;
	width:100%;
}



table.filterPopup {
    margin: 0;
    border-collapse: collapse;
    width: 500px;
}

table.filter td, table.filter th, table.filterPopup td {
    text-align: left;

}


.colorfilter {
	border:1px solid #A9A9A9;
	margin-right:10px;
	margin-top:10px;
	width:20px;
	height:20px;
	display:inline-block;
		
	
}

/*
.popup_headline { 
	position:relative;
	width: 478px;
	background: #a0a0a0; 
	color:#ffffff;
	font-weight:bold;
	padding: 0 2px 0 20px;
	text-align:center;
	height:31px;
	border-bottom: 1px solid #ffffff;
}
*/

table.filter th { 	
    background: #a0a0a0; 
    color:#ffffff;
    font-weight:bold;
    background: url(../images/filterheaderbg.png) no-repeat top left;
    padding: 0 2px 0 20px;
    height:31px;
    border-bottom: 1px solid #ffffff;
}

table.filterPopup th { 	
    background: #a0a0a0; 
    color:#ffffff;
    font-weight:bold;
    padding: 0 2px 0 20px;
    height:31px;
    border-bottom: 1px solid #ffffff;
}

table.filter td.filterfooter { 	
    width: 220px;
    background: #a0a0a0; 
    color:#ffffff;
    font-weight:bold;
    background: url(../images/filterfooterbg.png) no-repeat top left;
    padding: 0 2px 0 20px;
    height:31px;
    border-top: 1px solid #ffffff;
}

table.filter td.title,  table.filterPopup td.title { 
	font-weight:bold;
    padding: 0 2px 0 5px;
    height:31px;
    vertical-align:middle;
    border-top: 2px dotted #D3D3D3;
}

table.filter td.data,table.filterPopup td.data { 
padding-left:5px;

}


.additional_left {
	padding:5px;
	font-size:12px;
    border-top: 2px dotted #D3D3D3;
	color:#444444;
}

.additional_left h1, .additional_left h2, .additional_left h3 {
	padding-top:5px;
	display:block;
	font-size:13px;
	color:#444444;
	
}



table.filter td.data_more {
    background: #f5f5f5;
    background-image: url(../images/arrow_down.gif) ;
    background-repeat:no-repeat;
    background-position:10px 7px;
    padding-left:25px;
    font-size:11px;
    font-weight:bold;
}

table.filter td.dataspacer, table.filterPopup td.dataspacer  { 
    background: #f5f5f5; 
    color:#555555;
    padding: 0;
    margin: 0;
    height:24px;
    width:10px;
    font-size: 1px;
}

table.filter td.linespacer, table.filterPopup td.linespacer  { 
    background: #f5f5f5; 
    color:#555555;
    padding: 0;
    margin: 0;
    height:8px;
}


.filter-a{background: url(../images/filter_off.gif) no-repeat 0 0}
.filter-c{background: url(../images/filter_on.gif) no-repeat 0 0}



.filter-mehr a, #footer a.mehr{padding-top:0 ; line-height:25px; background:#f5f5f5 ; color:#8D4044; text-decoration:none}
.filter-mehr a:hover, #footer a.mehr:hover{text-decoration:underline;}

.filter-a a, .filter-b a, .filter-c a {
    padding-left:25px;
    color:#555555;
    text-decoration:none;
    background:transparent;

    display: inline-block; 
}

.filter-a a:hover, .filter-b a:hover  , .filter-d a:hover {
    color: #000000;
    text-decoration:underline;
}

.filter-c a:hover {
    text-decoration:none;
    color:#555555;
}

.filter-a span,  .filter-c span  {
    color:#999;
    text-decoration:none;
    line-height: 12px;
}



/* ---------------------------
    Vorschlagliste
   --------------------------- */

div.suggestion {
    cursor:pointer;
    position:relative;
    width: 280px;
    padding: 10px;
    margin: 20px 0 20px 0;
    vertical-align:top;
    border: 1px solid #e0e0e0;
    background: transparent;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px ;

}

div.suggestion:hover {
    border: 1px solid #a50072;
    background: transparent;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px ;

}


/* ---------------------------
   Produkt Grid 
   --------------------------- */
table.product_grid {
    table-layout: fixed;
    width: 700px;
    padding: 0;
    margin-bottom: 20px;
}
table.product_grid_full {
    table-layout: fixed;
    width: 940px;
    padding: 0;
    margin-bottom: 10px;
}


.prod-links-noheight {
    background-color: #fff;
    width: 618px;
    margin: 0;
    padding: 0;
    border: 1px solid #e0e0e0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /* behavior: url(css/border-radius.htc); */
    overflow:hidden;
}




.product_grid td, .product_grid_full td, .product_compare td.product {
    position:relative;
    padding: 0;
    margin: 0;
    text-align: center;
    vertical-align:top;
}

.product_grid td.product_spacer, .product_compare td.product_spacer {
    border:none;
    height: 20px;
    min-height:20px;
    width: 20px;
    margin:0;
    padding:0;
    overflow:hidden;
    /* background-color: #fafafa; */
    background: transparent;
}

.product_grid_full td.product_spacer {
    border:none;
    height: 20px;
    min-height:20px;
    width: 20px;
    margin:0;
    padding:0;
    overflow:hidden;
    /* background-color: #fafafa; */
    background: transparent;
}
.product_grid td.shadow, .product_grid td.shadow_5, .product_grid_full td.shadow_8, .product_grid td.shadow_6{
    -moz-box-shadow:    0 0 6px #ccc;
    -webkit-box-shadow: 0 0 6px #ccc;
    box-shadow:         0 0 6px #ccc;
    background-color: #fafafa;
}


.product_grid td.shadow {
    width: 220px;
}
.product_grid td.shadow_5 {
    width: 122px;
}
.product_grid_full td.shadow_8, .product_grid td.shadow_6  {
    width: 100px;
    background:#fff;
}

.product_grid div.prod, .product_grid div.prod_5 {
    width: 220px;
    position: relative;
    cursor: pointer;
    text-align: left;
    padding: 0;
    margin: 0;
}

.product_grid_full div.prod_8, .product_grid div.prod_6 {
    width: 100px;
    position: relative;
    cursor: pointer;
    text-align: left;
    padding: 0 0 5px 0;
    margin: 0 ;
}

.product_grid div.prod {
    width: 220px;
}
.product_grid div.prod_5 {
    width: 122px;
}
.product_grid_full div.prod_8, .product_grid div.prod_6 {
    width: 100px;
}

.product_grid div.prod_image_container, .product_grid_full div.prod_image_container_8, .product_grid div.prod_image_container_6, .product_grid div.prod_image_container_5 {
    margin: 0;
    padding: 0;
    background-color: #fff;
}
.product_grid div.prod_image_container {
    width: 220px;
}
.product_grid div.prod_image_container_5 {
    width: 122px;
}
.product_grid_full div.prod_image_container_8, .product_grid div.prod_image_container_6 {
    width: 100px;
}

.product_grid div.prod_image_container img {
    margin: 0;
    border: 1px solid #e6e6e6;
}

.product_grid div.prod_text_container {
    padding: 10px;
    min-height: 40px;
}

.product_grid div.prod_data {
    text-align: left;
    padding: 10px;
    position: relative;
}

.product_grid div.prod_data .prod_arrow {
    position: absolute;
    bottom: 0;
    right: 10px;
}

.product_grid .prod_data .imginfo {
    display: none;
}

.product_grid img.neu {
    position: absolute;
    z-index: 99; /* zIndex should be greater than that of shadow's below */
    top: -13px;
    left: 173px;
}

.product_grid img {
    margin-bottom: 10px;
}

.product_grid .divOverlay {
    width: 240px;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: 99;
    -moz-box-shadow:    0 0 6px #666;
    -webkit-box-shadow: 0 0 6px #666;
    box-shadow:         0 0 6px #666;
}

.product_grid .divOverlay a {
    text-decoration: none;
}

.product_grid .tblOverlay {
    table-layout: fixed;
    empty-cells: show;
    border-collapse: collapse;
}

.product_grid .overlay_links {
    width: 10px;
    vertical-align: top;
    padding: 0;
    background-color: #fafafa;
    overflow: hidden;
}

.product_grid .overlay_links img {
    border: 1px solid #e6e6e6;
    margin-bottom: 10px;
}

.product_grid .overlay_rechts {
    width: 10px;
    background-color: #fafafa;
}

.product_grid .overlay_oben {
    width: 220px;
    height: 10px;
    background-color: #fafafa;
}

.product_grid .overlay_mitte {
    width: 220px;
    min-height: 300px;
    background-color: transparent;
}

.product_grid .overlay_unten {
    height: 50px;
    background-color: #fafafa;
    text-align: center;
    vertical-align: middle;
}

.product_grid .overlay_unten p {
    background-color: #76b729;
    border:0px;

    font-size:14px;
    font-weight:normal;
    text-align:center;

    width: 170px;
    margin: 12px auto;
    padding: 7px 10px;
    text-align: center;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    border-radius: 18px;
}

.product_grid .overlay_unten p:hover {
    background-color: #76b729;
}

.product_grid .overlay_unten p a {
    display: block;
    color: #fff;
    /* padding: 8px 10px; */
    outline: 0;
    background-color: transparent;
    text-decoration: none;
}

.product_grid .overlay_unten p a:hover {
    text-decoration: none;
}


.lazy {
    display: none;
}

.btnWarenkorb {
    width: 90px;
    height: 12px;
    margin: 15px auto 0 auto;
    padding: 4px 8px;
    text-align: center;
    -webkit-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-radius: 5px;
    background-color: #fb0018;
    background: -ms-linear-gradient(top, #fb0018 0%, #d60013 100%);
    background: -moz-linear-gradient(top, #fb0018 0%, #d60013 100%);
    background: -o-linear-gradient(top, #fb0018 0%, #d60013 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fb0018), color-stop(1, #d60013));
    background: -webkit-linear-gradient(top, #fb0018 0%, #d60013 100%);
    background: linear-gradient(to bottom, #fb0018 0%, #d60013 100%);
}
.btnWarenkorb:hover {
    background-color: #d60013;
    background: -ms-linear-gradient(top, #d60013 0%, #fb0018 100%);
    background: -moz-linear-gradient(top, #d60013 0%, #fb0018 100%);
    background: -o-linear-gradient(top, #d60013 0%, #fb0018 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d60013), color-stop(1, #fb0018));
    background: -webkit-linear-gradient(top, #d60013 0%, #fb0018 100%);
    background: linear-gradient(to bottom, #d60013 0%, #fb0018 100%);
}
.btnWarenkorb a {
    color: #fff;
    position: relative;
    top: -6px;
}
.btnWarenkorb a:hover {
    text-decoration: none;
}





/* ----------------------------
    Vorschaubilder onMouseOver
   ---------------------------- */
.divPreviewImages {
    display: none;
    width: 60px;
    height: 300px;
    position: absolute;
    left: -72px;
    top: -1px;
    z-index: 100;
    padding: 15px 5px 5px 15px;
    background-color: #fff;
    border-top: 1px solid #8D4040;
    border-left: 1px solid #8D4040;
    border-bottom: 1px solid #8D4040;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}


/* --------------------------- 
 Forms
 --------------------------- */

div.search_small {
    float:right;
    padding-left:10px;
    border: none;
    width:280px;
}
.search_small input, .search_small button {
    border: none;
    float: left;
    
}

#input_wrapper_small {
    width: 280px;
    height: 35px;
    background: url(../images/search_bg_large.png) no-repeat top left;
}

.input_wrapper_filter_small {
    width: 60px;
    height: 24px;
    background: url(../images/filter_search.png) no-repeat top left;
}

.input_wrapper_filter_170 {
    width: 170px;
    height: 24px;
    background: url(../images/filter_search170.png) no-repeat top left;
}

.content_paging select {
    border: 1px solid #a0a0a0;
    width: 150px;
    height: 22px;
    padding: 1px;
    margin-top: -2px;
}

.data input.price {
    width: 50px;
    height: 22px;
    background: transparent;
    border: none;
    float: left;
    padding: 2px 2px 0 5px;
    color: #909090;
    line-height: 17px;
}
 
.search_small input.box_small {
    color: #909090;
    width: 236px;
    height: 26px;
    padding: 0;
    background: transparent;
    margin-top: 4px;
    margin-right: 0;
    margin-left: 23px;
    line-height:18px;
    
}
.search_small button.btn_small {
    margin: 0;
    width: 21px;
    height: 29px;
    cursor: pointer;
    text-indent: -9999px;
    background: #fff url(../images/search_bg_large.png) no-repeat top right;
}

.search_small input.btn_small {
    margin: 0;
    width: 21px;
    height: 29px;
    cursor: pointer;
    text-indent: -9999px;
    background: #fff url(../images/search_bg_large.png) no-repeat top right;
}





table.w615 {
    width: 620px;
}
table.w300 {
    width: 300px;

}
table.w940 {
    width: 940px;

}
table.w615 th {
	background-color:#76B729;
}
table.w618 th {
	background-color:#76B729;
}

table.w940 th {
	background-color:#76B729;
}

table.w300 th {
	background-color:#76B729;
}

table.formAreaTable {
    padding: 0;
	border-spacing: 0px;

	border:1px solid #CECECE;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
	behavior: url(css/border-radius.htc);
	overflow:hidden;

}

table.formAreaTable tr.bb {

}

table.formAreaTable th {

	-moz-border-radius-topright: 13px;
	-webkit-border-top-right-radius: 13px;
	border-top-right-radius: 13px;

	-moz-border-radius-topleft: 13px;
	-webkit-border-top-left-radius: 13px;
	border-top-left-radius: 13px;
	behavior: url(css/border-radius.htc);	

	border-left:0px;
    color:#fff;
    font-weight:normal;
    height:37px;
    text-align:left;
    margin: 0;
    padding: 0px 5px 0px 10px;
}

table.formAreaTable th.tableHeading_first { 	
	background-color:#CECECE;
	color:#444;
}
table.formAreaTable th.tableHeading { 	
	background-color:#CECECE;
	color:#444;
}
table.formAreaTable th.tableHeading_last { 	
	background-color:#CECECE;
	color:#444;
}


table.formAreaTable td {

}



table.formAreaTable td.gray {
    
}
table.formAreaTable td.gray1 {
    
}
table.formAreaTable td.gray2 {
    
}
table.formAreaTable td.white {
    
}

table.formAreaTable td.bb {
    border-bottom: 1px solid #cecece;

}
table.formAreaTable td.br, table.formAreaTable th.br {
    border-right: 1px solid #fff;

}

table.formAreaTable td.right {
    text-align:right;
}

table.formAreaTable td.gray2_footer {

}

table.formAreaTable td.border {
    border-bottom: 1px solid #fff;
}

table.formAreaTable td.padding {
    padding: 7px;
    
}
/* --------------------------- */



/* --------------------------- 
 Live-Suche
/* --------------------------- */

.ac_results {
    font: 13px Arial, Helvetica, sans-serif;
    color: #444;
    margin-top:1px;
    padding: 0;
    width: 280px;
    margin-left:-21px;
    overflow: hidden;
    z-index: 9999999999999;
    border-bottom-width: 0;
    background: #fff;
    border:2px solid #cccccc;
    -webkit-border-radius: 5px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius: 5px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-radius: 5px;
    border-top-left-radius:3px;
    border-top-right-radius: 3px;
}

.ac_results ul {
    width: 280px;
    list-style-position: outside;
    list-style: none;
    padding: 0 0 4px 0;
    margin: 0;
    min-height:80px;
}

.ac_results li {
    margin: 0px;
    padding: 1px 1px 1px 3px;
    cursor: default;
    display: block;
    /* 
    if width will be 100% horizontal scrollbar will apear 
    when scroll mode will be used
    */
    /*width: 100%;*/
    font: 11px Arial, Helvetica, sans-serif;
    /* 
    it is very important, if line-height not setted or setted 
    in relative units scroll will be broken in firefox
    */
    line-height: 16px;
    height: 17px;
    overflow: hidden;
}

.ac_loading {
    background-color:#fafafa; 
}

.ac_title {
    color:#444;
    border-bottom: 1px solid #eaeaea;
    background-color:#f4f4f4;
}

.ac_odd {
    overflow:hidden;
    background-color:#fafafa; 
}

.ac_even {
    overflow:hidden;
    background-color:#fcfcfc; 
}

.ac_over {
    color:#fff;
    background-color:#852828;
}

.ac_input {
    outline-color: transparent;
}

#liveSearch{
    line-height:25px;

}
/* --------------------------- */


/*
/* ---------------------------- */

.strong_main, .sm {
    font-weight: bold;
}

.formAreaTitle {
    font-weight: bold;
}
table.formArea {
    border: 1px solid #a0a0a0;
    padding: 6px;
    line-height: 26px;
}

table.formArea_full {
    border: 1px solid #a0a0a0;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    width: 100%;
}

table.formArea_wide {
    border: 1px solid #a0a0a0;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    width: 622px;
}

table.formArea_small {
    border: 1px solid #a0a0a0;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    width: 300px;
}

.top_link {
    margin-bottom: 10px;
    color:#000000;
    font-weight:bold;
    font-size:15px;
}

.top_link a {
    color:#000000;
    font-weight:bold;
    font-size:15px;

}

.top_link a:focus{ color: #000000; }
.top_link a:hover { color: #000000; text-decoration:none;}
.top_link a:active { color: #000000; }

/* ------------------------------- */

.contractError {
    color:#990000;
}


.auszahlung {
    font-weight: bold;
    color:#aa0000;
    white-space:nowrap;
}

#helpcontainer {
    width:600px;z-index:2;visibility:hidden;position:absolute;
}
.helpbox {
    background-color:#f0f0f0;border-color:#a0a0a0;border-width:1px;border-style:solid;
}

.contracthelp {
}

.contracthelp li {
    margin-left:20px;
}


/* -------------- ORDER STEPS -----------*/
#ordersteps {
    background-image:url('../images/ordersteps_bg.gif'); 
    background-repeat:repeat-x;
    height:30px;
    color:#888;
    border:solid 1px #e9e9e9;
    width:99%;
    overflow:hidden;
    margin:0px;
    padding:0px;
}

#ordersteps li {
    list-style-type:none;
    padding-left:10px;
    line-height:30px;
    height: 30px;
    display:inline-block;
    float:left;
    background-image:url('../images/ordersteps_separator.gif'); 
    background-repeat:no-repeat; 
    background-position:right;
    padding-right: 15px;
    text-decoration: none;
    color:#333333;
    outline:none;
}

#ordersteps a:hover {
    color:#35acc5;
}


#navordersteps {
    height:39px;
    /* background: url(../images/hmenuspacer.png) no-repeat top right; */
    background-color:transparent;
    color:#d0d0d0;
    padding: 0;
    float: left;
    border-left: 2px groove  #a0a0a0;
}


#navordersteps li {
    padding: 0 5px 0 5px;
    margin: 0 ;
    list-style-type:none;
    padding-left:10px;
    height: 37px;
    line-height: 35px;
    display:inline-block;
    float:left;
    padding-right: 15px;
    text-decoration: none;
    color:#d0d0d0;
    outline:none;
}

#navordersteps span.current {
    color: #FFFFFF;
}

.infoBoxHeadingBroadActive:hover {
    text-decoration:none;
}

div.boxhead {
    background-image:url('../images/banner_head.png');
    height:10px;
}
div.boxbody {
    background-image:url('../images/banner_spacer.png');
    padding-left:20px;
    padding-right:10px;
}

div.boxfoot {
    background-image:url('../images/banner_footer.png');
    height:10px;
}


/* --------------------------------------------------------------------------- */

table.border_gray_new {
    border-spacing:0px 0px;
    border-collapse:collapse;
    width: 100%;
}

table.head_bg {
    background-color:#B2B2B2;
    background: url(../images/th618_bg.png) no-repeat 1px 0px;
    width:619px;
}






table.head_bg2 {
    background-color:#B2B2B2;
    background: url(../images/th698_bg.png) no-repeat 1px 0px;
    width:699px;
 
}

table.border_gray_new tr th, table.border_gray_new tr th {
    color:#FFFFFF;
    text-align:left;
    white-space:nowrap;
    padding-left:10px;
    padding-right:10px;
    height:31px;

    border-left:1px solid #FFFFFF;
    border-bottom:1px solid #FFFFFF;
}


table.product_container tr td{
    border-bottom:1px solid #FF0000;
    border-left:1px solid #FF0000;
}

table.product_container tr td.image_container{
    height:106px;
    width:141px;
    background: url(../images/warenkorb_bg.png);
    padding:0px;
    border:0px;
}

table.border_gray_new tr td{
    color:#444444;
    padding-left:10px;
    padding-right:10px;
    height:40px;
    vertical-align:middle;   
    border-left:1px solid #FFFFFF;
    border-bottom:1px solid #FFFFFF;
}

table.border_gray_new tr td a{
    color:#444444;

}


table.border_gray_new tr.hover:hover {
    background-color:#DFDFDF;
}


table.border_gray_new tr.odd {
    background-color:#F5F5F5;
}

table.border_gray_new tr.even {
    background-color:#EBEBEB;
}


/* -------------------- HOVERPIC ----------*/

#lieferumfang_hoverpic {
    z-index: 7000;
}

/* -------------------- ZOOM ----------*/


/* Style of the main image */
.MagicZoom img {
border: 0 !important;
padding: 0 !important;
margin: 0 !important;
}

/* tyle of the hint text and image */
.MagicZoomHint {
display:none;
}

/* Style to hide external title on a page. Only needed for #id method */
.MagicZoomExternalTitle {
display: none;
}

/* Style of the zoomed image */
.MagicZoomBigImageCont {
border: none;
}

/* Style of text on the zoomed image */
.MagicZoomHeader {
font-size: 10pt !important;
line-height: normal !important;
color: #fff;
background: #666;
text-align: center !important;
}

/* Style of square magnify area under the cursor */
.MagicZoomPup {
border: none;
background: #fff;
cursor: move;
}

/* Style of loading message and icon shown during load */
.MagicZoomLoading {
border: 1px solid #ccc;
/* background: #fff url(../images/loader.gif) no-repeat 2px 50%; */
background-color: #fff;
padding: 4px 4px 4px 4px !important;
margin: 0;
text-decoration: none;
text-align: left;	
line-height: 1.5em;
font-size: 8pt;
font-family: sans-serif;
color: #444;
}

/* Style of shadow effect behind zoomed image */
.MagicBoxShadow {
border: none;
}

/* Style of glow effect behind zoomed image */
.MagicBoxGlow {
border: none;
}




/************** HEADER ************/
    #new_nav{

    }
    .new_nav_sub_link {
		text-transform:uppercase;
		display:inline-block;
		height:36px;
		padding-left:10px;
		padding-right:10px;
	
	}


    .new_nav_sub_link:link,
    .new_nav_sub_link:hover,
    .new_nav_sub_link:visited,
    .new_nav_sub_link:focus,
    .new_nav_sub_link:active
    {
        color:#000000;
		text-decoration:none;
    }
    


    .new_nav_sub {
		display:inline-block;
        /*padding-left:10px;
        padding-right:10px;*/
        float:left;
        line-height:36px;
        overflow:hidden;
        font-size:12px;
        border-right: 2px groove #c0c0c0;
        background-image:none;
        background-repeat:no-repeat;
        background-position:center bottom;

    }

    .new_nav_sub:hover{
        background-image:url(../images/arrow_new_menu.png);
        background-repeat:no-repeat;
        background-position:center bottom;
    }



	.new_nav_sub_plain{
        line-height:36px;
        overflow:hidden;
        float:left;
        font-size:13px;
    }

    
    .new_nav_sub_hidden{
		z-index:9999;
        display:none;
        position:absolute;
        width:938px;
        -webkit-box-shadow: 0 0 6px #666;
        box-shadow: 0 0 6px #666;
        box-shadow: 0 0 6px #666;
    }


	.alpha_background {
		background-color:#ffffff;
		display:inline-block;
		position:absolute;
		width:100%;
		height:100%;
		opacity: 0.9;
		filter: alpha(opacity=90); 
		-moz-opacity:0.9; 



	}
	
	
	.submenu_column {
		margin: 10px 0 10px 10px;
		width:220px;
		float:left;
		line-height:16px;
	}

	.submenu_column, .submenu_column:hover, .submenu_column:link,.submenu_column:visited,.submenu_column:focus , .submenu_column:active   {
		text-decoration:none;
		color:#000000;
	}

	.submenu_block {
		width:100%;
		#border-right:2px groove #e0e0e0;
		font-weight:bold;
		margin-top:5px;
        padding-bottom:5px;
	}

	.submenu_block img {
		margin-right:5px;
	}

	.submenu_block  {
		text-decoration:none;
		color:#000000;
	}
	.submenu_block  a {
        text-decoration:none;
    }
    
	.submenu_block  a:hover span{
        text-decoration:underline;
    }    
    
	.submenu_item {
		padding-top:3px;
		margin-bottom:2px;
		font-weight:normal;
	}

	.submenu_item, .submenu_item a, .submenu_item table, .submenu_item:hover, .submenu_item:link,.submenu_item:visited,.submenu_item:focus , .submenu_item:active   {
		text-decoration:none;
		color:#000000;
	}

	.submenu_item table td {
       vertical-align:bottom;
	}

    #headerMitteTable_new{
        padding: 0;
        height: 65px;
        margin-top:5px;
        padding-left:30px;
    }
    
    #headerMitte_new{
        float: left;
        width: 499px;
        padding: 0px 1px 0 15px;
        margin: 0;
        display: inline;
        height:70px;
    }
    

    
    #input_wrapper_small_new{
        width: 280px;
        height: 35px;
        background: url("images/search_bg_small_big_new.png") top left no-repeat;
    }
    
    .search_small_new input.btn_small{
        margin: 0;
        width: 28px;
        height: 29px;
        cursor: pointer;
        text-indent: -9999px;
        background: #e9e9e9
        background: url("images/search_bg_small_big_new.png") no-repeat top right;		
    }
    
    div.search_small_new {
        float: right;
        border: none;
        width: 189px;
    }
    
    
    #hmenu_home_new{
        padding: 0;
        margin: 0;
        height: 37px;
        width: 42px;
        float: left;
        background: #a0a0a0 url(images/hmenuhome.png) no-repeat top left;		
    }
    

    


    @-webkit-keyframes fadeIn {
        0% { visibility: hidden; }
        20% { visibility: hidden; }
        40% { visibility: hidden; }
        60% { visibility: visible; }
        80% { visibility: visible; }
        100% { visibility: visible; }
    }

    @keyframes fadeIn {
        0% { visibility: hidden; }
        20% { visibility: hidden; }
        40% { visibility: hidden; }
        60% { visibility: visible; }
        80% { visibility: visible; }
        100% { visibility: visible; }
    }
        
    .new_nav_sub:hover > .new_nav_sub_hidden{
        left:00px;
        top:90px;
        color:#444;
        border:1px solid #b0b0b0;
        border-radius:4px;
        display:block;
        -webkit-animation-name: fadeIn;
        -webkit-animation-duration: 1s;
        -moz-animation-name:fadeIn;
        -moz-animation-duration: 1s;
        animation-name: fadeIn;
        animation-duration: 1s;
    }
        
	
    

    

    
    .sub_wide_new li a:hover {
        color:#444;
        text-decoration:underline;
    }
    
    #headerLinks_new{
        height:85px;
        width:236px;
        float:left;
    }
    
    .small_color_img{
        padding-right:5px;
    }
    
    #tepgo_logo_small{
        opacity:0;
    }
    
    #hidden_manufacturers{
        display:none;
    }
    
    .hidden_forms{
        display:none;      
    }
    

    

    
    .nav_sub_headline{
        font-size:14px;
        margin-bottom:-3px;
        padding-bottom:-3px;
        color:#444 !important;
        font-weight:bold !important;
    }
    
    .nav_sub_headline:link,
    .nav_sub_headline:hover,
    .nav_sub_headline:visited,
    .nav_sub_headline:focus,
    .nav_sub_headline:active
    {
        color:#444 !important;
        text-decoration:none;
    }

    #hide_buttons{
        background-color:#fff;
        position:absolute;
        top:0px;
        height:77px;
        width:100%;
        z-index:51;
        display:none;
    }


	#navigation_new {


		-moz-border-radius-topright: 13px;
		-webkit-border-top-right-radius: 13px;
		border-top-right-radius: 13px;
	
		-moz-border-radius-topleft: 13px;
		-webkit-border-top-left-radius: 13px;
		border-top-left-radius: 13px;
		behavior: url(css/border-radius.htc);
		
		overflow:hidden;
	}

	.simple_menu {
		-moz-border-radius-bottomright: 13px;
		-webkit-border-bottom-right-radius: 13px;
		border-bottom-right-radius: 13px;
	
		-moz-border-radius-bottomleft: 13px;
		-webkit-border-bottom-left-radius: 13px;
		border-bottom-left-radius: 13px;
		behavior: url(css/border-radius.htc);
		
		margin-bottom:11px;
	}


    
    #navigation_new_wrap{
		
        font-size: 13px;
        height: 36px;
        background: #D0D0D0 url(../images/hmenubg.gif) repeat-x top;
    }
    



    .manufactuerer_image_head{
        padding-bottom:5px;
    }



/* ----------------------------------- 
   Gutscheine
------------------------------------- */


.gutschein_banner_listing {
    width: 698px; 
    border: 1px dashed #555; 
    background-color: #fff;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    border-radius: 5px; 
    padding: 0; 
    margin:0;
}

.gutschein_banner_produkt {
    width: 620px; 
    border: 1px dashed #555; 
    background-color: #fff;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    border-radius: 5px; 
    padding: 0; 
    margin:0;
    text-align: left;
}

.gutschein_banner_listing table, .gutschein_banner_produkt table {
    border:none; 
    padding:0px; 
    margin:0px; 
    border-spacing: 0px;
}

.gutschein_banner_listing table td.linkespalte {
    padding:10px 5px 10px 15px;
}
.gutschein_banner_listing table td.rechtespalte {
    padding-right:10px;
    width:280px;
}

.gutschein_banner_produkt table td.linkespalte {
    padding:10px 5px 5px 10px;
}
.gutschein_banner_produkt table td.rechtespalte {
    padding-right:5px;
    width:200px;
    font-size:12px;
}

.gutschein_banner_codewrap {
    min-width: 200px; 
    border: 1px dashed #a00000; 
    background-color: #f5f5f5;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    border-radius: 5px; 
    padding: 5px 2px 5px 5px; margin:0;  
    text-align:center; 
    font-size:16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.gutschein_banner_code {
    color: #000;
    font-weight:bold;
    padding-left: 5px;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    -o-user-select: text;
    user-select: text;
}

.gutschein_banner_prolog {
    color:#000;
    font-weight:bold;
    text-align:left;

}
.gutschein_banner_prozvalue {
    color:#c00000;
    font-size:64px;
    font-weight:bold;
    text-align:left;

}
.gutschein_banner_addon {
    color:#000;
    font-size:42px;
    font-weight:bold;
    text-align:left;

}
.gutschein_banner_epilog {
    text-align:left;
    font-size:16px;
}





.payment_head {

}


.payment_head label {
	cursor:pointer;
}
 

#klarna_filler {
	border-bottom:1px solid #999999;
}


.payment_disabled {

	border-right:1px solid #999999;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-bottom:1px solid #999999;

    -moz-border-radius-topleft: 5px; 
    -webkit-border-top-left-radius: 5px; 
    border-top-left-radius: 5px;

    -moz-border-radius-topright: 5px; 
    -webkit-border-top-right-radius: 5px; 
    border-top-right-radius: 5px;

	background-color:#F5F5F5;

}


.payment_enabled {

	border-right:1px solid #999999;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-bottom:1px solid #FFFFFF;
    -moz-border-radius-topleft: 5px; 
    -webkit-border-top-left-radius: 5px; 
    border-top-left-radius: 5px;

    -moz-border-radius-topright: 5px; 
    -webkit-border-top-right-radius: 5px; 
    border-top-right-radius: 5px;

	background-color:#FFFFFF;

}


.checkout_own_head{
	font-size:13px;
	font-weight:bold;
	height:31px;
	padding: 0px 5px 0px 10px;
}

.checkout-border {
	border-right:1px solid #999999;
	border-left:1px solid #999999;
	border-bottom:1px solid #999999;
}

td[name="tab"] {

}





/* Startseite */

#navig_container {
	z-index:100;
	font-size:15px;
	position:absolute;
	top:20px;
	left:0px;
}


.main_banner_navig {


}


.main_banner_navig a {
	background-color:#FFFFFF;
	opacity: 0.8;
    filter: alpha(opacity=80); 
    -moz-opacity:0.8; 
	margin-bottom:3px;
	display:block;
	padding-left:14px;
	padding-right:14px;
	padding-top:3px;
	padding-bottom:3px;
	font-size:13px;

	color:#7B231F;
	font-style:italic;
	font-weight:bold;
	text-decoration:none;
}





.startseite_block {
	display:inline-block;
	margin-right:14px;
	margin-bottom:14px;
}

.block_banner:hover {
	opacity: 0.9;
    filter: alpha(opacity=90); 
    -moz-opacity:0.9; 
}

.block_link {
	padding-top:4px;
	padding-bottom:4px;

	color:#000000;
	font-size:16px;
	text-align:right;
	width:100%;
	display:block;
	background-color:#FFFFFF;
	position:absolute;
	bottom:0px;
	
    opacity:0.9;
    filter: alpha(opacity=90); 
    -moz-opacity:0.9; 

}









.featurepage {
	display:inline-block;
	width:172px;
	line-height:32px;
	text-align:left;
	padding-left:40px;
	color:#000000;
	background-color:#transparent;
}

.featurepage:hover {
	color:#000000;
	text-decoration:none;
	opacity: 0.9;
    filter: alpha(opacity=90); 
    -moz-opacity:0.9; 
}


#scroller_container {
	height:118px;
	overflow:hidden;
	position:relative
}

#scroller_left {
	width:218px;
	position:absolute;
	top:-118px;left:0px;
}

#scroller_left img, td.scroll img{
	margin:0px;
	padding:0px;
}

.ui-tooltip-content {
    font-size:12px;
}


.tt_box {
    font-size:11px;
	color:#444444;
}

.tt_box h1,.tt_box h2, .tt_box h3 {
	color:#444444;
    font-size:12px;
	font-weight:bold;
}

.tt_box ul{
	padding-left:30px;
}




table tr td.prod_contact {
	padding:10px 0 10px 15px;
	margin-top:10px;
	border-top:1px dotted #000000;
	border-bottom:1px dotted #000000;
}

td.prod_contact span {
	color:#8D4044;font-weight:bold;
}

td.prod_contact input {
	margin:0;
	height:30px;
	padding:5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

td.prod_contact  table {
	margin-top:10px;
	width:325px;
}

td.prod_contact  table  tr td {
	padding:2px 1px 2px 0px;
}
