body
{
  padding: 0px 20px 20px 20px;
  font-family: Georgia, Arial, Verdana, Sans-Serif;
  background: url('/images/bg.gif');
  font-size: 11px;
}

h1, h2, h3, h4 , h5, h6
{
	font-family: Georgia, "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 0px;
	text-transform: uppercase;
}

p
{
	margin-top: 0px;
}

h1
{
	margin-bottom: 0px;
}

h2
{
	margin-bottom: 10px;
}

h3 img
{
	margin: 0px 3px -3px 0px;
}

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

li
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

li h3
{
	margin-bottom: 5px;
}

a
{
	text-decoration: none;
	color: #888;
}

img
{
	border: 0px;
}

.clear
{
	clear: both;
	height: 0px;
	font-size: 0px;
	padding: 0px; !
	display: inline;
}

.breadcrumbs
{
	background-color: #eee;
	padding: 5px 8px;
	font-size: 12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 15px;
}

.breadcrumbs a
{
	color: #9769a9;
}

.breadcrumbs a:hover
{
	color: #888;
}

.search
{
	background-color: #eee;
	padding: 7px;
	margin-bottom: 15px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.search .input
{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 3px;
	width: 136px;
}

#wrapper
{
	width: 941px;
	margin: 0px auto;
	position: relative;
}

#folders
{
	position: absolute;
	top: 90px;
	right: -36px;
	z-index: 1000;
	width: 42px;
}

#folders a
{
	display: block;
	margin-top: -11px;
	margin-right: 8px;
	margin-left: 1px;
	width: 14px;
	height: 132px;
	background: url('/images/folder.png') no-repeat top right;
	padding: 6px 13px 6px 6px;
}

#folders a:hover
{
	background: url('/images/folder_hover.png') no-repeat top right;
}

#folders a.selected, #folders a.selected:hover
{
	margin-left: 0px;
	padding: 6px 18px 6px 10px;
	margin-left: 0px;
	background: url('/images/folder_selected.png') no-repeat top right;
}

#header
{
	position: relative;
	margin: 0px auto;
	background: url('/images/tabs/top.png') no-repeat;
	height: 225px;
}

#logo
{
	position: absolute;
	top: 80px;
	left: 40px;
}

#page
{
	padding: 10px 40px 0px;
	background: url('/images/content_bg.png');
}

#navigation
{
	position: absolute;
	top: 120px;
	right: 40px;
	font-size: 10px;
}

#navigation a
{
	color: #666;
}

#navigation a:hover
{
	color: #aaa;
}

#express_image
{
	position: absolute;
	top: 143px;
	right: 68px;
	z-index: 10;
}

#menu
{
	position: absolute;
	top: 150px;
	left: 40px;
	width: 861px;
	background: url('/images/menu_bg.png');
	height: 39px;
	z-index: 5;
	text-transform: uppercase;
	font-family:'Open Sans',sans-serif;
}

#menu div
{
	float: left;
	padding: 0px 2px 0px 0px;
	background: url('/images/menu_separator.png') top right no-repeat;
}

#menu a
{
	display: block;
	/* padding: 13px 13px 14px; */
	padding: 13px 8px 12px 10px;
	margin: 0px;
	font-size: 10px;
	line-height: 11px;
	color: #fff;
}

#menu a:hover, #menu a.selected
{
	color: #444;
}

#icon_menu
{
	position: absolute;
	top: 195px;
	left: 40px;
	width: 851px;
	text-align: right;		
	z-index: 5;
	background-color: #f4f4f4;
	padding: 5px;
	height: 23px;
	-moz-border-radius: 6px;
}

#icon_menu a
{
	font-size: 11px;
	color: #666;
	margin-left: 10px;
}

#icon_menu a:hover
{
	color: #aaa;
}

#icon_menu a img
{
	margin: 0px 5px -7px 0px;
}

#left
{
	float: left;
	width: 160px;
	margin-right: 10px;
	/* background: url('/images/left_bg.jpg'); */
}

#left span
{
	color: #c4c4c4;
	margin-bottom: 2px;
	font-size: 12px;
	font-weight: bold;
	display: block;
}

#left h1
{
	color: #9769a9;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-size: 16px;
}

#left h3
{
	color: #9769a9;
	margin-bottom: 5px;
	margin-left: -1px;
	font-size: 15px;
}

#left li 
{
	background: url('/images/submenu_bg.png') top;
	padding-top: 7px;
	margin-bottom: 2px;
}

#left li a
{
	display: block;
	background: url('/images/submenu_bg.png') bottom; 
	font-size: 10px;
	line-height: 13px;
	color: #8c599e;
	padding-left: 10px;
	padding-bottom: 7px;
	text-transform: uppercase;
}

#left li a:hover, #left li a.selected
{
	color: #fff;
}

#right
{
	float: left;
	width: 691px;
}

#right h2, h1
{
	color: #9769a9;
	font-size: 22px;
	margin-bottom: 10px;
}

#content
{
}

#footer
{
	color: #aaa;
	background: url('/images/bottom.png') bottom;
	padding: 30px 40px 20px;
}

.product
{
	float: left; 
	width: 220px;
	margin: 0px 5px 15px 0px; 
	border: 1px solid #ddd; 
	padding: 1px; 
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.product:hover
{
	border-color: #bbb;
	cursor: pointer;
}

.product h3
{
	text-transform: none;
	margin-bottom: 1px;
}

.product .header
{
	background: #fafafa url('/images/product_header.jpg') repeat-x bottom; 
	height: 27px; 
	-moz-border-radius-topleft: 4px; 
	-moz-border-radius-topright: 4px; 
	-webkit-border-radius-topleft: 4px; 
	-webkit-border-radius-topright: 4px; 
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	position: relative; 
	padding: 3px 3px 0px;
}

.product .image
{
	height: 130px; 
	text-align: center; 
	overflow: hidden; 
}

.product a
{
	color: #734794;
}

.product .footer
{
	background-color: #f3f3f3; 
	-moz-border-radius-bottomleft: 4px; 
	-moz-border-radius-bottomright: 4px; 
	-webkit-border-radius-bottomleft: 4px; 
	-webkit-border-radius-bottomright: 4px; 
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	padding: 5px;
	height: 35px;
	overflow: hidden;
	text-align: right;
}

.product:hover .footer
{
	background-color: #ddd; 
}

.product .artnr
{
	float: left; 
	text-align: left;
	font-size: 10px;
	color: #888;
	margin-top: 10px;
}

.product .artnr span
{
	color: #444;
}

.product .price
{
	font-size: 17px;
	font-weight: bold;
	color: #000;
	marin-bottom: 3px;
}

.product .price span
{
	font-size: 11px;
	color: #444;
}

.product .quantity
{
	color: #888;
}

.product .quantity b
{
	color: #222;
}

.produktpuff
{ 
	border: 1px solid #a56fb9; 
}

.produktpuff:hover
{ 
	border: 1px solid #58206d; 
}

.produktpuff .header
{
	background: #f4e4fa url('/images/productpuff_header.jpg') repeat-x bottom;
	padding: 7px 7px 0px;
	height: 23px;
	font-size: 13px;
	font-weight: bold;
	color: #9355aa;
}

.produktpuff .footer
{
	background-color: #f4e4fa; 
}

.produktpuff:hover .footer
{
	background-color: #ebd4f3; 
}

.prices .header td
{
	border-bottom: 1px solid #fff;
	background-color: #ddd;
	font-weight: bold;
}

.prices .row1 td
{
	border-bottom: 1px solid #fff;
	background-color: #f6f6f6;
}

.prices .row2 td
{
	border-bottom: 1px solid #fff;
	background-color: #eee;
}

.contact h4
{
	color: #aab3ac;
	font-size: 12px;
	margin-bottom: 1px;
}

.contact p
{
	margin-bottom: 1px;
}

.form td
{
	padding-bottom: 7px;
}




/* Admin */

.input
{
	border: 1px solid #d5c3dc;
}

.input:focus
{
}

.large
{
	width: 400px;
	height: 150px;
}

.small
{
	width: 50px;
}

.small_button
{
	background: url('/images/small_button_bg.jpg') center center;
	border: 1px solid #aaa;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 12px;
	line-height: 12px;
	height: 25px;
	padding-bottom: 3px;
}

.submit
{
	padding: 2px;
	border: 2px solid #444;
}

.submit:hover
{
	background-color: #eee;
}

.admin td
{
	border-bottom: 1px solid #fff;
}

.admin a:hover
{
	background-color: #fff;
	color: #000;
}

.admin .header td
{
	background-color: #d5c3dc;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
}

.admin .row td
{
	background-color: #eee;
}

.admin .row_even td
{
	background-color: #f6f6f6;
}

.fields
{
	background-color: #ccc;
}

.fields td
{
	text-align: center;
	background-color: #eee;
}

fdsfd
{
	list-style-type: disc;
}

// Lightbox

#lightbox 
{
	background-color: #eee;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
}

#lightboxDetails
{
	font-size: 0.8em;
	padding-top: 0.4em;
}

#lightboxCaption 
{ 
	float: left; 
	font-size: 11px;
	margin-top: 10px;
	color: #444;
	font-size: 12px;
}

#keyboardMsg 
{ 
	float: right; 
}

#lightbox img 
{ 
	border: 10px solid #fff;
} 

#overlay img 
{
	border: none; 
}

#overlay
{
	background-color: #eee;	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

.box
{
	border: 1px solid #ddd;
	-moz-border-radius: 5px;
	-border-radius: 5px;
	border-radius: 5px;
	padding: 7px;
	margin-bottom: 10px;
}

.imagebox
{
	border: 1px solid #ddd;
	border-bottom: none;
	-moz-border-radius-topleft: 5px;
	-border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	text-align: center;
	overflow: hidden;
	padding: 3px;
	width: 300px;	
	position: relative;
}

#zoom
{
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 5;
	padding: 3px;
	background-color: #ccc;
	color: #000;
	filter: alpha(opacity=5);
	-moz-opacity: 0.5;
	opacity: 0.5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #eee;
}

#zoom:hover
{
	filter: alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
}

.imageselector
{
	border: 1px solid #bbb;
	background-color: #eee;	
	-moz-border-radius-bottomleft: 5px;
	-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 4px 2px 2px 4px;
}

.imageselector table
{
	border: 1px solid #ccc;
	background-color: #fff;
	float: left;
	margin: 0px 2px 2px 0px;
}

.imageselector table:hover
{
	border: 1px solid #888;
}

.imageselector table td
{
	height: 67px;
	width: 67px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
}

/*

.more
{
	margin-top: 20px;
	padding: 4px 7px;
	background: url('/images/button_bg.jpg') center center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	border: 1px solid #999;
	margin-bottom: 5px;
}

*/

.more
{
	margin-top: 20px;
	border: 1px solid #ad7fbd;
	background-color: #c49fd1;
	-moz-border-radius-topleft: 5px;
	-border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	padding: 5px 7px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

.related
{
	-moz-border-radius-bottomleft: 5px;
	-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border: 1px solid #ccc;
	background-color: #f6f6f6;
	border-top: none;
}

.related li
{
	padding: 7px;
	border-top: 1px solid #ccc;
}

.related li:first-child
{
	padding: 7px;
	border-top: none;
}

.related a
{
	color: #9769a9;
}

.related a:hover
{
	color: #333;
}

.related li h3
{
	margin-bottom: 2px;
	text-transform: none;
	font-size: 13px;
}

.related li .price span
{
	font-size: 18px;
	font-weight: bold;
	color: #855da3;
	marin-bottom: 3px;
}

.related li .price
{
	font-size: 11px;
	color: #444;
}

.related li .icon
{
	display: inline-block;
}

.related li .image
{
	border: 1px solid #ddd;
}

.related li .image:hover
{
	border: 1px solid #aaa;
}



#admin_tags
{
	margin-bottom: 15px;
	border: 1px solid #ccc;
	background-color: #f6f6f6;
	padding: 5px;
	color: #000;
}

#tags
{
	padding: 0px;
}

#admin_tags span, #tags a
{
	display: inline-block;
	background-color: #eee5f2;
	padding: 2px 4px;
	border: 1px solid #c19dce;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-right: 3px;
	cursor: pointer;
	color: #82658d;
}

#admin_tags span:hover, #tags a:hover
{
	background-color: #dfdfdf;
	border: 1px solid #aaa;
	color: #222;
}

.recommend
{
	border: 1px solid #e6e6e6;
	padding: 4px 6px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 10px;
}

.recommend h3
{
	text-transform: none;
}

.actions
{
	margin: 0px 0px 10px;
	background-color: #ebdcf0;
	padding: 4px 6px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-align: right;
	position: relative;
}

.actions a
{
	color: #777;
}

.actions a:hover
{
	color: #000;
}

.actions a img
{
	margin: 0px 3px -3px 0px;
}

th
{
	text-align: left;
}

.form_error
{
	color: red;
	display: inline;
	padding-left: 10px;
}

/* TABS > */
.topTabContainer{height:39px; width:800px; margin:0px 0px 0px 3px;}

.tabHolder{width:152px; height:39px; background-image:url('/images/tabs/bgTab.png'); background-position-y:2px; float:left; margin:17px -12px 0px -7px;}
.tabHolder:hover{width:152px; height:39px; background-position-y:-38px;}
.tabHolder img{display:block; margin:19px auto 0px auto;}

.topTabContainer a.selected{background-image:url('/images/tabs/bgTabSelect.png'); background-position-y:0px;}
.topTabContainer a.selected img{margin:16px auto 0px auto;}
.topTabContainer a.selected:hover{background-position-y:0px;}
/* < TABS */



