/* 
Theme-Stylesheet für das benutzerdefinier

Änderungen ausgeführt durch ARA-Marketing - www.ara-marketing.de - office@ara-marketing.de 

Hilfe zu Template und Theme-Anpassungen: http://developer.jtl-software.de/projects/template-dev/
*/

/* Schriftart umgedreht.. zuerst Arial... dann die anderen */
html {
   font: normal 0.80em/1.3  Arial, Verdana, Helvetica, sans-serif;
   color: #333;
}

/* Breite der Seite geändert */
.page_width {
   width: 1020px;
}

#page_wrapper{ margin-top: 15px;}

/* bei der Page den schatten links und rechts als Background hinterlegtz */
#page {
   width: 100%;
   margin: 0 auto;
      text-align: center;
   background-color: #fff;
   background: transparent url(images/page-schatten.png) top center repeat-y;
}

/* Header vergrößert und Background Bild eingefügt */
#header {
   margin: 0 auto;
   text-align: left;
   position: relative;
   height: 210px;
   z-index: 100;
   background: transparent url(images/button-warenkorb-neu.png) top right no-repeat;
   margin-top: -1px;
}

/* obere Warenkorb-Box eingefügt als Logo - updatesicher ! */
#logo{
	margin-top: 30px;
	width: 800px;
	height: 166px;
    float: left;
    position: relative;
	z-index: 150;
	
	}

#header_wrapper {
   z-index: 100;
   /*background: transparent url(images/header-wrapper.pngxxx) bottom left repeat-x;*/
}

/* Oberes Menü = headlinks_wrapper geändert -> von page 57 */
#headlinks_wrapper {
   height: 100%;
   position: relative;
   overflow: none;	
   margin: 0 0 0 0px;  			/*nach links */
   z-index: 100;
}

/* Headlinks selber nach oben gesetzt -> page 65 */
#headlinks {
   position: absolute;
   top: -2px;
   left: 0;
   width: 100%;
   z-index: 100;
}

/* Oberes Menü = Headlinks_wrapper Farben geändert */

#headlinks ul li > a {
   color: #000000;  			/* Schriftfarbe normal */
   font-weight: normal;
   font-size: 0.9em;
   text-decoration: none;
   height: 28px;
   line-height: 28px;
   display: block;
   padding: 0 10px;
   background-color: #F2F2F2; 
   margin-top: 0px;
   border: 1px solid #ccc;
   
   /* radius 4 all */
   border-radius: 0px 0px 4px 4px;
   -moz-border-radius: 0px 0px 4px 4px;
   -webkit-border-radius: 0px 0px 4px 4px;
   -khtml-border-radius: 0px 0px 4px 4px;
}

#headlinks ul li > a:hover {
   color: #000000;				/*Schriftfarbe eim Drüberfahren */
   background-color: #D8D8D8;	/* Hintergrundfarbe beim Drüberfahren*/
   line-height: 28px;
   padding-top: 0px;
   margin-top: 0px;
}

/*Headlinks border bottom weg */
#headlinks {
   border-bottom: 0px solid #FBFBFB;
}
#headlinks.active {
   border-bottom: 0px solid #e2ebff;
}

	
#headlinks li.basket {
   float: right;
   position: relative;
   margin-top: 113px;
   margin-right: 0;
   padding-right: 5px;
   z-index: 300;
   width: 170px;
   height: 29px;
   }
#headlinks li.basket > a {
   background: #FF8000;
}
#headlinks li.basket > a:hover,
#headlinks li.basket:hover > a {
   color: #fff;
   background-color: #FAAC58;
}
/*neue Warenkorb-Taschen-Mit Logo eingefügt */
a.basket {
   min-height: 76px;
   background: url(images/bag_neu.png) no-repeat 5px center;
   display: block;
   text-decoration: none;
}
a.basket.pushed {
   background-image: url(images/bag_pushed_neu.png);
}

/*Basket, der aufgeht bei Hoover vom Warenkorb oben */
#headlinks li.basket:hover div.articles {
   z-index: 1500;
   display: block;
   background-color: #fff;
   margin-right:-100px;
}

/* Obere Sidebox - Warenkorb Einstellungen */
.sidebox_extra {
   float: right;
   margin-right: 4px;
   margin-top: -226px;
   width: 150px;
   border: 0px solid #ddd;
   position: relative;
   z-index:1500;
   }

/*Settings -  hier Anmelden und Fahnenbild nach unten */
#settings {
   position: absolute;
   top: 212px;
   right: 0;
   font-size: 0.9em;
   color: #000;
   z-index: 95;
}
/*Settins-Farbe des Wortes "Anmelden" */
#settings > ul > li > a {color: #fff;}

/*Speziallinks - "Zeige alle neuen Produkte..... alle TOP-Angebote"  ausgeblendet */
#speciallinks ul {
   clear: both;
   padding: 6px 0;
   display: none;
}

 /*Suche + Suche-Form Position geändert */
  #search {
   margin: 0 auto;
   padding: 4px 0 5px 0;
   background-color: #848484;
   background: transparent url(images/background_suchefeld.png) bottom left repeat-x;
   height: 20px;
   border: 1px solid #000;
   position: relative;
   z-index: 90;						/* ACHTUNG: Z-Index wegen Fahnenbild - Anmelden geändert */
   /* radius 4 all */
   border-radius: 4px 4px 4px 4px;
   -moz-border-radius: 4px 4px 4px 4px;
   -webkit-border-radius: 4px 4px 4px 4px;
   -khtml-border-radius: 4px 4px 4px 4px;
   }
 #search-form {
	width:350px;
	padding-right:10px; 
	position:absolute;
	left:-15px; 
	top: -2px;
	height: 40px;
	padding: 5px 0 0 0;
	}

/* Suche-Feld Änderungen -> hier von page 370 */
#search input[type="text"] {
   font-family: Verdana;
   padding: 0 0 0 25px;
   border: 1px solid #ccc;
   line-height: 18px;
   height: 18px;
   color: #666;
   width: 200px;
   font-size: 11px;
   background: #fff url('./images/search.png') no-repeat 6px left;
 }
 
#submit_search { width: 76px; border: none; margin-left: 5px; background: transparent url(images/button_submit_ara.png) top left no-repeat; height: 18px; line-height: 18px; padding: 0px 28px 0 0px; font-size: 9px; }
#submit_search:hover span, #submit_search:focus span { text-decoration: underline; }
 
 
/* Schriftfarbe: Hier verändern wir die generelle Schriftfarbe */
a,
a:visited,
a:link {
   color: #585858;
}
/* Schriftfarbe beim darüberfahren */
a:hover {
   color: #FE2E2E;
}
/* Schriftfarbe beim Darauf-Klick */
a:active,
a:focus {
   color:#01DF01;
}

/* Rahmen-Farbe der linken Boxen geändert -> von boxes 01 */
.sidebox {
   margin: 0 0 12px 0;
   width: 100%;
   border: 1px solid #E6E6E6;			/* hier Farbe geändert */      
   /* radius 4 all */
   border-radius: 5px 5px 0px 0px;
   -moz-border-radius: 5px 5px 0px 0px;
   -webkit-border-radius: 5px 5px 0px 0px;
   -khtml-border-radius: 5px 5px 0px 0px;
   
}

/* Kopf-Farbe der Boxen geändert -> von boxes 07 */
.sidebox h3, .sidebox .boxtitle{
   margin: 0;
   padding: 4px 0 4px 5px;
   border-bottom: 1px solid #ddd;
   /*background: #f4f4f4 url('images/sidebox-head-bg.png') repeat-x top left;*/
   background-color: #5FAE5D;			/* hier Farbe geändert */
   color: #FFF;							/* hier Text-Farbe geändert -> in weiss */
   font-size: 1.1em !important;
   position: relative;
   /* radius 4 all */
   border-radius: 5px 5px 0px 0px;
   -moz-border-radius: 5px 5px 0px 0px;
   -webkit-border-radius: 5px 5px 0px 0px;
   -khtml-border-radius: 5px 5px 0px 0px;
}
 
/* Content etwas von links weggerückt - Luft gemacht */
.panel_left #content {
   margin-left: 180px;
   padding-left: 25px;
}

/* die Boxen rechts !!!  */
.panel_right #sidepanel_right
{
   z-index: 2;
   float: right;
   width: 140px;					/*Breite geändert */
   text-align: left;
   display: block;

   /* border fix */
   margin-left: -202px;
   margin-right: 2px;
}
.panel_right #content {
    margin-right: 140px;			/*vom Content mehr nach rechts... da oben box kleiner geworden */
    padding-right: 10px;
}


#footer_wrapper {
   margin: 1em auto 0 auto;
   text-align: center;
   background-color: #fff;
   clear: both;
   background: transparent url(images/page-schatten.png) top center repeat-y;
}

#footer {
   margin: 0 auto;
   text-align: left;
   padding: 0.5em 0;
   font-size: 1em;
   width: 1000px;
   background-color: #F2F2F2;
   border-top: 1px solid #A4A4A4 ;
}


/* Footer-Master - Hintergrund weiss */
#footer .master {
   /* radius 4 all */
   border-radius: 0 0 10px 10px;
   -moz-border-radius: 0 0 10px 10px;
   -webkit-border-radius: 0 0 10px 10px;
   -khtml-border-radius: 0 0 10px 10px;
   background-color: #F2F2F2;
   padding: 8px;
   font-size: 0.9em;
   color: #666;
   margin: 0.75em 0 0 0;
   line-height: 20px;
   
}
#footer .master  div.first {
   float: right;
   margin-top: -124px;
}

/* Footer-Box -> newsletter abonnieren >- ausgeblendet */
#footer .footer_box {display: none;}

/* Footer-JTL- Logo unsw. ausgeblendet */
#footer p.jtl {display: none; }


#footer h2 {
   padding: 0 0 0.5em 0;
   margin: 0 20px 0 0;
   font: normal normal normal 11px/16px Verdana, Helvetica, Arial, sans-serif;
   font-size: 1.4em;
   border-bottom: 1px solid #E8E9EA;
   margin-left: 10px;
}


#footer ul.lnkgroup {
   overflow: hidden;
   margin: 0 20px 0 0;
   margin-left: 10px;
}

/****************************************************  CSS für das Buyfield-CSS  *******************************************************************/
#article_buyfield_1{
   position: relative;
   }
#article_buyfield_1 .loader {
   display: none;
   position: absolute;
   top: 0; right: 0;

   margin: 10px;
   padding: 10px 10px 10px 30px;
   background: #fff url('./images/indicator.gif') no-repeat 10px center;

   /* radius 4 all */
   border-radius: 10px;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   -khtml-border-radius: 10px; 
}
.financing,
.comment,
.differential_price,
#article .article_matrix,
#article fieldset.article_buyfield_1 {
   margin: 1em 0;
   padding: 10px;
   background-color: #f5f5f5;
   display: inline-block;
   /* radius 4 all */
   border-radius: 10px;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   -khtml-border-radius: 10px;
}
#article .article_matrix,
#article fieldset.article_buyfield_1 {
   display: block;
   background-color: #F78181;						/* hier die Farbe geändert */
   } 
   #article fieldset.article_buyfield_1 label.block {
   display: block;
}
#article fieldset.article_buyfield_1 ul li.label {
   font-weight: bold;
   margin: 0 0 5px 0;
}
#article fieldset.article_buyfield_1 ul {
   margin: 0 0 10px 0;
}
#article fieldset.article_buyfield_1 .choose_quantity {
   background-color: #fff;
   padding: 5px;
   text-align: center;

   /* radius 4 all */
   border-radius: 10px;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   -khtml-border-radius: 10px;
}
#article fieldset.article_buyfield_1 .choose_quantity span,
#article fieldset.article_buyfield_1 .choose_quantity label,
#article fieldset.article_buyfield_1 .choose_quantity button[type="submit"] {
   vertical-align: middle;
}


.box_info_1 {
   border: 1px solid #F78181;
   margin: 0 0 1em 0;
   padding: 0.5em 30px 0.5em 0.5em;
   background: #F78181 url('./images/box_info.png') right center no-repeat;
}
/*********************************************************  Änderungen Ende Buyfield *************************************/




/*******************  Einstellungen Konfigurator-Felder  **************************/

#config_wrapper .config_group .group {
      background-color: #B1D9B0;
}

#config_wrapper .config_group .item_wrapper {
    margin: 5px 0 0;
    }

#article .article_matrix,
#article fieldset.article_buyfield {
   display: block;
   background-color:  #44A643;
}

#zusatzkonfiguratortext {
	font-weight: bold;
	float: left;
	color: #000;
	font-size: 1.1em;
	width: 665px;
	height: 60px;
	border: 1px solid #fff;
	margin-top: 10px;
}

#zusatzkonfiguratortext_2 {
	font-weight: bold;
	float: left;
	color: #000;
	font-size: 1.1em;
	width: 665px;
	height: 12px;
	border: 1px solid #fff;
	margin-top: 2px;
}

#buyfield_zusatztext {
    font-weight: bold;
	float: left;
	color: #000;
	font-size: 1.1em;
	margin-top: 10px;
	margin-left: 5px;
	
	}

#config_wrapper .config_group .actions p, #config_wrapper .config_group .actions a {
background-color: #F2F5A9;
}

 /******************** Attribut-Liste vorderen Bereich verbreitert *******************/
#attribute_list strong.label {
   float: left;
   width: 35%;						/*hier den linken Teil verändert*/
   display: block;

   text-align: right;
   font-weight: bold;
   vertical-align: middle;
   line-height: 22px;
}

#attribute_list ul.values {
   vertical-align: middle;
   margin-left: 36%;				/*hier den rechten, anschließenden Teil verändert*/
   font-size: 0.9em;
   background-color: #fff;
   padding: 1px 1em;
}


/****************************Bestellvorgang, Änderung der Felder ***************************/

#salutation, #firstName, #lastName, #street, #streetnumber, #plz, #city, #country, #email, #email2, #password, #password2, #tel, #street2{
background-color: #D0F5A9;
}

.datenschutzrahmen {	
	border: 2px solid #D0F5A9;
	height: 25px;
	width: 630px;
	margin-top: 0px;
	background-color: #d0f5a9;
		}

.agb_bestellabschluss {
    border: 2px solid #D0F5A9;
	height: 25px;
	width: 640px;
	margin-top: 0px;
	background-color: #d0f5a9;
		}

#google  {
	position: absolute;
	z-index: 1000;
	margin-left: 730px;
	margin-top: -207px;
	/*width: 50px;
	height: 20px;
	border: 1px solid #f2f2f2;*/
	}


.color_lieferstatus {color: #ff0000;}

/*HIntergrundfarbe des Box-Errors anders gemacht */

.box_error {
    background: url("./images/box_error.png") no-repeat scroll right center #FA5858;   /*hier*/
    border: 1px solid #FFEBD2;
    margin: 0 0 1em;
    padding: 0.5em 30px 0.5em 0.5em;
}

#kaeufersiegel_widget a#ks_rating_link img {width: 140px; height: 120px;}