html {
  margin: 0px;
  padding: 0px;
  height: 100%;
}
body {
  margin: 0px;
  padding: 0px;
  color: #000000;
  background: #fff;
  font: .7em Verdana, Arial, Helvetica, sans-serif;
  height: 100%;
}
body form
{
    margin: 0px;
    padding: 0px;
    height: 100%;
}
.Button
{
}
img
{
    border: 0 none;
}
td
{
    vertical-align: top;
}

a:active, a:hover
{
    color: #666666;
    text-decoration: none;
}
a:link
{
    color: #666666;
    text-decoration: none;
}
a:visited
{
    text-decoration: none;
    color: #666666;
}
a
{
    text-decoration: none;
    color: #666666;
}
#globalholder
{
	width: 975px;
	height: 100%;
	margin: auto;
	margin-top: 10px;
	padding: auto;
}

.loginholder
{
}
.login
{
    padding-top: 40px;
    margin-right: 6px;
    float: right;
}
.login a
{
    text-decoration: none;
    color: White;
    text-transform: uppercase;
    font-size: smaller;
}
.Loggedin
{
    float: right;
    padding-top: 25px;
    color: White;
    font-weight: bold;
    margin-right: 5px;
}
.Loggedin a
{
    float: right;
    color: White;
    text-transform: uppercase;
    font-size: smaller;
    text-decoration: underline;
}

/*                 MENU                   */
#menuholder
{
    float: left;
	margin-top: 5px;
	width: 700px;
	height: auto;
}
.mainmenu {
  height: 32px;
  float: left;
  display: none;
}
.mainmenu a.mainmenu {
  display: inline;
    background: url( 'images/button/main_background.gif' ) no-repeat 0px 1px;
  float: left;
  display: block;
  margin-right: 10px;
  height: 17px;
  color: #595959;
  font-weight: bold;
  text-decoration: none;
  padding-top: 20px; /* box model hack */
  padding-left: 12px;
  voice-family: "\"}\"";
  voice-family: inherit;
  text-transform: uppercase;
  cursor: default;
}
.mainmenu a.mainmenu:link, .mainmenu a.mainmenu:visited
{
    cursor: pointer;
  background: url( 'images/button/main_background.gif' ) no-repeat 0px 1px;
  float: left;
  display: block;
  margin-right: 10px;
  height: 17px;
  color: #595959;
  font-weight: bold;
  text-decoration: none;
  padding-top: 20px; /* box model hack */
  padding-left: 12px;
  voice-family: "\"}\"";
  voice-family: inherit;
  text-transform: uppercase;
}
.mainmenu a.mainmenu:active, .mainmenu a.mainmenu:hover 
{  
  background: url( 'images/button/main_background_active.gif' ) no-repeat 0px 1px;
  color: #ab213e;
}


.mainmenu a.mainmenuselected
{
  background: url( 'images/button/main_background_active.gif' ) no-repeat 0px 1px;
  float: left;
  display: block;
  margin-right: 10px;
  height: 17px;
  color: #ab213e;
  font-weight: bold;
  text-decoration: none;
  padding-top: 20px;
  padding-left: 12px;
  voice-family: "\"}\"";
  voice-family: inherit;
}
div.submenuarrow
{
  background: url( 'Images/background/1pix.gif' ) no-repeat;
  margin-top: 50px;
  margin-left: 70px;
}

div.submenuarrow0
{
  background: url( 'Images/background/1pix.gif' ) no-repeat;
  margin-top: -12px;
  margin-left: 15px;
}

div.submenuarrow1
{
  background: url( 'Images/background/1pix.gif' ) no-repeat;
  margin-top: -12px;
  margin-left: 15px;
}

div.submenuarrow3
{
  background: url( 'Images/background/1pix.gif' ) no-repeat;
  margin-top: -12px;
  margin-left: 150px;
}

div.submenuarrow4
{
  background: url( 'Images/background/1pix.gif' ) no-repeat;
  margin-top: -12px;
  margin-left: 240px;
}

div.submenuarrow5
{
  background: url( 'Images/background/1pix.gif' ) no-repeat;
  margin-top: -12px;
  margin-left: 330px;
}

div.submenuarrow6
{
  background: url( 'Images/background/1pix.gif' ) no-repeat;
  margin-top: 100px;
  margin-left: 425px;
}
.submenu
{
    color: #666666;
    border: solid 1px #666666;
    margin-top: 10px;
    width: 700px;
    font-family: Verdana;
    font-size: 8pt;
    position: absolute;
    background-color: White;
    
}
.submenuElementHolder
{
    margin-left: 10px;
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 10px;
}
.submenuelement
{
    margin-top: 10px;
    float: left;
    min-width: 100px;
    max-width: 130px;
    margin-right: 20px;
    height: auto;
    font-weight: bold;
}
.submenuelement2
{
    margin-top: 10px;
    float: left;
    min-width: 70px;
    width: 150px;
    max-width: 170px;
    margin-right: 20px;
    height: auto;
    font-weight: bold;
}
.submenusubelement
{
    margin-top: 2px;
    float: left;
    height: auto;
    font-weight: normal;
    max-width: 100px;
}
.submenusubelementlink
{
    min-width: 100px;
    float: left;
}
.shopsubmenu
{
    padding: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
    float: left;
    width: 100%;
}
.shopsubmenuseperator
{
    float: left;
    height: 1px;
    border-top: solid 1px #DDDDDF;
    margin-top: 10px;
    width: 668px;
    margin-bottom: -2px;
    margin-left: 10px;
    margin-right: 10px;
}
.shopsubmenuHeadline
{
    float: left;
    font-weight: bold;
    font-size: 8pt;
    text-transform: uppercase;
}
.shopsubmenuColumnHolder
{
    width: 100%;
}
.shopsubmenuColumn
{
    padding: 0px;
    margin: 0px;
    padding-left: 10px;
    width: 105px;
    height: 100%;
    float: left;
}
.shopsubmenuColumnElementHeadline
{
    padding-top: 10px;
    font-weight: bold;
}
.shopsubmenuColumnElement
{
    width: auto;
    height: auto;
    float: left;
    max-width: 100px;
}
.shopsubmenuColumnElementLink
{
    float: left;
    min-width: 70px;
}

.submenuLink:link, .submenuLink:visited
{
    text-decoration: none;
    color: #666666;
}
.submenuLink:hover, .submenuLink:active
{
    color: #ab213e;
}
.submenuNoLink:link, .submenuNoLink:active, .submenuNoLink:hover, .submenuNoLink:visited
{
    text-decoration: none;
    cursor: default;
}

.restpostenlink:link, .restpostenlink:visited
{
    text-decoration: none;
    color: #ab213e;
}
/*           ///       MENU                */

/*                     CONTENT             */
#sitecontentholder
{
    float: left;
    width: 100%;
    height: 100%;
}
#contentholder
{
    float: left;
	width: 685px;
	margin-top: 25px;
	margin-left:10px;
}
.leftcontentpane
{
    /*border-top: dotted 1px #666666;
    border-bottom: dotted 1px #666666;*/
	float: left;
	width: 100%;
	height: 100%;

}



.artikelPageNavigation
{
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    min-height: 35px;
    text-align: center;
    vertical-align: middle;
}
.artikelPageNavigationContent
{
    width: 685px;
    text-align: center;
}
artikelPageNavigationElementHolder
{
    margin: auto;
    width: 300px;
}
.artikelPageNavigationElementleft
{
    float: left;
    color: #666666;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 3px;
    margin-top: 3px;
    width: 35px;
    display: block;
    border-left: dotted 1px #666666;
    font-size: 11px;
    background: url('/images/button/left_small.gif') no-repeat;
    background-position: right;
}
.artikelPageNavigationElementright
{
    float: left;
     color: #666666;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 3px;
    margin-top: 3px;
    width: 35px;
    display: block;
    border-right: dotted 1px #666666;
    font-size: 11px;
    background: url('/images/button/right_small.gif') no-repeat;
    background-position: left;
}
.previousHolder
{
    width: 50px;
    height: 15px;
    float: left;
    display: block;
}
.artikelPageListe
{
    float: left;
    padding-left: 180px;
    padding-right: 10px;
    margin-bottom: 3px;
    margin-top: 3px;
    font-size: 11px;
    width: 400px;
}
.artikelPageListe a:hover,.artikelPageListe a:active
{
    color: #ab213e;
    font-weight: bold;
}

.artikelPageListe a
{
    float: left;
    border: solid 1px #666666;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 3px;
}
.artikelPageNavigationElement
{
    color: #666666
}
a.artikelPageNavigationElement:hover,a.artikelPageNavigationElement:active
{
    color: #ab213e;
    font-weight: bold;
}

.artikelPageNavigationElement a
{
    float: left;
    border: solid 1px #666666;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 3px;
}
.artikelPageNavigationElement a:hover,.artikelPageNavigationElement a:active
{
    color: #ab213e;
    font-weight: bold;
}
.artikelPageNavigationElementSelected,a.artikelPageNavigationElementSelected:link,a.artikelPageNavigationElementSelected:active,
a.artikelPageNavigationElementSelected:hover,a.artikelPageNavigationElementSelected
{
    border: solid 1px #666666;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 3px;
    background-color: #ab213e;
    color: White !important;
    font-weight: bold;
    text-decoration: none;
}
.uebersichtbreadcrumb
{
    float: left;
    width: 100%;
    height: 30px;
    font-size: 9px;
}
.breadcrumbelement
{
    padding-right: 4px;
    float: left;
    width: auto;
    height: auto;
}
.breadcrumbseperator
{
    padding-right: 4px;
    float: left;
    width: 12px;
    height: 13px;
    background: url( 'images/background/breadcrumb.gif' ) no-repeat;
    background-position: center;
}
.threeColumnMainContent
{
    float: left;
    width: 695px;
}

.threeColumnMainContent td {
/*border-bottom: 1px dashed #666666;*/

padding-top: 10px;
text-align: center;
}
.productholder
{
    background: url( 'images/background/stripe.png' ) repeat-x;
background-position: bottom;
    padding-bottom: 15px;
    margin-bottom: 0px;
    height: 220px;
    margin-right: 8px;
    width: 125px;
}

.productholder div
{
    clear: both;
    float: none;
}

.productimageholder
{
    height: 165px;
    width: 125px;
    padding-top: 1px;
    text-align: center;
    /*width: 125px;*/
}
.productimage
{
    margin: 0 auto;
    height: 165px;
    width: 108px;
    background-color: #FFFFFF;
    overflow: hidden;
    text-align: center;
    
}
.productImage table
{
    margin: auto;
}
.productname
{
    color: #595959;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 120px;
    height: 40px;
    font-size: 11px;
    font-weight: normal;
    text-decoration: underline;
    margin: 0 auto;
}
.productprice
{
    color: #B22222;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    /*float: right;*/
}



.Keineartikelgallerie
{
    width: 100%;
    padding-top: 100px;
    text-align: center;
    padding-bottom: 100px;
    
}






#rightcontentpane
{
    margin-top: 15px;
	float: right;
	width: 240px;
	display: none;
}
#cart
{
    float: right;
}
#sucheeingabe
{
    margin-top: 50px;
    margin-left: 20px;
    margin-bottom: 10px;
    padding: 0px;
    height: auto;
    width: auto; 
}
#rightcontent
{
}
#rightcontentholder
{
    text-align: center;
    vertical-align: middle;
}
/*           ////          CONTENT             */

div.commonseperatorholderwithfloat
{
	float: left;
	width: 100%;
	height: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.commonseperator
{
	width: 100%;
	background: url( 'images/background/sperator_back.gif' ) repeat-x;
	height: 3px;
}
div.redcommonseperatorholderwithfloat
{
	float: left;
	width: 100%;
	height: 3px;
	margin-top: 2px;
	margin-bottom: 2px;
}

div.redcommonseperator
{
	width: 100%;
	background: url( 'images/background/sperator_back.gif' ) repeat-x;
	height: 3px;
}
/*                         FOOTER                 */
div.footeradContainer
{
	width: 100%;
}

#footerholder 
{
  display: none;
}

#footerlinks
{
  text-align: center;
  padding: 5px;
}
#footerlinks a:link {
  color: #666666;
  text-decoration: underline;
}
#footerlinks a:visited {
  color: #666666;
  text-decoration: underline;
}
#footerlinks a:active, a:hover {
  color: #666666;
  text-decoration: underline;
}

#footer {
  border-top: solid 5px #666666;
  padding: 5px;
  text-align: center;
}
/*                ///         FOOTER                 */

/*                            REDAKTIONSSYSTEM       */
#redbody
{
    background-color: White;
	width: 975px;
	margin: auto;
	margin-top: -30px;
	margin-left: 30px;
	padding: auto;
	float: left;
}
#redglobalholder
{
	width: 975px;
	height: 100%;
	margin: auto;
	padding: auto;

}
#redheaderholder
{
    background-color: #F0EEF0;
    float: left;
    width: 1100px;
    height: 240px;
}
#redheader
{
    float: right;
    width: 180px;
    height: 126px;
    margin: auto;
    margin-top: 20px;
    margin-right: 20px;
    padding: auto;
    background: url( '/images/header/redheader.jpg' );
}
#redsitecontent
{
    color: #595959;
    font-family: Verdana;
    margin-top: 40px;
    width: 100%;
}
#rednavi
{ 
    padding-left: 50px;
    
    width: 350px;
    height: 200px;
    float: left;
    
    color: #595959;
}
#rednaviheader
{
    font-size: medium;
    margin-left: 0px;
    margin-bottom: -5px;
}
a.redmenu
{
  text-decoration: underline;
  margin-left: 80px;
  margin-bottom: 10px;
  background: url( 'images/button/main_background.gif' ) no-repeat 0px 1px;
  float: left;
  display: block;
  margin-right: 10px;
  height: 17px;
  color: #595959;
  font-weight: bold;
 
  padding-top: 20px; /* box model hack */
  padding-left: 20px;
  voice-family: "\"}\"";
  voice-family: inherit;
  text-transform: uppercase;
  cursor: pointer;
}
a.redmenu:active, a.redmenu:hover
{
  background: url( 'images/button/main_background_active.gif' ) no-repeat 0px 1px;
}
#redcontentholder
{
    float: left;
    margin: 0px;
    margin-top: 10px;
    margin-bottom: 50px;
    padding: 0px;
    background-color: White;
    width:  1000px;
}
.redcontenthead
{
    width: 400px;
    font-size: medium;
    font-weight: bold;
}
#redcontent
{
    margin-top: 10px;
    margin-left: 0px;
    font-size: small;
    
}
/*                       KATEGORIE                       */
.Kategorieleiste
{
    background-color: #F0EEF0;
    padding: 0px;
    float: left;
    overflow: auto;
    width: 1100px;
    height: auto;
}
.RedElementholder
{
    float: left;
    margin: 10px;
}
.kategorienlisteholder
{
    position: absolute;
    width: 150px;
}
.kategorienlisteholder:hover
{
    height: 400px;
}
.Kategorieelement
{
    
}
.contenttree
{
    border-color: #666666;
    border: 1px;
    border-style: dotted;
    margin-top: 10px;
    margin-bottom: 40px;
    padding-left: -30px;
    
    width: 275px;
    height: 700px;
    float: left;
    overflow: auto;
}
.Editorholder
{
    float: right;
    width: 685px;
}
.Kategorieeditor
{
    margin-top: 10px;
    margin-bottom: 40px;
    width: 705px;
    height: 700px;
    text-align: center;
    vertical-align: middle;
}
.Kategorieitem1
{
    font-size: medium;
    text-decoration: none;
    text-decoration: unterline;
}
.Kategorieitem2
{
    font-size: small;
    text-decoration: none;
    text-decoration: unterline;
}
.Kategorieitem3
{
    font-size: smaller;
    text-decoration: none;
    text-decoration: unterline;
}
.deleteRedItem
{
    color: #595959;
    text-decoration: unterline;
}
#Editorcomment
{
    Font-Size: smaller;
    color: Red;
    margin-right: 30px;
    float: right;
}
.Importcontent
{
    float: left;
    margin-top: 30px;
    margin-left: 30px;
    width: 450px;
}
.Importprogress
{
    margin-top: 30px;
     border-color: #666666;
     padding: 10px;
    border: 1px;
    border-style: dotted;
    margin-right: 60px;
    float: right;
    width: 400px;
}
#Importerror
{
    margin-top: 30px;
    color: Red;
    width: 450px;
    height: 250px;
    overflow: auto;
}
.liniennaht
{
    background: url( 'images/background/liniennaht.gif' ) repeat-x;
    background-position: bottom;
    height: 5px;
    width: 100%;
    float: left;
}
.liniennahtschwach
{
    background: url( 'images/background/stripe.png' ) repeat-x;
    background-position: bottom;
    height: 5px;
    width: 100%;
}
.kategoriebildertable
{
}
.Artikelglobalholder
{
    float: left;
    padding-top: 40px;
    color: #666666;
    font-family: Verdana;
    font-size: 10px;
    float: left;
    width: 685px;
    height: auto;
    display: none;
}
#Artikelheader
{
    
    font-weight: bold;
    float: left;
    width: 100%;
    height: 40px;
}
#Artikelcontent
{
    float: left;
    width: 100%;
}
#Artikelname
{
    color: Red;
    float: left;
    height: 30px;
    width: 400px;
}
#Artikelback
{
    
    float: right;
    height: 30px;
    width: 150px;
}
#Artikelbildholder
{
    float: left;
    width: 250px;
}
.Artikelimage
{
}
#Artikelpreis
{
    float: left;
    width: 420px;
    height: 40px;
}
#Artikelbeschreibung
{
    padding-top: 20px;
    color: Black;
    float: left;
    width: 420px;
}
#ArtikelDruck
{
    padding-top: 50px;
    text-align: center;
    vertical-align: middle;
    float: left;
    width: 420px;
}

.Artikeldruckbutton
{
    cursor: pointer;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 8px;
    padding-right: 8px;
    font-family: Verdana, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 10px;
    color: White;
    height: auto;
    margin: auto;
    background: url('/Images/Button/Buttongrafikblack.png') repeat-x;
}

.Artikeldruckbuttonwithhover:hover
{
    background: url('/Images/Button/Buttongrafikblack.png') repeat-x;
    
}


.Artikeldruckbuttonwithhover
{
    border: none;
    cursor: pointer;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 8px;
    padding-right: 8px;
    font-family: Verdana, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 10px;
    color: White;
    height: auto;
    margin: auto;
    
    background: #dddddf;
}



.Importantartikeldruckbutton
{
    cursor: pointer;
    padding: 2px;
    padding-left: 8px;
    padding-right: 8px;
    font-family:Verdana, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 11px;
    border: 2px dotted #ab213e;
    color: #ab213e;
    background-color: #ffffff;
    width: auto;
    height: auto;
    margin: auto;
}


.Importantartikeldruckbutton:hover
{
    cursor: pointer;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 8px;
    padding-right: 8px;
    font-family: Verdana, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 11px;
    border: 2px dotted #999999;
    color: #666666;
    background-color: #ffffff;
    height: auto;
    margin: auto;
}


#Artikelrabattleiste
{
    float: left;
    width: 100%;
    padding-top: 20px;
}
#Artikelbilderleiste
{
    float: left;
    height: 100%;
    width: 100%;
}
.Artikelbilderleisteleft
{
    float: left;
    width: 250px;
}
.Artikelrabatt
{
    padding-top: 20px;
    float: left;
}
.ArtikelRabattTabelle
{
    padding: 10px;
    padding-left: 20px;
}
.ArtikelRabattTabelle td
{
    text-align: right;
    padding-right: 5px;
    padding-left: 5px;
    border-right: solid 1px #666666;
}
.bildHolderKlein
{
    float: left;
    width: 50px;
    height: 70px;
    padding: 5px;
}
#Artikelhinweise
{
    font-size: 11px;
    padding-top: 30px;
    float: left;
    width: 250px;
}


.Druckkonfigurator
{
    width: 850px;
    height: 530px;
    position: static;
}
.Konfigurator
{
    background-color: White;
    width: 850px;
    height: 530px;
}
.Konfiguratorleiste
{
    float: left;
    height: 25px;
    width: 100%;
    background: url('/Images/Button/Buttongrafik.png') repeat-x;
    font-size: 11px;
    font-weight: bold;
    display: none;
}
.Konfigleisteclose
{
    
    margin-top: 6px;
    margin-right: 5px;
    
}
.Konfigleisteclose a
{
    color: White !important;
    text-decoration: none;
}
.Konfigleisteelementtop
{
    float: left;
    width: 200px;
    color: White;
    text-decoration: underline;
}
.Konfigleisteelementtop div
{
    margin-left: 50px;
    float: left;
    padding-top: 5px;
    height: 20px;   
}
.Konfigleisteelementtop span
{
    margin-top: 3px;
}
.Konfigleisteelementtop div img
{
    float: left;
}
.Konfigleisteelementtop div label
{
    float: left;
    margin-top: 2px;
    margin-left: 10px;
}




.Konfigleisteelementtopinaktiv
{
    float: left;
    width: 200px;
    color: #CCCCCC;
    cursor: default;
    text-decoration: none;
}
.Konfigleisteelementtopinaktiv div
{
    margin-left: 50px;
    float: left;
    padding-top: 5px;
    height: 20px;   
}
.Konfigleisteelementtopinaktiv span
{
    margin-top: 3px;
}
.Konfigleisteelementtopinaktiv div img
{
    float: left;
}
.Konfigleisteelementtopinaktiv div label
{
    float: left;
    margin-top: 2px;
    margin-left: 10px;
    cursor: default;
}



.Konfigleistebottom
{
    margin-top: 3px;
    float: right;
}
.Konfigleistebottom a
{
    color: White;
    text-decoration: none;
}





.Konfiguratorleftholder
{
    float: left;
    height: 480px;
    width: 330px;
    font-size: 10px;
    display: none;
}
.Konfiguratorleft
{
    float: left;
    margin: 10px;
    width: 310px;
    display: none;
}
.Konfiguratorlefttopholder
{
    float: left;
    height: 340px;
}
.Konfigleftdruckvarianten
{
    width: 100%;
    font-weight: bold;
    height: 210px;
}
.pnlKonfigLeftDruckVariantenleft
{
    float: left;
    width: 190px;
}
.pnlKonfigLeftDruckVariantenleftelement
{
    float: left;
    margin-bottom: 10px;
}
.pnlKonfigLeftDruckVariantenright
{
    float: right;
}
.pnlKonfigLeftDruckVariantenleftelement
{
    float: left;
    margin-bottom: 5px;
}
.Konfiguratorleftartikel
{
    float: left;
    padding: 5px;
    width: 300px;
    border: solid 1px Black;
    font-weight: bold;
    font-size: 11px;
}
.Konfiguratorleftartikelhead
{
    float: left;
}
.Konfiguratorleftartikelbottom
{
    float: left;
    width: 100%;
}
.Konfiguratorleftartikelbottomright
{
    float: left;
    width:200px;
}
.Konfiguratorleftartikelbottomrightherstellerbild
{
    width: 50px;
    height: 50px;
}
.Konfiguratorleftimageinfo
{
    float: left;
    width: 100%;
    font-size: 11px;
    font-weight: bold;
}
.Konfiguratorleftartikelbutton
{
    
}
.Konfigleftelementwithborder
{
    float: left;
    height: auto;
    padding-top: 20px;
    padding-right:20px;
    padding-left:10px;
}
.Konfigleftelementholder
{
    margin-left: 10px;
    margin-right: 20px;
    display: none;
}
.Konfigleftelement
{
    padding-right:20px;
    padding-left:10px;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    border-style: none;
    display: none;
}
.Konfigleftgesamtkosten
{
    width: 100%;
    height: 45px;
    padding-top: 10px;
    padding-bottom: 3px;
    background: url( 'images/background/stripe.png' ) repeat-x;
    background-position: bottom;
    margin-bottom: 5px;
}
.Konfigrightelement
{
    width: 480px;
    height: auto;
    padding-top: 4px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.Konfigrightelementwithborder
{
    float: left;
    width: 490px;
    height: auto;
    padding-top: 4px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    background: url( 'images/background/stripe.png' ) repeat-x;
    background-position: bottom;
}
.Konfigrightelementeinrückung
{
    color: Black;
    padding-left: 20px;
}

.Konfiguratorright
{
    height: 480px;
    float: left;
    width: 520px;
    overflow-y: auto;
    overflow-x: auto;
}
.Konfigrechtsdefault div
{
    margin: 0 auto;
}
.Konfigbestellmengen
{
    height: 410px;
    width: 490px;
    float: left;
    border: solid 1px Black;
    overflow: auto;
}
.Konfigbestellmengenholder
{
    float: left;
    width: 520px;
    height: 480px;
    overflow: hidden;
}
.Bestellmengentabelle
{
    float: left;
}
.Bestellmengentabelle tr:hover
{
    background-color: #dddddd;
}
.Bestellmengenanzahlerror
{
    margin-top: 5px;
    width: 95%;
    float: left;
    color: Red;
    font-weight: bold;
}
.Konfigbestellmengen table
{
    float: left;
}
.Konfigbestellmengen td
{
    text-align: center;
    vertical-align: middle;
}
.Konfigbestellmengen td input
{
    margin: 0 auto;
    text-align: center;
    font-size: 10px;
        height: 15px;
    width: 20px;
}
.Konfigbestellmengen td span
{
    margin: 0 auto;
    text-align: center;
    font-size: 10px;
}
.Konfigbestellmengengesamt
{
    margin-top: 20px;
    margin-bottom: 20px;
    width: 80%;
    float: left;
    color: Black;
    font-weight: bold;
}
.Konfigbestellmengengesamt div
{
    float: right;
    font-size: 11px;
}
.KonfigBedruckung
{
    float: left;
    font-size: 11px;
    margin: auto;
    height: 480px;
    width: 520px;
}
.Siebdruck
{
    float: left;
    padding-top: 5px;
    height: 460px;
    width: 510px;
}
#Siebdruckelement
{
    padding-left: 5px;
    padding-right: 5px;
    float: left;
    width: 490px;
    height: 430px;
    border: solid 1px Black;
}
#Druckdefault
{
    float: left;
    
    width: 520px;
    height: 480px;
}
#Druckdefaultelement
{
    float: left;
    
    margin-top: 40px;
    width: 500px;
    height: 410px;
    border: solid 1px Black;
    
}
#Druckdefaultlabelholder
{
    float: left;
    margin-top: 180px;
    margin-left: 80px;
    text-align: center;
}
#Druckdefaultlabelholder
{
    font-weight: bold;
}
.Konfigdruckposition td span
{
    
}
.Konfigdruckposition td span label
{
    padding-right: 10px;
}
.Konfigdruckposition td
{
    margin-right: -5px;
}
.Bedruckungfarbinfo
{
    height: 50px;
    width: 50px;
}
.Druckpositionsbox
{
    margin-right: -10px;
}
.Druckgroessen
{
    margin-top: -13px;
    float: right;
    height: 60px;
    width: 275px;
}
.Druckgroessenliste label
{
    padding-right: 0px !important;
}
.ColorPicked
{
    width: 50px;
    height: 50px;
    float: left;
    padding-left: 100px;
}
.BedruckungInfo
{
    float: left;
    font-size: 10px;
    width: 100%;
    height: 70px;
    overflow: auto
}
.BedruckungMotiv
{
}
.KonfigBedruckung label
{
    padding-right: 15px;
    white-space: nowrap;
}
.Druckarten span
{
    padding-top: 7px;
    padding-bottom: 4px;
}
.Druckarten label
{
    padding-right: 35px;
}
.KonfigBedruckungHeadline
{
    font-weight: bold;
    color: #666666;
}
.Konfigupload
{
    width: 475px;
    height: 100px;
    
}
.Konfiguploadpic
{
    float: right;
    height: 100px;
    width: 100px;
}
.pExtBackground
{
    filter: alpha(opacity=40);
    opacity: 0.4;
    background-color:  #666666;
}
.Konfighide
{
    filter: alpha(opacity=40);
    opacity: 0.4;
    background-color:  #666666;
    height: 530px;
    width: 300px;
    position: absolute;
}
.Colorpicker
{
    font-family: Verdana;
    background-color: White;
    color: White;
}
.Bestellmengenliste
{
    font-size: 10px;
    margin-top: 10px;
    width: 100%;
    height: 80px;
    overflow: auto
}
.Bestellmengenliste table
{
    width: 100%;
}
.Bestellmengenliste table tr td
{
    
    padding-bottom: 5px;
    min-width: 40px;
}
.Bestellmengenliste table tr td span text
{
    page-break-inside: avoid;
    display: inline;
}
.Bestellmengenlistegesamt
{
    background: url( 'images/background/stripe.png' ) repeat-x;
    background-position: top;
    font-weight: bold;
    margin-top: 5px;
    padding-top: 5px;
    float: right;
    width: 100%;
}
#Bedruckungsmotiveholder
{
    float:left;
    width: 180px;
    height: 130px;
    overflow: auto;
}
.Bedruckungsmotiveelement
{
    height: 70px;
    width: 80px;
    float: left;
    padding-top: 5px;
    text-align: center;
}
#Bedruckungsmotiveelementholder
{
}
.Bedruckungsliste
{
    padding-top: 20px;
    float: left;
    width: 510px;
    height: 100px;
    padding-bottom: 10px;
}
.BedruckungsListeTableHolder
{
    float: right;
    height: 110px;
    width: 330px;
    overflow-x: hidden;
    overflow-y: auto;
}
.BedruckungsListeTableHolder table
{
    width: 320px;

}
.BedruckungsListeTableHolder td span
{
    white-space: nowrap;
}
.Bedruckungslistegesamt
{
    padding-top: 10px;
    background: url( 'images/background/stripe.png' ) repeat-x;
    background-position: top;
    width: 320px;
    float: right;
    font-weight: bold;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 10px;
}
.Bestellmengenlistegesamt label
{
    font-weight: bold;
}
.Radiobuttonlist
{
    
}
.DruckInfo
{
    float: left;
    margin-top: 2px;
    margin-left: 13px;
}
.Konfigupload iframe
{
    width: 260px;
    height: 90px;
    overflow: auto;
}
.Anderebedruckungheader
{
    float: left;
    height: 465px;
    width: 510px;
}
#Anderebedruckung
{
    float: left;
    width: 80px;
    font-size: 10px;
    width: 490px;
    height: 410px;
    border: solid 1px Black;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 15px;
}
#Anderebedruckungsarten
{
    float: left;
    width: 80px;
}
#Anderebedruckungsarten a
{
    font-weight: bold;
    color: #666666;
    float: left;
    padding-top: 10px;
}
#Anderebedruckungsarten a:hover
{
    font-weight: bold;
    color: #ab213e;
    float: left;
    padding-top: 10px;
}
.Anderebedruckungsarteninfo
{
    padding-top: 20px;
    float: left;
    padding-left: 50px;
    width: 300px;
}
.Anderebedruckungsarteninfo label
{
}
.Tooltip
{
    padding: 10px;
    position: absolute;
    width: 200px;
    max-height: 500px;
    border: solid 1px #666666;
    background-color: White;
}
.Tooltipclosecross
{
    float: right;
}

.KonfigkeineBedruckung
{
    margin-top: 40px;
    float: left;
    width: 500px;
    height: 410px;
    border: solid 1px Black;
}
.KonfigkeineBedruckung div
{
    float: left;
    padding-top: 200px;
    width: 100%;
    height: 200px;
}
.KonfigkeineBedruckung div span
{
    margin-left: 100px;
    font-weight: bold;
}


.Konfiguratorreiterkurz
{
    color: White !important;
    float: left;
    text-decoration: none !important;
    cursor: pointer;
    font-size: 9px;
}
.Konfiguratorreiterkurz div
{
    padding-top: 5px;
    float: left;
    height: 20px;
    width: 90px;
    background: url('/Images/Button/Button_kurz_passiv.jpg') no-repeat;
    text-align: center;
}
.Konfiguratorreiterkurz:hover div
{
    background: url('/Images/Button/Button_lang_aktiv.jpg') no-repeat;
}
.Konfiguratorreiterkurz div span
{
    margin: 0 auto;
    cursor: pointer;
}


.Konfiguratorreiterkurzaktiv
{
    color: White !important;
    float: left;
    text-decoration: none !important;
    cursor: pointer;
    font-size: 9px;
}
.Konfiguratorreiterkurzaktiv div
{
    padding-top: 5px;
    float: left;
    height: 20px;
    width: 90px;
    background: url('/Images/Button/Button_kurz_aktiv.jpg') no-repeat;
    text-align: center;
}
.Konfiguratorreiterkurzaktiv div span
{
    margin: 0 auto;
    cursor: pointer;
}


.Konfiguratorreiterlang
{
    color: White !important;
    float: left;
    text-decoration: none !important;
    cursor: pointer;
    font-size: 9px;
}
.Konfiguratorreiterlang div
{
    padding-top: 5px;
    float: left;
    height: 20px;
    width: 170px;
    background: url('/Images/Button/Button_lang_passiv.jpg') no-repeat;
    text-align: center;
}
.Konfiguratorreiterlang:hover div
{
    background: url('/Images/Button/Button_lang_aktiv.jpg') no-repeat;
}
.Konfiguratorreiterlang div span
{
    margin: 0 auto;
    cursor: pointer;
}



.Konfiguratorreiterlangaktiv
{
    color: White !important;
    float: left;
    text-decoration: none !important;
    cursor: default;
    font-size: 9px;
}
.Konfiguratorreiterlangaktiv div
{
    padding-top: 5px;
    float: left;
    height: 20px;
    width: 170px;
    background: url('/Images/Button/Button_lang_aktiv.jpg') no-repeat;
    text-align: center;
}
.Konfiguratorreiterlangaktiv div span
{
    margin: 0 auto;
}


.Konfiguratorreiterlanginaktiv
{
    color: White !important;
    float: left;
    text-decoration: none !important;
    cursor: default;
    font-size: 9px;
}
.Konfiguratorreiterlanginaktiv div
{
    padding-top: 5px;
    float: left;
    height: 20px;
    width: 170px;
    background: url('/Images/Button/Button_lang_passiv.jpg') no-repeat;
    text-align: center;
}
.Konfiguratorreiterlanginaktiv div span
{
    margin: 0 auto;
}


#KonfigleftDruckGesamt
{
    padding-top: 10px;
    float: left;
    height: 120px;
    width: 100%;
}
.Warenkorb
{
    padding: 20px;
    font-size: 8pt;
    color: #666666;
    position: absolute;
    background-color: White;
    filter: alpha(opacity=95);
    opacity: 0.95;
    border: solid 1px #666666;
    width: 780px;
    min-height: 500px;
    margin-left: -660px;
    top: 30px;
}
.Warenkorberfolgreich
{
    top: 400px;
    padding: 20px;
    font-size: 8pt;
    color: #666666;
    position: absolute;
    background-color: White;
    filter: alpha(opacity=95);
    border: solid 1px #666666;
    opacity: 0.95;
    width: 600px;
    margin-left: -660px;
}
.Warenkorb table
{
    width: 700px;
    color: Black;
    padding-top: 15px;
}
.Warenkorblieferinput table
{
    width: auto;
}
.Warenkorblieferinput table td
{
    text-align: right;
}
.Warenkorb table td
{
    border-collapse: collapse;
    padding: 5px;
    min-width: 20px;
}
.Leererwarenkorb
{
    text-align: center;
    padding-top: 200px;
}
.Leererwarenkorb span
{
    margin: 0 auto;
    font-size: 10pt;
    font-weight: bold;
}
.Warenkorbtableholder
{
    
    margin-top: 10px;
    height: 350px;
    overflow: auto;
}
.Warenkorbpreisinsgesamt
{
    padding-top: 5px;
    margin-top: 10px;
    border-top: solid 1px #666666;
    width: 700px;
    float: left;
}
.Warenkorbpreisinsgesamt span
{
    padding-right: 5px;
}
.Warenkorbanfragebuttonholder
{
    padding-top: 50px;
    float: left;
    width: 100%;
    text-align: center;
    
}
.Warenkorbanfragebuttonholder input
{
    margin: 0 auto;
}
.Warenkorbbutton
{
    font-weight: bold;
    color: #666666;
}
.Warenkorblieferinput
{
    padding-left: 20px;
    padding-bottom: 50px;
}
.Warenkorbbemerkungen
{
    padding-top: 40px;
    width:500px;
}
.Warenkorbanfrage
{
    padding-top: 20px;
    padding-bottom: 50px;
}
.Txtaktiv
{
    font-weight: bold;
    color: Black;
}
.Txtinaktiv
{
    color: #666666;
    font-weight: normal;
}
.Versandinfoholder
{
    float: left;
    width: 530px;
}
.Versandinfoholder span
{
    float: right;
    font-size: 7pt;
}
.Verfuegbarkeitprogress
{
    text-align: center;
}
.Verfuegbarkeitprogress div
{
    margin: 0 auto;
    display: inline;
}
.Verfuegbarkeit
{
    float: right;
    padding: 10px;
    background-color: White;
    width: 400px;
    height: auto;
    max-height: 300px;
    overflow: auto;
}
.Verfuegbarkeit td
{
    padding: 1px;
    text-align: center;
    vertical-align: middle;
}
.Verfuegbarkeit td div
{
    margin: 0 auto;
    
}
.Verfuegbarkeitinput1 input
{
    background-color: #CCFF99;
}
.Verfuegbarkeitinput0 input
{
    background-color: #cccccc;
}
.Verfuegbarkeit0
{
    background: URL('Images/Button/status_no.png') no-repeat;
    width: 20px;
    height: 19px;
}
.Verfuegbarkeit1
{
    background: URL('Images/Button/status_ok.png') no-repeat;
    width: 20px;
    height: 19px;
    
}
.Artikelprogressholder
{
    position: absolute;
    padding-left: 350px;
    filter: alpha(opacity=60);
    opacity: 0.6;
}
#newsletter
{
    padding: 10px;
}
.Newsletterinfo
{
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 8pt;
    font-family: Verdana;
    text-align: center;
}
.Newsletterinfo span
{
    margin: 0 auto;
}
.Test1
{   
    float: left;
    padding-top: 11px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 10pt;
    font-weight: bold;
    border: none;
    color: #043A66;
}
.Buttonholder
{
    float: left;
    font-size: 10pt;
    font-weight: bold;
}
.Buttonbackground
{
    position: absolute;
    height: 30px;
    background-color: White;
}
.Nahtlinks
{
    float: left;
    background: url( 'images/button/Buttonnaht.jpg' ) repeat-y;
    height: 30px;
    width: 3px;
}
.Nahtrechts
{
    float: right;
    background: url( 'images/button/Buttonnaht.jpg' ) no-repeat;
    height: 30px;
    width: 5px;
}
.Buttonbottom
{
    margin-left: 2px;
    margin-right: 4px;
    margin-top: 33px;
    position: absolute;
    float: left;
    background: url( 'images/button/Buttontop.jpg' ) repeat-x;
    height: 13px;
    width: 98%;
}
.Buttonsideleft
{
    float: left;
    height: 36px;
    width: 5px;
    background: url( 'images/button/Buttonsideleft.jpg' ) repeat-y;
}
.Buttonsideright
{
    float: right;
    height: 36px;
    width: 5px;
    background: url( 'images/button/Buttonsideleft.jpg' ) repeat-y;
}
.Buttontop
{
    float: left;
    position: absolute;
    width: 100%;
    height: 3px;
    background: url( 'images/button/Buttontop.jpg' ) repeat-x;
}

.Regkatgoogle
{
    padding: 5px;
    height: 86px;
    margin-right: 10px;
    border: dotted 1px #666666;
    float: right;text-align: center;
}
.Regkatgoogle div
{
    padding-left: 15px;
}
.Redkatnavisortierung
{
    padding: 5px;
    height: 86px;
    border: dotted 1px #666666;
    float: left;
    
}
.Anderedruckinfo span
{
}
.Colorpicker
{
    float:left;
    padding-left: 70px;
}
.Colorpicker input
{
}
.Colorpicker td div
{
    
    
}
#clpckInput
{
    height: 17px !important;
    width: 60px !important;
}
.colorPickerTab_active
{
    color: Black;
}
.colorPickerTab_inactive
{
    color: Black;
}
.colorPickerCloseButton
{
    color: Black;
}
.jcarousel-skin-tango
{
    float: left;
    width: 685px;
    height: auto;
}
.Crossmarkelement
{
    color: Black;
    height: 200px;
    width: 70px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
}
.Crossmarkelementtop
{
    
    width: 70px;
    height: 100px;
}
.Crossmarkelementbottom
{
    width: 70px;
    height: 50px;
}
.floatleft
{
    float: left;
}
.floatright
{
    float: right;
}
.clear
{
    float: none;
    clear: both;
}
#dhtmlgoodies_colorPicker
{
    left:-100px !important;
}
.Konfigfertigholder
{
    width: 520px;
    height: 480px;
    float:left;
}
.Konfigfertigelement
{
    float: left;
    width: 510px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px Black;
}
#Bestellmengenlisteholder
{
    float: right;
    width: 300px;
}
#Bedruckunglisteholder
{
}
#Carouselholder
{
    display: none;
}
.contactform_control
{
    float: left;
    width: 100%;
}
.anfrageStueck
{
    float: left;
}
.contactformrowholdermulti
{
    margin-top: 10px;
}