/* 
CREATED IN CSS EDIT
USED OF THE GROUP FUNCTION

CSS
Created by Luz design
version 2.0
last update june 2011


Log:
Modification of the home page, creation of new boxes on the layout. News, did-you-know and the featured area.

*/



body {
	margin: 0px;
	padding: 0px;
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
background: url(../images/img_back_site.jpg) repeat-x  top;


}

#container {
	width: 911px;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0;
}

#header {
	float: left;
	width: 911px;
	height: 83px;
	padding: 0px;
	margin: 0px;
}

#headerlogo {
	float: left;
	width: 504px;
	height: 83px;
	padding: 0px;
	margin: 0px;
}

#headerright {
	float: left;
	width: 407px;
	height: 83px;
	padding: 0px;
	margin: 0px;
}

#headertopmenu {
	float: left;
	width: 400px;
	height: 25px;
	margin: 0px;
	text-align: right;
	font-size: 11px;
	line-height: 13px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#headertopmenu ul li {
	font-size: 11px;
	line-height: 13px;
	display: inline;
	margin: 0;
	padding: 0;
}

#sprachwahl {
	display: inline;
	margin: 0;
	padding: 0;
}

#headertopmenu ul li a {
	color: #585858;
	text-decoration: none;
	margin-left: 10px;
}

#headertopmenu ul li a:hover {
	margin-left: 10px;
	color: #303030;
	font-size: 11px;
	line-height: 13px;
	text-decoration: underline;
}

#headertopmenu a {
	color: #585858;
	text-decoration: none;
	margin-left: 10px;
}

#headertopmenu a:visited {
	margin-left: 10px;
	color: #585858;
	font-size: 11px;
	line-height: 13px;
	text-decoration: none;
}

#headersearch {
	float: left;
	width: 400px;
	height: 52px;
	padding: 0px;
	margin: 0px;
	clear: left;
	position: relative;
}

#search {
	margin: 0;
	padding: 0;
}

#homebanner {
	float: left;
	width: 911px;
	height: 223px;
	margin: 14px 0px 0px;
	padding: 0px;
}

#sectionbanner {

	float: left;

	width: 911px;

	height: 237px;

	margin: 0px;

	padding: 0px;

}

#contenue {
	padding-top: 0px;
}


#nav {
	float: left;
	width: 911px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#contentcontainer {
	float: left;
	width: 911px;
	margin-top: 15px;
	z-index: 10;
}

.hommeontentback {
	background: url(../images/content_background.jpg) no-repeat;
	padding-top: 15px;
}

#footercontainer{
	width: 100%;
	clear: both;
	margin-top: 50px;
	border-top: 5px solid #65a22f;
}

#footer {
	width: 911px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}

#footer ul
{
margin: 0 5px 3px;
padding: 0;
list-style-type: none;
	font-size: 11px;
	color: #7e7e7e;
}

#footer ul li { display: inline; }

#footer ul li a
{
text-decoration: underline;
	padding-right: 10px;
	color: #5e5e5e;
}

#footer ul li a:hover
{
text-decoration: none;
color: #2e2e2e;
}

#sectiontitle {
	padding-bottom: 40px;
	background: url(../images/title_box_arrow.jpg) no-repeat 0 bottom;
	margin-bottom: 25px;
}

.plantlocation {
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ababab;
	display: block;
	width: 601px;
}

/* @group Div_grid */

.col1imggallery {
	width: 126px;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
	height: 200px;
}

.col4withstroke {
	width: 600px;
	margin-bottom: 10px;
	height: 200px;
	border-top: 1px dotted #ababab;
	padding-top: 10px;
	margin-top: 5px;
}

.col1 {
	width: 136px;
	float: left;
}

.col2 {
	width: 291px;
	float: left;
}

.col3 {
	width: 446px;
	float: left;
}

.col4 {
	width: 601px;
	float: left;
}

.col5 {
	width: 756px;
	float: left;
}

.col6 {
	width: 911px;
	float: left;
}

.columnmargin {
	margin-right: 19px;
}

.clear {
	clear: both;
	height: 1px;
	width: 100%;
}

hr {
	width: 600px;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px dotted #8a8a8a;
	background: transparent;
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;
	clear: both;
}

.boxhomeleft {
	border-bottom: 1px solid #b4b4b4;
	margin-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-top: 0;
	margin-bottom: 0;
}

.boxhomeright {
	border-bottom: 1px solid #b4b4b4;
	margin-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-top: 0;
	margin-bottom: 0;
	width: 436px;
}

.boxhomeleft h2 {
	margin-top: 0;
	margin-bottom: 10px;
}

img {
	border-width: 0;
	border-style: none;
}

/* @end */

/* @group TEXTE */

h1, h2, h4, p {
}

h1 {
	font-size: 19px;
	line-height: 25px;
	color: #65a22f;
	font-weight: normal;
	font-style: normal;
	margin-top: 0;
	margin-bottom: 10px;
}

h2 {
	color: #4a5c68;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	font-style: normal;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	padding-top: 10px;
	font-variant: normal;
}

h3 {
	color: #65a22f;
	font-size: 14px;
	line-height: 20px;
	margin: 0 5px 10px 0px;
	clear: both;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

h1 a:link, h1 a:visited {
	color: #65a22f;
	text-decoration: underline;
}

h3 a:link, h3 a:visited {
	color: #65a22f;
	text-decoration: none;
}

h3 a:hover, h1 a:hover {
	color: #3b601b;
	text-decoration: underline;
}

h4 {
	color: #4a5c68;
	font-size: 12px;
	line-height: 16px;
	margin-top: 0;
	margin-bottom: 3px;
}

h5 {
	margin-left: 5px;
	margin-right: 5px;
	font-size: 11px;
	line-height: 14px;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #7e7e7e;
}

h6 {
	font-size: 22px;
	line-height: 28px;
	color: #65a22f;
	font-weight: normal;
	font-style: normal;
	margin: 0 5px 10px 0;
}

h5 a:link, h5 a:visited, .boxcontactmediascontent a:link, .boxcontactmediascontenta:visited {
	color: #5e5e5e;
	text-decoration: underline;
}

h5 a:hover, h5 a:active, .boxcontactmediascontent a:hover, .boxcontactmediascontent a:active {
	color: #474845;
	text-decoration: none;
}

h4 a:link, h4 a:visited {
	color: #5e5e5e;
	text-decoration: underline;
}

h4 a:hover, h4 a:active {
	color: #087723;
	text-decoration: none;
}

p a:link, p a:visited {
	color: #65a22f;
	text-decoration: underline;
}

p a:hover, p a:active {
	color: #00250a;
	text-decoration: underline;
}

p {
	color: #4a5c68;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	font-style: normal;
	margin-top: 0;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#contenue ul {
	color: #4a5c68;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	font-style: normal;
	padding: 0 10px;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 15px;
	list-style-image: url(../images/bullets.jpg);
}

#contenue ul li {
	margin-bottom: 5px;
}

#contenue ul a {
	color: #659728;
	text-decoration: underline;
	font-weight: bold;
}

#contenue ul a:hover {
	color: #474845;
	text-decoration: none;
}

#contenue ul ul, #contenue ul ul ul, #contenue ul ul ul ul {
	color: #4a5c68;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	font-style: normal;
	padding: 0 10px;
	margin-top: 0;
	margin-bottom: 0;
	list-style-type: square;
}

#contenue ul ul a {
	color: #7e7e7e;
	text-decoration: underline;
	font-weight: bold;
}

#contenue ul ul ul a {
	color: #7e7e7e;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
}

#contenue ul ul ul ul a {
	color: #7e7e7e;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
}

#contenue li {
	color: #4a5c68;
	font-size: 12px;
	line-height: 17px;
}

p strong, #contenue li strong {
	color: #65a22f;
}

/* @end */

/* @group Search */

#ajaxSearch_form {
    width: auto;
	text-align: right;
	border: 0 none #fff;
	width: 400px;
	height: 50px;
	margin: 0;
	padding: 0;
	vertical-align: top;
	position: relative;
}

#ajaxSearch_form fieldset {
	border: 0 none #fff;
	position: relative;
	top: -10px;
	margin-right: 0;
	padding-right: 0;
}

#ajaxSearch_form input {
	border: 0 none #fff;
	padding-right: 0;
}

#search-txt {
	visibility: hidden;
}
       #ajaxSearch_input {
           width: 194px;
           display: inline;
           height: 22px;
           background: #fff url(../images/search_feild.gif) no-repeat;
           margin: 0 3px 0 0;
           padding: 6px 0 0 25px;
           vertical-align: top;
       }
       
#ajaxSearch_submit {
	display: inline;
	height: 25px;
	line-height: 11px;
	width: 32px;
	background: url(../images/search_go.gif) no-repeat;
	padding-top: 0;
	font-size: 12px;
	color: #fff;
	margin-right: 0;
	text-align: center;
}

.ajaxSearch_result {
	           color: #444;
           margin-bottom: 10px;
	border-bottom: 1px dotted #cbcbcb;
	padding-bottom: 10px;
	
}
       #ajaxSearch_output {
           display: block;
           height: auto;
           vertical-align: top;
	visibility: hidden;
	text-align: center;
}
       .AS_ajax_result {
           color: #444;
           margin-bottom: 10px;
	border-bottom: 1px dotted #cbcbcb;
	padding-bottom: 10px;
}
       .AS_ajax_resultLink {
           text-decoration: underline;
	color: #659728;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}

.AS_ajax_resultLink a {
           text-decoration: underline;
	color: #659728;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}

.AS_ajax_resultLink a:hover {
           text-decoration: underline;
	color: #545354;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}

.ajaxSearch_resultLink {
           text-decoration: underline;
	color: #659728;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	margin-left: 5px;
	margin-right: 5px;
}

.ajaxSearch_resultLink a {
           text-decoration: underline;
	color: #659728;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}

.ajaxSearch_resultLink a:hover {
           text-decoration: underline;
	color: #545354;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}
       .AS_ajax_resultDescription{
           color: #555;
	font-size: 12px;
	line-height: 16px;
}

.ajaxSearch_resultDescription {
	           color: #555;
	font-size: 12px;
	line-height: 16px;
}
       .AS_ajax_more {
           color: #555;
       }

.ajaxSearch_paging {
           margin-bottom: 10px;
	padding-bottom: 10px;
	height: 30px;
	display: block;
}

.ajaxSearch_paging a:link, .ajaxSearch_paging a:visited {
		color: #65a22f;
	text-decoration: underline;

}

.ajaxSearch_paging a:hover, .ajaxSearch_paging a:active {
	color: #00250a;
	text-decoration: underline;
}

.ajaxSearch_currentPage {
		color: #00250a;
	text-decoration: none;
	font-weight: bold;
}

.searchTerms {
	visibility: hidden;
	height: 1px;
	position: relative;
	top: -100px;
}

.ajaxSearch_resultsInfo {
	color: #8b8b8b;
	display: block;
	padding-bottom: 3px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #a6a6a6;
}

.ajaxSearch_paging {
		color: #4a5c68;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	font-style: normal;
	margin-top: 0;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	
}



/* @end */

/* @group eform */

fieldset {
	border-width: 0;
	border-style: none;
}

#EmailForm 
{
	border: 0 none #fff;
}

#EmailForm label
{
	color: #4a5c68;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	font-style: normal;
	margin-top: 0;
	margin-bottom: 5px;
	margin-left: 5px;
}

#EmailForm .text
{
color: #656466;
background: #e5e7e7;
border: 1px solid #656466;
	width: 250px;
}

#EmailForm textarea
{
color: #656466;
background: #e5e7e7;
border: 1px solid #656466;
	width: 250px;
	height: 150px;
}



/* @end */

/* @group Ditto */

#ditto_pages {
		color: #4a5c68;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	font-style: normal;
	margin-top: 0;
	margin-bottom: 10px;
	
}

#ditto_pages a:link, #ditto_pages a:visited {
	color: #65a22f;
	text-decoration: underline;
}

#ditto_pages a:hover, #ditto_pages a:active {
	color: #00250a;
	text-decoration: underline;
}



/* @end */

/* @group Modal */

/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2010 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.css 242 2010-03-14 00:55:02Z emartin24 $
 *
 */

#basic-modal-content {display:none;}

/* Overlay */

#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */

#simplemodal-container { color:#bbb; background-color:#333; border:4px solid #444; padding: 20px;}

#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; margin-bottom:12px; padding:4px 6px 6px;}

#simplemodal-container a {color:#ddd;}

#simplemodal-container a.modalCloseImg {background:url(../images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}

#simplemodal-container #basic-modal-content {padding:8px;}
	
/* @end */

/* @group HomeBox - Featured zone 2011 */

.featuredbox-wrapper{
	display: none;
}
.featuredbox-wrapper,
.featuredbox{
	width: 911px;
    height: 223px;
    position: relative;
    overflow: hidden;
    font-family:  Verdana, Tahoma, "Lucida Sans";
    font-size: 9pt;
    font-weight: normal;	
}

.featuredbox h1{
	font-size: 25px;
	color: #fff;
	line-height: 35px;
	margin-left: 25px;
}

.featuredbox h2{
	font-size: 20px;
	color: #fff;
	line-height: 30px;
}

.featuredbox p{
	font-size: 12px;
	color: #fff;
	line-height: 18px;
}

.featuredbox .description{
	font-size: 30px;
	color: #fff;
	width: 300px;
	height: auto;
	position: absolute;
	font-style: italic;
	font-weight: normal;
	top: 25px;
	left: 10px;
	line-height: 40px;
}
.featuredbox-wrapper .navigation{
	bottom:15px;
	right:15px;
	padding:0px;
	position:absolute;
	z-index:100;	
	height: 20px;
	width: 120px;
}
.featuredbox-wrapper .navigation ul{
	list-style: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.featuredbox-wrapper .navigation li{
	float: left;
	height: 20px;
	width: 20px;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	background-color: #FF0000;
	background:transparent url(../images/inactive.png) no-repeat scroll 0 0;
}
.featuredbox-wrapper .navigation li.hover{

}
.featuredbox-wrapper .navigation li.active{
	background:transparent url(../images/active.png) no-repeat scroll 0 0;
}
.featuredbox .box-slide1,
.featuredbox .box-slide2 {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 223px;
    width: 911px;
    z-index: -1;
	background: #FFF;
	color: #000;	
}

/* @end */

/* @group HomeBox - Plants - 2011 */

.plantcontainer {
	width: 430px;
	padding: 4px;
	border: 1px solid #c5c5c5;
	margin-bottom: 5px;
	clear: both;
}

.plantpict {
	width: 92px;
	height: 64px;
	margin-right: 15px;
	float: left;
}

.planttitle {
	width: 300px;
	float: left;
}

.boxhomebckplant {
	margin: 0;
	padding: 0;
	min-height: 120px;
	background: #fff url(../images/plant_back.jpg) no-repeat right bottom;
}



/* @end */

/* @group HomeBox - Did-you_know - 2011 */

.boxhomebckdyk {
	margin: 0;
	background: #fff url(../images/did_you_know_back.jpg) no-repeat;
	padding: 10px;
}

.boxhomedykquestion {
	margin: 0;
	padding: 0 10px 0 76px;
	min-height: 75px;
	font-size: 12px;
	color: #545454;
	display: block;
	background: url(../images/dyk_mark.png) no-repeat left top;
}



/* @end */

/* @group ContactBox - Medias - 2011 */

.boxcontactmediasheader {
	margin: 0;
	padding: 10px;
	clear: both;
	font-size: 14px;
	line-height: 18px;
	color: #5b5b5b;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	background-color: #d6d8ce;
}

.boxcontactmediascontent {
	padding: 10px;
	clear: both;
	font-size: 12px;
	line-height: 18px;
	color: #5b5b5b;
	border-top: 1px solid #b4b4b4;
}

.boxcontactmediasback {
	margin: 20px 35px 20px 0;
	background: #fff url(http://enerkem.com/assets/templates/enerkem/images/did_you_know_back.jpg) no-repeat;
	padding: 0;
	clear: both;
	font-size: 12px;
	line-height: 18px;
	color: #5b5b5b;
	border: 1px solid #d0d1cb;
}



/* @end */

/* @group HomeBox - News - 2011 */

#boxhomenews {
	margin-bottom: 10px;
	color: #4a5c68;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	font-style: normal;
}

.boxhomenewstitle {
	border-bottom: 1px solid #b4b4b4;
	margin-top: 0;
	margin-bottom: 0;
	width: 436px;
}

.boxhomenewsmedias {
	margin-top: 0;
	margin-bottom: 0;
	width: 430px;
	background-color: #e7e7e7;
	font-size: 11px;
	padding: 3px;
	line-height: 14px;
	color: #484848;
}

.boxhomenewsmedias p {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 11px;
	padding: 3px;
	line-height: 14px;
	color: #484848;
}

.boxhomenewswrap {
	margin-top: 0;
	margin-bottom: 0;
	width: 436px;
	clear: both;
}

.boxhomenewscontent {
	margin-top: 0;
	margin-bottom: 0;
	width: 255px;
	float: left;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-right: 20px;
}
.boxhomenewspicture {
	margin-top: 0;
	margin-bottom: 0;
	width: 146px;
	float: left;
	padding: 5px;

}

#boxhomenews h3 {
	margin-bottom: 5px;
    color: #4a5c68;
	font-size: 14px;
	line-height: 20px;
	clear: both;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#boxhomenews p {
	color: #4a5c68;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	font-style: normal;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
}



/* @end */
