@CHARSET "UTF-8";


.achtungSuccess {
	background-color: #66CC00 !important;
}

#shippingtype, #paymenttype {
	width: 200px;
}
/*Farbe Rot*/
h1, a, div#register h1, div#site-nav ul li a, span.tooltipCloudContent h3, table.productFactsTable th, #articlestep2 a, #articlestep2 a span, #articlestep3 a, #articlestep3 a span, div.box_text a:hover, div.box_icons ul li a span:hover, fieldset legend, div#site-nav ul li a, div.bottombox a:hover, ul.pagination li a, ul.jtabs li.last a, table#so-gehts caption,h3[title = rightColumn], fieldset legend, div.inforahmen h3, input.motive_del, div#site-nav ul li a.active, #mainNav li.current em, #flowpanes h2 {
	color:#000060;
}
/*Farbverlauf Grau hell*/
.jtab_container {
	background:#f2f2f2;
	background:-moz-linear-gradient(top, #ffffff, #f2f2f2); /* Firefox */
	background:-webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f2f2f2)); /* Safari, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2');
  }
/*Farbverlauf Grau hell*/
 div#top-nav ul li, div#top-nav, div#kopf ul#kopfrechts, div.basketButtons input, input#new, div.los_gehts_box h3, div.los_gehts_box h3 a, div.los_gehts_box .los_button, a.button div div#toolbar li#suchen input.suchen, ul#top-nav-user li, ul.tabs li a,div#slider {
	background:#dcdcdc;
	background:-moz-linear-gradient(top, #fefefe, #dcdcdc); /* Firefox */
	background:-webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc)); /* Safari, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#dcdcdc');
  }
/*Farbeverlauf Grau dunkel*/
.myorder_top, div#top-nav ul li.active, div#top-nav ul li:hover, input[type="submit"], ul.tabs li a.active, ul.tabs li a:hover, .buttonTable a.button div, a#registerButton, a.backbutton, html ul.jtabs li.active, html ul.jtabs li.active a:hover, .buy input.grey[type="submit"], .newaddress {
	background: #999999;
	background: -webkit-gradient(linear, left top, left bottom, from(#C1EA97), to(#66CC00));
	background:-moz-linear-gradient(top, #C1EA97, #66CC00); /* Firefox */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#C1EA97', endColorstr='#66CC00');
}
/*Farbverlauf Gruen*/
.buy input[type="submit"], input[type="submit"].green, .myaddress legend {
	background: #C1EA97;
	background: -webkit-gradient(linear, left top, left bottom, from(#C1EA97), to(#66CC00));
	background:-moz-linear-gradient(top, #C1EA97, #66CC00); /* Firefox */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#C1EA97', endColorstr='#66CC00');
}

.addaddressoverlay {
    background-color: #FFFFFF;
    border: 2px solid #93BA20;
    margin: auto auto auto 50px;
    padding: 10px;
    position: absolute;
    top: 50px;
    width: 830px;
}

.addaddressoverlay fieldset {
    background: none;
}

.addaddressoverlay select {
    width: 267px;
}

.addressoverlay {
    background-color: #FFFFFF;
    border: 2px solid #93BA20;
    height: 300px;
    margin: auto auto auto 50px;
    overflow: auto;
    padding: 10px;
    position: absolute;
    top: 100px;
    width: 830px;
}

.addressoverlay fieldset table thead {
    background-color: #ccc;
}


.addressoverlay fieldset p {
    margin: 10px;
}

.addressoverlay fieldset table .odd {
    background-color: #ecf5fe;
}

.addressoverlay fieldset legend {
    margin-bottom: 0 !important;
}

.addressoverlay fieldset table .even {
    background-color: #dfecfb;
}

.addressoverlay fieldset legend .date {
    left: 370px;
    position: relative;
}

.addressoverlay fieldset table td, fieldset table th {
    padding-left: 5px;
    padding-top: 1px;
}

.useasinvoice, .useasdelivery, .useassender {
	border: 0;
}
/*Schriftfamilie*/
fieldset legend {
	width: 100%;
	padding: 2px;
}

.leftBoxHeading {
	text-align: center;
	font-size: 1.0em;
	padding: 1px;
	color: #000060;
	margin-top: 0;
}

.BoxWithBorder {
border:1px dashed #ccc;
padding:10px;
}
/* NEU mit Span - ToolTipCloud Artikeldetailseite START*/
a.tooltips {
display:block;
}
li.tooltipCloudButton {
	position:relative;
	list-style-type:none;
}

span.tooltipCloudPeak {
	width:20px;
	height:20px;
	background:url(/shops/3214981973/images/peak.png);
	position:absolute;
	top:10px;
	left:-20px;
}
a span.tooltipCloud {
	z-index:1000;
	width:200px;
	height:auto;
	background:#fff;
	position:absolute;
	top:-5px;
	left:170px;
	visibility:hidden;
	padding:10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow:  2px 2px 10px #ccc;
	-moz-box-shadow:  2px 2px 10px #ccc;
	box-shadow:  2px 2px 10px #ccc;
}
span.tooltipCloudPeak-Up {
	width: 20px;
	height: 20px;
	background: url(/shops/3214981973/images/peak-up.png);
	position: absolute;
	top: -19px;
	right: 55px;
}
a span.tooltipCloud-deliv {
	text-align:left;
	z-index: 1000;
	width: 325px;
	height: auto;
	background: #fff;
	position: absolute;
	top: 30px;
	right: 0px;
	visibility: hidden;
	padding:10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow:  2px 2px 10px #ccc;
	-moz-box-shadow:  2px 2px 10px #ccc;
	box-shadow:  2px 2px 10px #ccc;
}
li.tooltipCloudButton a:hover span.tooltipCloud, li.tooltipCloudButton a:hover span.tooltipCloud-deliv {
	visibility:visible;
}

.productListing-odd {
	box-shadow: 2px 2px 3px #999999;
}
 
#overviewlistitem {
    box-shadow: 2px 2px 3px #999999;
    float: left;
    list-style: none outside none;
    margin: 5px !important;
    padding: 5px 5px 2px !important;
}

span.tooltipCloudContent {
	/*margin: 10px;*/
}
span.tooltipCloudContent p {
	line-height: 16px;
	font-family: Verdana,Helvetica,sans-serif;
	font-size: 11px;
	color: #555;
}
span.tooltipCloudContent ul li {
	list-style: disc inside none;
	line-height: 18px;
	font-family: Verdana,Helvetica,sans-serif;
	font-size: 11px;
	color: #555;
}
span.tooltipCloudContent h3 {
	line-height: 16px;
	font-family: Verdana,Helvetica,sans-serif;
	font-size: 14px;
}
/* NEU ToolTipCloud Artikeldetailseite ENDE*/

div.feedback-panel {
	z-index:100;
	/*background:#f2f2f2;
	background:-moz-linear-gradient(top, #deeaf0, #fff);
	background:-webkit-gradient(linear, left top, left bottom, from(#deeaf0), to(#fff));
    padding:20px 20px 0px 20px;*/
    width: 360px;
	height:620px;
    position:absolute;
    top:100px;
    left:-401px;
	-moz-border-radius:0px 10px 10px 0px; /* Firefox */
	-webkit-border-radius:0px 10px 10px 0px; /* Chrome */
	border-radius:0px 10px 10px 0px; /* Opera (W3C Standard) */
	-khtml-border-radius:0px 10px 10px 0px;
		-webkit-box-shadow:  2px 2px 8px #666;
		-moz-box-shadow:  2px 2px 8px #666;
		box-shadow:  2px 2px 8px #666;
}
div.feedback-panel, div.tellafriend-panel {
	background:#f2f2f2;
	background:-moz-linear-gradient(top, #deeaf0, #fff);
	background:-webkit-gradient(linear, left top, left bottom, from(#deeaf0), to(#fff));
    padding:20px 20px 0px 20px;
} 
.feedback-panel a.feedback-tab {
    background:transparent url(../img/feedback-bttn.png) no-repeat scroll 0 0;
    bottom:21px;
    display:block;
    float:right;
    height:172px;
    left:72px;
    outline:medium none;
    position:relative;
    text-indent:-9999px;
    width:52px;
}
#feedbackForm span label {
width:150px;
height:150px;
}
textarea {
    /*width:90%;*/
    padding:5px;
}
#response-message {
    background: #ccc;
    border: 1px solid #999;
    padding:50px;
}
.feedback-panel textarea {width:299px;}
.feedback-panel input {color:#ccc; width:310px; height:25px; font-size:110%; margin:0px 0px 10px 0px;}
.feedback-panel input:focus, .tellafriend-panel input:focus  {color:#000;}
.feedback-panel label {font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;}

.feedback-panel input[type="submit"],.tellafriend-panel input[type="submit"] {
	-moz-border-radius:4px; /* Firefox */
	-webkit-border-radius:4px; /* Chrome */
	border-radius:4px; /* Opera (W3C Standard) */
	-khtml-border-radius: 4px;
		-webkit-box-shadow:  1px 1px 4px #999999;
		-moz-box-shadow:  1px 1px 4px #999999;
		box-shadow:  1px 1px 4px #999999;
	background: #ff730c;
	background: -webkit-gradient(linear, left top, left bottom, from(#ff974b), to(#ff730c));
	background:-moz-linear-gradient(top, #ff974b, #ff730c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8f3d', endColorstr='#ff730c');
	border:0 none;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	height:29px;
	width:200px;
	padding: 0px 0px 3px 0px;
}

/*Tellafriend Formular*/
div.tellafriend-panel {
	margin: auto;
    left:0; right:0;
    top:25px; /*bottom:560px;*/
    position: fixed;
	z-index:100;
    width: 500px;
	height:auto;
	-moz-border-radius:10px 10px 10px 10px; /* Firefox */
	-webkit-border-radius:10px 10px 10px 10px; /* Chrome */
	border-radius:10px 10px 10px 10px; /* Opera (W3C Standard) */
	-khtml-border-radius:10px 10px 10px 10px;
		-webkit-box-shadow:  2px 2px 8px #666;
		-moz-box-shadow:  2px 2px 8px #666;
		box-shadow:  2px 2px 8px #666;
}
/*Position und Optik*/

.tellafriend-panel a.tellafriend-close {
background:transparent url(/shops/3214981973/images/close.png) no-repeat scroll 0 0;
    bottom:28px;
    display:block;
    float:right;
    height:30px;
    left:35px;
    outline:medium none;
    position:relative;
    text-indent:-9999px;
    width:30px;
}


}
/*Aussehen */
.tellafriend-panel h2 {font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif; font-size: 31px; font-weight: normal;color:#333;}
.tellafriend-panel p {font-size:12px; width: 465px; font-style:italic;}
.tellafriend-panel textarea {width:465px;}
.tellafriend-panel input#cp-input {position:absolute; margin: 10px 10px;}
.tellafriend-panel input {color:#ccc; width:210px; height:25px; font-size:110%; margin:2px 0px 10px 0px;}


.tellafriend-panel .left {
float:left;
}
.tellafriend-panel .right {
float:right;
margin: 0px 20px 0px 0px;
}
textarea#empfehlung {
background:#EBF2F6;
border: 0px;
padding:0px;
}
textarea#empfehlung :focus {
color:#EBF2F6;
}
div#tellafriend-form-wrap p.InfoText {
font-size:11px;
width:465px;
}

ul.errors li {
color: #F56131;
}
/*Ende TAF*/

/************ INHALT ************
1. Einstellungen
2. Seitenaufbau
3. Navigation
4. Content
    4.0 PORTAL
    4.1 REGISTER
    4.2 WARENKORB
    4.3 DETAIL
    4.4 LOGON
5. Schrift
6. Links
7. Formulare
8. Pagination
9. Slider
10. Upload
/*******************************/

/*Tabellen Design START*/
tr.odd , .odd{
background:none;
}
tr.even, .even {
background-color:#f2f2f2;
}

table.productFactsTable {
text-align:left;
}
table.productFactsTable th {
font-weight:bold;
font-size:110%;
margin:0px 0px 10px 0px;
}
.productFactsTable  td.img {
vertical-align:bottom;

}
.productFactsTable  td.img img{
height:150px;
}
td#productFactsTable-lable {
font-weight:bold;
}
/*Tabellen Design ENDE*/

/*jQuery Accordion Menu START*/

.ui-state-active, .ui-state-active {
background:none;
border:0px none!important;
color:#212121;
font-weight:normal;
outline:medium none;
}

/*jQuery Accordion Menu ENDE*/

#featured_button {
    float:left;
    height:224px;
    width:270px;
    overflow:auto;
}

#featured_productgroups {
    background-color: #198BC9;
    width:493px;
    float:left;
    margin:0 11px 15px 0;
}

#featured_productgroups_no_slider {
    background-color: #198BC9;
    width:493px;
    float:left;
    margin:0 11px 15px 0;
}

#featured_productgroups h1, #featured_productgroups_no_slider h1{
    color: #ffffff;
    margin: 5px;
}
#featured_commercial {
    float:left;
    width:270px;
    overflow: auto;
}

/*div#slider-psc {
	border-color:#ECECEC #ECECEC #CCCCCC;
	border-style:solid;
	border-width:1px;
	float:left;
	height:225px;
	margin:0 11px 15px 0;
	width:491px;
}*/

.startbereich {
    position: relative;
}
.startbereich a.edit {
    z-index: 100000;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 22px;
    height: 22px;
    display: none;    
    background-image: url('/images/admin/oxygen/22x22/actions/edit.png');
}
.startbereich:hover a.edit {
    display: block;
}
a.layoutedit {
    margin-bottom: 10px;
    line-height: 22px;
    padding-right: 27px;
    text-align: right;
    height: 22px;
    display: block;
    background: url('/images/admin/oxygen/22x22/actions/edit.png') right no-repeat;
}

div#topModulContainer {
float:right;
width:710px;
}
/******* STEPS *******/


#contactlogo {
    position:absolute;
    right: 0px;
}
#contactlogo img {
    display: block;
    float:left;
}
.liveedit, .liveeditinput {
	border: 1px solid #FF3300;
}

#resale_price {
	width: 100px;
	text-align: right;
}

#overlay { 
	width: 80%;
	height: 80%;
} 
 
/* container for external content. uses vertical scrollbar, if needed */ 
.contentWrap { 
    margin: 40px;
}

/* STEP BREITEN */
    #mainNav.fiveStep li{width:186px;}
    #mainNav.fourStep li{width:235px;}
    #mainNav.threeStep li{width:310px;}
    #mainNav.threeStep li.current {width:310px;}
	#mainNav.twoStep li{width:480px;}
    #mainNav li a {cursor: default;}
    #mainNav li.lastDone a {cursor: pointer;}
    #mainNav li.done a {cursor: pointer;}
/* BASE-SETTING */
    #mainNav li{  
        display: block;
        height:61px;
        float:left;
        padding: 0px;
    }
/* STEP-TYPO */
	#mainNav { margin-left: 20px; }
    #mainNav li em {padding: 5px; font-size: 140%; font-weight:bold; color:#999;}
    #mainNav li.current em {font-style: normal;}
	 #mainNav li.lastDone em {color: #cccccc;font-style: normal;}
	 #mainNav li.done em {color: #CCCCCC;font-style: normal;}
    #mainNav li span {
        padding: 5px 5px 5px 5px;
		color:#ccc;
        font-style: normal;
        width:240px;
        display:block;
    }
	#mainNav li.current span {color:#000;}
	#mainNav li.lastDone span, #mainNav li.done span {color:#ccc;}
/* STEP BACKGROUNDS */
    #mainNav li.current{
    }
    #mainNav li.lastDone{
    }
    #mainNav li.done{
    }
    #mainNav li.mainNavNoBg{
        background-image:none;
}
/* STEP FORMS */
    fieldset#step0 {
        width: 428px;
        margin: 0px auto;
    }
    fieldset#step1 {
        width: 920px;
        margin: 0px auto;
    }
    fieldset#step4 {
        width: 430px;
        margin: 0px 20px;
        float: left;
    }
    fieldset#step4_hilfe {
        margin: 14px 0px 0px 0px;
        width: 448px;
        min-height: 98px;
      
        float: left;
        border: 1px solid #ccc;
    }
    .navigator {
    	height: 100px;
    }
    
    .navigator_ok {
    	height: 100px;
    	width: 100px;
    	background: transparent url(/images/ok.jpg) no-repeat 0 0;
    }
    
    
    fieldset#step2 {
        width: 400px;
        margin: 0px auto;
    }
    
#articlestep2 a, #articlestep2 a span, #articlestep3 a, #articlestep3 a span {}
	
    fieldset#step3 {
        width: 850px;
        margin: 0px auto;
    }
     
    fieldset#step1 input#logo {
        height: 25px;
        -webkit-box-shadow: inset 0px 0px 0px #999;
        -moz-box-shadow: inset 0px 0px 0px #999;
        
    }
    fieldset#step1 input, fieldset#step1 select {
        width: 250px;
    }
    fieldset#step1 textarea {
        width: 250px;
    }
    
    div#stepproduktinfo {
      /*  border: 1px solid #ccc;*/
        margin: 0px 20px auto;
        padding: 10px;
        overflow: hidden;
    }
    div#stepproduktinfo img {
        float: left;
        margin-right: 20px;
        margin-bottom: 20px;
    }
    div#stepproduktinfo h1 {
        margin-bottom: 10px;
    }
    div#stephilfe {
       /* border: 1px solid #ccc;*/
        width: 447px;
        margin-top: 14px;
        padding: 10px;
    }
    div#violationhilfe {
        float: right;
        border: 1px dashed #ccc;
        width: 420px;
        margin-top: 14px;
        padding: 10px;
    }
    div#register.violation {
        width: 900px;
    }
     div#register.violation input[type="text"] {
        width: 275px;
     }
    div#register.violation fieldset.violation {
        float: left;
        width: 420px;
        
    }
    fieldset.motivstep {
        margin-top: 20px;
    }
    fieldset.motivstep label {
        display: block;
        float: left;
        white-space: nowrap;
        vertical-align: middle;
        margin: 5px 0px;
        
     }
    fieldset.motivstep input {
        vertical-align: middle;
        margin-right: 15px;
        width: 210px;
    }
     fieldset.motivstep input[type="checkbox"] {
        text-align: left;
        width: 18px;
        margin-right: 210px;
     
    }
    fieldset.motivstep textarea {
        margin-right: 15px;
        width: 210px;
    }
    fieldset.motivstep select {
        margin-right: 15px;
        width: 212px;
    }
     fieldset.motivstep label span {
        display: block;
        vertical-align: middle;
        float: left;
        width: 130px;
     }
/******* 1. Einstellungen *******/

* {    
    font-weight: inherit;
    font-family: inherit;
    font-style: inherit;
    font-size: small;
    border: 0 none;
    outline: 0;
    padding: 0;
    margin: 0;
    color: #000060;
    list-style: none;
    text-decoration: none;
    font-family: Verdana,Helvetica,sans-serif;
}
body {
	color: #000060;
}
em {font-style: italic; }

html{height: 101%;}
strong {font-weight: bold;}
b {font-weight: bold;}

.clear {clear: both;}
.hlastb {border-right: none !important; }
.vlastb {border-bottom: none !important;}
.hlastm {margin-right: 0 !important;}
.vlastm {margin-bottom: 0 !important;}
.visible {display: block;}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
/* IE-Patch IE 7*/
*:first-child+html .clearfix { min-height: 0; }

/* IE-Patch IE 6*/
* html .clearfix { height: 1%; }


.star_4 {z-index: 0;}

/******* 2. SEITENAUFBAU *******/

div#desk {
width:880px;
padding:25px 50px;
}

div#site-wrapper {
    width: 980px;
    margin: auto;
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 0px;
	position:relativ;
}
div#site-head {
    position: relative;
    height: 120px;
    /*line-height: 120px;*/
    color: #fff;
    margin: 0;
}

div#site-head-left {
width:440px;
float:left;
}

div#site-head-right {
    float: right;
    margin-right: 10px;
    margin-top: 127px;
    position: relative;
}

div#site-head-right a {
font-size:15px;
font-weight:bold;
color:#000060;
}


div#navBreadCrumb {
width:963px;
margin:0px auto 12px auto;
color:#999;
}

div#site-nav {
    position: relative;
	margin:0;
    width: 180px;
    float: left;
    background: #fff;
    border: 0px none;
    clear:both;
}

.sortiment li {
/*list-style: url('/shops/3214981973/digiCult/list-style-image_plus-grey.gif') inside none;*/
margin:2px 0px;
}
.themen li.active {
list-style: url('/shops/3214981973/design/navi-minus.gif') inside none;
margin:2px 0px;
}

.productListing-data {
padding: 0.5em;
border-bottom-color: #ABBBD3;
border-bottom-width: 1px;
border-bottom-style: solid;
text-align: left;
}

/*dp24 Zusatz*/
div#side-nav {
float:left;
margin: 0px 20px 10px 0px;
width:180px;
}

div.infoBox {
	width:165px;
	height:auto;
}
div.infoBoxHeader {
	width: 180px;
	height: auto;
	padding: 5px;
	border: 1px solid #cccccc;
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dbdbdb));
	background: -moz-linear-gradient(top, #fff, #efefef);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dbdbdb');
	-moz-border-radius: 6px; /* Firefox */
	-webkit-border-radius: 6px; /* Chrome */
	border-radius: 6px; /* Opera (W3C Standard) */
}
div.infoBox p {
color:#555;
}
/*ENDE*/

div#site-main {
    width: 780px;
    padding: 0px;
	float: right;
}

div#site-main-Article {
    width: auto;
    padding: 0px;
	margin:0px auto;
	float: none;
}



div#site-main.startseite {
	margin:0;
    width: 730px;
}

div#site-footer{
    background-color:#F8F8F8;
	border-top:1px solid #fefefe;
	color:#555;
	display:block;
	margin-top:20px;
	padding:5px 0;
	text-align:center;
}
div#site-footer p {
	font-size: 90%;
	color:#888;
	margin: 0px auto;
	display: block;
	padding: 5px 0px;
}
	

.siteFooterLeft {
	margin:20px;
	float:left;
	width: 335px;
	text-align: left;
}

.siteFooterLeft h2, .siteFooterRight h2, .siteFooterMiddle h2 {
	padding: 2px;
	background: url("/styles/2930847/design/papedruck/img/tile_back.gif") repeat scroll 0 0 transparent;
}

.siteFooterMiddle {
	float: left;
    margin: 20px;
    text-align: left;
    width: 335px;
}

.siteFooterRight {
	float: right;
    margin: 20px;
    text-align: left;
    width: 180px;
}

.footerhlastm {margin-right: 0 !important; width:440px!important;}

input#newsletterAboField {
color:#ccc;
width:230px;
height:25px;
font-size:120%;
}
input#newsletterAboField:focus {
color:#000;
}

div.siteFooterNews {
color:#999;
font-size:11px;
text-align:left;
margin:30px 0;
}

div.siteFooterBottom {
padding:15px;
}

#ktSocialBookmarks {
margin:45px 0px 0px 0px;
}
#ktFbThis {
width:175px;
float:left;
}
#ktTweetThis {
    text-align: right;
    width: 110px;
	margin:0 15px 0 0;
}
#ktFollowUs {
width:60px;
float:left;
}

/********divs für zweispatltiges formular******/
/* Klartext divs shoperstellen */
div#spalte1 {width: 450px; float: left;}
div#spalte2 {width: 450px; float: left;}
div#volleBreite {width: 922px;}
div#hinweisblase {
background-image:  url('/shops/3214981973/images/HinweisblaseKlein.jpg');
background-repeat: no-repeat;
height: 100px;
width: 335px;
padding: 30px 30px;
margin: 0;
}
	
/******* 3. NAVIGATION *******/
/*Warenkorb*/

ul#listeWarenkorb {margin:15px 0 0;}
ul#listeWarenkorb li {list-style-image:url(/shops/3214981973/design/warenkorb.gif);}
div.headerBox div {height:30px; width:auto; margin:4px;}
div.headerBox {
	width:180px;
	height:37px;
	margin:15px;
	border:1px solid #ccc;
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#efefef));
	background:-moz-linear-gradient(top, #fff, #efefef);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef');
	-moz-border-radius:6px; /* Firefox */
	-webkit-border-radius:6px; /* Chrome */
	border-radius:6px; /* Opera (W3C Standard) */
}

/* MAIN NAV: */
div#site-nav ul {
    position: relative;
    z-index: 2;
    position: relative;
	left:8px;
    border: 0px solid #ccc; 
    margin-bottom: 20px;
	width:180px;
}
div#site-nav p.navhead, h3[title="col"] {
	height: 17px;
	line-height: 17px;
	font-weight: bold;
	color: #555;
	padding: 3px 5px 5px 10px;
	font-size: 110%;
}
div#site-nav ul li a {
	position: relative;
	z-index: 2;
	height: 17px;
	line-height: 17px;
}
    div#site-nav ul li:hover {
	position: relative;
	z-index: 2;
	color: #000;
	background:none;
}
div#site-nav ul li a.active {
	position: relative;
	z-index: 2;
	/*color: #FF730C;*/
	font-weight:bold;
	display: inline;
}
    div#site-nav ul li ul {
        width: 173px;
        /*height: auto!important;*/
        border: 0px none;
        background: #fff;
        position:relativ;
        z-index: 5;
        /*margin-top: -35px;*/
        left: 8px;
        display: none;
    }

/* TOP NAV */
div#top-nav {
    height:35px;
    width: 978px;
    border: 1px solid #fff;
}
 div#top-nav ul li {
 	margin:0px;
    float: left;
    line-height: 32px;
	border-right:1px solid #fff;
	height:35px;
  }
 div#top-nav ul li.last {
	border-right:1px solid #fff;
  }  

div#top-nav ul li.active, div#top-nav ul li:hover {}
div#top-nav ul li:hover a, div#top-nav ul li.active a{color: #000060;}
div#top-nav ul li a, ul.tabs li a span {
    /* text-shadow: 0px 1px 1px #333; */
    color: #000060;
	font-size:11px;
	font-weight:bold;
    display: block;
    padding: 0px 10px;      
	text-transform:uppercase;
}

div#top-nav span {
    letter-spacing: 0.03em;
    color: #F09100;
    line-height: 30px;
    font-size: 130%;
    display: block;
    float:right;
}
div#top-nav span#kaufen {
    float:left;     
}
div#top-nav span#verkaufen {
    float:right;     
}

.top_subnav {
float:right;
}

/*Buttons in der Topnavi START*/
ul#top-nav-user {
float:right;
}
/*Buttons in der Topnavi ENDE*/
  
/*** TOOLBAR ***/
        div#toolbar {
    margin: 0em;
	background:#C1EA97;
	background:-moz-linear-gradient(center top , #C1EA97, #66CC00) repeat scroll 0 0 transparent;
	background:-webkit-gradient(linear, left top, left bottom, from(#C1EA97), to(#66CC00)); /* Safari, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#C1EA97', endColorstr='#66CC00');
	padding: 0.2em 0 0.3em 0.5em;
	font-weight: normal;
	color: white;
	height: 19px;
        }
        div#toolbar ul {
            position: relative;
			width:950px;
			margin:0;
        }
        div#toolbar ul li {
            color: #969696;
            float: right;
            border-right: 0px solid #bbb;
			margin: 20px 6px;
        }
/*        div#toolbar ul li#flashMessenger {
            position: absolute;
            left: 400px;
        }
        div#toolbar ul li#flashMessenger span {
            font-weight: bold;
            letter-spacing: 0.7px;
            font-size: 100%;
            padding: 0px 20px;      
            color: #000;
        }
*/
        div#toolbar ul li a  {
            font-size: 85%;
            padding: 0px 20px;      
            color: #969696;
        }
          div#toolbar ul li a:hover {
            padding: 0px 20px;      
            color: #ff8c19;
        }

        div#toolbar li#suchen {
            /* float:right; */
            /* margin-right: 10px; */
        }
		li#suchen input {
		height:23px;
		padding:2px;
		color:#555;
		}		
		li#suchen input:focus {
		border: 1px solid #000060;
		-webkit-box-shadow:  0px 0px 5px #000060;
		-moz-box-shadow:  0px 0px 5px #000060; 
		color:#333;
		}
		
        li#suchen input.suchen {
			border:0px none;
            -webkit-box-shadow: 1px 1px 3px #999;
            -moz-box-shadow:  1px 1px 3px #999; 
			filter: progid:DXImageTransform.Microsoft.dropShadow(color=#999999, offX=1, offY=1, positive=true);
            height: 27px;
            width:90px;
            margin: 0px;
            padding:0px;
			font-weight:bold;
			font-size:13px;
			color:#000060;
			text-shadow:none;
        }
       li#suchen input:active {
            -webkit-box-shadow: none;
            -moz-box-shadow:  none; 
        }

/* TOP TABS */
ul.tabs {
    border-bottom: 0px none;
    overflow: hidden;
}
ul.tabs li {
	background:none;
    margin-right: 0px;
	border:1px solid #c2c2c2;
    border-right: 0px none;
    float: left;
	height:26px;
}

ul.tabs li a {
    border: 0px none;
    display: block;
    height: 26px;
    line-height: 26px;
	color:#fff;
}

ul.tabs li.last {
    margin-right: 0;
    border-right: 1px solid #c2c2c2;
}
ul.tabs li a.active, ul.tabs li a:hover {
}

/*ul.tabs li a span {
color:#FFFFFF;
font-size:104%;
font-weight:bold;
letter-spacing:0.03em;
}*/

ul.tabs li a.active span, ul.tabs li a:hover span  {
     color: #fff;
     text-shadow: none;
}


/******* 4. CONTENT *******/

/*** PORTAL KOPF ***/
div#kopf {
    margin-bottom: 10px;
	width:960px;
    /*background: url('../img/schatten_kopf.gif') 230px 0px no-repeat;*/
}
div#kopf ul {
    width: 275px;
    border: 0px none;
    height: 280px;
}
    div#kopf ul li.head{
       padding: 10px 10px 5px 20px !important;
       margin: 0px;
       height: 25px;
       line-height: 25px;
	   letter-spacing:0.02em;
       background: none;
       font-size: 197%;
       color: #fff;
       /* font-family: helvetica; */
       font-weight: bold;
       text-align: left;
    }
    div#kopf ul#kopflinks {
        margin-left: 10px;
        float:left;
    }
     /*div#kopf ul#kopflinks li.icon {
         padding: 2px 0px 2px 40px;
         background: url('/shops/3214981973/images/CheckAllRight.png') 10px 10px no-repeat;
    }*/
div#kopf ul#kopfrechts {
		text-align: left;
        /*margin-right: 10px;*/
        float:right;
    }
    div#kopf ul#kopfrechts li.icon {
        padding: 2px 0px 2px 55px;
        background: url('/shops/3214981973/images/CheckAllRight.png') 10px 8px no-repeat;
    }
    div#kopf ul li.los {
        margin-left: 125px;
        padding: 0px 12px;
        background: url('../img/botton_go_orange.jpg') 0px 0px no-repeat;
        height: 26px;
        line-height: 23px;   
    }
    div#kopf ul li.los a {
        font-size: 100%;
        text-shadow: 0px 1px 1px #333;
        color: #fff;  
    }
 
    div#kopf ul li {
        position: relative;
        margin: 8px 0px 10px 0px;    
    }
    div#kopf ul li a {
        color: #fff;
		font-size: 130%;
        font-weight:bold;
		border: none;
	}
    div#kopf ul li a span {
        color: #fff;
		font-weight:normal;
    }

div#slider {
		
       float: left;
       height: 280px;
       width: 700px;
       /*margin: 0px 5px 0px 14px;*/
       border: 0px none;
}

/*** PORTAL PFEILE ***/

    ul.pfeile li.head  {
        text-align: left;
        margin-left: 0px;
		background: url('/shops/3214981973/themenshops/abfrage-pfeil.jpg') no-repeat;
        background-color:#fff;
		width: 160px;
        border: none;
        height: 105px;
     }
	ul.pfeile li.headMotiv  {
        text-align: left;
        margin-left: 0px;
		background: url('/shops/3214981973/design/Abfrage-Pfeil-o.jpg') no-repeat;
        background-color:#fff;
		width: 160px;
        border: none;
        height: 105px;
     }
	ul.pfeile li.headShop  {
        text-align: left;
        margin-left: 0px;
		background: url('/shops/3214981973/design/Abfrage-Pfeil.jpg') no-repeat;
        background-color:#fff;
		width: 160px;
        border: none;
        height: 105px;
     }
    ul.pfeile li.head span, ul.pfeile li.headMotiv span, ul.pfeile li.headShop span {
        letter-spacing: 0.5px;
        padding: 21px 0px 0px 15px;   
        color: #b0b0b0;
        display: block;
        height: 105px;
        width: 160px;
    }
    ul.pfeile li.head span a, ul.pfeile li.headMotiv span a, ul.pfeile li.headShop span a {
        font-size: 150%;
		font-weight:bold;
		font-style:italic;
        color: #fff;
    }
     ul.pfeile li.head span strong{
        color: #b0b0b0;
        font-size: 100%;
    }
    ul.pfeile li {
        text-align: center;
        margin-right: 6px;
        margin-bottom: 30px;
        float: left;
        height: 100px;
        width: 100px;
        border: 1px solid #ddd;
    }
     
    ul.pfeile li a img {
     	margin: 2px;
    }
     
    ul.pfeile li:hover {
        border: 1px solid #ddd;
    }
     
    ul.pfeile li.head:hover , ul.pfeile li.headMotiv:hover , ul.pfeile li.headShop:hover  {
	border: none;
    }

     
/*** REGISTER ***/

    div#register {
        margin: 0px auto;
        width: 450px;
        z-index: 99;
    }
        div#register h1 {
            margin: 10px 0px 10px 0px;
        }
        div#register input, div#register select{
            padding: 1px;
            margin: 2px 0px;
        }
        div#register fieldset legend{
            padding: 0px;
        }
        div#register fieldset dt {
            float: left;
            width: 120px;
            height: 17px;
            padding-top: 6px;
        }
        div#register fieldset dd {
            float: left;
min-height:25px;    
        width: 280px;
            margin: 2px 0px 12px 0px;
        }
        div#register fieldset dd input, div#register fieldset dd select {
            background-color: transparent;
            width: 280px;
        }
        div#register fieldset dd input[type="checkbox"] {
            margin:0px 15px 0px 0px;
			width: 18px;
            height: 18px;
        }
        div#register fieldset dd ul li {
            color: #F56131;
        }

	
/*** WARENKORB ***/

table.warenkorb {
    margin-top: 10px;
    border-collapse: collapse;
    border: 1px solid #f2f2f2;
}

table.warenkorb li {
font-size:11px;
}

table.warenkorb th {
    border: 0px none;
    font-size: 110%;
    letter-spacing: 0.5px;
    color: #000;
    height: 20px;
    line-height: 20px;
    padding: 0px 10px 0px 5px;
    background: none;
}
table.warenkorb tr {
}

table.warenkorb td {
    color: #555;
    padding: 5px;
    vertical-align: middle;
}
table.optionen {
    border-collapse: collapse;
}
table.optionen td {
     color: #555;
}
table.optionen input, table.optionen select {width:150px;}
table.optionen td {padding: 5px; background: #F8F8F8;}
table.optionen td.grey {padding: 5px; color: #555; background: #eee; letter-spacing: 0.5px;}
table.optionen td.grey strong {}
table.optionen td.spacer {width: 533px; background: none;}
table.optionen td.abstand { border-top: 10px solid #fff;}

div.basketButtons {
margin-top: 10px;
}

div#addressBox {
width:450px;
margin:15px;
float:left;
}

div#address {
margin:5px 0px;
}

form#formBasketAdress, div#address, #basketDoneTable {
	background:#f2f2f2;
	background:-moz-linear-gradient(top, #fff, #f2f2f2); /* Firefox */
	background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#f2f2f2)); /* Safari, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2');
	border:1px dashed #c2c2c2;
}

p.addressText {
margin:10px;
}

div#invoiceAddressBttn {
float:right;
margin: 15px 75px;
width:280px;
}

input[type="submit"].miniBttn {
font-size:12px;
height:25px;
line-height:12px;
}

/*Bestelluebersichtsseite START*/
#basketInvoiceAdr, #basketDeliveryAdr, #basketBooking {border:1px dashed #ccc; padding:10px;	
	-moz-border-radius:4px; /* Firefox */
	-webkit-border-radius:4px; /* Chrome */
	border-radius:4px; /* Opera (W3C Standard) */
	-khtml-border-radius: 4px}
#basketInvoiceAdr {height: 126px;
    width: 430px; float:left;}
#basketDeliveryAdr {
	float: right;
    height: 126px;
    width: 430px;
}
/*Bestelluebersichtsseite ENDE*/
/*Aktuelle Version*/
div.los_gehts_box {
	border:0px none;
	background:none repeat scroll 0 0 #fff;
	background:-moz-linear-gradient(center top , #fff , #f1f1f1) repeat scroll 0 0 transparent;/*Firefox*/
	background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#f1f1f1)); /* Safari, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f1f1f1');
-moz-border-radius:6px; /* Firefox */
-khtml-border-radius: 7px 7px 0;
-webkit-border-radius:20px 20px 0; /* Chrome */
border-radius:20px 20px 0; /* Opera (W3C Standard) */
	-webkit-box-shadow:  2px 2px 7px #3B5771;
	-moz-box-shadow:0 5px 50px #82d2f7;
	box-shadow: 2px 2px 7px #3B5771;
	float:left;
	height:205px;
	margin:0 17px 0 0;
	position:relative;
	width:285px;
}
div.los_gehts_box_last {
margin:0;
}

div.los_gehts_box h3, div.los_gehts_box h3 a {
 -moz-border-radius:6px 6px 0px 0px; /* Firefox */
 -webkit-border-radius:20px 20px 0px 0px; /* Chrome */
 border-radius:20px 20px 0px 0px; /* Opera (W3C Standard) */
color:#fff;
display:block;
font-size:15px;
font-weight:bold;
height:30px;
line-height:30px;
padding:3px 5px 3px 23px;
margin:0;
}

div.los_gehts_box p {
padding:10px;
color:#555;
}

div.los_gehts_box .los_button {
bottom:15px;
color:#FFFFFF;
font-weight:bold;
display:block;
height:26px;
line-height:24px;
padding:0 10px 0 10px;
position:absolute;
right:15px;
text-shadow:none;
width:auto;
    -webkit-box-shadow: 1px 1px 2px #666666;
    -moz-box-shadow: 1px 1px 2px #666666;
    box-shadow:  1px 1px 2px #666666;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

span#losGehtsBoxImage {
float:left;
height:75px;
margin:5px 15px 5px 10px;
width:75px;
}
/*Aktuelle Version*/

ul.verkaufen {
    position: relative;
    width: 300px;
    border: 1px solid #ececec;
    height: 225px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    float: left;
    margin-right: 17px;
    overflow: auto;
    margin-bottom: 20px;
}
    ul.verkaufen li.head{
       padding: 2px 10px 2px 10px !important;
       margin: 0px;
       height: 25px;
       line-height: 25px;
       background: #f3f3f3;
       background-image: none;
       font-size: 135%;
       color: #9d9d9d;
      /* font-family: helvetica;*/
       font-weight: bold;
       text-align: left;
    }
    ul.verkaufen li a {
        line-height: 18px;
        display: block;
        min-height: 23px;
        padding: 12px 0px 2px 40px;
       background: url('/shops/3214981973/images/arrow_right25x26.png') 10px 10px no-repeat;
        font-size: 13px;
        color: #777;
    }
    ul.verkaufen li.aktiv a {
		background: url('/shops/3214981973/images/CheckAllRight25x26.png') 10px 10px no-repeat;
        color: #333;
    }
	/*klartext ergänzung wegen plus-Icon*/
	ul.verkaufen.hlastm li a {
	background: url('/shops/3214981973/images/plus25x26.png') 10px 10px no-repeat;
	}
	ul.verkaufen.hlastm li.aktiv a {
	background: url('/shops/3214981973/images/plus25x26.png') 10px 10px no-repeat;
	}
    ul.verkaufen li a span {
        font-weight: bold;
    }
    ul.verkaufen li.los a {
        position: absolute;
        bottom: 15px;
        right: 15px;
        padding: 0px 0px 0px 10px;
        text-shadow: 0px 1px 1px #333;
        color: #fff;
        display: block;
        width: 74px;
        height: 26px;
        line-height: 24px;
        background: url('../img/botton_go_orange.jpg') 0px 0px no-repeat; 
    }
    
div.boulevard {
    padding: 20px;
    border: 1px solid #ececec;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    width: 898px;
    min-height: 200px;
    
}
/*** DETAIL ***/

a.lightbox img#little {
border:1px solid #ccc;
margin:0px 4px 25px 4px;
}
a.lightbox img#layouter {
margin:0px 0px 25px 0px;
}

.calcinfo {
	width: 30px;
	height: 30px;
	background: url(../img/info_calc.png) no-repeat;
    display: block;
    position: absolute;
    right: 7px;
    top: 0px;
        
}


.calcinfowrapper {
	padding-left:10px;
}

div#produktkonfiguration  {
    width: 680px;
    margin: 0px auto;
    padding-bottom:20px;
	border:0px none;
}


div#produktkonfiguration fieldset {
        text-align:center;
		width:auto;
		padding-left:0px;
    }
div#produktkonfiguration fieldset dt {
	float:left;
	margin:0px 0 0 10px;
	min-height:22px;
	padding:0;
	text-align:left;
	width:300px;
	}
div#produktkonfiguration label {
	font-weight:bold;
	color:#000060;
    }
div#produktkonfiguration  fieldset dd {
        position: relative;
        padding: 0;
        margin: 0;
        /*height: 30px;*/
        min-height: 30px;
        float: left;
    	width: 290px;
    	text-align: left;
    	margin-left: 10px;
    }
div#produktkonfiguration  fieldset input  {
        /*width: 248px;
		height:40px;*/
    }
div#produktkonfiguration  fieldset dd select  {
        width: 250px;
    }
div#produktkonfiguration  fieldset dd input[type="checkbox"] {
       width: 18px;
       height: 18px;
    }
div#produktkonfiguration  fieldset dd#bearbeitung-element, div#produktkonfiguration  fieldset dd#bearbeitungr-element {
        margin-bottom: 10px;
    }
div#produktkonfiguration  fieldset dd input[type="radio"] {
       width: 18px;
       height: 18px;
    }
div#produktkonfiguration  fieldset input[type="file"] {
        height: 22px;
    }
div#produktkonfiguration  fieldset dd ul li {
       color: #F56131;
    }
div#produktkonfiguration table {
        background: #efefef;
        margin: 0px auto;
        border-collapse: collapse;
        margin-bottom: 10px;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
        -webkit-box-shadow:  1px 1px 3px #999;
        -moz-box-shadow:  1px 1px 3px #999;
    }
div#produktkonfiguration table td {
        height: 30px;
        color: #555;
        padding-right: 5px;
        line-height: 30px;
        width: 118px;
        margin: 0px auto;
        text-align: right;
        border: none;
    }
div#produktkonfiguration table td {
    }
div#produktkonfiguration table td.brutto {
		-webkit-border-radius:0px 0px 0px 4px;
		-moz-border-radius:0px 0px 0px 4px;
		background:#ddd;
        border-top: 1px solid #fff;
        font-weight: normal;
        color: #333;
    }
div#produktkonfiguration table td#price_brutto.brutto  {
	-webkit-border-radius:0px 0px 4px 0px;
	-moz-border-radius:0px 0px 4px 0px;
		}
    div#produktkonfiguration table td.mwst {
        background: #efefef;
    }
    div#produktkonfiguration fieldset input#count {
        width: 40px;
    }
    div#produktkonfiguration .precalc td {
        text-align:left;
        height:20px;
        width: auto;
        line-height:20px;
    }
    div#produktkonfiguration .precalc table.warenkorb {
        border:0;
    }
    
    div#produktkonfiguration fieldset.precalc input {
        width:148px;
    }
    
    div#produktkonfiguration .precalc td.right {
        text-align:right;
    }
    
    div#produktkonfiguration #upload_mode-element input {
        width: 40px;
    }
	form#mercendiseform table {
	    background: none;
        margin: 0px auto;
        border-collapse: collapse;
        margin-bottom: 10px;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;	
	}
/*** LOGON ***/
        
  
    div#login {
       margin: 0px auto;
       width: 940px;
       margin-bottom: 30px;
    }
    div#login fieldset {
        width: 420px;
        float: left;
        margin-right: 20px;
    }
    
    #loginbox .but {
    border: 0 none;
    box-shadow: 2px 2px 4px #000060;
    color: #000060;
    cursor: pointer;
    font-size: 14px;
    height: 23px;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 175px;
    }
    
    #passwordright, #nameright {
    	width: 178px;
    }
/*** AGB ***/

div#agb {
	border: 1px dashed #cccccc;
	-moz-border-radius:4px; /* Firefox */
	-webkit-border-radius:4px; /* Chrome */
	border-radius:4px; /* Opera (W3C Standard) */
	-khtml-border-radius: 4px;
   padding: 20px 20px 40px 20px;
   width: 875px;
   height: 200px;
   overflow:auto;
}
#checkagb {
    position:relative;
    top: 5px;
}

/*** MAIN ***/

div.box_text {
/*    top: 190px;
    position: absolute;*/
}

div.box_text div {
	margin:8px 0px 0px 0px;
}

div.gruppenbox div.box_text {
    position:absolute;
    text-align:center;
    top:120px;
    width:120px;
}
div.box_text a {
    color: #555;
}
div.box_text a:hover {
}

div.gruppenbox div.box_text a {
	color: #ffffff; 
}

div.box_image {
    text-align:center;
	height:120px;
}

div.produktbox, div.gruppenbox {
    border:1px solid #CCCCCC;
	float:left;
	margin:10px 5px;
	padding:10px;
	position:relative;
	width:160px;
}

div.box_icons ul li a {
    text-align:left;
    display: block;
    height: 25px;
} 

div.box_icons ul li a img {
    position: relative;
    left: 0px;
}
div.produktbox div.box_icons_wrapper {
    position: absolute;
    top: 20px;
    left: 110px;
    background: url('../img/50black.png') repeat;
    display: none;
    z-index: 1;
    width: 190px;
    padding: 10px;
    -webkit-box-shadow:  1px 1px 3px #aaa;
    -moz-box-shadow:  1px 1px 3px #aaa;
}
div.produktbox.hlastm div.box_icons_wrapper {
  /* left: -145px;*/ 
}

div.box_icons {
     position: relative;
     top: 0px;
     left: 5px;
}
div.box_icons ul li a span {
    position: relative;
    top: -6px;
    color: #555;
}
div.box_icons ul li a span:hover {
}

div#site-main div#main-slider {
    text-align: center;
    font-size: 250%;
    color: #fff;
    background: #8372A2;
    line-height: 205px;
    margin-bottom: 10px;
}
div#Content {
    position: relative;
	padding: 5px;
	
}
div#site-main div#content {
    padding: 0px;
    border: 0px solid #bbb;
    margin-bottom: 10px;

}
div#site-main div#content p {
    padding: 0px 0px 10px 0px;
    line-height: 140%;
}
div#site-main div.produktbox {
	background:#fff;
    background:-moz-linear-gradient(bottom, #efefef, #fff 20%); /* Firefox */
 background-image: -webkit-gradient(linear, left top, left bottom,color-stop(80%, #fff),color-stop(100%, #efefef)); /* Safari, Chrome */
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#ffffff'); 
 padding: 10px;
    margin: 0px 10px 30px 0px;
    float: left;
    width: 150px;
    height: 170px;
    border: 1px solid #efefef;
}

div#site-main div.gruppenbox {
float:left;
height:120px;
margin:0 10px 10px 17px;
padding:10px;
width:120px;
}

div#site-main.startseite div.produktbox {
    width: 150px;
	margin:15px 2px 20px 2px;
}

div#site-main div.box_text_big {
    margin: 5px 0px;
	font-size:110%;
	font-weight:bold;
	color:#777;
}
div.bottombox {
    float:left;
    /*margin:10px 10px 0 0;*/
    text-align:left;
    width:160px;
    font-size: 11px;
    color: #AAAAAA;
}
div.footerhlastm {margin-right: 0 !important; width:250px!important; float:right;}
div.calc_icons {
    margin-top: 10px;
}
div.calc_icons ul li {
    height: 55px;
	text-align: left;
}
div.calc_icons ul li img {
    float: left;
    margin-right: 5px;
}
div.calc_icons ul li a {
    /*height: 55px;*/
    line-height: 26px;
    display: block;
}

div.defaultwrap {
    margin: 0px auto;
    /*padding-left: 0px;*/
    width: 920px;
}
div.defaultwrap_start {
    margin: 0px auto;
    width: auto;
}
div.defaultwrap_dyn {
    margin: 0px auto;
    width: 100%;
}
 
div.calc_icons.weblayouter {
	margin-left: 12px;
}

fieldset legend {
    font-weight: bold;
	text-align: left;
}

/******* 5. SCHRIFT *******/
div#site-head a h1 {margin-left: 18px; font-size: 200%; }
h1 {                  	font-size: 21px; font-weight:normal; margin:0 0 15px;}
h2 {font-size: 17px; color:#000069; font-weight: normal; margin:0px 0px 5px 0px;}
div#produktkonfiguration fieldset legend, div#shopstep fieldset legend {font-size: 125%; color:#000060; font-weight: bold; margin:0px 0px 0px 0px;}
#flowpanes h2 {font-size:35px;}
h2[title="dpFeedback"],h2[title="dptellafriend"]  {font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif; font-weight:normal; font-size:31px; color:#333;}
h3 {font-size: 100%; color:#777777; margin:5px 0 10px;}
h3[title="dpFeedback"] {font-weight:normal; font-size:14pt; color:#333;}
h3[title="breadcrump"] {font-size:11px; color:#999;}
h3[title="col"]{
	padding: 0px;
}
h4 {font-size: 100%; color:#000; font-weight: bold; margin:15px 0px 10px 0px;}
div#top-nav a {font-size: 110%; }
div#site-nav ul li a {font-size: 100%;}
div#site-nav ul li a.ui-state-active { 	font-weight: bold;}
div#site-footer p a {font-size: 100%;}
div.bottombox a {font-size: 11px; color: #7A9FD0;}
div.bottombox a:hover {}
div.bottombox strong, div.bottombox strong a, div.siteFooterNews strong { color: #555; font-size: 11px;}
/******* 6. LINKS ******* color: ***/

a {cursor: pointer;}
a {}

/******* 7. FORMULARE *******/

input, select {
    height: 21px;
    border: 1px solid #ccc;
    background: #fff;
}
.zend_form input, .zend_form select {
    width: 247px;
}

select {
    height: 25px;
	padding: 1px;
}
#articlestep1 input, #articlestep1 select {
    width: 260px;
}
#articlestep1 textarea#description {
    width: 260px;
}
#articlestep1 input#resale_price {
    width: 155px;
}
div.agb {
    border: 1px solid #ccc;
    padding: 10px;
}
form#articlestep5 dt, form#articlestep5 dd, form#motivstep2 dt, form#motivstep2 dd {
        float: none;
        width: auto;
    }
form#shopstep3 dt, form#shopstep3 dd {
        float: none;
        width: auto;
}
form#shopstep1 dt, form#shopstep1 dd {
        float: none;
        width: auto;
}
form#motivstep1 dt, form#motivstep1 dd {
        float: none;
        width: auto;
}

.buttonTable tr {
height:40px;
}
.buttonTable td {
}
a.button {
	color:#000060;
	font-weight:bold;
	padding:10px;
	width:150px;
	height:40px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}
a.button div {
	color:#000060;
	font-weight:bold;
	font-size:14px;
	line-height:100%;
	padding:10px;
	width:195px;
	height:25px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	text-align: center;
}
a.buttonUpload {
	color:#000060;
	font-weight:bold;
	padding:10px;
	width:150px;
	height:40px;
	background: #009900;
	background: -webkit-gradient(linear, left top, left bottom, from(#33cc33), to(#009900));
	background:-moz-linear-gradient(top, #33cc33, #009900); /* Firefox */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#33cc33', endColorstr='#009900');
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}

select.navigator {
    padding: 5px;
    margin: 0px 5px 10px 0px;
    height: 100px;
}
td.navigator {
    height: 110px;
}
fieldset#step0 label {font-weight: bold;
font-size 1.1em;}

#articlestep2 label.error {
	color:red;
        display:inline;
        float:right;
        font-size:12px;
        margin-bottom:10px;
        margin-left:10px;
        position:absolute;
        width:auto;
}
dt#resale-label {
    width: auto;
    padding:2px 5px 0px 0px;
}
dt#private-label {
    width: auto;
    padding:2px 5px 0px 0px;
}
#shopstep1 input, #articlestep1 select {
    width: 251px;
}
#shopstep1 textarea#description {
    width: 251px;
}

div#shopstep h1, h1[title=motivstep] {
margin: 0px 0px 15px 0px;
}

div#hilfe_top {
   
    width: 922px;
   /* border: 1px solid #ccc;*/
    margin: 0px auto;
    margin-top: 20px;
    min-height: 50px;
    padding: 5px;
}

input[type="submit"] {
	color:#000060;
	font-size:14px;
	height: 29px;
	padding:0px 5px;
    border: 0;
    -webkit-box-shadow:  2px 2px 4px #000060;
    -moz-box-shadow:  2px 2px 4px #000060;
	cursor: pointer;
}
.buy input[type="submit"] {
	height: 29px;
	width:245px;
}

div.basketButtons input, input#new {
	letter-spacing:0.02em; 
	height:30px;
	width:222px;
}

.gutscheincodeButton {
	background: #ff730c;
	background: -webkit-gradient(linear, left top, left bottom, from(#ff974b), to(#ff730c));
	background:-moz-linear-gradient(top, #ff974b, #ff730c); /* Firefox */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8f3d', endColorstr='#ff730c');
	-webkit-border-radius:6px;
	-moz-border-radius:6px;	
	border-radius:6px; /* Opera (W3C Standard) */
	-khtml-border-radius:6px;
	font-weight: bold; 
	letter-spacing:0.02em; 
	height:40px;
	width:248px;
	font-size:24px;
	color:#ffffff;
	text-align:center;
	line-height:38px;
}

.newaddress {
	border: 0 none;
    box-shadow: 2px 2px 4px #000060;
    clear: both;
    color: #000060;
    cursor: pointer;
    font-size: 14px;
    line-height: 50px;
    margin: 10px;
    padding: 5px 10px;
    width: 200px;
}

textarea {
    border: 1px solid #ccc;
    -webkit-box-shadow:  none;
    -moz-box-shadow:  none; 
}
textarea#description {
 width: 200px
}
div.htmlSnippet {
float:left;
margin:0 30px 20px 0;
}
div.htmlSnippet textarea {
	border:1px solid #ccc;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}
div.htmlSnippet textarea:focus {
	border:1px dashed #000060;
}
input:focus, textarea#description:focus, textarea:focus {}
input::-webkit-input-placeholder, isindex::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color:#00ff00!important;
}
input[type="radio"], input[type="checkbox"] {
    height: 18px;
    width: 18px;
    border: 1px solid #ccc;
}
fieldset {
    border: 0px none;
    padding :10px;
}

fieldset dt {
    float: left;
    width: 120px;
    height: 17px;
    padding-top: 6px;
}
fieldset dd {
    float: left;
    width: 276px;
    margin: 2px 0px 12px 0px;
}
/******* 8. Pagination ********/

ul.pagination {
    margin: 10px 0px;
    width: 727px;
    border: 0px solid #000;
    background: none;
}
ul.pagination li {
    height: 30px;
    line-height: 28px;
    color: #555;
    padding: 0px 10px 0px 10px;
    float: left;
	font-size:10px!important;
}
ul.pagination li.right {
    float: right;
}
ul.pagination li a span {
     color: #555;
}
ul.pagination li a {
    margin-left: 5px;
}
ul.pagination li a span b {
    font-size: 10px;
}
/******* 9. Slider ********/

#flowpanes { 
    position:relative; 
    overflow:hidden;
    width:700px;
    height: 280px;
    /*background: transparent url(bg.jpg) 0 0;*/
    clear:both;
    color: #ffffff;
} 
 
/* override single pane */ 
#flowpanes div { 
    float:left; 
    display:block; 
    width:700px;
    height: 280px;
    font-size:14px;
    overflow: hidden;
} 
 
/* our additional wrapper element for the items */ 
#flowpanes .items { 
    width:20000em; 
    position:absolute; 
    clear:both; 
    margin:0; 
    padding:0; 
} 
 
#flowpanes .less, #flowpanes .less a { 
    color:#999 !important; 
    font-size:11px; 
}
#flowpanes .items .current a {
 color: #ffffff;
 text-decoration: none;
}
table#sliderProductTable {
	width:670px;
	height:250px;
	margin:15px;
}

table#sliderProductTable img#articlesinglegreater {
	height: 210px;
	margin: 5px 25px 0px 5px;
}

.basketfield {
	height: 170px;
    left: 0;
    margin-left: 10px;
    margin-top: -220px;
    position: absolute;
    text-align: left;
    width: 485px;
    }


#shopstep input[type="submit"][value="Weiter"], table.optionen input.orangebutton  {
width:100px;}
#shopstep0 input[type="submit"][value="Weiter"], table.optionen input.orangebutton  {
width:100px;}
#articlestep3 input[type="submit"][value="Weiter"], table.optionen input.orangebutton  {
width:100px;}
#articlestep4 input[type="submit"][value="Weiter"], table.optionen input.orangebutton  {
width:100px;}
#articlestep1 input[type="submit"][value="Weiter"], table.optionen input.orangebutton  {
width:100px;}
#articlestep1 input[type="submit"][value="weiter einkaufen"], table.optionen input.orangebutton  {
width:213px;}

/**** SLIDER ITEMS *****/

/* items inside navigator */
div.navi {
    margin-left:190px;
	position:relative;
	top:-25px;
	z-index:99;
}
div.navi a {
 width:8px;
 height:8px;
 float:left;
 margin:3px;
 background:url(../img/navigator.png) 0 0 no-repeat;
 display:block;
 font-size:1px;
}

/* mouseover state */
.navi a:hover {
 background-position:0 -8px;      
}

/* active state (current page state) */
.navi a.current {
 background-position:0 -16px;     
}

/**** UPLOADS ********/

#progressbar {
clear:both;
height:30px;
margin:auto;
width:250px;
}


/**** TOOL TIPPS *****/

div.tooltip {
    display: none;
    z-index: 5;
    padding: 20px;
    width: 300px;
    background: #fff;
    border: 1px solid #ccc;
}

/**** TABS ***/

.jtab_container {
	border: 1px solid #ccc;
	border-top: none;
	/*overflow: hidden;*/
	clear: both;
	float: left; width: 100%;
	/*background: #fff;*/
}
.jtab_container div.col33 {
        padding: 5px;
        width: 226px;
        border: 1px solid #ccc;
        float: left;
        height: 190px;
        margin-right: 20px;
}
.jtab_container div.col50 {
        padding: 5px;
        width: 355px;
        border: 1px solid #ccc;
        float: left;
        height: 190px;
        margin-right: 20px;
}
.jtab_container div.col40, #produktkonfiguration div.col40 {
        padding: 5px;
        width: 250px;
        /*border: 1px solid #ccc;*/
        float: left;
        /*margin-right: 20px;*/
}
.jtab_container div.col60, #produktkonfiguration div.col60 {
        padding: 20px;
        width: 570px;
        /*border: 1px solid #ccc;*/
        float: left;
}

.jtab_content {
	min-height:230px;
	padding: 10px;
}

ul.jtabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 27px; /*--Set height of tabs--*/
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 100%;
}
ul.jtabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 26px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 26px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #ccc;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #F5F5F5;
}

ul.jtabs li.last {
	float: right;
	border: 0;
	background-color: #ffffff;
}

ul.jtabs li.last a {
}

ul.jtabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	padding: 0 20px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
ul.jtabs li a:hover {
	background: #999999;
	background: -webkit-gradient(linear, left top, left bottom, from(#C1EA97), to(#66CC00));
	background:-moz-linear-gradient(top, #C1EA97, #66CC00); /* Firefox */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#C1EA97', endColorstr='#66CC00');
}
html ul.jtabs li.active, html ul.jtabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}



div#produktkonfiguration #upload_mode-element {
	padding-bottom: 15px;
}

a#registerButton, a.backbutton  {
	height:26px;
	padding:5px;
	color: #000060;
	border: 0px none;
	-webkit-box-shadow:  2px 2px 3px #000060;
    -moz-box-shadow:  2px 2px 3px #000060;
}

p {
font-weight:normal;
margin:10px 0px;
}

h3[title=importantInfo] {
color:#ff730c;
font-weight:normal;
}
important ,p[title=importantInfo], .importantInfo {
color:#ff730c;
font-weight:bold;
font-size:120%;
line-height:125%;
}

.InfoText, .InfoText b, span.InfoText p , #stephilfe, #stephilfe p, #hilfe_top, #stephilfe div, div#rightAd div#einleitung ,span.info{
margin:10px 0px;
font-size:11px;
color:#666;
text-align:justify;
line-height: 140%;
}

#login-newsletter-element .InfoText {
margin:10px 20px;
}
.InfoTextWhite {margin:20px 0px; font-size:11px; color:#fff;}
#stephilfe div{ margin:0; }

span.InfoText a, #stephilfe a { font-size: 11px; }

div.starsMarket { margin:15px 0px 0px 0px!important; }

fieldset.summe {
float:right;
margin:0 10px 0 0;
}

fieldset#calc_frame {
}

/*Tag Cloud Start*/
div.productCloud {
	text-align:center;
	width:730px; 
	float:left;
	-moz-border-radius:4px; /* Firefox */
	-webkit-border-radius:4px; /* Chrome */
	border-radius:4px; /* Opera (W3C Standard) */
}
div.productCloud ul.Zend_Tag_Cloud {width:550px; text-align:center; margin:15px 87px;}
div.productCloud ul.Zend_Tag_Cloud li {display:inline; margin:10px;}
div.productCloud ul.Zend_Tag_Cloud li a{color:#000060;}
div.productCloud h2{color:#000060; margin:10px;}

div.productCloudStart {
	text-align:center;
	width:700px; 
	float:left;
	margin:10px 0px;
	-moz-border-radius:4px; /* Firefox */
	-webkit-border-radius:4px; /* Chrome */
	border-radius:4px; /* Opera (W3C Standard) */
}
div.productCloudStart ul.Zend_Tag_Cloud {width:550px; text-align:center; margin:15px 87px;}
div.productCloudStart ul.Zend_Tag_Cloud li {display:inline; margin:10px;}
div.productCloudStart ul.Zend_Tag_Cloud li a{}
div.productCloudStart h2{}

div.motivCloud {width:350px; float:right;}
div.motivCloud ul.Zend_Tag_Cloud {text-align:center;}
div.motivCloud ul.Zend_Tag_Cloud li {float:left; margin:10px;}
div.motivCloud ul.Zend_Tag_Cloud li a{color:#ff730c;}
/*Tag Cloud Ende*/

/*Tabelle mit ID: so-gehts - START*/
table#so-gehts {
}

table#so-gehts caption {
text-align:left;
}

table#so-gehts tr {
vertical-align:;
}

table#so-gehts th {
text-align:left;
font-weight:bold;
padding:15px 0px;
}

table#so-gehts td {
vertical-align:top;
}
/*Tabelle mit ID: so-gehts - ENDE*/

/*CMS Aufteilung wie z.B. bei Versandinformationen - START*/
div.cmsMainDiv {}
	div.cmsDiv { margin:15px 0px; }
		div.cmsDivAuto { width:auto; float:left; }
		div.cmsDiv620 { width:620px; float:left; }
div#cmsDivColumns { height:100%; width:600px; float:left; }
	div#cmsDivLeft { width:100%; height:100%; float:left; }
div#cmsDivCenter { width:auto; height:100%; float:left; }
	div#cmsDivRight { width:200px; height:100%; float:right; background:none;}
ul.cmsList {padding:2px 0 2px 48px;}
	ul.cmsList li { list-style-image:url("/shops/3214981973/images/CheckAllRight.png"); margin:20px 0 10px;}
ul.cmsList li span {position:absolute; font-size:16px; line-height:32px; font-weight:normal; color:#555;}

ol.listCMS, ul.listCMS {margin:7px 0px; line-height:225%;}
.listCMS li {list-style-position:inside; font-size:115%;}
ol.listCMS li { list-style-type:decimal;}
ul.listCMS li { list-style-type:disc;}
/*CMS Aufteilung wie z.B. bei Versandinformationen - ENDE*/

ol.BoxListCMS, ul.BoxListCMS {margin:7px 5px 0px 100px; line-height:225%;}
ol.BoxListCMS li { list-style-type:decimal;list-style-position:inside;}
ul.BoxListCMS li { list-style-type:disc; list-style-position:inside; font-size:120%;}
ul.BoxListCMS li a:hover { text-decoration:underline;}

blockquote {text-indent:3em; font-style:italic; text-align:justify;}
/*jQuery Accordion - START*/
/*.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {*/
.ui-state-default,.ui-widget-header .ui-state-default {
background:none!important;
border:0px none!important;
color:#000!important;
font-weight:normal;
}
.ui-widget-content .ui-state-default, .ui-widget-content { background:#ffffff !important; border:0 none!important; color:#222222; }
.ui-widget input {border: 1px solid #000060 !important;}
/*jQuery Accordion - ENDE*/

#ThemenFilter {
	background:#ff730c;
	width:auto;
	height:25px;
	padding:5px;
	-moz-border-radius:4px; /* Firefox */
	-webkit-border-radius:4px; /* Chrome */
	border-radius:4px; /* Opera (W3C Standard) */
}
div#TB_ajaxContent h1 {margin:10px 0px 0px 10px;}
div.helplink {padding: 0px 25px 0px 24px; width: 680px;}
div#TB_ajaxContent td {
vertical-align:middle; }

div.helplink span {float: left; margin: 0px 10px 0px 10px; text-align: center;}
div.helplink span p{margin: 0px, 0px, 0px, 0px;}

/*Anzeigen rechte Spalte*/
div#rightAd {margin:20px 0px;}
div#rightAd div#titel {}
div#rightAd div#bild {}
div#rightAd div#link{}

/*Upload*/
	.pg-progressbar {width: 300px; border: 1px solid #000060; height: 20px; display: none;}
    .pg-progress {background-color: #009900; width: 0px; height: 20px; }
    .pg-text {}
    #upload_form {display: none;}
	
input#gutscheincode {
	font-size:120%;
	font-weight:bold;
	color:#ff730c;
	letter-spacing:0.1em;
	padding:0px 15px;
}

/**** Plupload ***/

input#submit.mupload {

	letter-spacing:0.02em; 
	width: 160px;
	
}

input#submit.mupload[name="finish"], div.mupload input#submit {
/*background:green; */
	background: #33cc33;
	background: -webkit-gradient(linear, left top, left bottom, from(#33cc33), to(#009900));
	background:-moz-linear-gradient(top, #33cc33, #009900); /* Firefox */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#33cc33', endColorstr='#009900');
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	float:right;
	margin: 0px 20px 0px 0px;
}

input#submit.mupload[name="next"] {
/*background:red;*/
float:right;
}
div.bright {
margin: 0px 0px 0px 0px;
}

.plupload_container  {
padding: 0px 0px 0px 0px !important;
}

div.plupload_header   {

}

.plupload .plupload_filelist_header  {
background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dbdbdb));
	background:-moz-linear-gradient(top, #fff, #dbdbdb);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dbdbdb');
}

div.plupload_filelist_footer {
background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dbdbdb));
	background:-moz-linear-gradient(top, #fff, #dbdbdb);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dbdbdb');
	margin: 0px 0px 15px 0px;
	}
	
/*PluploadHeader*/
.plupload_header {
background: #fff !important;
background-image: url("/shops/3214981973/design/motiv-upload.png")  !important;
background-repeat: no-repeat !important; 
}

		/*zum überschreiben des grauen Plus-icons*/
.plupload_header_content {
background-repeat: no-repeat !important;
background-image: url("/shops/3214981973/design/motiv-upload.png")  !important; 
	}
	

/*auswählen und hochladen*/
a.plupload_button.plupload_add {

}
 
.plupload_add, a.plupload_add:hover  {
cursor:pointer; cursor:hand;
} 

/*startupload*/
a.plupload_button.plupload_start {
background: #33cc33;
	background: -webkit-gradient(linear, left top, left bottom, from(#33cc33), to(#009900));
	background:-moz-linear-gradient(top, #33cc33, #009900); /* Firefox */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#33cc33', endColorstr='#009900');
	-webkit-border-radius:4px;
	-moz-border-radius:4px;	font-weight: bold; 
	color:#ffffff;

}

.plupload_disabled, a.plupload_disabled:hover {
    color: #737373 !important;
    border-color: #c5c5c5;
    background: #ededed url('../img/buttons-disabled.png') no-repeat 0 center !important;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#f2f2f2');
	cursor: default;
}

a.plupload_button.plupload_start.plupload_disabled {
    background: #ededed url('../img/buttons-disabled.png') no-repeat 0 center !important;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#f2f2f2');
color: #737373;
}

div#motivtable {

}

div.muploadthumbs {
 margin: 0 113px 0 0;
 float:left;
 /*position:relative;*/
}

div.muploadthumbs.last {
 margin: 0px 0px 0px 0px;
 float:right;
 /*position:relative;*/
}

input.motive_del {
 background:  no-repeat #ffffff;
-moz-box-shadow: 0px 0px 0px #fff;
-moz-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;	
    -webkit-box-shadow:  0px 0px 0px #fff;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff');
width:80px;
font-size:small;
}

div.muploadthumbs input[type="text"], div.muploadthumbs.last input[type="text"] {
margin: 3px 0px 0px 0px;
width:140px;

}



.plupload input:hover {
cursor:pointer; cursor:hand;
}

.plupload_scroll {
max-height: 400;
}

.plupload_container input, .plupload_header_title, .plupload_header_text {
font-family: Verdana,Helvetica,sans-serif;

}
.plupload_header_title{
font: 18px tahoma, san-serif !important;
}

.plupload_header_text {
font: 12px tahoma, san-serif !important;
}
.plupload_button
{
font: 14px tahoma, san-serif !important;
}


/*Motivverkauf*/
div.mvthumbs {
float:left;
margin: 20px;
height:146px;
}

div.mvthumbs  {
float:left;
}

div.mvthumbs input {
width:138px;
}

div.mvthumbs img {
max-height:105px;
max-width:138px;
}

div.inforahmen {
margin: 35px 0 0 8px;
}

div.inforahmen.notop {
margin:0px 0px 0px 8px;
}

div.staffel {
float: left;
width:160px;
margin: 0 102px 0 0; }

div.staffel input {
width:130px; 
}

div.down {
float: left;
margin: 0 90px 0 0;
}

div.zinfo {
float:left;
margin: 0 50px 0 0;
}

fieldset legend, div.inforahmen h3 {
    font-weight: bold;
	text-align: left;
}

div.mimgbox {
position:relative;
width:140px;
height:131px;
}

div.mimgbox img {
    position:absolute;
    bottom:0px;
}

div.down p span {
vertical-align: bottom;
margin:0px 0px 0px 30px;
}

.inforahmen input, .inforahmen.bigSelect select {
height:30px;
font-size:large;
}

.inforahmen input {
padding: 0px 5px;
}

.inforahmen input[type="checkbox"] {
display:block;
height:22px;
width:22px;
padding: 0px;
}

.inforahmen.bigSelect  select {
width: 250px;
}

.inforahmen label, .inforahmen span {
font-size: medium;
}

.checklabel {
padding: 0px 0px 0px 35px;
font-size:large;
}

.inforahmen select.navigator option ,div.inforahmen select#shop option {
font-size:medium;
}

.inforahmen select.navigator {
height:140px;
font-size:medium;
}


dt#cp-input-label {
width: 700px;
padding: 10px 20px 0px 0px;

}

input#cp-input {
margin: 10px 0px 0px 0px ;
width: 185px;
}

input#submit.mupload[name="finish"] {
	margin: 0px 20px 0px 0px;
}

div.mupload input#submit {
margin: 10px 35px 0px 0px;
}
/*Checkboxpositon korrigieren Chrome*/
fieldset#step1 input[type="checkbox"] {
width: 22px;
height:22px;
}

.inforahmen span.info {
font-size:11px;
}
/*
a.backbutton {

width:110px;
float:left;
text-align:center;
vertical-align:baseline;
	}*/

div#backbutton {
   margin: 5px 0px 0px 10px;
}	

div#backbutton.agbback {
margin: 15px 0px 0px 30px;
}


	
a.backbutton {

 height: 30px;
 padding: 6px 30px;
 
}
/*a#agbback.backbutton {

 height: 30px;
 padding: 6px 30px;
 margin:0px 0px 0px 30px;
}*/

.inforahmen dt#cp-input-label label.required, span.checklabel{
font-size:small;
}

table.warenkorb img#generated_image {
height:75px;
}
