
/* THE BIG GUYS */
* {
    margin:0;
    padding:0
}

body {

    /*	font-family:Arial, Sans-serif; */
/*    font: 12px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; */
	
    
/*	font-family: Arial,Verdana,Tahoma;  */
	font-family: Dejavu Sans; 

	/* font-family:'DejaVu Sans';*/
/* font-family: 'Muli', sans-serif; */
	font-size:16px;
    margin: 0 auto;
  /* margin:0px 10px 0px 50px; */
    padding:0;
    /* background-image:url(images/background.jpg); */
    background-repeat: repeat;
     color:#504F43;
    /* background-color:#eee; */
    line-height:22px;
} 
/*body {
    color:#504F43;
    font-family:Arial,Verdana,Sans-serif;
     font-size:13px;
     margin:0 auto;
     padding:0;
     background-image:url(stylesheet_FILES/bg_hellred.png);
 background-color:#FFFFFF;
}
*/
/* HEADINGS */
h1 {
    color:#000000;
    font-weight:bold;
    font-size:18px;
    margin:20px 0px 15px 0px;
    padding:0px;
    width:auto;
    border-style:solid;
    border-width:0px 0px 1px 0px;
    border-color:#ccc;
    padding-bottom:8px;
}
h2 {
    color:#000000;
    font-weight:bold;
    font-size:16px;
    margin:15px 0px 8px 0px;
    padding:0px;
}
/* LINKS GLOBAL */
a, a:link, a:link, a:link, a:hover {
    background:transparent;
    text-decoration:none;
    cursor:pointer
}
a:link {
    color:#F19300
}
a:visited {
    color:#F19300
}
a:hover, a:active {
    color:#F19300
}
a:hover {
    color:#555;
    text-decoration:underline;
}
a img {
    border:none
}
/* INPUT ELEMENTS GLOBAL (CSS 1 compatible) */
input {
    font-family:Arial, Sans-serif;
    font-size:12px;
}
textarea {
    font-family:Arial, Sans-serif;
    font-size:12px;
    border:1px solid #666;
    padding:10px;
    background:url(img/input_bg.html) no-repeat;
}
select {
    font-family:Arial, Sans-serif;
    font-size:12px;
    border:1px solid #666;
}
/* INPUT ELEMENTS DETAILED (CSS 2 compatible - works only in new browsers (FF 2.0, IE 7...) */
input[type=text], input[type=password] {
    border:1px solid #666;
    padding:2px;
    background:url(img/input_bg.html) no-repeat;
}
/* PARAGRAPH GLOBAL */
p {
    margin:8px 0px 8px 0px
}
/* FAKE HR DIV CAUSE OF IE TROUBLES */
div.hr {
    padding-top:1px;
    height:0;
    overflow:hidden;
    margin:0;
    line-height:0px;
    background-color:#4E4E4F
}
div.hrlightgrey {
    padding-top:1px;
    height:0;
    overflow:hidden;
    margin:0;
    line-height:0px;
    background-color:#999999
}
div.hrproductpreview {
    padding-top:1px;
    height:0;
    overflow:hidden;
    margin:12px 0px 12px 0px;
    display:inline;
    height:0px;
    line-height:0px;
    display:block;
    background-image:url(img/hr_productpreview.html)
}
/* TABLE GLOBAL */
table td {
    padding:2px;
}
/* WHOLE SITE WRAPPER */
#wrap {
   /* margin: 0px 5px 5px 5px; */
    margin: 0 auto;
    width:1049px;
    background-color:#fff;
    border-style:solid;
    /*border-style:dashed; */
    border-color:#CCCCCC;
    border-width:0px 1px 1px 1px;
    margin-bottom:10px;
   /* box-shadow: 2px  2px 2px 2px #CCCCCC;*/
    box-shadow: 0 0 0px 0px #ccc;

}
/* HEADER WITH LOGO, SEARCH BOX AND LANGUAGE SELECTION */
#header {
    height:145px;
    width: 1049px;
    background: #fff url("images/library-hannover.png") no-repeat; */
 /*   background-color:#AD4C79; */
    border-bottom: 1px solid #333;
    border-top: 0px solid #fff;
    border-bottom:1px solid #fff;
}
#header #logo {
    float:left
    
}
 #logo {
    float:left;
    padding:30px 0px 0px 60px;
    font: 30pt;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    color: #D02828;
}
#header #search {
    width: 230px;
    height:75px;
    float:right;
    color:#fff;
    padding:30px 0px 0px 60px
}

#sichereinkaufen{
float:right;

}

#header #search a {
    color:#fff;
    font-size:11px;
}
#header td {
    padding-top:1px;
    padding-right:4px;
}
/* BREADCRUMB PATH AS LIST */
#breadcrumb {
    clear:both;
    color:#c64934;
    padding:1px 0px 10px 15px;
    list-style-type:none;
    background-color:#fff;
    height:22px;
    background-image:url(img/bg_breadcrumb.html);
    background-repeat:repeat-x;
    font-size:11px;
}
#breadcrumb a, #breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:hover, #breadcrumb a:active {
    line-height:23px;
    text-decoration:none;
    font-weight:normal;
    cursor:pointer;
    color:#333333;
    margin:0;
    padding:0;
}
#lang {
float:right;
margin:8px 10px 0px 0px;

}

/* TOPMENU AS LIST */
#topmenuwrap {
 
   /*background: url("images/menu-hintergrund.jpg") repeat-x scroll 0 0 transparent;*/
 
     width:1044px;
      /*background: #ACBE31; */
      background:#eee;
      text-align:right;
    height:36px;
      padding: 5px 5px 0px 0px;
   /* color:#FFFFFF;*/
  
  
background: #eeeeee; /* Old browsers */
background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* IE10+ */
background: linear-gradient(to bottom, #eeeeee 0%,#cccccc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
  
}
#topmenu {

    font: 16px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    float:right;
    padding:0px 0px 0px 0px;
    margin:5px 10px 0px 0px;
    list-style-type:none;
    height:36px;
    color:#fff;
    /*font-size:13px;*/
    line-height:10px;
 /*   background-color:#D02828;*/
    
 
/*
    font: 12pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    font-size:18px;

    color:#fff;
    text-shadow: -1px -1px 0 #333,1px 1px 0 #ccc;
    text-transform:uppercase;
*/

   
}
#topmenu li {
    height:26px;
    float:left;
    padding: 0px 25px 0px 25px;
    margin:0px 0px 0px 0px;
    background-color:#ACBE31;
    background-position:right;
  

    text-shadow: -1px -1px 0 #333,1px 1px 0 #ccc;
    text-transform:uppercase;
  
}
#topmenuwrap a, #topmenuwrap a:link, #topmenuwrap a:visited, #topmenuwrap a:hover, #topmenuwrap a:active {
    line-height:20px;
    vertical-align:middle;
    text-decoration:none;
    /*font-weight:bold; */
    cursor:pointer;
    color:#000;
    margin:0;
    padding:0;
}

strong.navioben {
 color:#fff;
 text-decoration:underline;

}
strong.mainnavi {
color:#000;
text-decoration:underline;

}
#topmenu a:hover {
    color:#ccc;
}
/* LANGUAGE SELECTION IN TOPMENU LIST */
#languages {
    text-align:right;
    height:16px;
    font-size:13px;
    background-color:#D02828;
    padding: 10px 10px 0px 0px;
    margin:0;
}
/* CONTENT WRAPPER */
#contentwrap {
    clear:both;
    width:1042px;
    padding:0;
}
/* LEFT COLUMN */
#leftcol {
    float:left;
    width:200px;
    padding:0px 0px 15px 0px;
}
/* RIGHT COLUMN */
#rightcol {
    float:right;
    width:200px;
    padding:0px 0px 15px 0px;
}
/* MAIN CONTENT */
#content {
    float:left;
    width:585px;
    padding:0px 25px 0px 25px;
    margin-bottom:15px;
}
#contentfull {
    width:1049px;
    padding:0px 0px 0px 0px;
    margin-bottom:0px;
}
/* CATEGORY MENU */
p.categoryheader {
    background-color:#D02828;
    height:28px;
    font-size:12px;
    color:#000;
    padding:2px 8px 0px 8px;
    margin:0;
    line-height:28px;
    vertical-align:middle;
}
p.categoryheader a {
    text-decoration:none;
    color:#D02828;
}
ul#categorymenu {
     /*font: 14px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;*/
 /* font: 14px Arial,Helvetica,Geneva,sans-serif;*/
    background-color:#000;
    margin-bottom:15px;
 
    /* border: solid #ccc; */
   border: solid #fff;
    border-width:0px 1px 1px 1px;
}
/* 1st TIER */
ul#categorymenu li.levelm1 {
    list-style-type:none;
    border: solid #fff;
    color:#504F43;
    border-width:1px 0px 0px 0px;
    
}
ul#categorymenu li.levelm1 a {
    border-bottom: 1px dotted #CCCCCC;
    text-decoration:none;
     color:#504F43;

    background:#fff;
   /* font-weight:bold;*/
    padding:4px 0px 4px 6px;
    display:block;
    margin-left:0px;
    
}
ul#categorymenu li.levelm1 a:hover {
    text-decoration:none;
     /* color:#333; */
    /* background-color:#FFAB84; */
    font-weight:bold;
}

 a:active {
 
  text-decoration:underline;

}

 
/* 2nd TIER */
ul#categorymenu li.levelm2 {
    list-style-type:none;
    border: solid #fff;
    border-width:1px 0px 0px 0px;
}
ul#categorymenu li.levelm2 a {
    text-decoration:none;
    /*color:#D02828;*/
    background: url(images/roter-punkt.html) no-repeat 2px 3px #fff;
    
    /*background: url(img/dotted1.gif) no-repeat 8px 9px #e1e1e1;*/
    /*font-weight:bold; */
    padding:4px 0px 4px 18px;
    display:block
}
ul#categorymenu li.levelm2 a:hover {
    text-decoration:none;
    color:#333;
    background-color:#fff;
    font-weight:bold;
}

ul#categorymenu li.levelm2 {
        list-style-type:none;
        border: solid #fff;
        border-width:1px 0px 0px 0px;
}

ul#categorymenu li.levelm2cur {
        list-style-type:none;
        border: solid #fff;
        border-width:1px 0px 0px 0px;
}


ul#categorymenu li.levelm2cur a  { 
    list-style-type:none;        
    text-decoration:none;
        color:#000;
        background: url(stylesheet_FILES/dot.html) no-repeat 2px 3px #fff;
    font-weight:bold;
        padding:4px 0px 4px 18px;
        display:block;

}



/* 3rd TIER */
ul#categorymenu li.levelm3 {
    list-style-type:none;
    border: solid #fff;
    border-width:1px 0px 0px 0px;
}
ul#categorymenu li.levelm3 a {
    text-decoration:none;
    color:#333;
    background: url(img/dotted1.html) no-repeat 16px 9px #c7c7c7;
    font-weight:bold;
    padding:4px 0px 4px 26px;
    display:block
}
ul#categorymenu li.levelm3 a:hover {
    text-decoration:none;
    color:#333;
    background-color:#ccc;
    font-weight:bold;
}
/* BOXES GLOBAL DEFINITION */

p.boxvnHeader {
    background-color:#D02828;
    height:28px;
    font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    font-size:14px;
    color:#FFF;
    padding:2px 8px 0px 8px;
    margin:0;
    line-height:28px;
    vertical-align:middle;
}

p.boxheader {
    background-color:#D02828;
    height:28px;
    font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    font-size:14px;
    color:#FFF;
    padding:2px 8px 0px 8px;
    margin:0;
    line-height:28px;
    vertical-align:middle;
}
p.boxheader a:link, p.boxheader a:hover, p.boxheader a:active, p.boxheader a:visited {
    font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    text-decoration:none;
    color:#ffffff
}

p.boxheaderseo {
    /*background-color:#D02828; */
    height:28px;
    font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    font-size:16px;
    color:#000;
    padding:2px 8px 0px 8px;
    margin:2px 2px 2px 2px;
    line-height:28px;
    vertical-align:middle;
    font-weight:bold;
}
p.boxheaderseo a:link, p.boxheaderseo a:hover, p.boxheaderseo a:active, p.boxheaderseo a:visited {
    font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    text-decoration:none;
    color:#000;
}


/* startseitenboxen anfang */


p.boxheaderstart {
    /*background-color:#D02828; */
    height:28px;
    font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    font-size:18px;
    text-align:center;
    color:#000;
    padding:2px 8px 0px 8px;
    margin:2px 2px 2px 2px;
    line-height:28px;
    vertical-align:middle;
}
p.boxheaderstart a:link, p.boxheaderstart a:hover, p.boxheaderstart a:active, p.boxheaderstart a:visited {
    font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    text-decoration:none;
    color:#000;
}

.startphotoHeader{
  
  
}

.startphotoBody{
 
  padding:2px 0px 0px 298px; /* Innenabstand */
  margin:0px 0px 0px 0px;  /*  ausenabstand  */
  
}

.startsloganHeader{
  position: absolute;
  padding:0px 0px 0px 0px; /* Innenabstand */
  margin:400px 70px 0px 30px;  /*  ausenabstand  */ 
  
    
    font: 14pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    font-size:52px;
    
    color:#666;
    text-shadow: -1px -1px 0 #333,1px 1px 0 #ccc;
    text-transform:uppercase;
  
  
}
.startsloganBody{
  position: absolute;
  padding:0px 0px 0px 0px; /* Innenabstand */
  margin:500px 70px 0px 30px;  /*  ausenabstand  */ 
  
    height:28px;
    font: 12pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    font-size:28px;
    
    color:#666;
  
  
  
}

/* Startseitenboxen ende */



.boxbody {
/*    background-color:#ededed;*/
background-color:#FFFFFF;
    border-style:solid;
    border-color:#ccc;
    border-width:0px 1px 1px 1px;
    padding:8px;
    margin-bottom:15px;
 /*   box-shadow:8px 8px 8px #666;*/
    color:#000000;
    font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    
    
    
}


.boxvnBody {
/*  background-color:#ededed;*/
    background-color:#FFFFFF;
    border-style:solid;
    border-color:#ccc;
    border-width:0px 1px 1px 1px;
    padding:0px 0px 0px 16px;
    margin-bottom:15px;
 /*   box-shadow:8px 8px 8px #666;*/
    color:#000000;
    font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    
    
}


.boxbodystart {
/*    background-color:#ededed;*/
    background-color:#FFFFFF;
    /* border-style:solid; */
     /*border-color:#ccc; */
    border-width:0px 0px 0px 0px;
    padding:8px;
    margin-bottom:15px;
 /*   box-shadow:8px 8px 8px #666;*/
    color:#000000;
    font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    text-align:center;
    
    
    
}

.boxbodystandard {
/*    background-color:#ededed;*/
    background-color:#FFFFFF;
    /* border-style:solid; */
     /*border-color:#ccc; */
    margin: 100px 10px 10px 10px;
    border-width:0px 0px 0px 0px;
    height:120px;
    
 /*   box-shadow:8px 8px 8px #666;*/
    color:#000000;
    font-family: georgia,times,serif;
    
    font-size:87px;
    /*  font: 22pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; */
    text-align:center;
    
    
    
}



p.boxbody {
    /*background-color:#ededed;*/
    background-color:#FFF;
    border-style:solid;
    border-color:#ccc;
    border-width:0px 1px 1px 1px;
    padding:8px;
    margin-bottom:15px;
    color:#000;
}

.boxbody h3, .boxbody h3 a {
    font-size:11px
}
.boxbody h3.center, .boxbody h3.center a {
    font-size:11px;
    text-align:center
}
.boxbody p {
    color:#000000;
    font-size:11px;
    margin:6px 0px 6px 0px
}
.boxbody p.center {
    color:#000000;
    font-size:11px;
    text-align:center;
    margin:6px 0px 6px 0px
}
.boxbody td {
    color:#000000;
    font-size:11px;
    margin:6px 0px 6px 0px
}
.boxbody .productOldPrice {
    font-size:11px;
    color:#FF0000
}
.boxbody div.hr {
    margin-top:5px;
    margin-bottom:5px
}
.boxbody div.hrlightgrey {
    margin-top:5px;
    margin-bottom:5px;
}
.boxbody a {
    font-size:11px;
}
.boxbody .productboximage {
    border: solid 1px #999999;
    padding:5px;
    background:#fff;
}
.boxbody ul.contentlist {
    margin-left:5px;
    margin-right:0;
    padding:0;
}
.boxbody ul.contentlist li {
    margin-left:0px;
    padding:0;
    list-style-type:none
}
.contentlist a {
    border-bottom:1px solid #ccc;
    display:block;
    padding:5px 0;
}
/* CART BOX */
p.boxcartheader {
    /*background-color:#AD4C79;*/
    background-color:#D02828;
    /*background-image:url(img/bg_boxheader_cart.gif);*/
    /*background-image:url(stylesheet_FILES/3d.png);*/
    height:28px;
    font-size:12px;
    color:#FFFFFF;
    padding:2px 8px 0px 8px;
    margin:0;
    line-height:28px;
    vertical-align:middle;
}
p.boxcartheader a {
    text-decoration:none;
    color:#fff
}
.boxcartbody {
    padding:4px 8px 4px 8px;
    margin-bottom:15px;
    background-color:#EDEDED;
    border-style:solid;
    border-color:#ccc;
    border-width:0px 1px 1px 1px;
}
.boxcartbody p {
    font-size:11px;
}
/* PRODUCT PREVIEW */
.productPreview {
    padding:0;
    margin:0;
}
.productPreviewContent {
    vertical-align:top;
}
.productPreviewContent h2 {
    padding: 0;
    margin:0px 0px 5px 0px;
}
.productPreviewContent h2 a {
    font-size:14px;
    font-weight:bold;
}
.productPreviewImage {
    vertical-align:top;
    padding:3px 15px 0px 0px;
}
.productPreviewImage img {
    border: solid 0px #999999;
}
.productPreviewContent .price {
    font-size:16px;
    font-weight:bold;
    padding:0;
    margin:0
}
.productPreviewContent .taxandshippinginfo {
    font-size:11px;
    font-weight:normal;
    color:#999999;
    padding:0;
    margin:0
}
.productPreviewContent .vpe {
    font-size:11px;
    font-weight:normal;
    color:#999999;
    padding:0;
    margin:0
}
.productPreviewContent .shippingtime {
    font-size:11px;
    font-weight:normal;
    color:#999999;
    padding:0;
    margin:0
}
.productPreviewContent .stockimage {
    margin:0;
    padding:0;
}
.productPreviewContent .stockimagetext {
    margin:0;
    padding:0;
    font-size:11px;
    font-weight:normal;
    color:#999999;
}
.productPreviewContent .productOldPrice {
    font-size:12px;
    font-weight:bold;
    color:#ff0000;
}
.productPreviewContent .taxandshippinginfo a {
    font-size:11px;
    font-weight:normal;
    color:#999999;
}
/* PRODUCT INFO / PRODUCT DETAILS */
#productinfowrap {
    display:table;
    width:100%
}
#productinfoimages {
    float:left;
    background-color:#EDEDED;
    text-align:center;
    width:140px;
    padding:10px;
    margin:0px 10px 10px 0px;
    border: solid 1px #999999;
}
#productinfoimages .productimage {
    border: solid 1px #999999;
}
#productinfoimages .hrlightgrey {
    margin-top:6px;
    margin-bottom:6px;
}
#productinfopricewithimages {
    float:right;
}
#productinfopricewithimages img {
    cursor:pointer
}
#productinfopricewithoutimages {
    width:100%
}
#productinfopricewithoutimages img {
    cursor:pointer
}
#productinfoprice {
    padding:5px
}
#productinfoprice .hrlightgrey {
    margin-top:6px;
    margin-bottom:6px;
}
#productinfoprice .productprice {
    margin:0;
    padding:0;
    font-size:14px;
    font-weight:bold;
}
#productinfoprice .productOldPrice {
    color:#FF0000;
    margin:0;
    padding:0;
    font-size:12px;
    font-weight:bold;
}
#productinfoprice .taxandshippinginfo {
    margin:0;
    padding:0;
    font-size:11px;
    font-weight:normal;
    color:#999999;
}
#productinfoprice .taxandshippinginfo a {
    margin:0;
    padding:0;
    font-size:11px;
    font-weight:normal;
    color:#999999;
}
#productinfoprice .shippingtime {
    margin:0;
    padding:0;
    font-size:11px;
    font-weight:normal;
    color:#999999;
}
#productinfoprice .stockimage {
    margin:0;
    padding:0;
}
#productinfoprice .stockimagetext {
    margin:0;
    padding:0;
    font-size:11px;
    font-weight:normal;
    color:#999999;
}
p.productinfoproductadded {
    font-size:11px;
}
.productoptions {
    background-color:#f8f8f8;
    padding:6px;
    border-style:solid;
    border-width:1px 0px 0px 0px;
    border-color:#ccc
}
.addtobasket {
    background-color:#EDEDED;
    padding:6px;
    text-align:right;
    border-style:solid;
    border-width:1px 0px 0px 0px;
    border-color:#999999
}
/* POPUPS PRODUCTINFO */
body.popupproductinfo {
    padding:15px;
    background:none;
    background-color:#fff
}
/* POPUP print_order.html */
body.popupprintorder {
    font-family:Arial, Sans-serif;
    font-size:13px;
    padding:15px;
    background:none;
    background-color:#fff
}
body.popupprintorder .products tr.header td {
    font-weight:bold;
    background-color:#EDEDED;
}
body.popupprintorder .products .total {
    text-align:right
}
body.popupprintorder .products .quantity {
    vertical-align:top
}
body.popupprintorder .productname {
    vertical-align:top
}
body.popupprintorder .model {
    vertical-align:top
}
body.popupprintorder .singleprice {
    vertical-align:top
}
body.popupprintorder .totalprice {
    vertical-align:top
}
/* HIGHLIGHTBOX (BACKGROUND) */
div.highlightbox {
    padding: 15px;
    background-color:#f8f8f8;
    border: solid #d9d9d9 1px
}
div.highlightbox ul {
    margin-left:15px;
    padding:0;
    display:block;
    list-style-type:square;
    line-height:20px
}
div.highlightbox h1 {
    color: #F19300;
    padding:0px 0px 10px 0px;
    margin:0;
    border:none;
    font-size:16px
}
div.highlightbox div.hr {
    height:1px;
    line-height:1px;
    margin:0;
    padding:0;
    display:block;
    border-bottom: solid 1px #eee;
}
/* PAYMENT TYPE SELECTION */
table.paymentblock {
    background-color:#f8f8f8;
    border-style: solid;
    border-width:0px 1px 1px 1px;
    border-color:#eee;
    margin-bottom:15px;
}
table.paymentblock tr td.header {
    background-color:#ccc;
    padding:2px;
    padding-left:5px;
    color:#FFFFFF;
    font-weight:bold;
}
/* SHIPPING TYPE SELECTION */
table.shippingblock {
    background-color:#f8f8f8;
    border-style: solid;
    border-width:0px 1px 1px 1px;
    border-color:#eee;
    margin-bottom:15px;
}
table.shippingblock tr td.header {
    background-color:#ccc;
    padding:2px;
    padding-left:5px;
    color:#FFFFFF;
    font-weight:bold;
}
table.shippingblock tr td {
    vertical-align:top;
}
table.shippingblock tr td.description {
    width:100%;
    vertical-align:top;
    padding-left:6px;
}
table.shippingblock tr td.radiobutton {
    vertical-align:top;
    white-space:nowrap;
    padding:4px;
}
table.shippingblock tr td.radiobutton input {
    margin:0;
    padding:0;
}
table.shippingblock tr td.price {
    vertical-align:top;
    white-space:nowrap
}
/* ORDER DETAILS IN ACCOUNT HISTORY */
table.accounthistoryinfoorderdetails tr td {
    vertical-align:top
}
table.accounthistoryinfoorderdetails tr.header td {
    font-weight:bold
}
/* MESSAGEBOX ON CONTACT SITE */
textarea.message_body {
    width:130px;
}
/* DOWNLOAD BOX FOR USER DOWNLOADS */
table.downloadbox {
    padding: 5px;
    background-color:#f8f8f8;
    border: solid #d9d9d9 1px;
    margin-bottom:8px;
}
table.downloadbox tr td.icon {
    padding-right: 15px;
}
table.downloadbox tr td.downloadlink {
    width:100%;
}
/* TABLE WICH SHOWS GRADUATED PRICES */
table.graduatedprice {
    font-size:11px;
    text-align:left;
    margin-top:5px;
}
table.graduatedprice tr td.header {
    font-size:12px;
    font-weight:bold;
    text-align:left
}
/* ORDER DETAILS */
table.orderdetails {
    font-size:11px;
    background-color:#f8f8f8;
    border-style: solid;
    border-width:0px 1px 1px 1px;
    border-color:#ccc;
}
table.orderdetails tr td {
    padding:4px
}
table.orderdetails tr.headerrow td {
    background-color:#ccc;
    color:#555;
    font-weight:bold
}
table.orderdetails tr.headerrow td.left {
    text-align:left
}
table.orderdetails tr.headerrow td.center {
    text-align:center
}
table.orderdetails tr.headerrow td.right {
    text-align:right
}
/* ORDER DETAILS CONTENT ROW 1 */
table.orderdetails tr.contentrow1 td {
    background-color:#f8f8f8;
    vertical-align:top
}
table.orderdetails tr.contentrow1 td.quantity {
    text-align:center
}
table.orderdetails tr.contentrow1 td.quantity input {
    font-size:11px;
    padding:2px;
    border:solid #ccc 1px;
}
table.orderdetails tr.contentrow1 td.productname {
    text-align:left
}
/* ORDER DETAILS CONTENT ROW 2 */
table.orderdetails tr.contentrow2 td {
    background-color:#f8f8f8;
    vertical-align:top
}
table.orderdetails tr.contentrow2 td.quantity {
    text-align:center
}
table.orderdetails tr.contentrow2 td.quantity input {
    font-size:11px;
    padding:2px;
    border:solid #ccc 1px;
}
table.orderdetails tr.contentrow2 td.productname {
    text-align:left
}
/* ORDER DETAILS SINGLE PRICE */
table.orderdetails tr td.singleprice {
    text-align:right;
    white-space:nowrap
}
/* ORDER DETAILS TOTAL PRICE PER ITEM */
table.orderdetails tr td.totalprice {
    text-align:right;
    white-space:nowrap
}
/* ORDER DETAILS DELETE CHECKBOX */
table.orderdetails tr td.delete {
    text-align:center;
    white-space:nowrap
}
/* ORDER DETAILS PRODUCT ATTRIBUTES */
table.orderdetails tr td.productname table.productattributes {
    margin-top:3px;
}
table.orderdetails tr td.productname table.productattributes tr td {
    padding:0px;
}
table.orderdetails tr td.productname table.productattributes tr td.attribute {
    padding-right:4px;
}
table.orderdetails tr td.productname table.productattributes tr td.value {
    width:100%;
}
/* ORDER DETAILS SUBTOTAL */
table.orderdetails tr td.subtotal {
    background-color:#f8f8f8;
    text-align:right;
    border-style: solid;
    border-width:1px 0px 0px 0px;
    border-color:#ccc;
}
/* PRODUCT NAVIGATOR */
div.productnavigator {
    background-color:#EDEDED;
    padding:8px;
    border:#999999 1px solid
}
/* REVIEW LIST */
table.reviewlist {
    background-color:#f8f8f8;
    border-style: solid;
    border-width:0px 1px 1px 1px;
    border-color:#ccc;
}
table.reviewlist tr td {
    padding:4px;
    white-space:nowrap
}
table.reviewlist tr.header td {
    background-color:#ccc;
    color:#FFFFFF;
    font-weight:bold
}
table.reviewlist tr.contentrow1 td {
    background-color:#f8f8f8;
}
table.reviewlist tr.contentrow2 td {
    background-color:#f8f8f8;
}
textarea#review {
    width:100%
}
/* MEDIA LIST */
table.medialist {
    background-color:#f8f8f8;
    border-style: solid;
    border-width:1px;
    border-color:#ccc;
}
table.medialist tr td {
    padding:6px;
    white-space:nowrap;
    vertical-align:top
}
table.medialist tr.contentrow1 td {
    background-color:#f8f8f8;
}
table.medialist tr.contentrow2 td {
    background-color:#f8f8f8;
}
/* SITEMAP */
.sitemapwrap {
}
.sitemapwrap .sitemapleft {
    background-color:#f8f8f8;
    border-style: solid;
    border-width:1px;
    border-color:#ccc;
    display:table;
    float:left;
    width:235px;
    margin-bottom:15px;
}
.sitemapwrap .sitemapright {
    background-color:#f8f8f8;
    border-style: solid;
    border-width:1px;
    border-color:#ccc;
    display:table;
    float:right;
    width:235px;
    margin-bottom:15px;
}
.sitemapheader {
    padding:3px;
    background-color:#ccc;
    color:#FFFFFF;
    font-weight:bold
}
.sitemapheader a:link, .sitemapheader a:visited, .sitemapheader a:hover {
    color:#FFFFFF;
    text-decoration:none
}
.sitemapcontent {
    padding:6px
}
.sitemapcontent li {
    list-style-type:none
}
/* COMMENTS ON CHECKOUT CONFIRMATION SITE */
p.checkoutcomment textarea {
    width:100%
}
/* ORDER DETAILS ON CHECKOUT SITE */
table.checkoutconfirmationorderdetails {
    padding:0;
    margin:0px 0px 10px 0px;
    border:none
}
table.checkoutconfirmationorderdetails tr td.productname {
    width:100%;
    font-weight:bold;
}
table.checkoutconfirmationorderdetails tr td.shippingtime {
    padding:0px 0px 0px 30px;
    color:#666666;
    font-size:11px;
    font-weight:normal;
    white-space:nowrap
}
table.checkoutconfirmationorderdetails tr td.productattributes {
    padding:0px 0px 0px 30px;
    color:#666666;
    font-size:11px;
    font-weight:normal;
}
table.checkoutconfirmationorderdetails tr td.productprice {
    white-space:nowrap;
    text-align:right
}
table.checkoutconfirmationorderdetailstotal {
    padding:0;
    margin:10px 0px 0px 0px;
    border:none
}
table.checkoutconfirmationorderdetailstotal tr td.name {
    width:100%;
    text-align:right
}
table.checkoutconfirmationorderdetailstotal tr td.value {
    white-space:nowrap;
    text-align:right
}
/* AGB ON CHECKOUT SITE */
p.checkoutagb textarea {
    width:100%
}
/* CHECKOUT NAVIGATION */
ul#checkoutnavigation {
    margin:0;
    padding:0;
    margin-top:15px;
}
ul#checkoutnavigation li {
    height: 70px;
    list-style-type:none;
    float:left;
    width:195px;
    margin-right:15px;
    border: solid 1px;
    padding:8px
}
ul#checkoutnavigation li.active {
    background-color: #f8f8f8
}
ul#checkoutnavigation li.active .number {
    font-size:20px;
    font-weight:bold
}
ul#checkoutnavigation li.active .title {
    font-size:14px;
    font-weight:bold
}
ul#checkoutnavigation li.active .description {
    font-size:11px
}
ul#checkoutnavigation li.inactive {
    color:#999999;
    background-color: #EDEDED;
    border-color:#999999
}
ul#checkoutnavigation li.inactive .number {
    font-size:20px;
    font-weight:bold
}
ul#checkoutnavigation li.inactive .title {
    font-size:14px;
    font-weight:bold
}
ul#checkoutnavigation li.inactive .description {
    font-size:11px
}
/* ERROR MESSAGES */
.errormessage {
    border: solid #ff0000 2px;
    padding:15px;
    background-color:#FFD6D6;
    margin-bottom:10px;
}
/* SUCCESS MESSAGE */
.messageStackSuccess {
    padding:4px;
    background-color:#66FF66
}
/* FOOTER */
.footer {
    clear:both;
    text-align:center;
    font-size:11px;
    color:#666666;
    background-color:#eee;
    padding: 8px 0px 0px 0px;
    margin:0px 0px 0px 0px;  /*  ausenabstand  */ 
    border-bottom:2px solid #eee;
}
.footer a {
    color:#666666;
    text-decoration:underline
}
/* XTC COPYRIGHT */
.copyright {
    margin: 0 auto;
    width:970px;
    text-align:center;
    color:#666666;
    font-size:11px;
    padding:0px 0px 10px 0px;
}
/* XTC ParseTime */
.parseTime {
    margin: 0 auto;
    width:970px;
    text-align:center;
    color:#666666;
    font-size:11px;
    padding:0px 0px 10px 0px;
}
/* UPDATE CHANGES 17.10.2008 */
/* Mehr Bilder unterhalb der Beschreibung */
.morepics {
    background-color:#EDEDED;
    padding:6px;
    text-align:right;
    border-style:solid;
    border-width:1px 0px 0px 0px;
    border-color:#999999;
    display:block;
    height:auto;
}
.morepics img {
    border:1px solid #999999;
    padding:4px;
    margin-right:8px;
    background:#FFFFFF;
    height:100px;
    width:auto;
}
/* BESTELLER BOX mit Bilder in DL DT Liste -- JUNG GESTALTEN.com */
dt {
    float:left;
    width:40px;
}
dt img {
    border:1px solid #ccc;
    padding:2px;
    background:#fff;
}
dd {
    float:right;
    width:125px
}
/* Vorschaubilder TD mit gleichem Abstand */
/* BOF - dokuman - 2009-06-06 - Fix new products display in firefox - picture size is 120px by default */
/*.productPreviewImage { width:100px; display:block } */
.productPreviewImage {
    width:120px;
    display:block
}
/* EOF - dokuman - 2009-06-06 - Fix new products display in firefox size is 120px by default */
td.productPreviewContent {
    width:600px;
    text-align:left
}
/* FIX DER AUFZ�HLUNGEN */
#content ol, #content ul {
    margin:10px 0 10px 40px;
}
/* SEARCHBOX */
.search_header {
    line-height:normal;
}

.bildunterschrift{
font-size:9px;

}

.tx-felogin-pi1{

background:#fff;

}

.login1{

margin:0px;
padding:0px;
border-width:0px 0px 0px 0px;

}

.fe_form{

}

label {
    float:left;
     width:150px;
     clear:left;
    background:#ccc;


}


.csc-mailform{

border: #336666;
border-style: solid;
border-top-width: 2px;
border-right-width: 2px;
border-bottom-width: 2px;
border-left-width: 2px;


}
.csc-form-5{

width:300px;

}

input#field-5{

background:#fd0707;
margin:5px 8px 5px 5px;
padding:5px 30px 5px 5px;

}

/* Superfish */
 
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
    margin:            0;
    padding:        0;
    list-style:        none;
    
    
}
.sf-menu {
    line-height:    1.0;
}
.sf-menu ul {
    position:        absolute;
    top:            -999em;
    width:            15em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
    width:            100%;
}
.sf-menu li:hover {
    visibility:        inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
    float:            left;
    position:        relative;
}
.sf-menu a {
    display:        block;
    position:        relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    left:            0;
    top:            46px; /* match top ul list item height */
    z-index:        99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
    top:            -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
    left:            15em; /* match ul width */
    top:            0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
    top:            -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
    left:            10em; /* match ul width */
    top:            0;
}
 
/*** DEMO SKIN ***/
.sf-menu {
    float:            left;
}
.sf-menu a {
    border-left:    0 none;
    padding:         12px 14px;
    text-decoration:none;
    font-weight:bold;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
    color:            #432F88;
}
.sf-menu li {
    background: transparent;
}
.sf-menu li.current {
    background: #fff;
}
.sf-menu li li {
    background: url(images/navibgr.html);
    border-bottom: 1px solid #ccc;
}
.sf-menu li li li {
    background:        url(images/navibgr.html);
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background:        #fff;
    outline:        0;
}
 
/*** arrows **/
.sf-menu a.sf-with-ul {
    padding-right:     2.25em;
    min-width:        1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
    position:        absolute;
    display:        block;
    right:            .75em;
    top:            1.05em; /* IE6 only */
    width:            10px;
    height:            10px;
    text-indent:     -999em;
    overflow:        hidden;
    background:        url('../images/arrows-ffffff.html') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
    top:            1.3em;
    background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
    background-position: -10px -100px; /* arrow hovers for modern browsers*/
}
 
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
    background-position: -10px 0; /* arrow hovers for modern browsers*/
}
 
/*** shadows for all but IE6 ***/
.sf-shadow ul {
    background:    url('../images/shadow.html') no-repeat bottom right;
    padding: 0 8px 9px 0;
    -moz-border-radius-bottomleft: 17px;
    -moz-border-radius-topright: 17px;
    -webkit-border-top-right-radius: 17px;
    -webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
    background: transparent;
}



.indent {
        margin-left:30px;
        background-color:#fff;
}

.quote {
 
  border-top: 1px solid #51280c;
  background-color: #dde891;
  border-bottom: 1px solid #51280c;
  padding: 15px 15px 15px 65px;
  background-image: url(../../images/bg_quote.html);
  background-repeat: no-repeat;
  background-position: 10px 10px;
  color: #51280c;
  font-style: italic;

  
  
}
