/* ************************************ */
/*  HTML-Elemente / Grundeinstellungen  */
/* ************************************ */

body {
  padding: 0px 20px 20px 20px;
  margin: 0px;
  background-color: #ffffff;
  color: #000000;
}

body, table, td, input, select, textarea {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border: 0px;
  padding: 0px;
  width: 100%;
}

h1, h2, h3, h4 {
	font-family: Georgia, serif;
	font-weight: bold;
  margin: 0px 0px 4px 0px;
  padding-bottom: 1px;
}

h1 {
  font-size: 20px;
}

h2 {
  font-size: 16px;
}

h3 {
  font-size: 14px;
}

h4 {
  font-size: 12px;
  margin: 0px 0px 2px 0px;
}

hr {
  background-color: #cdcdcd;	/* Lininefarbe: CSS-fähige Browser (Mozilla ...) */
  color: #cdcdcd;							/* Lininenfarbe: Internet Explorer 6 */
  border: #cdcdcd;						/* Lininenfarbe: Opera 7.11 */
  height: 1px;								/* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
}

a, a:visited {
  text-decoration: none;
  color: #000000;
}

a:hover {
  text-decoration: underline;
}

img {
  border: none;
}

ul, li {
  margin: 0px;
  padding: 0px;
}

/* ****************************** */
/*  Hauptlayout                   */
/* ****************************** */

#shop_head {
  background-color: #ffffff;
  background-image: url(/pics/head.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  color: #c3def1;
  height: 96px;
  width: 973px;
}

#shop-titel {
  color: #b3bb66;
  display: inline;
  float: left;
  font-size: 30px;
  font-weight: bold;
  height: 37px;
  left: 30px;
  position: relative;
  top: 20px;
}

#topnav {
  display: inline;
  float: left;
  height: 27px;
  position: relative;
  text-transform: uppercase;
  top: 69px;
  width: 946px;
}

#tools {
  background-color: #f0f0f0;
  border: 1px solid #f0f0f0;
  color: #000000;
  height: 20px;
  line-height: 20px;
  padding: 5px 23px 3px 111px;
  width: 830px;
}

#shop-main {
  background-color: #ffffff;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  padding: 0px;
  position: relative;
  margin: 0px;
  vertical-align: top;
  width: 964px;
}

#navigation {
	padding-top: 23px;
}

#shop-crumbtrail {
  background-color: #ffffff;
  color: #585858;
  font-size: 10px;
  margin-bottom: 15px;
}

#shop_content {
}

#shop_sidebar {
}

#shop_clear {
  background-color: #ffffff;
  clear: both;
  margin: 0px;
  padding: 0px;
}

#shop_footer {
  background-color: #ffffff;
	border: 1px solid #cccccc;
  height: 20px;
  padding: 10px 0px 10px 0px;
  text-align: center;
  width: 964px;
}

.shop-left {
  background-color: #ffffff;
  border: none;
  border-right: 1px solid #cccccc;
  margin: 0px;
  min-height: 500px;
  padding: 0px;
  width: 254px;
}

.shop-center {
  background-color: #ffffff;
  border-left: 1px solid #cccccc;
  min-height: 500px;
  padding: 10px 15px;
  vertical-align: top;
  width: 678px;
}

.shop-right {
  background-color: #ffffff;
  border: none;
  padding: 0px;
  margin: 0px;
  width: 215px;
}

/* ****************************** */
/*  Formatierung Navigation       */
/* ****************************** */

.tab {
  background-color: #222054;
	display: inline;
  float: left;
  height: 27px;
  line-height: 27px;
  margin-right: 2px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 120px;
}

.tab a {
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
}

.tabactive {
  background-color: #222054;
}

.tabactive a {
  color: #ffffff;
  font-weight: bold;
}

.tools_element {
  display: inline;
  float: left;
  padding: 0px 5px 0px 5px;
  position: relative;
}

.lang_flags {
  line-height: 25px;
  margin: 2px;
  vertical-align: baseline;
}

.nav-list {
  background-color: #ffffff;
  border: 0px;
  display: block;
  float: left;
  min-height: 300px;
  padding-left: 0px;
  position: relative;
  width: 254px;
}

.nav-item {
  background-color: #ffffff;
  border: 0px;
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  display: block;
  float: left;
  height: 17px;
  line-height: 1.4em;
  position: relative;
  vertical-align: baseline;
}

.level-1 {
  border-bottom: 1px dashed #d2d2d2;
  padding-left: 20px;
  text-transform: uppercase;
  width: 234px;
}

.level-2 {
  border-bottom: 1px dashed #d2d2d2;
  padding-left: 30px;
  text-transform: uppercase;
  width: 224px;
}

.level-3 {
  padding-left: 40px;
  width: 214px;
}

.level-4 {
  padding-left: 50px;
  width: 204px;
}

.level-5 {
  padding-left: 60px;
  width: 194px;
}

.nav-active, .nav-active a {
	background-color: #cccccc;
}

.nav-passiv {
}

/* Navigation links */
#navi, #navi ul {
	display: block;
	list-style-type: none;
	margin: 1px 0px 10px 0px;
	padding: 0px;
}

#navi ul ul {
	margin: 0px;
}

#navi a {
	color: #000000;
	display: block;
	font-size: 12px;
	padding: 0px 0px 1px 7px;
	text-decoration: none;
}

#navi li {
	background-color: #ffffff;
}

#navi li li {
	
}

#navi li li li {
	
}

#navi li li li li {
	
}

#navi li a {
}

#navi li li a {
	padding-left: 14px;
}

#navi li li li a {
	padding-left: 21px;
}

#navi li li li li a {
	padding-left: 28px;
}

#navi li a:hover {
	text-decoration: underline;
}

#navi li li a:hover {
	
}

#navi li li li a:hover {
	
}

#navi li li li li a:hover {
	
}

#navi li a.act {
	font-weight: bold;
}

#navi li li a.act {
	
}

#navi li li li a.act {
	
}

#navi li li li li a.act {
	
}

#navi li a.cur {
	font-weight: bold;
}

#navi li li a.cur {
	
}

#navi li li li a.cur {
	
}

#navi li li li li a.cur {
	
}

a.crumbs {
  font-size: 12px;
  color: #585858;
}

.sidebar-title {
  background-color: #c0c0c0;
  font-weight: bold;
  font-size: 14px;
  color: #000000;
  padding: 2px;
  width: 211px;
  display: block;
  border: none;
  margin: 0px;
}

#sidebar {
  vertical-align: top;
  background-color: #d6e9e3;
}

a.agb {
  text-decoration: underline;
}

.infobox {
  display: block;
  position: relative;
  float: left;
  margin: 10px;
  border: 1px solid #222054;
  padding: 10px;
  width: 212px;
}

/* ****************************** */
/*  Formatierung Kategorien       */
/* ****************************** */

.kopf-kategorie {
  float:left;
  margin-bottom: 20px;
  width: 666px;
}

.kopf-kategorie table td {
	vertical-align: bottom;
}

.kopf-kategorie > h1 {
	display: inline;
	line-height: 32px;
	vertical-align: baseline;
}

.kopf-text {
	margin-bottom: 15px;
}

.kopf-preis {
	float: right;
	margin-right: 20px;
}

.kopf-preis span {
	color: #b23b6b;
	font-family: Georgia, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
}

.kopf-bild {
  float: right;
  text-align: left;
  width: 240px;
}

#dessin-holder div {
	float: left;
	margin: 0px;
	margin-right: 13px;
	margin-bottom: 8px;
}

.kopf-lieferfrist {
  float: left;
  font-weight: bold;
}

.produkt-liste {
  line-height: 1.5em;
  display: block;
  float: left;
  position: relative;
  margin-bottom: 5px;
}

.produkt-liste thead {
  background-color: #ebe9e9;
  color: #000000;
  margin-bottom: 10px;
  text-align: left;
  text-transform: uppercase;
}

.produkt-liste thead .blank {
  background-color: #ffffff;
  height: 10px;
}

.produkt-liste thead th {
	font-weight: normal;
}

.produkt-liste tbody tr {
	border: none;
}

.produkt-liste thead th, .produkt-liste tbody td {
  padding: 2px 6px;
}

.produkt-liste td {
  border: 1px dashed #d2d2d2;
}

td.produkt-liste-links {
	border-left: 0px;
}

td.produkt-liste-rechts {
	border-right: 0px;
}

/* ****************************** */
/*  Formatierung Katalog          */
/* ****************************** */

.catalog {
  position: relative;
  top: 10px;
  left: 0px;
  width: 666px;
  vertical-align: top;
}

.catalog_element {
  float: left;
  display: inline;
  margin-bottom: 10px;
}

.list-element {
  width: 550px;
  border: 0px;
  border-collapse: collapse;
  padding-bottom: 5px;
}

.le-name {
  height: 30px;
  padding: 5px;
  width: 540px;
}

.le-picture {
  width: 100px;
  padding-left: 5px;
}

.le-info {
  width: 340px;
  text-align: left;
  vertical-align: top;
  padding-left: 5px;
}

.le-price {
  width: 97px;
  text-align: right;
  vertical-align: top;
  padding-right: 3px;
}

.catalog_product_top {
  background-color: #F0F0F0;
  padding: 3px;
}

/* ****************************** */
/*  Formatierung Tabellen         */
/* ****************************** */

.listtable {
}

.listtable thead {
  background-color: #e8e8e8;
  font-weight: bold;
  border-bottom: 1px solid #000000;
  text-align: left;
}

.listtable td {
  border-top: 1px black solid;
}

.formtable {

}

.formtable tr {
  line-height: 1.4em;
}

.formtable input[type=text], .formtable input[type=password], .formtable select {
  width: 202px;
  padding:0px;
}

/* ****************************** */
/* Formatierung CMS         			*/
/* ****************************** */

.content-element {
  display: block;
  float: left;
  position: relative;
  margin: 0px;
  margin-bottom: 10px;
  width: 666px;
}

.content-element ul {
  margin-left: 20px;
}


/* ****************************** */
/*  Formatierung Paging	          */
/* ****************************** */

.paging-bar {
  background-color: #cccccc;
  width: 547px;
  font-size: 13px;
}

.paging-left {
  width: 180px;
  text-align: left;
  padding: 5px 0px 5px 3px;
  font-weight: bold;
}

.paging-middle {
  width: 181px;
  text-align: center;
  font-weight: bold;
  padding: 5px 0px 5px 0px;
}

.paging-right {
  width: 180px;
  text-align: right;
  padding: 5px 3px 5px 0px;
  font-weight: bold;
}

/* ******************************** */
/*  Formatierung Warenkorb-Element  */
/* ******************************** */

#warenkorb-element {
  border: 1px solid #CCCCCC;
}

.warenkorb-kopf {
  height: 25px;
  background-color: #F0F0F0;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  padding: 3px 5px 3px 5px;
  border-bottom: 1px solid #CCCCCC;
}

.warenkorb-preise {
  padding: 10px 0px 10px 0px;
  vertical-align: baseline;
}

.wp-shop {
  padding-left: 5px;
  width: 120px;
  font-size: 16px;
  font-weight: bold;
}

.wp-katalog {
  padding-right: 5px;
  text-align: right;
  width: 140px;
}

.warenkorb-button {
  padding: 10px 10px 10px 10px;
  border-bottom: 1px solid #CCCCCC;
  text-align: right;
}

.btnWarenkorbSmall {
  height: 20px;
  width: 23px;
  background-image: url(../pics/icon/warenkorb.gif);
  background-repeat: no-repeat;
  border-style: outset;
  border-width: 1px;
}

.btnWarenkorbSmall:active {
  border-style: inset;
}

.btnWarenkorbRed {
	background-color: #6b6b88;
	border-color: #d1d1df #37386f #37386f #d1d1df;
	border-radius: 4px;
	color: #ffffff;
	height: 22px;
	vertical-align: top;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.btnWarenkorbRed:active {
	border-color: #37386f #d1d1df #d1d1df #37386f;
	border-style: inset;
}

.buttonWarenkorb {
  padding-left: 30px;
  height: 25px;
  width: 170px;
  vertical-align: bottom;
  font-weight: bold;
  background-image: url(../pics/warenkorb.gif);
  background-repeat: no-repeat;
  border-style: outset;
  border-width: 1px;
}

.buttonWarenkorb:active {
  border-style: inset;
}

.buttonWarenkorbSmall {
  width: 110px;
  height: 22px;
  background-image: url(../pics/warenkorb.gif);
  background-repeat: no-repeat;
  border-style: outset;
  border-width: 1px;
  padding-left: 30px;
  font-weight: bold;
}

.buttonWarenkorbSmall:active {
  border-style: inset;
}

.buttonDetails {
  width: 100px;
  height: 22px;
  border-style: outset;
  border-width: 1px;
  font-weight: bold;
}

.buttonDetails:active {
  border-style: inset;
}

.warenkorb-error {
  color: #FF0000;
  font-weight:bold;
  padding: 5px 5px 5px 5px;
}

#warenkorb-widget {
  width: 254px;
  cursor: pointer;
  margin: 5px 0px 15px 0px;
  padding: 0px;
  display: block;
  position: relative;
  float: left;
  border: none;
  background-color: #f0f0f0;
}

.widget-title {
  background-color: #cccccc;
  font-weight: bold;
  font-size: 12px;
  color: #000000;
  padding: 2px;
  width: 250px;
  display: block;
  margin: 0px;
  text-transform: uppercase;
}

.warenkorb-widget-element {
  display: block;
  margin-top: 1px;
}

.warenkorb-widget-total {
  display: block;
  font-weight: bold;
  float: left;
  padding-bottom: 5px;
  margin-top: 2px;
}

.wwe-one {
  display: inline;
  padding-right: 3px;
  width: 25px;
  float: left;
  text-align: right;
}

.wwe-two {
  display: inline;
  width: 168px;
  float: left;
}

.wwe-three {
  display: inline;
  padding-right: 7px;
  text-align: right;
  width: 50px;
  float: right;
}

.wwt-left {
  display: inline;
  padding-left: 7px;
  width: 189px;
  float: left;
}

.wwt-right {
  display: inline;
  padding-right: 7px;
  width: 50px;
  float: right;
  text-align: right;
}

.warenliste {
}

.warenliste tr {
  line-height: 1.5em;
}

.warenliste thead {
  background-color: #e8e8e8;
  text-align: left;
}

.warenliste th {
  border-bottom: 1px solid #000000;
}

.warenliste .produkt td {
  border-top: 1px solid #000000;
}

.warenliste .summe td {
  background-color: #e8e8e8;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  font-weight: bold;
}

/* ****************************** */
/*  Formatierung News             */
/* ****************************** */

.news-inhalt {
  width: 550px;
  display: block;
  float: left;
}

#news-widget {
  width: 215px;
  margin: 0px 0px 3px 0px;
  padding: 0px;
  display: block;
  float: left;
  border: none;
  background-color: #ffffff;
  border-bottom: 1px solid #999999;
}

.news-widget-element {
  margin: 0px 0px 3px 0px;
  padding: 0px 3px 0px 5px;
}

.nwe-datum {
  font-size: 11px;
  font-weight: bold;
}

.nwe-titel {
  font-weight: bold;
}

/* ****************************** */
/*  Formatierung TellAFriend      */
/* ****************************** */

.taf-title {
  font-weight: bold;
  font-size: 14px;
}

.taf-subtitle {
  font-weight: bold;
  line-height: 1.5em;
}

.taf-button-field {
  text-align: right;
  padding: 5px;
}

.taf-button {
  border-style: outset;
  border-width: 1px;
}

/* ****************************** */
/*  Formatierung Tabellen         */
/* ****************************** */

.bold {
  font-weight: bold;
}

.border-bottom {
  border-bottom: 1px solid #000000;
}

.border-top {
  border-top: 1px solid #000000;
}

.right {
  text-align: right;
  padding-right: 2px;
}

.center {
  text-align: center;
}

.grey {
  background-color:#e8e8e8;
}

/* ****************************** */
/* Formatierung Konfigurator			*/
/* ****************************** */

.konfigurator-element {
  display: none;
  position: relative;
  float: left;
  list-style: none;
  text-align: left;
}

.konfigurator-element li {
  display: inline;
  position: relative;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.konfigurator-produkt {
  width: 160px;
  height: 160px;
  background-color: #ff00ff;
}

/* ****************************"** */
/*  Formatierung weitere Elemente  */
/* ***************************"*** */

.error {
  border: 2px dashed #ff0000;
  color: #000000;
  font-weight: bold;
  width: 652px;
  line-height: 2em;
  padding: 5px;
  display: block;
  float: left;
  position: relative;
  margin: 0px;
  margin-bottom: 10px;
}

.info {
  border: 2px dashed #365d95;
  color: #000000;
  font-weight: bold;
  width: 666px;
  line-height: 2em;
  padding: 5px;
  margin-bottom: 10px;
  display: block;
  float: left;
  position: relative;
  margin: 0px;
  margin-bottom: 10px;
}

.dev {
  display: block;
  height: 20px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  vertical-align: baseline;
  background-color: #a8c47a;
  color: #000000;
}

/* ****************************** */
/*  Formatierung Kundenkonto      */
/* ****************************** */

#konto {
  background: #ffffff;
  border-bottom: 1px solid #999999;
  margin: 5px 0px 10px 0px;
  padding: .2em 0em .3em 7px;
}

#konto .current {
  font-weight: bold;
  text-decoration: none;
}

#konto a {
  color: #000000;
  background-color: #cccccc;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  padding: 3px 5px;
  border-bottom: none;
  padding-bottom: 8px;
}

#konto a:hover, #konto a.current {
  background: #cccccc;
  color: #000000;
  padding-bottom: 8px;
}

#konto li {
  display: inline;
  line-height: 200%;
  list-style: none;
  text-align: center;
  white-space: nowrap;
}

#konto a.current {
  background: #585858;
  color: #e2e2e2;
  padding-bottom: 8px;
}

.tr-link {
  cursor: pointer;
}

.historic {
  padding: 0px 10px;
  width: 550px;
}

td.historic {
  border: none;
  padding-bottom: 5px;
}

.historic-order {
  width: 530px;
  border-collapse: collapse;
  padding: 0px;
  margin: 0px;
  border: 1px solid #999999;
}

.historic-order td {
  border: none;
  padding: 2px;
}

/* ****************************** */
/*  Formatierung Kundenkonto      */
/* ****************************** */

#popup {
  padding: 20px;
}

.preisinfo {
	color: #999999;
}
