@CHARSET "UTF-8";

/* Allgemeines */

html, body{margin: 0; padding: 0;}

a img{border: 0;}

body{
	font-family: Arial, Heveltica, sans-serif;
	font-size: 13px;
	color: #253e27;
	background-color: white;
}

body{margin-top: 0px; margin-left: auto; margin-right: auto; width: 1018px; position: relative;}

a{color: #9dc41e; text-decoration: none;}

p.small{margin-bottom: 0px; font-size: 10px;}

/* Seiten-Layout */

#left_sidebar{
    /* width: 238px; */ 
    width: 318px;
    height: 605px;
    position: absolute;
    /* top: 100px; */
    top: 60px;
    left: 0px;
    background: url(media/navibalken.jpg) no-repeat 0px 80px;
    z-index: -1;
}

#page_middle{
	position: absolute;
	top: 0px;
	left: 275px;
	height: 646px;
	width: 700px;
}

#page_content{
	clear: both;
}

/* Logo */
h1#logo{
	font-size: 14px;
	margin: 0; padding-top:5px;
}

/* Sprachauswahl */
#sprachauswahl {
	color:#91B807;
	margin-left:142px;
	letter-spacing:0.1ex;
}
#sprachauswahl a {
	color:#888888;
}
#sprachauswahl a.active {
	color:#000000;
}

/* Linke Navi */

ul#navi_left, ul#navi_left li{margin: 0; padding: 0;}

ul#navi_left{
    list-style-type: none;
    margin-left: 36px;
    margin-right: 43px;
    margin-top: 80px;
    padding-left: 4px;
    height: 375px;
}

ul#navi_left li{padding-bottom: 13px;}

ul#navi_left a{
	display: block;
	padding-left: 18px;
	text-decoration: none;
	color: #253e27;
}

ul#navi_left a:hover{
	background: url(media/on.gif) no-repeat 0 1px;
}
ul#navi_left a.active{
	color: #9dc41e;
}

/* Such-Box */

#searchbox{
    margin-left: 36px;
    margin-right: 43px;
    padding: 5px;
    padding-left: 25px;
    background-color: #91b807;
    height: 140px;
    font-size: 10px;
}

#searchbox .form_input{
	margin-bottom: 8px;
}

#searchbox input{width: 170px; font-size: 10px;}
#searchbox select{width: 176px; font-size: 10px;}
#searchbox .search_submit{text-align: right; padding-right: 33px;}
#searchbox .search_submit input{width: 80px;}

.nosearchresult{padding-top: 20px; font-weight: bold;}

/* Top-Navi */
ul#navi_top{
	list-style-type: none;
	margin: 0;
	padding: 0;
	background: white;
	height: 25px;
	font-variant: small-caps;
}

ul#navi_top li{
	padding: 0; margin: 0;
	float: left;
	margin-right: 5px;
}
ul#navi_top li.navi_top_4{margin: 0;}

ul#navi_top a{
	display: block;
	text-decoration: none;
	text-align: center;
	background-color: #9bbe1f;
	width: 130px;
	height: 20px;
	color: #487646;
	font-size: 14px;
	font-weight: bold;
	padding-top: 1px;
}
ul#navi_top .navi_top_1 a{background-color: #dce8b0; width: 294px;}
ul#navi_top .navi_top_2 a{background-color: #c8db83;}
ul#navi_top .navi_top_3 a{background-color: #b9d262;}


/* Inhalt */

h2#page_title{
	margin: 0;
	padding-top: 9px;
	padding-bottom: 6px;
	padding-left: 70px; 
	text-transform: uppercase; 
	color: #91b807; 
	font-size: 24px; 
	font-weight: normal;
}
h2#page_title a{
	vertical-align: super; 
	color:#487646;
	font-size: 12px; 
	font-weight: bold;
}

#page_content{
	/* padding-left: 45px; */
}

.text_container{
	padding-left: 50px;
	padding-bottom: 5px;
}

/* Kundenmeinungen */
.kunden_texte h4{background-color: #B9D262; padding: 5px; margin-bottom: 0;}
.kunden_texte p { background-color: #DCE8B0; margin-top: 0; padding: 5px; margin-bottom: 0;}
.kunden_texte a {color: #487646;}

/* Kategorien + Produkte */

#products{
	/* padding-left: 70px; */ 
	padding-left: 52px; 
	/* width: 648px; */ /* -> Srcollbar aussen */
	/* height: 291px; */
	height: 300px;
	overflow: auto;

}
#products img{width: 86px; padding: 2px;}

#products a:focus, #products a:active{border: 0; outline: 0;} 

.product_detail img {}
.product_detail .produktbilder a{display: block;}
.produktbilder{float: right; margin-left: 20px;width: 197px;}
.produktbilder img{display: block; float: none !important;}
.product_detail h3 {margin:0; padding-top: 20px;}

.greenbox{
	border-left: 43px solid #77a65c;
	background-color: #b5d67f;
	padding-left: 40px;
	padding-bottom: 10px;
	margin-top: 10px;
}

.product_detail .greenbox{min-height: 127px;}

.product_form_addtocart{
	text-align: right;
	padding: 20px;	
	padding-bottom: 10px;
}

.product_form_addtocart, .backlinks{margin-right:195px;}
.backlinks{padding-right: 10px; display: none;}

.form_input{margin-bottom: 15px;}


.freihaus_text{
	background-color: #B5D67F;
	float: left;
	margin-left: 45px;
	margin-top:0;
	margin-bottom: 3px;
	padding: 5px;
}

.options_box{
    clear: left;
    float: left;
    margin-left: 40px;
    text-align: left;
}
.options_box input, .options_box label{vertical-align: middle;} 


.addtocart{text-align: left;padding-top: 1px; width: 470px;}
.addtocart label{
		background: #e1ebbb; 
		display: block; 
		margin-left: 80px;
		margin-top: 16px; 
		text-transform: uppercase; 
		padding: 3px;
		color: #487646;

}

.addtocart button{
		border: 0; 
		background: transparent; 
		width: 45px; heigth: 50px; 
		padding: 0; margin: 0;
		float: right;
}
.addtocart button img{margin: 0; float: none;}

.rabattbox{display: none;}
#ibox_content h5{color: #999; margin-top: 5px; margin-bottom: 5px; font-size: 18px;}
#ibox_content{font-size: 14px;}
.rabattbox table, .rabattbox td, .rabattbox th {border: 1px solid #999; border-collapse: collapse;}
.rabattbox td, .rabattbox th{ padding: 2px;}

#ibox_overlay{position: fixed !important;}
#ibox_wrapper, #ibox_content{border: 0;}
#ibox_wrapper{border: 7px solid #CCC; background: white; padding: 0; padding-left: 4px;}
#ibox_footer_wrapper{right: 0px;}
#ibox_footer_wrapper a {
	/* background: white url(/shop/media/close.gif) no-repeat scroll right 0; */
	color:white;
	display:block;
	height:20px;
	width:140px;
}

#ibox_content{z-index: 0;}

.backlinks{text-align: right;}
.backlinks a{text-transform: uppercase; font-weight: bold;}

/* Info */
#page_title.big_title{height: 125px;}

#info_content{
	background: rgb(127,186, 34) url(media/info_bg.jpg);
	/* height: 521px; */
	height: 500px;
}
#info_text{padding-left: 42px;}
#info_text a{font-weight: bold; color: #2B3800;}
#info_text h3{margin: 0; padding-top: 53px;}
#info_text p{
	margin: 0; 
	padding-top: 1px; 
	padding-left: 11px;
	padding-right: 300px;
	line-height: 1.8em;
	letter-spacing: 0.1ex;
	color: white;
}
#info_text p strong {color: #2b3800;}

/* Warenkorb*/
.warenkorb table{width: 98%;}
.warenkorb table th{text-align: left; padding-bottom: 5px; vertical-align: top;}
.warenkorb table td{vertical-align: top;}
.warenkorb table th.summe{text-align: right;}

.warenkorb table .summe{width: 100px;}
.warenkorb table .preis{width: 65px;}
.warenkorb table .groesse{width: 50px;}
.warenkorb table .menge{width: 75px;}

.warenkorb table form{margin: 0; padding: 0; /*für ie u.a. */}


.weiter_link{text-align: right; padding-top: 10px;}
.weiter_link a, .weiter_link input{
	border: 0;
	font-size: 13px;
	display: block; 
	margin-left: auto;
	width: 100px;
	padding: 3px;
	text-align: center;
	background-color: #9BBE1F;
	color: #487646;
	font-weight: bold;
	cursor: pointer;
}
.weiter_link a:hover, .weiter_link input:hover{background-color: #B9D262;}

/* Adresse */
#adress_firma, #adress_strasse, #adress_email, #adress_fax, #adress_mobil, #adress_telefon, #adress_name, #adress_uid{width: 200px;}
#adress_bemerkungen{width: 204px;}
#adress_plz{width: 41px;}
#adress_ort{width: 150px;}
#adress_land{width: 150px;}

.adress_error{color: red;}

/* Bestellen */
.bestellen table.adresse td{vertical-align: top; padding-right: 10px;}
.bestellen table.warenkorb{width: 98%;}
.bestellen table th{text-align: left}
.bestellen table th.summe{text-align: right;}


#products a{position: relative;}
.neu {
	color:red;
	font-size:30px;
	font-weight:bold;
	left:18px;
	position:absolute;
	top:-55px;
	text-transform: lowercase;
}
