/* -----------------------------------------------------------------------------------------
   $Id: stylesheet.css 1262 2005-09-30 10:00:32Z mz $   

   XT-Commerce - community made shopping
   http://www.xt-commerce.com

   Copyright (c) 2004 XT-Commerce 
   -----------------------------------------------------------------------------------------
   based on: 
   (c) 2000-2001 The Exchange Project  (earlier name of osCommerce)
   (c) 2002-2003 osCommerce(stylesheet.css,v 1.54 2003/05/27); www.oscommerce.com 
   (c) 2003	 nextcommerce (stylesheet.css,v 1.7 2003/08/13); www.nextcommerce.org

   Released under the GNU General Public License 
   ---------------------------------------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------
	Layout by Thomas Kirschnick
	http://www.webverwalter.com 
	Webdesign Berlin
	---------------------------------------------------------------------------------------*/



/* ********* GENERAL ********** */


CHECKBOX, INPUT, RADIO, SELECT {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

INPUT.search {
	border: 1px solid #999;
}

INPUT.search:hover {
	background-color: #E9E9E9;
	border: 1px solid #333;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

SPAN.underline {
	text-decoration: underline;
}

.formArea td {
	padding-bottom: 2px;
	}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

.smallHeading {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: Black;
}

.moduleRow {
 font-family: Verdana, Arial, sans-serif;
 font-size: 11px;
 line-height: 1.5;
 background-color: #E6E6E6;
 border: 1px solid;
 border-color: #E6E6E6;

}
.moduleRowOver { 
	background-color: #D7E9F7; 
	border: 1px solid;
	border-color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    line-height: 1.5; 
	
	}
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }


/* Sitemap Tables */
.sitemap_heading {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #FFFFFF; 
	background-color: #666666; 
	padding-top: 2px; padding-bottom: 2px;}
.sitemap_heading a {color:#FFFFFF;}
.sitemap_heading a:hover {color:#CCCCCC; text-decoration:none;}

.sitemap_sub {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; color: #000000; background-color: #E6E6E6; padding: 2px 2px;}
.sitemap_sub a {color:#000000;}
.sitemap_sub a:hover {color:#999999; text-decoration:none;}

strong { font-weight: bold; }


/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

b { font-weight: bold; }

html, body {	
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 12px;
	color: #777;
	line-height: 140%;	
}

H1 {
	margin: 0;
	padding: 0;
	font-size: 16px; 
	margin-bottom: 10px;
}


H2 {
	margin: 0; padding: 0;
	margin-bottom: 20px;
	margin-right: 3px;
	line-height: 22px;
	border-bottom: 1px dotted #777;
	text-indent: 0;
	color: #333;
	font-size: 16px;
}

H3 {
	margin: 0; padding: 0 !important;
	color: #666;
	font-weight: bold;
	font-size:13px;
	letter-spacing:1px;
}

a, a:link, a:visited {
	color: #777;
}

a:hover { 
	color: #CB013B;
}


/* *********** LAYOUT *********** */

body {	
	background: #F4F4F4;
	text-align: center; /*IE*/
}

#wrapper {
	width: 965px;
	text-align: left;
	margin: 0 auto;
}

#leftCol {
	width: 195px; /* inkl. padding: 295 */
	padding: 0 50px;
	float: left;
	background: #FFF;
	}
	
#logo { margin-bottom: 30px;}

#logo img {
	width: 195px;
	height: 119px;
}

#mainCol {
	width: 645px;
	float: left;
	}
	
	
#header {
	height: 119px;
	background: #CECBBE;
	margin-bottom: 10px;
	}

#headermenu {
	text-align: right;
	float: right;
	width: 645px;
	margin-top: 5px;
	margin-right: 5px;
}

#headermenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#headermenu ul li {
	display: inline;
	color: #555;
	padding: 0 5px;
}

#headermenu ul li:first-child { padding-left: 5px; }
#headermenu ul li:last-child { padding-right: 15px; }

#headermenu ul li a {
	height: 20px;
	line-height: 20px;
	padding: 0 5px;
	color: #555;
	text-decoration: none;
}

#headermenu ul li a:hover {
	background: #777;
	color: #FFF;
}

#header #right {
	width: 230px;
	float: right;
}

#cart .empty { background: #777;}
#cart .notempty { background: #CB013B; }
#cart a { color: #FFF; }



#suche {
	width: 300px;
	margin-top: 65px; 
	float: left;
}

/* Suchbox */
.box_search_top, .box_search { float: left; }

/* Weitere Styles zur AJAX Suche weiter unten // Stichwort: Ajax*/



#topmenu { /*Laden in Berlin etc. */
	height: 26px;
	width: 325px;
	float: left;
	margin-left: 10px;
	margin-top: 60px;
}




#content {
	margin-top: 30px;
	background: #ddd;
}

#footer {
	text-align: center; /*IE*/
	background: #E7E6D1 url(img/bg_bottom.jpg) repeat-x;
}

#footer_innen {
	width: 965px;
	text-align: left;
	margin: 20px auto;
	padding: 30px 10px 0 10px;
}


p.content { padding: 20px; }

/* *********** TOPMENU ************** */

#topmenu ul#CatNavi1 li {
	display: inline;
	float: left;
	height: 26px;
	line-height: 26px;
}

#topmenu li a {
	color: #FFF;
	line-height: 26px;
	display: block;
	float: left;
	height: 26px;
	padding: 0 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	/*text-shadow: 1px 1px 1px #333;  nicht im IE! */
}

#topmenu li a:hover {
	background: #777;
}


/* *********** MAINMENU ************ */

/* 1. Ebene */

.catheader, .catheader1 {
	width: 195px;
	height: 20px;
	line-height: 22px;
	background: #777;
	color: #FFF;
	text-indent: 10px;
	text-transform:uppercase;
	/*text-shadow: 1px 1px 1px #333;  nicht im IE! */

}

.catheader1 {
	margin-top: 10px;
}

ul#CatNavi {
	width: 195px;
	border-bottom: 0px solid #777;
	margin-bottom: 20px;
}


ul#CatNavi li {
	width: 195px;
}

ul#CatNavi li a {
	display: block;
	width: 195px;
	height: 24px;
	line-height: 24px;
	text-indent: 30px;
	text-decoration: none;
	text-transform: uppercase;
	background: url(img/mm_bullet.jpg) 12px 11px no-repeat;
	border-top: 1px solid #777;
}


ul#CatNavi li a:hover {
	background-position: -247px 11px;
}

/**/
ul#CatNavi li a#CL40, ul#CatNavi li a#CL143 {
	margin-top: 10px;
	border-top: 0;
	} 

/* 2. Ebene */

ul#CatNavi ul {
	width: 195px;
	border: 0;
	background: none;
	padding: 0;
}

ul#CatNavi ul li {
	width: 195px;
	height: 26px;
}

ul#CatNavi ul li a {
	display: block;
	width: 195px;
	height: 26px;
	line-height: 26px;
	text-transform: uppercase;
	text-indent: 30px;
	background: #FFF;
	border: 0;
}

a.Current, a.CurrentParent { color: #CB013B; }


/* *********** LISTINGS ************* */

/* prod-listing */

#prod-listing h1 {} /* Kategoriename */
#prod-listing h2 {} /* ÜBerschrift */
#prod-listing h3 {} /*Produkt-Titel*/

.prod-listing-prod {
	/*border: 4px solid #F1F1F1;*/
	outline: 0px solid #D8D8D8;
	/*background: #FFF;*/
	padding: 20px;
	margin-bottom: 20px;
}

.prod-listing-prod:hover {
/**/
}

.prod-listing-img {
	float: left;
	width: 120px;
	height: 120px;
	line-height: 120px;
	vertical-align: middle;	
	margin-right: 20px;
	border: 1px solid #F0F0F0;
	text-align: center;
	background: #FFF;
}

.prod-listing-img:hover {
	border: 1px solid #CB013B;
}

.prod-listing-img td { /* nicht schön, aber notwendig! */
	width: 120px;
	height: 120px;
	text-align: center;
	vertical-align: middle; 
	} 

.prod-listing-desc {
	float: left;
	width: 460px;
}

.prod-listing-desc h3 {
	background: #F1F1F1;
	color: #777;
	line-height: 22px;
	text-indent: 10px;
	margin-bottom: 10px;
}

.prod-listing-desc h3 a {
	text-decoration: none;
	text-transform: uppercase;
	display: block;
}

.prod-listing-sdesc {
	width: 220px;
	margin-right: 20px;
	border-right: 1px dotted #777;
	float: left;
	line-height: 180%;
}
 
.prod-listing-facts {
	float: left;
	width: 200px;
	line-height: 180%; 
}
 
a.details {
	margin-top: 10px !important;
	}

/* ********* Kategorie Listing ******* */

div.subcat-wrapper {
	margin: 0 auto;
}

div.subcat {
	float: left;
	text-align: center;
	position: relative;
}

div.subcat img {
	margin: 10px 0px 5px 15px;
	border: 1px solid #BFBFBF;
}

div.subcat img:hover {
	border: 1px solid #9F9F9F;
}

div.cat_tooltip {
	background: url(../images/bubble.png) no-repeat;
    width: 100px;
    height: 49px;
    position: absolute;
    top: -70px;
    left: -0px;
    text-align: center;
    text-indent: -9999px;
    z-index: 2;
    display: none;
}

div.cat_tooltip:hover { display: block; } 

div.maincat_image {
	/**/
}

.subcat h3 {
	text-align: center;
	margin: 0 0 0 15px;
	padding: 0;
	}
.subcat h3 a {
	color: #616141;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 0px;
	}

.copyright {
	visibility: hidden;
	display: none;
}



/* SOME STUFF */

#adminbox {
	border: 3px solid #666;
	background: #DDD;
	padding: 10px;
	color: #222;
}

.cartbutton {
	display: block;
	height: 18px;
	width: 60px;
	background: #CCC;
	margin: 2px;
	padding: 2px;
	float: right;
}





/* ****** SLIDE PANEL ********** */

p.slide {
	margin: 5px 6px 0 0;
}

p.slide a {
	background: #777;
	color: #FFF;
	line-height: 18px !important;
	font-size: 11px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
	}

a.btn-slide {
	background: #777;
	color: #FFF;
	line-height: 18px !important;
	font-size: 10px !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
	}

.slide h2 { font-size: 11px; color: #FFF; margin: 0; padding: 0; border-bottom: 0;}




#panel {
	background: #FFF;
	height: 230px; /* 250, bei "auto" hakt er ein wenig ... */
	display: none;
	padding: 10px 0;
}
.slide {
	margin: 0;
	padding: 0;
}
.btn-slide {
	text-align: center;
	width: 160px;
	height: 18px;
	line-height: 18px;
	padding: 0;
	margin: 0 auto;
	display: block;
	color: #fff;
	text-decoration: none;
}

.btn-slide a {
	position: relative;
	width: 155px;
	height: 18px;
	line-height: 18px;
	top: 10px;
	left: 0;
	margin-top: 10px;
	margin-right: 10px;
	}




.active {
	background-position: right 12px;
}

img.coldesc {
	margin: 20px 11px 20px 0;
	}

img.last { margin-right: 0; }

/* *************** PAGINATION ************ */

td.pl_navi span {

}

td.pl_navi b {
  padding: 0 3px;
  background: #CCC;
  color: #777;
  font-weight: bold;
  border: 1px solid #777;
}

td.pl_navi a.pageResults {
  width: 3px;
  background: #777;
  padding: 0 3px;
  color: #FFF;
  font-weight: bold;
  border: 1px solid #777;
  text-decoration: none;
}

td.pl_navi a.pageResults:hover {
	background: #CB013B;
	border: 1px solid #CB013B;
}
/* ********* Produkt-Info ************ */

#produkt-info {
	padding: 10px 20px 20px;
	}

#produkt-info h2 {
	background: #F0F0F0;
	color: #777;
	font-weight: bolder;
	text-indent: 10px;
	line-height: 24px;
	margin-bottom: 20px;
	}

.images{
	width: 200px;
	float: left;
	}

.mainimage {
	width: 200px;
	text-align: center;
	background: #FFF;
	overflow: hidden;
	}
.mainimage {border: 1px solid #CDCDCD;}
.mainimage:hover {border: 1px solid #CB013B;}

.mainimage img { 
	width: 200px;
	/*height: 200px;*/
	}


.product-content {
	width: 383px;
	margin-left: 10px;
	padding-left: 10px;
	float: left;
	text-align: justify;
	}

.more-images { width: 200px; margin: 0; padding: 0; }

.si {
	width: 93px;
	height: 93px;
	margin: 10px 10px 0 0;
	float: left;
	overflow: hidden;
	background: #E2E2E2;
	}

.si img {
	width: 93px;
	height: 93px;
	}



.even { margin-right: 0 !important; float: right; }





/* Clearings */
div.cl-l {clear: left;}
div.cl-b {clear: both;}
div.cl-r {clear: right;}	

.description { padding-top: 20px; }

.description .shortdesc { 
	width: 260px;
	float: left;
	}

.shortdesc h3 { margin-bottom: 10px; }

.description .longdesc {
	padding-top: 20px;
	margin-left: 220px;
	}

.longdesc a[href*="media/products"] {  
	padding: 3px 8px;
	background: #777;
	margin: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #FFF;
	text-decoration: none;
	}



.action {
	color: #222;
	padding: 10px 20px;;
	border-top: 1px dotted #777;
	line-height: 26px;
	}
	
.action .attributes {
	margin-left: 220px;
	}	
	
.action .left {
	text-align: left;
	float: left;
	}	

.action .sub {
	margin-top: 26px;
	}

.action .right {
	text-align: right;
	float: right;
	}
	
p.add-to-cart input[name="products_qty"] {
	height: 16px;
	margin: -3px 5px 0 0;
	padding: 0;
	border: 1px solid #777;
	background: #f1f1f1;
	}	
p.add-to-cart input[type="image"]{
	margin-bottom: -4px;
	}


/* ********* Produkt-Navigator ********* */

div#navigator { margin: 20px 0; }

ul.produkt-navigator {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	}
	
ul.produkt-navigator li {
	display: inline;
	padding: 0 10px 0 0;
	}	

/*ul.produkt-navigation li.leer { padding: 0 50px 0 0;  }*/

ul.produkt-navigator a {
	padding: 2px 10px;
	background: #CCC;
	color: #222;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	text-decoration: none;
	}

ul.produkt-navigator a:hover {
	color: #000;
	background: #999;
	}

span.produkt-anfrage {
	float: right;	
	}
	
span.produkt-anfrage a {
	padding: 2px 10px;
	margin-right: 2px;
	background: #777;
	color: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	text-decoration: none;
	}

span.produkt-anfrage a:hover {
	background: #CB013B;
	}

#inset {
	padding: 20px;
	background: #CECBBE;
	}
	
	
#inset ul#CatNavi1 {
	list-style: square;
	}	

#inset ul#CatNavi1 li {
	display: inline;
	float: left;
	}

#inset a {
	display: block;
	padding: 5px 10px;
	color: #333;
	text-decoration: none;
	}

#inset a:hover {
	color: #C00;
	}
	
#footerbox { text-align: center; }	



/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:645px;
		height:240px;
		overflow:hidden; 
		}	
		
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}
	#nextBtn, #slider1next{ 
		left:645px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		margin-left: 10px;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:20px;
		line-height:20px;
		}
	ol#controls li a{
		float:left;
		height:20px;
		line-height:20px;
		border:1px solid #ccc;
		background:#777;
		color:#CCC;
		padding:0 8px;
		text-decoration:none;
		}
	ol#controls li a:hover {
		background: #444;
		color: #FFF;
		}
	ol#controls li.current a{
		background:#222;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */

p.home img {
	float: left;
	margin-right: 10px;
	}

p.home img.last {
	margin-right: 0; 
	}

div.content { padding: 10px 20px; }	


/**************** Aufhübschen ***************/


/* Login-Seite */
.account_new {
	width: 280px;
	padding-right: 20px;
	border-right: 1px dotted #777;
	float: left;
	}
	
.account_login {
	width: 280px;
	padding-left: 20px;
	float: left;
	}

.account_new p, .account_login p {
	margin-bottom: 10px;
	}

.account_login p span {
	width: 135px;
	display: block;
	float: left;
	}

.account_new h3, .account_login h3 {
	margin-bottom: 20px;
	}



/* Checkout */
fieldset { border-top: 1px solid #FFF; padding-top: 20px; margin-top: 20px;}
fieldset legend {
	background: #FFF; 
	border: 1px solid #FFF;
	padding: 0 10px;
	color: #777;
	}
.label {
	margin: 10px 0 0 20px;
	padding: 10px;
	background: #FFF;
	border: 1px solid #777;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	}

h3 { margin-bottom: 20px; }


/*********************** AJAX Suggest ***************************/


.suggest_link {
		display:block;
        background-color: #ffffff;
        padding: 2px 6px 2px 6px;
		line-height: 28px;
        height:28px;
        min-height:28px;
        border-bottom:1px solid #CCCCCC;
        color:#777;
    }

.suggest_link_over {
    color: #FFF;
    background: #CECBBE;
	background: #777;
    padding: 2px 6px 2px 6px;
    cursor:pointer;
    border-bottom:1px solid #CCCCCC;
    height:28px;
	line-height: 28px;
    min-height:28px;
}


#search_suggest {
	position: absolute;
	visibility: hidden; 
	height: auto;
	width: 462px;
	margin-left: -222px;
	overflow: auto;
	z-index: 1000;
	border: 1px solid #777;
	border-top: 0;
	}

/*
#search_suggest {
    position:absolute;
    margin-left: -90px;
    text-align: left; 
    border: 1px solid #000000;  
    background-color:#ffffff;  
    display: none;
    z-index: 1000;
    height:450px;
    width:350px;
    overflow:auto;
}

.autosuggest_intro {
	height:22px;
	padding-top:3px;
	padding-left:5px;
	background-image:url("img/heading_suggest_bg.jpg");
	background-repeat:repeat-x;
	padding-right:5px;
    border-bottom:1px solid #CCCCCC;
	}
.suggestclose_link {
	font-weight:bold;
	color:#000000;
	display:block;
	background-image:url("img/heading_suggest_bg.jpg");
	background-repeat:repeat-x;
	height:21px;
	padding-top:4px;
	padding-right:5px;
    border-bottom:1px solid #CCCCCC;
    }
*/
.suggestclose_link:hover {
	text-decoration:none;
    cursor:pointer;
    color:#000;
	background: #EEE;
}

#suggestmore_link {
	font-weight:bold;
    color:#000000;
	display:block;
	background-image:url("img/heading_suggest_bg.jpg");
	background-repeat:repeat-x;
	height:21px;
	padding-top:4px;
	padding-right:5px;
    border-bottom:1px solid #CCCCCC;
    }
#suggestmore_link:hover {
	text-decoration:none;
    cursor:pointer;
    color:#000000;
}
#suggest_image {
	width:44px;
	max-width:44px;

	background-color:#ffffff;
	text-align:center;
	border:1px solid #CCCCCC;
	}
.suggest_image {
	width:44px;
	float:left	;
	}
.suggestwidth {
	width:320px;
	height:35px;

	}
.suggest_productsname {
	width:200px;
	float:left;
	padding-left:5px;
	font-weight:bold;
	}
.suggest_products_price {
	white-space:nowrap;
	float:right;
	text-align:left;
	}
.autosuggest_no_products {
	height:22px; 
	padding-top:3px;
	padding-left:5px;
	background-image:url("img/heading_suggest_bg.jpg");
	background-repeat:repeat-x;
	padding-right:5px;
    border-bottom:1px solid #CCCCCC;
    color:#000000;
	} 
/**/






#footernavi { margin-top: 10px;}
#footernavi a { text-decoration: none; font-size: 10px; color: #999; }

/* Clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* Link: Palette */
a.palette, a.palette2, a.palette3 {
	display: block;
	padding: 3px 8px;
	width: 120px;
	height: 16px;
	margin: 10px 5px 0;
	text-align: center;
	background: #777;
	line-height: 16px;
	text-decoration: none;
	color: #FFF;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	}
a.palette:hover, a.palette2:hover, a.palette3:hover { background: #555; }


/* OVERLAY  -- Fragen zum Produkt und  Farbpaletten -- */







a.activator, a.palette, a.palette2, a.palette3 { cursor: pointer; }

.overlay, .overlay1, .overlay3, .overlay3 {
    background:transparent url(images/overlay.png) repeat top left;
    position:fixed;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    z-index:100;
}
.box, .box1, .box2, .box3 {
    position:fixed;
    top:-400px;
    left:30%;
    right:30%;
    background-color:#fff;
    color:#7F7F7F;
    padding:20px;
    border:2px solid #ccc;
    -moz-border-radius: 2px;
    -webkit-border-radius:2px;
    -khtml-border-radius:2px;
    -moz-box-shadow: 0 1px 5px #333;
    -webkit-box-shadow: 0 1px 5px #333;
    z-index:101;
}

.box1, .box2, .box3 {
	top: -600px;
	}

a.boxclose, a.boxclose1, a.boxclose2, a.boxclose3 {
    float:right;
    width:26px;
    height:26px;
    background:transparent url(img/cancel.png) repeat top left;
    margin-top:-30px;
    margin-right:-30px;
    cursor:pointer;
}
.box h1, .box1 h1, .box2 h1, .box3 h1{
    border-bottom: 1px dashed #7F7F7F;
    margin:-20px -20px 10px -20px;
    padding:10px;
    background-color:#777;
    color:#FFF;
	text-indent: 10px;
}




/* Paletten-Styling */

.palettenwrapper {
	height: 400px;
	overflow: auto;
	color: #333;
	text-decoration: none ; 
	}


ul.palette { display: block !important; }

ul.palette li {
	display: inline;
	float: left;
	padding-right: 10px;
	width: 120px;
	text-align: center;
	margin-bottom: 10px !important;
	}

ul.palette li a.highslide { text-decoration: none !important; }


p.info { 
	margin: 10px 10px 20px 0; 
	background: #DDD;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 10px;
	}



/* Extra Info  also_purchased.html  */

#extra_info {
	border-top: 1px dotted #777;
	padding: 20px;
	}
	
#extra_info h3 {
	display: inline;
	float: left;
	width: 200px;
	padding-right: 20px;
	background: url(img/arrow_big.gif) no-repeat right;
	margin-right: 20px;
	}	
.also_purchased {
	float: left;
	}	

.also_purchased .si { text-align: center; }


/* Startseite stylen */


div.home { 
	float: left;
	width: 265px;
	margin-right: 25px;
	margin-left: 20px;
	}

ul.beige {
	float: right;
	width: 270px;
	margin-right: 20px;
	padding: 10px;
	background: #CECBBE;
	}
ul.beige li {
	padding: 0 0 10px 85px;
	border-bottom: 1px solid #b2b0a2;
	margin-bottom: 10px;
	min-height: 85px;
	color: #616141;
	}
ul.beige li.last {
	padding-bottom: 0;
	border-bottom: 0;
	margin-bottom: 0;
	}
ul.beige li.home1 { background: url(img/home1.jpg) no-repeat; }	
ul.beige li.home2 { background: url(img/home2.jpg) no-repeat; }	
ul.beige li.home3 { background: url(img/home3.jpg) no-repeat; }	

.titleimage { margin: -64px 0 0 -20px;} /* KategorieHeader, wenn keine SubCats vorhanden sind */

img.slidecontent {
	margin-top: 20px;
	float: left;
	}

img.first {
	float: right;
	}
	
	
/* Formstyling contact_us */

#contact_us input, #contact_us textarea {
	border: 1px solid #ccc;
	border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 3px;
	} 

#contact_us input[type="image"] {
	border: 0;
	border-radius: 0;
	padding: 0; 
	margin-right: -5px;
	}