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

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

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

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

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

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

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

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

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-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top right;
	padding: 0px 0px 0px 7px;
	color: #c3def1;
	height: 125px;
	width: 973px;
}

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

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

.linkbar {
	background-color: #D6d8d8;
	width:962px;
	height:14px;
	padding:2px;
	padding-left:16px;
	text-align:left;
	font-weight:bold;
	color: #58585a;
	font-size: 12px;
}

.linkbar a:link {
	font-weight:bold;
	color: #58585a;
	font-size: 12px;
	text-decoration: none;
}

.linkbar a:visited {
	font-weight:bold;
	color: #58585a;
	font-size: 12px;
	text-decoration: none;
}

.linkbar a:hover {
	font-weight:bold;
	font-size: 12px;
	color: #f29400;
	text-decoration:underline;
}

#tools {
	background-color: #f0f0f0;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: top;
	padding: 5px 23px 3px 5px;
	color: #000000;
	height: 25px;
	width: 950px;
	line-height: 22px;
	border: 1px solid #999999;
}

.welcome {
	font-size:18px;
}

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

#shop_navigation {
}

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

#shop_content {
}

#shop_sidebar {
}

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

#shop_footer {
	border: 1px solid #999999;
	height: 60px;
	width: 978px;
	padding: 10px 0px 10px 0px;
	text-align: center;
	background-color: #ffffff;
}

.shop-left {
	width: 197px;
	background-color: #ffffff;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: top;
	padding: 10px 3px 0px 3px;
	border: none;
	margin: 0px;
}

.shop-center {
	background-color: #ffffff;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: top;
	padding: 10px 15px 10px 15px;
	width: 620px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	vertical-align: top;
}

.shop-right {
	background-color: #ffffff;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: top;
	padding: 0px;
	margin: 0px;
	/*width: 120px;*/
	border: none;
}

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

.tab {
	background-image: url(/pics/layout/tabs-top.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top left;
	display: inline;
	position: relative;
	width: 92px;
	height: 27px;
	float: left;
	line-height: 27px;
	text-align: center;
	vertical-align: middle;
	margin-right: 2px;
	background-color: #cccccc;
}

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

.tabactive {
	background-image: url(/pics/layout/tabs-top-active.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top left;
	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;
}

.navi_list {
	list-style-type:none;
	padding-left: 0px;
}

.navi_left {
	font-size: 12px;
}

.navi_lev1 {
	padding-left: 0px;
	text-indent: 5px;
}

.navi_lev2 {
	padding-left: 0px;
	text-indent: 10px;
}

.navi_lev3 {
	padding-left: 0px;
	text-indent: 15px;
}

.navi_lev4 {
	padding-left: 0px;
	text-indent: 20px;
}

.navi_lev5 {
	padding-left: 0px;
	text-indent: 25px;
}

.navi_active {
	background-color: #f0f0f0;
	color: #000000;
	font-weight: bold;
}

.navi_passiv {
	background-color: #ffffff;
	color: #000000;
}

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

.sidebar-title {
	background-color: #c0c0c0;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	padding: 2px;
	/*width: 130px;*/
	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: 550px;
	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;
	border-bottom: solid #000000 1px;
}

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

/* ****************************** */
/*  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;
	text-align: right;
}

.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: 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: 23px;
	float: left;
	text-align: right;
}

.wwe-two {
	display: inline;
	width: 128px;
	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;
}

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

.grey {
	background-color:#e8e8e8;
}

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

.konfigurator-element {
	display: inline;
	list-style: none;
	text-align: left;
}

.konfigurator-element li {

}

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

.error {
	border: 2px dashed #ff0000;
	color: #000000;
	font-weight: bold;
	width: 538px;
	line-height: 2em;
	padding: 5px;
}

.info {
	border: 2px dashed #365d95;
	color: #000000;
	font-weight: bold;
	width: 538px;
	line-height: 2em;
	padding: 5px;
	margin-bottom: 10px;
}

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

.Bestellvorgang {
	width:790px;
	margin:0px;
	padding:5px;
	padding-left:184px;
	font-weight:bold;
	border-bottom:	solid 1px #999999;
	border-right:	solid 1px #999999;
}

.Bestellvorgangelement {
	float:left;
	padding:2px;
	background-color:#d6d8d8;
}
 