div#wrapper {
	margin:auto;
	width:982px;
}

div#head {
	width:982px;
	height:122px;
	background-color:#F8F3EA;
}

div#logo-head {
	float:left;
	width:323px;
	height:65px;
}

div#toolbar {
	float:right;
	width:454px;
	height:15px;
	text-align:right;
	padding:50px 205px 0px 0px;
	background:right url('/fileadmin/templates/images/bg-toolbar.gif') repeat-y;
}

div#toolbar a {
	font-size:12px;
	text-decoration:none;
}

div#main-navigation {
	clear:both;
	float:left;
	width:822px;
	height:43px;
	padding:15px 0px 0px 160px;
	background:url('/fileadmin/templates/images/bg-mainnav.gif') no-repeat;
}

div#nav-cont-wrapper {
	clear:both;
	width:982px;
	overflow:auto;
	min-height:400px;
	-height:400px;
	-overflow:visible;
	background:url('/fileadmin/templates/images/bg-cont-nav.gif') repeat-y #F8F3EA;
}

div#sub-navigation {
	float:left;
	width:160px;
	min-height:300px;
	-height:300px;	
}

div#main-content {
	float:left;
	width:560px;
	min-height:300px;
	padding:30px 8px 20px 32px;
	-padding:30px 8px 20px 32px;
	background:bottom right url('/fileadmin/templates/images/wasserzeichen.gif') no-repeat;
	
}

div#right-content {
	float:right;
	width:176px;	
	min-height:300px;
	padding:0px 10px;
	background-color:#98BBD3;
}

div#basket-content {
	margin:10px 0px;
}

div#perma-content {
	margin:10px 0px;
}

div#indiv-content {
	margin:10px 0px;
}

div#spacer {
	clear:both;
	height:10px;
	background:url('/fileadmin/templates/images/bg-cont-nav.gif') repeat-y #F8F3EA;
}

div#footer {
	height:20px;
	padding-top:1px;
}

/* RAHMEN BOXEN RECHTS */
div.lila {
	padding:5px;
	margin-bottom:10px;
	background-color:#AD83A7;
}

div.gruen {
	padding:5px;
	margin-bottom:10px;
	background-color:#7E9A67;
}

div.gelb {
	padding:5px;
	margin-bottom:10px;
	background-color:#C57D4B;
}

div.blau {
	padding:5px;
	margin-bottom:10px;
	background-color:#6fa2c9;
}

/* Links */
/* KONFIGURATION LINKS IM INHALT */
/* normaler Zustand */
a, a:link, a:visited, a:active {
	color:#333333;
	text-decoration: underline;
}

/* Maus darüber */
a:hover {
	color:#333333;
	text-decoration: none;
}

*:focus { outline:none; }

.font-small {
	font-size:0px;
}

.small-em {
	font-size:10px;
	font-style:italic;
}

.no-wrap {
	white-space:nowrap;
}

.content {
	padding:30px 20px 20px 20px;
}

/* KONFIGURATION LINK ZUM SEITENANFANG */
/* normaler Zustand */
span#to-top {
	float:right;
	color:#777777;
	font-size:10px;
	margin-right:46px;
}

span#to-top a,
span#to-top a:link, 
span#to-top a:visited,
span#to-top a:active {
	margin:0px;
	padding:0px;
	color:#777777;
	font-style:normal;
	text-decoration: none;
	border-bottom: 0px;
}

/* Maus darüber */
span#to-top a:hover {
	color:#333333;
}


/* KONFIGURATION POWERED-LINK */
/* normaler Zustand */
span#powered {
	float:left;
	margin-left:275px;
}

span#powered a,
span#powered a:link, 
span#powered a:visited,
span#powered a:active {
	color:#777777;
	font-size:10px;
	font-style:normal;
	border-bottom:0px;
	text-decoration:none;
}

/* Maus darüber */
span#powered a:hover {
	color:#333333;
}


/* KONFIGURATION COPYRIGHT-LINK */
/* normaler Zustand */
span#copy {
	float:left;
	color:#777777;
	font-size:10px;
	margin-left:25px;
	font-style:normal;
	text-decoration:none;
	white-space:nowrap;
}

/* Maus darüber */
span#copy a:hover {
	color:#333333;
}





/* KONFIGURATION DER KLASSEN FÜR DIE INPUTFELDER */
/* normaler Zustand */
fieldset.csc-mailform {
	border:0px;
}

div.csc-mailform-field {
	vertical-align:top;
}

/* Farbe Pflichtfelder */
.reqLabelWrap label {
	color:#900505;
	font-size:12px;
}

.labelWrap {
	font-size:12px;
}

label {
	clear:both;
	float:left;
	width:180px;
	cursor:hand;
	color:#777777;
	display:block;
	margin-top:6px;
	vertical-align:top;
}

input {
	font-size:12px;
	margin-top:5px;
}

select {
	height:20px;
	margin-top:5px;
	font-size:12px;
}

input.normal:hover,
textarea.normal:hover,
input.csc-mailform-check:hover {
	border:1px solid #AF6C6C;
}

textarea {
	width:366px;
	margin-top:5px;
}

.csc-mailform-radio {
	cursor:hand;
}

.csc-mailform-check {
	cursor:hand;
}

.normal {
	color:#666666;
	border:1px solid #606060;
}

.normalArea {
	color:#666666;
	border:1px solid #606060;
}

/* aktiver Zustand */
.active {
	color:#000000;
	border:1px solid #D86262;
	background-color:#FFFFFF;
}

.csc-mailform-submit {
	margin:20px 0 0 123px;
}

/* KONFIGURATION DES INHALTSTEXTES */
* {
	font-family:Arial,Tahoma,Verdana,Helvetica'Sans serif';
}

img, a img {
	border:0px;
}

li,
td {
	font-size:12px;
	color:#333333;
	line-height:18px;
}

p,
p.bodytext {
	margin:0px;
	color:#333333;
	font-size:12px;
	line-height:18px;
}

.csc-frame-indent {
	margin-left:30px;
}

.csc-textpic-caption {
	color:#333333;
	font-size:10px;
	text-align:right;
	padding-bottom:10px;
}

img.atImage {
	top:2px;
	position:relative;
	margin:0 1px;
}

hr {
	height:1px;
	color:#009236;
}

.csc-frame-rulerBefore {
	height:10px;
	border-top:1px solid #666666;
}

.csc-frame-rulerAfter {
	height:10px;
	border-bottom:1px solid #666666;
}

/* KONFIGURATION DER UEBERSCHRIFTEN */
h1 {
	padding:0px;
	color:#0E3A5E;
	font-size:16px;
	margin:0 0 15px 0;
}

h2 {
	margin:0;
	padding:0;
	color:#333333;
	font-size:12px;
}

h3 {
	margin:0;
	padding:0;
	color:#333333;
	font-size:12px;
}

h4 {
	margin:0;
	color:#333333;
	font-size:12px;
	padding:10px 0 0;
}


/* LISTENKONFIGURATION */
ul {
	margin:0px;
	padding:0 0 15px 20px;
}

/* KONFIGURATION FÜR SCROLLBARS DES BROWSERS */
body {
	margin:0px;
	padding:0px;
	SCROLLBAR-FACE-COLOR:#FFFFFF;
	SCROLLBAR-HIGHLIGHT-COLOR:#FFFFFF;
	SCROLLBAR-3DLIGHT-COLOR:#CCCCCC;
	SCROLLBAR-SHADOW-COLOR:#CCCCCC;
	SCROLLBAR-DARKSHADOW-COLOR:#888888;
	SCROLLBAR-TRACK-COLOR:#EEEEEE;
	SCROLLBAR-ARROW-COLOR:#000000;
	background-color:#D7CEBF;
}

/* SHOPCONFIG */
/* WARENKORB KLEIN */
/* Ueberschrift Warenkorb */
h3.h3-minibasket {
	margin:0px;
	padding:0px;
	font-size:12px;
	background-color:#F8F3EA;
	border-bottom:1px solid #0F3B5E;
}
/* Miniwarenkorb Container */
#miniBasket {
	min-height:50px;
	background-color:#F8F3EA;
	border:1px solid #0F3B5E;
}

/* Erste Zeile Warenkorb (Anz. Euro) */
.miniBasket-line-1 {
	clear:both;
	font-size:12px;
	min-height:5px;
}

/* Produktzeile */
.miniBasket-line {
	clear:both;
	font-size:12px;
	min-height:5px;
	padding:0 3px 2px;
}

/* Linke Spalte (Titel) */
.miniBasket-left-col {
	float:left;
	width:90px;
	display:block;
	font-size:12px;
}

/* Mittlere Spalte (Menge) */
.miniBasket-center-col {
	width:24px;
	float:left;
	display:block;
	font-size:12px;
	text-align:right;
}

/* Rechte Spalte (Preis) */
.miniBasket-right-col {
	width:40px;
	float:right;
	display:block;
	font-size:12px;
	text-align:right;
}

/* Einspaltige Zeile */
.miniBasket-all-col {
	display:block;
	font-size:12px;
	text-align:center;
}

/* Rechte Spalte (Preis Gesamt) */
.miniBasket-right-col-price {
	width:50px;
	float:right;
	display:block;
	font-size:12px;
	text-align:right;
	border-bottom:1px double #333333;
}

/* Messagetext */
span.miniBasket-all-col em {
	color:#A14A4A;
	font-size:10px;
}

/* Zeile Preis Gesamt */
.miniBasket-line-price {
	clear:both;
	min-height:15px;
	font-size:12px;
	padding:2px 3px 0;
	border-top:1px solid #cccccc;
}

/* Link zur Kasse */
span.buy a {
	font-weight:bold;
}

/* Ausrichtung zur Kasse */
.miniBasket-all-col-buy {
	display:block;
	font-size:12px;
	text-align:right;
}

/* Zeile zur Kasse */
.miniBasket-line-buy {
	display:block;
	margin-top:5px;
	min-height:5px;
	font-size:12px;
	text-align:right;
	padding:0 3px 2px;
	background-color:#eeeeee;
	border-top:1px solid #cccccc;
}

/* WARENKORB GROSS */
/* Formular */
form#orderlist {
	margin:0px;
	padding:0px;
}

/* inputfelder */
input#tx_wsshop_pi1_basket_1,
input#tx_wsshop_pi1_basket_2,
input#tx_wsshop_pi1_basket_3,
input#tx_wsshop_pi1_basket_4,
input#tx_wsshop_pi1_basket_5,
input#tx_wsshop_pi1_basket_6,
input#tx_wsshop_pi1_basket_7,
input#tx_wsshop_pi1_basket_8,
input#tx_wsshop_pi1_basket_9,
input#tx_wsshop_pi1_basket_10,
input#tx_wsshop_pi1_basket_11,
input#tx_wsshop_pi1_basket_12,
input#tx_wsshop_pi1_basket_13,
input#tx_wsshop_pi1_basket_14,
input#tx_wsshop_pi1_basket_15,
input#tx_wsshop_pi1_basket_16,
input#tx_wsshop_pi1_basket_17,
input#tx_wsshop_pi1_basket_18,
input#tx_wsshop_pi1_basket_19,
input#tx_wsshop_pi1_basket_20,
input#tx_wsshop_pi1_basket_21,
input#tx_wsshop_pi1_basket_22,
input#tx_wsshop_pi1_basket_23,
input#tx_wsshop_pi1_basket_24,
input#tx_wsshop_pi1_basket_25,
input#tx_wsshop_pi1_basket_26,
input#tx_wsshop_pi1_basket_27,
input#tx_wsshop_pi1_basket_28,
input#tx_wsshop_pi1_basket_29,
input#tx_wsshop_pi1_basket_30,
input#tx_wsshop_pi1_basket_31,
input#tx_wsshop_pi1_basket_32,
input#tx_wsshop_pi1_basket_33,
input#tx_wsshop_pi1_basket_34,
input#tx_wsshop_pi1_basket_35,
input#tx_wsshop_pi1_basket_36,
input#tx_wsshop_pi1_basket_37,
input#tx_wsshop_pi1_basket_38,
input#tx_wsshop_pi1_basket_39,
input#tx_wsshop_pi1_basket_40 {
	margin:0px;
	width:25px;
	height:18px;
	padding:0px;
	border:1px solid #333333;
}
input#tx_wsshop_pi1_basket_1_size,
input#tx_wsshop_pi1_basket_2_size,
input#tx_wsshop_pi1_basket_3_size,
input#tx_wsshop_pi1_basket_4_size,
input#tx_wsshop_pi1_basket_5_size,
input#tx_wsshop_pi1_basket_6_size,
input#tx_wsshop_pi1_basket_7_size,
input#tx_wsshop_pi1_basket_8_size,
input#tx_wsshop_pi1_basket_9_size,
input#tx_wsshop_pi1_basket_10_size,
input#tx_wsshop_pi1_basket_11_size,
input#tx_wsshop_pi1_basket_12_size,
input#tx_wsshop_pi1_basket_13_size,
input#tx_wsshop_pi1_basket_14_size,
input#tx_wsshop_pi1_basket_15_size,
input#tx_wsshop_pi1_basket_16_size,
input#tx_wsshop_pi1_basket_17_size,
input#tx_wsshop_pi1_basket_18_size,
input#tx_wsshop_pi1_basket_19_size,
input#tx_wsshop_pi1_basket_20_size,
input#tx_wsshop_pi1_basket_21_size,
input#tx_wsshop_pi1_basket_22_size,
input#tx_wsshop_pi1_basket_23_size,
input#tx_wsshop_pi1_basket_24_size,
input#tx_wsshop_pi1_basket_25_size,
input#tx_wsshop_pi1_basket_26_size,
input#tx_wsshop_pi1_basket_27_size,
input#tx_wsshop_pi1_basket_28_size,
input#tx_wsshop_pi1_basket_29_size,
input#tx_wsshop_pi1_basket_30_size,
input#tx_wsshop_pi1_basket_31_size,
input#tx_wsshop_pi1_basket_32_size,
input#tx_wsshop_pi1_basket_33_size,
input#tx_wsshop_pi1_basket_34_size,
input#tx_wsshop_pi1_basket_35_size,
input#tx_wsshop_pi1_basket_36_size,
input#tx_wsshop_pi1_basket_37_size,
input#tx_wsshop_pi1_basket_38_size,
input#tx_wsshop_pi1_basket_39_size,
input#tx_wsshop_pi1_basket_40_size {
	margin:0px;
	width:100px;
	height:18px;
	padding:0px;
	border:1px solid #333333;
}

input#tx_wsshop_pi1_basket_submit {
	margin:0px;
	padding:3px 0 0 0;
}

td.basket-spacer {
	border-top:1px solid #0F3B5E;
}

/* BESTELLFORMULAR */
input.input {
	border:1px solid #333333;
}

td.error input {
	border:1px solid #98000D;
	background-color:#FFDBDB;
} 

td.error label {
	color:#98000D;
}

input.img,
td.next-prev input,
td.next-prev img {
	border:0px;
	width:99px;
	height:19px;
}

/* LISTENDARESTELLUNG */
/* Sortierzeile */
p.sortlink {
	border-bottom:1px solid #345EAA;
}

/* Sortierlinks */
p.sortlink a {
	font-weight:bold;
	text-decoration:none;
}

/* Produkttitel */
h3.h3-shoplist {
	margin:0px;
	padding:0px;
	font-size:12px;
	font-weight:bold;
}

/* Produktliste */
ul.ul-shoplist {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

li.shoplistitem {
	clear:both;
	padding:10px 0;
	min-height:85px;
	overflow:auto;
	-overflow:visible;
	border-bottom:1px solid #cccccc;
}

span.shop-item-left {
	float:left;
	width:105px;
	display:block;
}

span.shop-item-left img {
	border:1px solid #345EAA;
}

span.shop-item-center {
	float:left;
	width:380px;
	display:block;
}

span.shop-item-right {
	float:right;
	width:100px;
	display:block;
	text-align:right;
}

span.more {
	display:block;
	margin-top:12px;
	text-align:right;
}

/* Pagebrowser */
div.tx-wsshop-pi1-browsebox p {
	font-size:12px;
}

div.pagebrowser {
	font-size:12px;
}

/* DETAILANSICHT */
/* Bilder */
div.shopsingle-left {
	float:left;
	padding-bottom:3px;
}

div.shopsingle-right {
	float:right;
	width:350px;
}

span.shopsingle-big img {
	padding-bottom:3px;
}

p.addimg {
	white-space:nowrap;
}

div.addimg {
	padding:0 5px;
	display:inline;
}

div.addimg img {
	border:1px solid #345EAA;
}

#backlink {
	clear:both;
	padding-top:5px;
	border-top:1px solid #0F3B5E;
}

div.shopspacer {
	clear:both;
	height:10px;
}
