/* ========== IE6 PNG Fix ========== */
img, div { behavior: url(/iepngfix/iepngfix.htc) }

/* ========== Allgemeine Definitionen ========== */
body {
	margin: 0px;
	font: 12px arial, verdana, helvetica, sans-serif;
}
img {
	border: none;
}
img.asset_image {
        margin-top: 10px;
        margin-bottom: 10px;
        clear: both;
        display: block;
        float: none;
}
img.asset_image.links {
        float: left;
        margin-right: 25px;
}
img.asset_image.rechts {
        float: right;
        margin-left: 25px;
}
form {
	margin: 0px;
	padding: 0px;
}
input {
	margin: 0px;
	padding: 0px;
}
a {
	font-family: arial, verdana, helvetica, sans-serif;
	text-decoration: underline;
}
hr {
    clear: both;
    height: 0px;
    margin: 20px 0px;
    border: none;
    border-bottom: 1px solid #d4d4d4;
}
div.formular h3 {
	font: bold 14px arial, verdana, helvetica, sans-serif;
	padding: 0px 0px 18px 145px;
	margin: 0px;
}
.noBorder {
	border: none;
	background: transparent;
}
.transparent {
	background: transparent;
}

.clear {
	clear: both;	
}

/* ========== Texte/Links ========== */
h1 {
	font: bold 20px arial, verdana, helvetica, sans-serif;
	margin: 0px;
}
h3 {
	font: bold 14px arial, verdana, helvetica, sans-serif;
}



/* ========== Formulare ========== */
input, select, textarea {
	font: 11px arial, verdana, helvetica, sans-serif;
	padding: 2px;
	margin: 0px;
}
select {
	background: #ffffff;
}
input.xsmall, select.xsmall, textarea.xsmall {
	width: 20px;
	margin-right: 5px;
}
input.small, textarea.small {
	width: 40px;
	margin-right: 5px;
}
select.small {
	width: 60px;
	margin-right: 5px;
}
input.currency {
	width: 45px;
	margin-right: 5px;
        text-align: right;
}
input.medium, select.medium, textarea.medium {
	width: 126px;
	margin-right: 5px;
}
input.large, select.large, textarea.large {
	width: 211px;
	margin-right: 5px;
}
input.xlarge, select.xlarge, textarea.xlarge, .xlarge {
	width: 266px;
	margin-right: 5px;
}
input.xxlarge, select.xxlarge, textarea.xxlarge {
	width: 440px;
}



/* ========== Tabellen ========== */
table {
	width: 100%;
	border-collapse: collapse;
}
th {
	text-align: left;
	padding: 5px 6px 4px 6px;
}
th.right, td.right {
	text-align: right;	
}
th.center, td.center {
	text-align: center;	
}
th a {
	font-weight: normal;
	text-decoration: none;	
}
th img {
	padding-right: 6px;
}
td {
	padding: 3px; /* vorher 6px */
}
td img {
	padding-right: 6px;
}



/* ===== Definition lists ===== */
dl {
	padding: 0px;
	margin: 20px 0px 20px 0px;
}
dt {
	float: left;
	clear: left;
	text-align: left;
	width: 130px;
	padding-right: 14px;
	
}
dd {
	float: left;
	width: 280px;
	margin: 0px;
	margin-bottom: 12px;
}
div.filter {
	margin: 10px 0px 35px 0px;
	padding: 18px;
	border: 1px solid #d4d4d4;
	background: #f0f0f0;
}
div.filter .left {
	float: left;
	padding-right: 20px;
}
div.filter .right {
	width: 200px;
	float: right;
}
table.actual {
	margin: 20px 0px 35px 0px;
	border: 1px solid #d4d4d4;
	background: #f0f0f0;
}
.emails {
	margin-bottom: 12px;
}
.emails .headline {
	font-weight: bold;
	padding: 5px;
	height: 16px;
	background: #f0f0f0;
}
.emails .headline .right {
	padding-left: 0px;
}

.emails .left, .emailstatus .left {
	padding: 5px;
	float: left;
	text-align: left;
	width: 270px;
}
.emails .left img {
	padding: 2px 10px 0px 4px ;
}

.emails .right, .emailstatus .right {
	padding: 4px;
	float: left;
	text-align: left;
	width: 150px;
}
.email {
	border-top: 1px solid #d4d4d4;
}

.emailtext {
	margin: 20px;
	padding: 20px;
	border: 1px solid #d4d4d4;
	
}
.comment {
	padding: 10px 10px 10px 35px;
}
.emailstatus {
	margin-bottom: 60px;
}


/* ===== Produktkatalog ===== */
div.item {
	padding-top: 15px;
	border-top: 1px solid #d4d4d4;
	padding-bottom: 25px;
}
div.item .title {
	font: bold 14px arial, verdana, helvetica, sans-serif;
	padding: 0px 0px 10px 0px;	
}
div.item .date {
	float: left;
	padding: 0px 8px 0px 0px;
	font-weight: bold;
}
div.item .desc {
	padding: 0px 0px 15px 0px;
}
div.item .teaser {
	font-weight: bold;
	padding: 0px 0px 15px 0px;
}
div.item .prize {
	padding-top: 15px;
	font: bold 16px arial, verdana, helvetica, sans-serif;
	color: #e80e0e;
}
div.item img {
	float: left;
	margin: 0px 15px 15px 0px;
}
div.item .button, .button {
	padding: 4px !important;
}
.contentPic {
	margin: 0px 20px 20px 0px;
	padding: 0px;
	float: left;
	border: 1px solid #4d4d4d;
}



/* ===== Warenkorb & Produkte ===== */
.warenkorb th, .produkt th {
	background: #f0f0f0;
}
.warenkorb tr {
	border-top: 1px solid #d4d4d4;
}
.produkt tr {
	border-bottom: 1px solid #d4d4d4;
}
.warenkorb td, .produkt td {
	vertical-align: top;
}
.warenkorb td select, .produkt td select {
	margin: 3px 0px 3px 10px;
}
.customer {
	padding: 0px 0px 10px 0px;
	border-top: 1px solid #d4d4d4;
}
.customer dl {
	padding: 0px;
	margin: 0px 0px 5px 0px;
	border: none;
}
.inaktiv, .inaktiv a {
	color: #bbbbbb;
}
.attribut {
	background: #f0f0f0;
	padding: 2px 0px 2px 5px;
	border: 1px solid #d4d4d4;
	margin-bottom: 4px;
}
.arrowDefault {
	float: right;
	background: url(/images/arrow-down.gif) no-repeat;
	width: 14px;
	height: 14px;
	margin-right: 2px;
}
.arrowDown {
	float: right;
	background: url(/images/arrow-up.gif) no-repeat;
	width: 14px;
	height: 14px;
	margin-right: 2px;
}
.tree1 {
	padding-left: 15px;
	margin-bottom: 2px;
}
.tree2 {
	padding-left: 30px;
	margin-bottom: 2px;
}
.tree3 {
	padding-left: 45px;
	margin-bottom: 2px;
}





/* ===== Kategoriebaum ===== */
.kategoriebaum {
	margin-bottom: 25px;
}
.ebene1 {
	font-weight: bold;
	padding: 10px 0px 2px 5px;
}
.ebene2 {
	padding: 2px 0px 2px 35px;
}
.ebene3 {
	padding: 2px 0px 2px 65px;
}
.ebene4 {
	padding: 2px 0px 2px 95px;
}



/* ===== Buttons ===== */
.buttonLine {
	padding-top: 20px;
	margin-top: 15px;
	margin-bottom: 35px;
}
.buttonLine .left {
	float: left;
}
.buttonLine .right {
	float: right;
}
.buttonLine .bold {
	font-weight: bold;
}
.button3 {
	margin: 0px 3px 3px 0px;
	padding: 0px;
	border: 1px solid #d4d4d4;
}



/* ===== Bildergalerie ===== */
div.bildergalerie .bild {
	padding: 0px;
	margin: 0px 10px 0px 0px;
	float: left;
	width: 140px;
}
div.bildergalerie .bild img {
	margin: 16px 0px 8px 0px;
}
div.centerPic {
	width: 100%;
	text-align: center;
	padding-bottom: 45px;
}
.addresses {
	margin-bottom: 35px;
}
.address {
	margin: 15px 20px 15px 0px;
	padding: 10px;
	width: 95%;
	border: 1px solid #d4d4d4;
}
.address .select {
	float: left;
	width: 20px;
}
.address .desc {
	float: right;
	width: 92%;
}
.count {
	border-top: 1px solid #d4d4d4;
	padding-top: 10px;
	margin: 15px 0px 0px 0px;
	text-align: center;	
}
.neu {
	color: #ff0000;
	font-weight: bold;
}
table.product {
    background-color: #f0f0f0;
    border: 1px solid #cccccc;
}
table.product td {
    padding: 8px;
}
div.container {
	clear: both;
	padding-top: 25px;
	border-top: 1px solid #d4d4d4;
	padding-bottom: 25px;
}

div.container .image {
	float: left;
	margin: 0px 25px 25px 0px;
}
div.container div.content {
	width: 370px;
	padding: 0px; 
	margin: 0px;
	margin-bottom: 25px;
}

div.container div.title {
	font: bold 14px arial, verdana, helvetica, sans-serif;
	padding: 0px 0px 10px 0px;	
}

div.container div.selected {
	margin-top: 25px;
}
div.container div.selected div.headline {
	font-weight: bold;
	padding-bottom: 5px;
}
div.container div.date {
	padding: 0px 0px 12px 0px;
	color: #b2b2b2;
}
div.container .rotate img {
	float: left;
}
div.breadcrumb {
	margin-bottom: 15px;
	font-size: 10px;
	color: #ccc;
	clear: left;
}

/* ===== Fehler in Forms ===== */

.errorExplanation {
        border:2px dotted #EBBBC0 !important;
        background-color: #ffffcc;
        padding: 10px;
}
.fieldWithErrors {
        padding: 0;
        background-color: transparent;
        outline: none;
        display: inline;
}
.fieldWithErrors input,
.fieldWithErrors select,
.fieldWithErrors textarea {
        background-color: #ffffcc;
        border:2px dotted #EBBBC0 !important;
        outline: none;
}
.fieldWithErrors input[type='radio'] {
        outline: 2px dotted #EBBBC0 !important;
}
.formError {
        color: red;
        background-color: white;
}


div.order-payment-method {
    float: left;
    width: 205px;
    margin-right: 10px;
}

div.order-shipping-method {
    float: left;
    width: 205px;
    margin-left: 10px;
}


div.sitemap{
   clear: both;
   padding: 0;
   margin: 15px 0;
}
div.sitemap ul, div.sitemap li, div.sitemap ul li, div.sitemap a {
   border: 0 !important;
   padding: 0 !important;
   margin: 0 !important;
   background: none !important;
}
div.sitemap li {
   list-style-type: none;
}
div.sitemap ul li {
   padding: 2px 25px !important;
}
div.sitemap ul li ul li{
   padding: 2px 30px !important;
}

table.tiny {
    border-collapse: separate !important;
    border: 1px solid;
    border-color: transparent;
    border-style: solid;
    background: #ddd;
}
table.tiny tr td {
    padding: 3px;
    margin: 0;
    border: 1px solid;
    border-color: #828282;
    background: #fefefe;
}

div.ordererror {
    color: red;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 25px;
    background-color: #ffffcc;
    border:2px dotted #EBBBC0 !important;
    outline: none;
}

hr {
    line-height: 1px;
    padding: 0 !important;
    margin: 0 !important;
}

tr.protected {
    background-color: #ffeeee;
}
.email_address {
    font-family:monospace;
}
a.external {
    background: transparent url(/images/external.gif) no-repeat center left;
    padding: 1px 0 1px 18px;
    display:inline-block;
}

/* ===== Modalbox ===== */

#MB_overlay {
	position: absolute;
	margin: auto;
	top: 0;	left: 0;
	width: 100%; height: 100%;
	z-index: 9999;
	border: 0;
	background-color: #000!important;
}
#MB_overlay[id] { position: fixed; }

#MB_window {
	position: absolute;
	top: 0;
	border: 0 solid;
	text-align: left;
	z-index: 10000;
}
#MB_window[id] { position: fixed!important; }

#MB_frame {
	position: relative;
	background-color: #EFEFEF;
	height: 100%;
}

#MB_header {
	margin: 0;
	padding: 0;
}

#MB_content {
	position: relative;
	padding: 6px .75em;
	overflow: auto;
}

#MB_caption {
	font: bold 100% "Lucida Grande", Arial, sans-serif;
	text-shadow: #FFF 0 1px 0;
	padding: .5em 2em .5em .75em;
	margin: 0;
	text-align: left;
}

#MB_close {
	display: block;
	position: absolute;
	right: 5px; top: 4px;
	padding: 2px 3px;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}
#MB_close:hover {
	background: transparent;
}

#MB_loading {
	padding: 1.5em;
	text-indent: -10000px;
	background: transparent url(/images/spinner.gif) 50% 0 no-repeat;
}

/* Color scheme */
#MB_window {
	background-color: #EFEFEF;
	color: #000;

	-webkit-box-shadow: 0 0 64px #000;
	-moz-box-shadow: #000 0 0 64px;
	box-shadow: 0 0 64px #000;
}
#MB_frame {
    padding-bottom: 4px;

    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;

    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;

    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

#MB_content { border-top: 1px solid #F9F9F9; }

#MB_header {
    background-color: #DDD;
    border-bottom: 1px solid #CCC;
}
#MB_caption { color: #000 }
#MB_close { color: #777 }
#MB_close:hover { color: #000 }

/* Alert message */
.MB_alert {
	margin: 10px 0;
	text-align: center;
}