/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	color: #000000;
	background: #7e7f7a url('ws_bg.jpg') center center no-repeat;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color:#666666;
}
a:hover {
	color: #121212;
}

table {
	font-size: 12px;
}

table.content {
	width: 900px;
	height: 100%;
	border-collapse:collapse;
}
table.content td {
	padding: 0px;
	vertical-align: top;
}
table.content td.mainFrame {
	width: 650px;
	vertical-align: middle;
}
table.content td.menuFrame {
	width: 250px;
	background-image: url('menu_bg.gif');
	background-position: center;
	background-repeat:repeat-y;
	vertical-align:middle;
}

div.menu {
	width:125px;
	padding-left:1px;
	font-size:11px;
	text-align:left;
}
div.menu a {
	color: #000000;
	display: block;
	text-decoration: none;
	font-size: 12px;
	margin: 0px 0px 7px 0px;
	padding:  2px 7px;
}
div.menu a:hover {
	padding-left: 2px;
	border-left: 5px solid #555555;	
	background: #BEBEBE;
}

div.menu .small {
	font-size: 9px;
}

div.menu2 {
	margin: 50px 0px;
	width:125px;
	padding-left:1px;
	font-size:10px;
	text-align:left;
}
div.menu2 a {
	color: #000000;
	display: block;
	text-decoration: none;
	font-size: 10px;
	margin: 0px 0px 7px 0px;
	padding:  2px 7px;
}
div.menu2 a:hover {
	padding-left: 2px;
	border-left: 5px solid #555555;	
	background: #BEBEBE;
}


div.body_content { 
	height: 500px; 
	text-align: left; 
	width: 600px;
	font-size: 11px;
	background: url('middle_bg.gif') 0px 20px;
}
div.body_content div.scroll {
	height: 460px;
	padding: 0px;
	width: 600px;
	text-align: left;
	overflow: auto;
	position: relative;
}

#dist { margin: 9px; padding: 1px;width: 560px;}
html > body #dist {
	width: 560px;
}

div.head,
div.foot {
	height: 20px;
	vertical-align: center;
	line-height: 20px;
	padding: 0px 5px;
	background: #DFDFDF; 
}
div.foot {
    padding: 0px;
}


div.headline {
    color: #111111;
    padding: 4px 8px;
   /* background-image: url(images/heading_bg.gif);*/
    background-position: top right;
    background-repeat: no-repeat;
	background-color: #dfdfdd;
    border-bottom: 1px solid #898989;
    margin: 0px;
    margin-top: 15px;
    display: block;
	font-size: 16px;
}
div.cont {
	padding: 10px;
}




h1,h2,h3,h4,h5 {
    color: #111111;
    padding: 4px 8px;
    /*background-image: url(images/heading_bg.gif);*/
    background-position: top right;
    background-repeat: no-repeat;
	background-color: #dfdfdd;
    border-bottom: 1px solid #898989;
    margin: 0px;
    /* margin-top: 15px; */
	text-align:left;
}
h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
	line-height: 28px;
	text-indent: 8px;
}
h3 {
	font-size: 16px;
	text-indent: 6px;
	line-height: 26px;
}
h4,h5 {
	margin-top: 0px;
}

ul,li {
	margin: 2px 7px;
	text-indent: 0px;
	padding: 0px 0px;
}

tr.row1 {
	background-image:url(images/row1_bg.gif);
}
tr.row2 {
	background-image:url(images/row2_bg.gif);
}

div.floatimages {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 130px;
	border: 2px solid #666666;
	float: right;
	text-align: center;
	font-size: 11px;
	line-height: 20px;
    background: #ACACAC;
}
div.floatimages a img {
	width: 120px;
	margin: 5px 4px;
	border: 0px;
}
div.floatimages a {}

table.warenkorb {
	border-collapse: collapse;
	margin: 0px;
	font-size: 12px;
}
table.warenkorb td,
table.warenkorb th {
	border: 1px solid #EFEFEF;
	padding: 3px;
	vertical-align: middle;
}
table.warenkorb th {
	background-color: #AAAAAA;
}


table.nb td {
	border-width: 0px;
}

div.confirm {
	margin: 20px;
	border: 1px solid #555555;
	background-color:#CCCCCC;
	padding: 5px;
	line-height: 30px;
}

a.shlink img {
	border: none;
}

div.error {
	margin: 20px;
	border: 1px solid #FF5555;
	background-color: #FFCECE;
	padding: 10px;
}
div.error div.indent {
	margin-left: 20px;
}

div.success {
	margin: 20px;
	border: 1px solid #55FF55;
	background-color: #CEFFCE;
	padding: 10px;
}
div.success div.indent {
	margin-left: 20px;
}
form {
	display: inline;
}

div.preis {
	padding: 30px;
	font-size: 16px;
	text-align: right;
	color: #666666;
}
div.preis span.p {
	background-color: #BBBBBB;
	padding: 10px;
	font-weight: bold;
	border: 1px solid #666666;
	color: #111111;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
table.pad td {
	padding: 10px;
}

* a.btn3 {
	cursor: pointer;
	color: #000000;
	text-decoration: none;
	font-size: 11px;
	text-align: center;
	border: 1px outset #555555;
	padding: 5px;
	background: #CCCCCC;
	display: block;
	width: 130px;
}
* a.btn3:hover {
	background: #BBBBBB;
}

table.tb_border td {
	font-size: 12px;
}

div.cnt {
	margin: 2px 14px;
	border-bottom: 2px groove #CCC;
	font-size: 12px;
	/* height: 1%; */
	clear:both;
}

div.cnt div.img {
	float: right;
	width: 230px;
	display: inline;
}
div.cnt div.information {
	clear: both;
	padding: 5px;
	/*padding-right: 230px;*/
	margin-bottom: 0px;
	text-align: center;
	border-top: 1px solid #BCBCBC;

}
div.productMenu { margin-top:5px; text-align:center; padding: 10px; }

div.productMenu a {
	background: url('../../ui/btn_start.gif') left center no-repeat;
	cursor: pointer;
	white-space:nowrap;
	
	padding: 8px 0px;
	padding-left: 5px;
	
	text-decoration: none;
}
div.productMenu a span {
	background: url('../../ui/btn_end.gif') right center no-repeat;
	
	padding: 8px 5px;
	padding-right: 10px;
}
div.clear {
	clear: both;
	line-height:0;
	height:0;
}
div.price {
	font-size: 14px;
	font-weight: bold;
}
div.tabs {
	padding: 5px 0px;
	text-align: center;
}
div.titleTab {
	display: inline;
	padding: 25px 7px 5px;
	margin: 0;
}
div.tab {
	display: inline;
	padding: 20px 2px 0px;
	margin: 0;
}
div.tab a {
	border-bottom: 2px solid #333333;
	padding: 5px;
	color: #222222;
	text-decoration:none;
	margin: 0;
}
div.tab a:hover { border-bottom-color: #FF9933; background:#333333; color: #CCCCCC; }
div.tab a.active {
	background: #FF9900 url(ui/diagonal_gray.gif);
}

div.space {
	padding: 6px;
}
div.label {
	margin: 4px 0px;
	clear: both;

}
div.label div {
	width: 100px;
	display: block;
	float: left;
	line-height: 20px;
	vertical-align:middle;
	text-align: right;
	margin-right: 4px;
}
div.bb {
	font-variant: small-caps;
	font-size: 16px;
	font-weight: bold;
	color: #000055;
	margin-top: 20px;
}
div.containerDiv {
	margin-top: 2px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-left: 5px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	display: inline-block;
}

div.searchResultHead {
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
	color: #000;
	background:#dfdfdf;
	border-bottom: 1px solid #666666;
}
div.searchResult {
	margin: 0 5px 5px;
}
a img {
	border: none;
}
div.searchSubmenu {
	background: #c6c6c6 url('images/bg_submenu.gif') repeat-x top;
	float: right;
	padding: 5px;
	border: 1px solid #666666;
	border-top-width: 0;
	margin-left: 5px;
	
}
div.searchImage {
	background: #c6c6c6 url('images/bg_submenu.gif') repeat-x top;
	float: left;
	padding: 5px;
	border: 1px solid #666666;
	border-top-width: 0;
	margin-right: 5px;
}
div.searchImage img {
	width: 100px;
}

a.productsearch {
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: 90px;
	width: 300px;
	background: url('images/new_productsearch.gif') no-repeat top left;
	display: block;
	text-decoration:none;
}

pre {
	background: #000000;
	color: #AAFFAA;
}

input.count {
	font-family: monospace;
	font-size:12px;
	padding: 1px;
	border: 1px solid #555555;
	width: 22px;
	text-align: right;
}
input.chl {
	border: 1px solid #AA3333;
}

table.cartDisplay {
	width: 100%;
	border-collapse: collapse;
	empty-cells: hide;
}
table.cartDisplay tr td {vertical-align: middle;}
table.cartDisplay td,
table.cartDisplay th {
	padding: 4px;
	font-size: 12px;
}
table.cartDisplay th {
	border: 1px solid #DDDDDD;
	background: url('images/gradient_01.gif');
	margin: 1px;
}
table.cartDisplay td {
	border: 1px solid #BBBBBB;
	margin: 1px;
}
table.cartDisplay td.pos {width: 20px !important; text-align: center;}
table.cartDisplay td.name {width: 99%;}
table.cartDisplay td.count {width: 40px !important; text-align: center;}
table.cartDisplay td.ep {width: 50px !important; text-align: right; white-space: nowrap;}
table.cartDisplay td.gp {width: 80px !important; text-align: right; white-space: nowrap;}
table.cartDisplay tr.noBorder td { border: none; }
table.cartDisplay td.sum { border: 1px solid #DDDDDD !important; font-weight: bold; background: url('images/gradient_01.gif'); text-align: right; white-space: nowrap; }

table.cartDisplay td.noborder { border: none; }

table.cartDisplay td a {
	color: #DDDDDD;
}

table.cartDisplay td a:hover {
	color: #999999;
}

table.noborder { }
table.block {
	width: 99%;
}

input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #555555;
	background: #EFEFEF;
}
textarea.multiText {
	width: 100%;
	height: 50px;
}
input.postalCode { width: 45px; }
select { width: 49%; }

input.textButton {
	padding: 4px;
}

div.info-box,
div.product-description {
    margin: 10px;
    margin-right: 140px;
    padding: 10px;
    border: 2px solid #666666;
    background: #ACACAC;
}

div.box-heading {
    color: #BBBBBB;
    font-weight: bold;
    font-size: 14px;
}

div.description {
    margin: 5px;
    margin-right: 135px;
}


div.categoryDisplay {
	margin: 0px 5px;
	border: 1px solid #CCCCCC;
	border-top: none;
	padding: 5px;
	height: 70px;
}

div.pageHeadline {
	width: 600px;
}

div.categoryContainer {
	position: relative;
	margin: 5px;
	padding: 0px;
	border: 1px outset #CCCCCC;
	width:170px;
	float: left;
	height: 90px;
	text-decoration: none;
}

div.categoryContainer span.categoryIsNew
{
    position: absolute;
    top: -5px;
    right: -5px;
    
}
html > body div.categoryContainer {	border: 2px groove #CCCCCC; }
div.categoryContainer a {
	color: #000;
	cursor: pointer;
	text-decoration: none;
}
div.categoryContainer div.alpha {
	position: relative;
	background: #CCCCCC;
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	filter: alpha(opacity=75);
	height: 40px;
	text-decoration: none;
}
div.categoryContainer div {
	text-decoration: none;
}
div.categoryContainer div.categoryCaption {
	position: absolute;
	line-height: 18px;
	top: 3px;
	left: 3px;
	text-decoration: none;
}

div.categoryContainer_noImage {
	position: relative;
	margin: 5px;
	padding: 0px;
	text-indent: 4px;
	border: 1px outset #CCCCCC;
	background: #CCCCCC;
	width:170px;
	float: left;
	height: 40px;
	line-height: 20px;
	text-decoration: none;
}
html > body div.categoryContainer_noImage { border: 2px groove #CCCCCC; }
div.categoryContainer_noImage a {
	color: #000;
	cursor: pointer;
	text-decoration: none;
}

div.categorySeperator {
	clear: both;
	height: 20px;
}
html > body div.categorySeperator { height: 15px; }

div.categorySpace {
	display: block;
	position: relative;
	margin: 5px;
	padding: 0px;
	width:174px;
	float: left;
	height: 90px;
}

div.productContainer {
	position: relative;
	border-bottom: 2px solid #DEDEDE;
	background: #ACACAC;
	margin: 10px 0;
}
div.productContainer table td {
	font-size: 12px;
}
div.productContainer table.productTable {
	width: 100%;
	height: 100px;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}
div.productContainer table.productTable td.productPadding {
	padding: 5px;
}

div.productContainer div.productCaption {
	/*padding: 10px;
	height: 80px;*/
}
div.productContainer div.productPrice {
	font-size: 14px;
	font-weight: bold;
	margin: 55px 5px 10px;
}
/*
#logo {
	text-indent: -5000px;
	background: url(logo.gif) no-repeat top left;
	height: 88px;
}
*/
#logo {
	height: 88px;	
}
.info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 10px;
	border: 2px solid #3399FF;
	padding: 10px;
	background: #AACCDD;
	font-size: 10px;
}
.productActions {
	padding-bottom: 3px;
	text-align: right;
	color: #FFFFFF;
}
.productActions a {
	border: 1px solid #EBEBEB;
	border-bottom: none;
	padding: 4px;
	background: #999999;
	text-decoration: none;
	color: #000000;
}
.productActions a:hover {
	background: #797979;
	color: #000000;
}

.tabLinks {
	margin-top: 10px;
	display: block;
	clear: both;
	border-bottom: 5px solid #353535;
	color: #000000;
}
.tabLinks a.tab {
	display: block;
	float: right;
	text-decoration: none;
	border: 1px solid #EBEBEB;
	padding: 4px;
	margin: 3px 1px 0px 3px;
	background: #999999;
	color: #000000;

}
a.boxLink {
	border: 1px solid #EBEBEB;
	padding: 4px;
	text-decoration: none;
	margin: 3px 1px 0px 3px;
	line-height: 30px;
	background-color: #999999;
	color: #000000;
}
a.boxLink:hover {
	background-color: #ABABAB;
	color: #000000;
}

.tabLinks a.tabLeft {
	display: block;
	float: left;
	text-decoration: none;
	border: 1px solid #EBEBEB;
	padding: 4px;
	margin: 3px 3px 0px 1px;
	background: #999999;
	color: #000000;
}
.tabLinks a.tab:hover,
.tabLinks a.tabLeft:hover {
	background: #797979;
	color: #000000;
}

.tableCF 		{ width: 100%; }
.tableCF td 	{ padding: 5px; }
.tableCF input 	{ padding: 1px; width: 294px; }
.selectCF 		{ width: 300px; }
.selectCF option{ padding: 1px 3px; }
.textfieldCF 	{ width: 400px; height: 65px; }

.text_block {
	padding: 5px;
	border-left: 12px solid #898989;
}
.radio {
	padding: 5px;
	margin: 4px;
	border: 1px solid #DEDEDE;
	line-height: 16px;
}
.radio input { vertical-align: baseline; }
input.noBorder {
	background: none;
	border: none;
}
div.subHead {
	border-bottom: 1px solid #DEDEDE;
	margin-top: 7px;
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

div.small {font-size: 10px;}

div.zoom {

}

div.zoom a {
	display: block;
	text-decoration: none;
	background: url('images/zoom.gif') no-repeat center center;
	height: 18px;
	width: 60px;
	margin: 3px;
}

.intro {
	background: #DEDEDE;
	padding: 1em 4em;
	font-size: 14px; 
	line-height: 1.6;
	font-weight: bold;		
}

/* LINKS */
a.add 		{ padding-left: 20px; background-image: url('images/icon-plus.gif'); background-repeat: no-repeat; background-position: 4px center; }
a.remove 	{ padding-left: 20px; background-image: url('images/icon-minus.gif'); background-repeat: no-repeat; background-position: 4px center; }
a.cart 		{ padding-left: 20px; background-image: url('images/cart.gif'); background-repeat: no-repeat; background-position: 2px center; }