/*ie6 png
*{ 
 	behavior: url(/js/iepngfix.htc);
}
*/
/*	-------------------------------------------------------------
	1. RESET + STRUKTUR
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

* {
     margin: 0;
     padding: 0;
}

img {
     border: none;
}

body {
	background-color:#ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}



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

h1.top{
  	text-indent: -3000px;
	font-size: 1px;
}

#wrapper {
	width: 996px;
	margin: 20px auto 0 auto;
}

#rahmen {
	clear: both;
	border: 1px solid #666666;
	margin-bottom: 20px;
	overflow: auto;
}

/*Hides from IE5-mac \*/
* html #rahmen {
	height: 1%;
}
/*Holly Hack ende*/

#head {
	padding: 14px 3px 0 3px;
	height: 230px;
}

#middle{
	padding: 14px 3px 0 3px;
}

#middle-left {
	float: left;
	width: 175px;
}

#middle-center {
	float: left;
	margin-left: 14px;
	width: 610px;
	padding-bottom: 20px; 
}

#middle-right {
	float: right;
	margin-left: 14px;
	width: 175px;
}

#footer {
	clear: both;
	float: none;
	padding: 4px;
	background-color:#FF6600;
	text-align: center;
	color: #FFFFFF;
}

.clear {
	clear: both;
	float: none;
}



/* MODUL --------------------------------------------------*/

.modul table{
	width: 100%;
}

.modul h1{
	font-size: 13px;
	color:#666666;
	padding: 4px 0 0 10px;
	text-transform:uppercase;
}

.modul .abschluss{
	background-image: url(image/abschluss1.gif);
	background-repeat: no-repeat;
	font-size: 1px;
	display: block;
	height: 15px;
}

/*---------------------------------------------------------*/

/* Unterstrich bei der Betitelung*/
#middle-left .rand-block, #middle-right .rand-block{
	margin: 0 10px 10px 10px;
	background-image: url(image/hg-h1.gif);
	background-repeat: repeat-x;
	padding-top: 10px;
}



/*	-------------------------------------------------------------
	2. MENUE-TOP
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#navi {
	
}

#navi-top ul {
	margin: 0 0 0 3px;
	padding:0;
	list-style:none;
}

#navi-top li {
      display:inline;
      margin:0;
      padding: 10px 0 0 0;
}

#navi-top a {
      float:left;
      background:url(image/tableft.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
	  font-weight: bold;
}

#navi-top a span {
      float:left;
      display:block;
      background:url(image/tabright.gif) no-repeat right top;
      padding:5px 13px 4px 6px;
      color:#FFF;
}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
#navi-top a span {float:none;}
    /* End IE5-Mac hack */
#navi-top a:hover span {
      color:#FFF;
	  background-position:100% -42px;
}

#navi-top a:hover {
      background-position:0% -42px;
}

	  /* aktive buttons \*/ 
	  
#navi-top li.active-top {
      float:left;
      background:url(image/tableft.gif) no-repeat;
	  background-position:0% -42px;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
	  font-weight: bold;
}

#navi-top li span.active-top {
      float:left;
      display:block;
      background:url(image/tabright.gif) no-repeat;
	  background-position:100% -42px;
      padding:5px 13px 4px 6px;
      color:#FFF;
}


/*	-------------------------------------------------------------
	3. HEAD
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
/*	--------head-left---------------------------------------------*/
#head-left {
	float: left;
	width: 175px;
	height: 230px;
	margin: 0px;
	background-image: url(image/hg-right-top.gif);
	background-repeat: repeat-y;
	background-position: right bottom;
}

.werbung{
	margin: 10px;
	background: #ffffff;
}


/*	--------head-center---------------------------------------------*/
#head-center {
	float: left;
	width: 610px;
	height: 230px;
	margin-left: 14px;
	background-image: url(image/kopfbild.gif);
	background-repeat: repeat-y;
	background-position: left bottom;
}

#head-center img.logo {
	width: 610px;
	height: 230px;
	border: none;
}


/*	--------head-right---------------------------------------------*/
#head-right {
	float: left;
	width: 175px;
	height: 230px;
	margin-left: 14px;
	background-image: url(image/hg-right-top.gif);
	background-repeat: repeat-y;
	background-position: left bottom;
}

.modul td{
	padding: 0 10px;
}


/*	--------Modul-Suche---------------------------------------------*/

#head-right h1.search{
	color:#FFFFFF;
	padding: 6px 0 25px 35px;
	background-image: url(image/search.gif);
	background-repeat: no-repeat;
}

.suchfeld{
	width: 110px;
	display: block;
	float: left;
	margin: 0px 5px 0 0px;
}

#head-right a{
	color: #FFFFFF;
	font-weight: bold;
}

/*	--------Modul-Warenkorb---------------------------------------------*/

#head-right .basket-text{
	color: #FFFFFF;
	font-weight: bold;
}

#head-right h1.basket  {
	background-image: url(image/basket.gif);
	background-repeat: no-repeat;
	font-size: 13px;
	color:#FFFFFF;
	margin-top: 20px;
	padding: 6px 0 25px 35px;
	text-transform:uppercase;
}

#head-right .kasse{
	text-align: right;
	padding-top: 42px;
}


/*	-------------------------------------------------------------
	4. LEFT + MENUE-LEFT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#middle #middle-left .modul {
	background-image: url(image/hg-rand.gif);
	background-position: right top;
	background-repeat:	no-repeat;
	background-color: #CCCCCC;
	padding-bottom: 15px;
}

#middle #middle-left .modul h1{
	font-size: 13px;
	color:#666666;
	margin: 4px 10px 10px 10px;
	padding:4px 0 5px 0;
	text-transform:uppercase;
	background-image: url(image/hg-h1.gif);
	background-position: 0 20px;
	background-repeat: repeat-x;
}

#middle .modul ul {
	list-style: none;
}

#middle .modul ul li a{
	text-decoration: none;
	background-image:url(image/dreieck-orange.gif);
	background-position:5px 7px;
	background-repeat:no-repeat;	
	color: #ffffff;
	display: block;
	width: 160px;
	background-color: #666666;
	padding: 4px 0 4px 15px;
	border-top: 1px dotted #ffffff;
	font-weight: bold;
}

/* CSS-Hack für IE6 und kleiner */
* html #middle .modul ul li a, * html #middle .modul ul li a:hover, *html #middle .modul ul li .active {  
	width: 175px; 
	w\idth: 160px; 
}

#middle .modul li a:hover{
	text-decoration: none;
	background-image:url(image/dreieck-weiss.gif);
	background-position:5px 7px;
	background-repeat:no-repeat;	
	color: #ffffff;
	display: block;
	width: 160px;
	background-color: #FF6600;
	padding: 4px 0 4px 15px;
	border-top: 1px dotted #ffffff;
	font-weight: bold;
}

#middle .modul ul li .active {
	text-decoration: none;
	background-image:url(image/dreieck-weiss.gif);
	background-position:5px 7px;
	background-repeat:no-repeat;	
	color: #ffffff;
	display: block;
	width: 160px;
	background-color: #FF6600;
	padding: 4px 0 4px 15px;
	border-top: 1px dotted #ffffff;
	font-weight: bold;
}

#middle .modul ul ul li{
	list-style: none;
}

#middle .modul ul ul li a{
 	background-image:url(image/bullet-orange.gif);
	background-position: 17px 9px;
	background-repeat:no-repeat;
	background-color: #CCCCCC;
	border-top: none;
	font-weight: normal;
	color: #000000;
	padding: 3px 0 3px 25px;
	width: 145px; 
}

#middle .modul ul ul li a:hover{
 	background-image:url(image/bullet-orange.gif);
	background-position: 17px 9px;
	background-repeat:no-repeat;
	background-color: #CCCCCC;
	border-top: none;
	font-weight: normal;
	text-decoration: underline;
	color: #000000;
	padding: 3px 0 3px 25px;
	width: 145px; 
}
#middle .modul ul li ul li .active {
	background-image:url(image/bullet-orange.gif);
	background-position: 17px 9px;
	background-repeat:no-repeat;
	background-color: #CCCCCC;
	border-top: none;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	padding: 3px 0 3px 25px;
	width: 145px; 
}

#middle #middle-left .abschluss{
	background-image: url(image/abschluss.gif);
	background-repeat:	no-repeat;
	background-position: right top;
	display: block;
	height: 10px;	
}


/*	-------------------------------------------------------------
	4. CENTER-CONTENT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/


	
#middle-center h1{
	font-size: 13px;
	color:#666666;
	margin: 4px 0 10px 0;
	padding:4px 0 5px 0;
	text-transform:uppercase;
	background-image: url(image/hg-h1.gif);
	background-position: 0 20px;
	background-repeat: repeat-x;
	font-style: normal;
}

#middle-center h2{
	font-size: 13px;
	color:#666666;
	margin: 4px 0 10px 0;
	padding:4px 0 5px 0;
	text-transform:uppercase;
	background-image: url(image/hg-h1.gif);
	background-position: 0 20px;
	background-repeat: repeat-x;
	font-style: normal;
}

#middle-center h3{
	font-size: 12px;
}

#middle-center h4{
	font-size: 11px;
}

#middle-center a{
	color: #FF6600;
	text-decoration: none;
}

#middle-center a:hover{
	color: #FF6600;
	text-decoration: underline;
}

#middle-center .az_nav{
	float: right;
	margin: 20px 0;
}

/*	------KATEGORIEN ------------------------------------------*/
#middle-center .kategorien{
	clear: both;
	width: 100%;
	border: 1px solid #cccccc;
	-moz-border-radius:10px;
}

#middle-center .kategorien tr{
	vertical-align: top;
}

#middle-center .kategorien td{
	padding: 5px 10px;
}

#middle-center .kategorien .kategoriebox td{
	padding: 0;
}

#middle-center .kategoriebox{
	background-color: #F4F4F4; 
	width: 100%;
}

#middle-center .kategoriebox a{
	color: #333333; 
}

#middle-center .kategoriebox h4 a{
	color: #ffffff;
	padding: 2px; 
}

#middle-center .kategoriebox h4{
	background-color:#666666;
}

/*	------LISTEN ------------------------------------------*/
#middle-center .liste1{
	clear: both;
	width: 100%;
	border: 1px solid #cccccc;
	-moz-border-radius:10px;
	margin-bottom: 20px;
}

#middle-center .liste1 a{
	color: #333333;
}

#middle-center .liste1 td{
	padding: 3px 10px;
}

#middle-center .seitenzahlen{
	padding: 3px 10px;
	float: right;
}

#middle-center .liste2{
	clear: both;
	width: 100%;
	border: 1px solid #cccccc;
	-moz-border-radius:10px;
	margin-bottom: 20px;
}

#middle-center .liste2 h3 a{
	color: #666666;
}

#middle-center .liste2 td{
	padding: 3px 10px;
}

#middle-center .liste2 .spalte1{
	font-weight: bold;
	width: 74%;
}

#middle-center .liste2 .spalte2{
	font-weight: bold;
	width: 25%;
}

#middle-center .liste2 .tr1{
	background-color:#ffffff;
}

#middle-center .liste2 .tr1{
	background-color:#F4F4F4;
}

#middle-center .liste2 .spname td{
	padding: 0;
}

/*	------ARTIKELDETAILS ------------------------------------------*/
#middle-center .artikeldetails{
	clear: both;
	width: 100%;
	border: 1px solid #cccccc;
	margin: 3px 0 20px 0;
	border-collapse: collapse;
}

#middle-center .artikeldetails h1{
	padding: 0;
	margin: 0;
	background-image: none;
	float: left;
	color: #FFFFFF;
}

.imgcontainer {
	float: right;	
}

#middle-center .artikeldetails thead tr{
	background-color: #666666;
}

#middle-center .artikeldetails td{
	padding: 3px 10px;
	border: 1px solid #cccccc;
}

#middle-center .artikeldetails label{
	clear: left;
	display: block;
	float: left;
	width: 65px;
}

#middle-center .artikeldetails span{
	float: left;
}

/*	------VERSANDKOSTEN ------------------------------------------*/
#middle-center .versandkosten{
	clear: both;
	width: 100%;
	border: 1px solid #cccccc;
	margin: 3px 0 20px 0;
	border-collapse: collapse;
}

#middle-center .versandkosten td{
	padding: 3px 10px;
	border: 1px solid #cccccc;
}

/*	------BESTELLUNG ------------------------------------------*/
#middle-center .warenkorb{
	clear: both;
	width: 100%;
	border: 1px solid #cccccc;
	margin: 3px 0 5px 0;
	border-collapse: collapse;
}

#middle-center .warenkorb thead tr{
	background-color: #666666;
	color: #FFFFFF;
	font-weight: bold;
	border: none;
}

#middle-center .warenkorb thead td{
	border: none;
	text-align: center;
}

#middle-center .warenkorb .artikelinfo{
	width: 45%;
	text-align: left;
}

#middle-center .warenkorb td{
	padding: 3px;
	border: 1px solid #cccccc;
	text-align: right;
}

/*	------BEWERTUNGEN ------------------------------------------*/
#middle-center .bewert_item{
	margin-top: 5px;
	width: 100%;
}

#middle-center .bewert_item td{
	background-color: #CCCCCC;
	padding: 5px;
}

#middle-center .bewert_item th {
	background-color: #666666;
	color: #FFFFFF;
	padding: 5px;
}

#middle-center .bewert_item td {
	background-color: #F4F4F4;
	color: #000000;
}


/*	-------------------------------------------------------------
	5. RIGHT-CONTENT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#middle #middle-right .modul {
	background-image: url(image/hg-rand.gif);
	background-position: left top;
	background-repeat:	no-repeat;
	background-color: #CCCCCC;
	padding-bottom: 15px;
}

#middle #middle-right .modul h1{
	font-size: 13px;
	color:#666666;
	margin: 4px 10px 10px 10px;
	padding:4px 0 5px 0;
	text-transform:uppercase;
	background-image: url(image/hg-h1.gif);
	background-position: 0 20px;
	background-repeat: repeat-x;
}

#middle #middle-right .modul h1 a{
	color:#666666;
	text-decoration: none;
}

#middle #middle-right .abschluss{
	background-image: url(image/abschluss.gif);
	background-repeat:	no-repeat;
	background-position: left top;
	display: block;
	height: 10px;	
}

#middle #middle-right .kasse{
	text-align: center;
	padding-top: 12px;
}

#middle #middle-right .modul ul li a{
	text-decoration: none;
	background-image:none;
	background-position:5px 7px;
	background-repeat:no-repeat;	
	color: #000000;
	display: block;
	width: 160px;
	background-color: #cccccc;
	padding: 4px 0 4px 10px;
	border-top: none;
	font-weight: normal;
}


#middle #middle-right .modul li a:hover{
	text-decoration: underline;
	background-image:none;
	background-position:5px 7px;
	background-repeat:no-repeat;	
	color: #000000;
	display: block;
	width: 160px;
	background-color: #cccccc;
	padding: 4px 0 4px 10px;
	border-top: none;
	font-weight: normal;
}

/*	-------------------------------------------------------------
	6. Artikelliste
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.artikelliste {
	width: 100%;
	border: 0px solid #777777;
}

.artikelliste th {
	background-color: #FF6600;
	height: 25px;
	color: #FFFFFF;
}
.artikelliste td {
	height: 45px;
}

.row_0 {
	background-color: #DDDDDD;
}

.row_1 {
	background-color: #EEEEEE;
}

.list_text {
	width: auto;
	text-align: left;
}

.list_ampel {
	width: 15px;
	text-align: center
}

.list_preis {
	width: 80px;
	text-align: right;
	font-weight: bold;
}

.list_wkorb {
	width: 50px;
	text-align: center;
}

/*-----FOOTER----------------------------------------------------------*/
#footer a{
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

.spname {
	text-align: left;	
}

.sppreis {
	text-align: right;	
}


/*----- Top-Offer ----------------------------------------------------------*/
.top-offer {
	background-color: transparent;
	width: 100%;
	height: 107px;
	margin-top: 0px;
	color: #FFFFFF;
	padding: 0 0 3px 0;
	font-weight: bold;
}

.top-offer-text {
	width: 175px;
	height: auto;
	font-weight: bold;
	background-color: #666666;
	color: #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	padding-top: 1px;
	padding-bottom: 1px;
}

.top-offer-img {
	width: 70px;
	float: left;
}

.top-offer-daten {
	width: 90px;
	float: right;
	padding: 15px 4px 0 0;
}

.top-offer-preis {
	width: 90px;
	float: right;
	padding: 5px 4px 0 0;
}

.top-offer a {
	color: #FFFFFF;	
	text-decoration: none;
}





















