@charset "UTF-8";

html {

}
body {
	background: #E5E5E5 no-repeat;
	background: -moz-linear-gradient(top, #FFFFFF 0px, #E5E5E5 545px) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0px,#FFFFFF), color-stop(545px,#E5E5E5)) !important;
	background: -webkit-linear-gradient(top, #FFFFFF 0px,#E5E5E5 545px) !important;
	background: -o-linear-gradient(top, #FFFFFF 0px,#E5E5E5 545px) !important;
	background: -ms-linear-gradient(top, #FFFFFF 0px,#E5E5E5 545px) !important;
	background: linear-gradient(to bottom, #FFFFFF 0px,#E5E5E5 545px) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#E5E5E5',GradientType=0) !important;

}

/*Globale Verläufe */
.darkGreen{
	background: #0F792F !important;
	background: -moz-linear-gradient(top, #0F792F 0%, #0D5D22 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0F792F), color-stop(100%,#0D5D22)) !important;
	background: -webkit-linear-gradient(top, #0F792F 0%,#0D5D22 100%) !important;
	background: -o-linear-gradient(top, #0F792F 0%,#0D5D22 100%) !important;
	background: -ms-linear-gradient(top, #0F792F 0%,#0D5D22 100%) !important;
	background: linear-gradient(to bottom, #0F792F 0%,#0D5D22 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0F792F', endColorstr='#0D5D22',GradientType=0) !important;
}

.lightGreen{
	background: #14A139 !important;
	background: -moz-linear-gradient(top, #14A139 0%, #118230 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#14A139), color-stop(100%,#118230)) !important;
	background: -webkit-linear-gradient(top, #14A139 0%,#118230 100%) !important;
	background: -o-linear-gradient(top, #14A139 0%,#118230 100%) !important;
	background: -ms-linear-gradient(top, #14A139 0%,#118230 100%) !important;
	background: linear-gradient(to bottom, #14A139 0%,#118230 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14A139', endColorstr='#118230',GradientType=0 ) !important;
}
/*Globale Verläufe Ende */

img{border:0;}

#header {
    height:125px;
    margin:0 auto 0 auto;
	padding:10px 0 0 0;
    position:relative;
    z-index:999;
	font-size:12px;
	background:#fff;
}

/* Main Navi */
#naviWrapper{
	border-radius: 10px 10px 0 0;
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
	background:url(../../images/header/naviRepeat.gif) repeat-x left top #118230;
}

#naviWrapper ul:first-child{
	height:35px;
}


#header li{
	float:left;
	background:url(../../images/header/MainNaviLine.jpg) no-repeat right bottom;
	position:relative;
}

#navi a{
	color: #fff;
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 11px 8px 9px 8px;
    text-decoration: none;
}

#cart{
	float:right !important;
	padding: 0 20px 0 40px !important;
	border-radius:10px 10px 0 0;
	background:#0E6A28 !important;
}

#cart a {
    background: url(../../images/icons/shoppingCart.gif) no-repeat left center;
	padding: 11px 8px 9px 25px;
}

#cart a > span:first-child {
  font-size: 12px;
  font-weight: normal;
  padding-left: 5px;
}

.cssReset #navi{border-bottom:1px solid #fff;}
.cssReset  #naviWrapper ul:first-child{height:38px;}
.cssReset #navi  a{padding: 13px 8px 10px 8px;}
.cssReset #cart a {
    background: url(../../images/icons/shoppingCart.gif) no-repeat left center;
	padding: 13px 8px 10px 25px;
}



/* Main Navi Ende */

/* Mini Navi */
#topNavi{
	position:absolute;
	top:0;
	right:0;
	background:#F1F1F1;
	padding:0 10px;
	border-radius:0 0 10px 10px;
	border-bottom:1px solid #ccc;
}

#topNavi li {background:url(../../images/header/TopNaviLine.gif) no-repeat right center;}
#topNavi li:first-child + * + * {background:none !important;}

#topNavi a {
    color: #525252;
    display: block;
    padding: 6px;
    text-decoration: none;
}

.cssReset #topNavi a {
    padding: 8px 6px 7px 6px;
}

/* Jahres Anzeige */
#years {
  background: url(../../images/header/laurelBlank.gif) no-repeat center top;
  height: 56px;
  width: 84px;
  position:absolute;
  right:0;
  top:35px;
  text-align:center;
  color:#5A5A5B;
}

#years > * {display:block;}

#years  span:first-child {
    font-size:30px;
    font-weight:bold;
    height:30px;
    margin-top:-5px;
}

.cssReset #years  span:first-child {
    margin-top:-2px;
}

#years  span:first-child + * {
    font-size:12px;
    margin-top: -1px;
}

#years  span:first-child + * + * {
    color: #5A5A5B;
    font-size: 9px;
    margin-left: -1px;
    margin-top: -2px;
	display:block;
}


.cssReset  #years  span:first-child + * {
    margin-top: -2px;
}
.cssReset  #years  span:first-child + * + * {
    margin-top: 1px;
}

/* Beratungshotline */
#hotline{
	color:#545454;
	font-size:20px;
	position:absolute;
	right:200px;
	top:5px;
	line-height:1.2;
}

#hotline > * {display:block;}
#hotline #telephone{	font-size:28px; margin:0 0 2px 0;}
#hotline .hours{font-size:12px;}


/*  navi dropdown ******/
.dropDown {
    border: 1px solid #FFFFFF;
    box-shadow: 1px 1px 2px #333333;
    color: #000000;
    left: -1px;
    list-style-type: none;
    padding: 7px 0;
    position: absolute;
    width: auto !important;
    z-index: 100000 !important;
	background:#0F772C;
	display:none;
}


.dropDown li {
    background: none repeat scroll 0 0 transparent !important;
    white-space: nowrap;
	width:100%;
	clear:both;
}


.dropDown li a {
    color: #FFFFFF;
    display: block!important;
    font-size: 12px !important;
	width: auto !important;
    font-weight: bold;
    padding: 7px 35px 7px 10px;
    text-decoration: none;
}

.dropDown li a:hover {background:#17b141;}

#navi li:hover > .dropDown {display:block;}

/*  navi dropdown  ende ******/














