/* ************************************ */
/*  HTML-Elemente / Grundeinstellungen  */
/* ************************************ */
body {
	background-color: #ffffff;
	color: #000000;
	cursor: default;
}

body, table, td, input, select, textarea {
	font-family: Trebouchet, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

table {
	width: 100%;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	padding-bottom: 1px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	padding-bottom: 1px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	padding-bottom: 1px;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding-bottom: 1px;
}

p {
	margin-bottom: 10px;
}

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

a, a:visited {
	color: inherit;
	cursor: pointer;
	font-weight: inherit;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

label {
	cursor: pointer;
}

/* ****************************** */
/*  Hauptlayout                   */
/* ****************************** */
#main_wrap {
	padding: 0px 20px 20px 20px;
}

#shop_head {
	background: #ffffff url(/layout/hintergrund-titel.jpg) no-repeat top right;
	color: #c3def1;
	height: 136px;
	padding: 0px 0px 0px 7px;
	width: 973px;
}

#shop-titel {
	position: relative;
	top: 0px;
	left: -27px;
	display: inline;
	float: left;
	height: 37px;
}

#topnav {
	position: relative;
	height: 27px;
	top: 72px;
	width: 980px;
	float: left;
	display: inline;
}

#tools {
	background-color: #f0f0f0;
	padding: 5px 23px 3px 80px;
	color: #000000;
	height: 25px;
	width: 875px;
	line-height: 22px;
	border: 1px solid #999999;
}

#meta {
	float: right;
}

#shop_main {
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
	width: 978px;
	vertical-align: top;
	position: relative;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}

#crumbs {
	background-color: #ffffff;
	color: #585858;
	font-size: 12px;
	line-height: 12px;
	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 #999999;
	height: 20px;
	padding: 10px 0px 10px 0px;
	text-align: center;
	width: 978px;
}

.shop-left {
	width: 173px;
	background-color: #ffffff;
	padding: 0px;
	border: none;
	margin: 0px;
	border-right: 1px solid #999999;
}

.shop-center {
	background-color: #ffffff;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	padding: 10px 15px 10px 15px;
	vertical-align: top;
	width: 550px;
}

.shop-center-right {
	background-color: #ffffff;
	border-left: 1px solid #999999;
	/*border-right: 1px solid #999999;*/
	padding: 10px 15px 10px 15px;
	vertical-align: top;
	width: 765px;
}

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

/* ****************************** */
/*  Formatierung Navigation       */
/* ****************************** */
.tab {
	background-color: #cccccc;
	border-radius-topleft: 3px;
	border-radius-topright: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-radius-topleft: 3px;
	-webkit-border-radius-topright: 3px;
	-khtml-border-radius-topleft: 3px;
	-khtml-border-radius-topright: 3px;
	display: inline;
	float: left;
	height: 27px;
	line-height: 27px;
	margin-right: 2px;
	padding: 0px 10px;
	position: relative;
	text-align: center;
	vertical-align: middle;
}

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

.tabactive {
	background-color: #585858;
}

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

.tools-element {
	display: inline;
	position: relative;
	float: left;
	padding: 0px 5px 0px 5px;
}

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

/* 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 {
	
}

.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;
}

/* ****************************** */
/*  Formatierung Katalog          */
/* ****************************** */
.catalog {
	position: relative;
	top: 10px;
	left: 0px;
	width: 500px;
	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 thead th {
	text-align: left;
}

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

.form-table tr {
	height: 2em;
}

.form-table td {
	padding-right: 10px;
	vertical-align: top;
}

.form-table th {
	text-align: left;
	vertical-align: top;
	width: 180px;
}

.form-table th.optional {
	font-weight: normal;
}

.form-table input[type=text],
.form-table input[type=password],
.form-table select
{
	margin-right: 5px;
	padding: 0px;
	width: 190px;
}

/* ****************************** */
/*  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;
}

.buttonWarenkorb {
	padding-left: 30px;
	height: 25px;
	width: 170px;
	vertical-align: bottom;
	font-weight: bold;
	background-image: url(../../layout/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(../../layout/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: 215px;
	cursor: pointer;
	margin: 0px 0px 3px 0px;
	padding: 0px;
	display: block;
	float: left;
	border: none;
	background-color: #ffffff;
}

.warenkorb-widget-element {
	display: block;
}

.warenkorb-widget-total {
	display: block;
	font-weight: bold;
	border-bottom: 1px solid #999999;
	float: left;
}

.wwe-one {
	display: inline;
	padding-left: 7px;
	width: 20px;
	float: left;
}

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

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

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

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

.warenliste {
	margin-bottom: 15px;
}

.warenliste thead {
	background-color: #e8e8e8;
	font-size: 14px;
	text-align: left;
}

.warenliste thead th {
	padding: 5px;
}

.warenliste td {
	padding: 2px 3px;
}

.warenliste .summe td {
	background-color: #e8e8e8;
	font-weight: bold;
	padding: 5px 3px;
}

.warenliste .mwst td {
	font-size: 10px;
}

.group {
	margin-bottom: 15px;
}

/* ****************************** */
/*  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;
}

/* ***************** */
/*  TellAFriend      */
/* ***************** */

#showtaf {
	cursor: pointer;
	text-align: right;
}

#taf {
}

.taf-table {
}

.taf-table th {
	line-height: 2em;
	padding-top: 5px;
	text-align: left;
}

.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;
}

.grey {
	background-color: #e8e8e8;
}

.zebra {
	background-color: #f0f0f0;
}

/* ****************************** */
/* Formatierung Konfigurator			*/
/* ****************************** */
#konfigurator-liste {
	position: relative;
	display: inline;
	float: left;
	width: 460px;
	margin-right: 10px;
}

#konfigurator-auswahl {
	position: relative;
	display: inline;
	float: left;
	width: 250px;
	padding: 0px 2px;
	border: 1px solid #cccccc;
}

#auswahl-liste {
	margin-bottom: 5px;
}

.konfigurator-element-head {
	cursor: pointer;
	margin-bottom: 6px;
}

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

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

.konfigurator-produkt {
	width: 460px;
}

.konfigurator-optional {
	width: 460px;
	height: 25px;
}

.auswahl-ul {
	list-style: none;
}

/* ****************************"** */
/*  Formatierung weitere Elemente  */
/* ***************************"*** */
.error, .info {
	margin: 10px;
	padding: 10px 5px;
}

.icon {
	float: left;
	margin-right: 2px;
}

.dev {
	display: block;
	height: 20px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	vertical-align: baseline;
	background-color: #ff7777;
	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;
}

.small {
	font-size: 10px;
}

.fakebutton {
	background: #ffffff url(/layout/fbutton.png) repeat-x 0px 0px;
	border: 1px outset #707070;
	border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #000000;
	cursor: default;
	font-size: 12px;
	font-weight: normal;
	line-height: 23px;
	margin: 5px 0px 5px 5px;
	padding: 3px 5px;
}

.fakebutton:hover {
	background: #b5e2fa url(/layout/fbutton.png) repeat-x 0px -21px;
	border: 1px outset #707070;
	text-decoration: none;
}

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

#overlay {
	background: rgba(94, 94, 94, 0.8) url(/layout/bgoverlay.png) repeat top left;
	display: none;
	left: 0;
	min-height: 100%;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 100;
}

#overlaytext {
	color: #ff3333;
	font-size: 24px;
	margin: 20% auto 0 auto;
	width: 250px;
}
