@charset "UTF-8";
/* CSS Document 

@import url('https://fonts.googleapis.com/css?family=Exo+2:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i'); */

@import url('https://www.baumschule-krebs.de/Exo2/Exo2-Regular.ttf'); 

A:link     {text-decoration:none;color:#629358;}
A:visited  {text-decoration:none;color:#629358;}
A:hover    {text-decoration:underline;color:#629358;}
A:active   {text-decoration:none;color:#629358;}

html, body {
	top:0;
	left:0;
	right:0;
	height:100%;
	margin:0;
	padding:0;
	width:100%;
	background-color: #f9ffe9;
	background-image: url(bilder/bg_mitte2.jpg);
	background-position: center;
	background-repeat: repeat-y;
}

#nonFooter
{
position: relative;
min-height: 100%;
}

* html #nonFooter
{
height: 100%;
}

#content
{
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	line-height: 0px;
	text-align: center;
	background-color: #F9FFEB;
}

/* Nur für den MSIE */

* html, * html body {
    overflow:hidden;
    bottom:0;
    height:100%;
}

* html #header_container, * html #footer_container {
    position:absolute;
    width:100%;
    padding-right:16px;
}

* html #menu {
    position:absolute;
}

* html #header,* html #footer {
    height:100%;
    position:static;
}

* html #content {
    position:absolute;
    top:0; bottom:0; left:0; right:0;
    height:100%;
    width:100%;
    overflow:auto;
    margin:0;
}

/* Weiter mit browserübergreifenden Deklarationen */

#menu li {
    list-style: none;
    margin:0;
    padding:0.3em;
}

#menu li#active {
    padding:0.5em;
    text-decoration:underline;
}

#menu a:link, #menu a:visited {
    display:block;
    background:#EEEEEE;
    color:black;
    text-decoration:none;
    margin:0;
    padding:0.2em;;
}

#menu a:hover {
    background:#4f4f4f;
    color:#FFFFFF;
    text-decoration:underline;
}

/* Der IE soll das Element breiter darstellen, da margin
   und padding hier von der Breite abgezogen werden! */

* html #menu {
    margin:0;
    width:10.5em;
}
.bgOBEN {
	background-image: url(bilder/bg_oben_LOGO.jpg);
}
.bgMITTE {
	background-image: url(bilder/bg_mitte2.jpg);
	background-repeat: repeat-y;
}
.bgUNTEN {
	background-image: url(bilder/bg_unten.jpg);
}
.bgKREBS {
	background-image: url(bilder/bg_krebs.jpg);
	background-repeat: repeat-y;
}
.bodyVERDANA {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #646363;
}
.bodyVERDANA_FETT {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #646363;
	font-weight: bold;
}
.bodyVERDANA_UEBERSCHRIFT {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-style: normal;
	color: #8ebb1f;
	font-weight: bold;
}
.bodyVERDANA_UEBERSCHRIFT_ORANGE {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-style: normal;
	color: #df5024;
	font-weight: bold;
}
.bodyVERDANA_KLEIN {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #646363;
}
.bodyVERDANA_KLEIN_ROT {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #ff0000;
}
.bgWEINANGEBOT {
	background-image: url(bilder/weinangebot.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.rahmen_FORMULAR {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#646363;
	width:250px;
	background:#eaf1d8;
	border: 5px solid #eaf1d8;
}
.rahmen_FORMULAR_nachricht {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#646363;
	width:250px;
	background:#eaf1d8;
	border: 5px solid #eaf1d8;
}

.rahmen_FORMULAR_PLZ {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#646363;
	width:50px;
	background:#eaf1d8;
	border: 5px solid #eaf1d8;
}

.rahmen_FORMULAR_ORT {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#646363;
	width:150px;
	background:#eaf1d8;
	border: 5px solid #eaf1d8;
}

.bodyVERDANA_FORMULAR_ROT {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #df5024;
}

img.opacity {
	opacity: 1;
	filter: alpha(opacity=100);
}	
 
img.opacity:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

/* MENÜ */

ul {
  text-align: left;
  display: block;
  margin-bottom: -6px;
  padding: 0px;
  list-style: none;
}

ul li {
	display: inline-block;
	position: relative;
	background-color: #fff;
	margin-right: 10px;
}

ul li a {
  font-family: 'Exo 2', sans-serif;
  font-size: 15px;
  color: #436f96;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0px;
  display: block;
  padding: 11px 25px;
}

ul li.active a {
	color: #DF5023;
	background: #fff;
}

ul li:hover {
	color: #fff;
	background: #fff; /*hover button*/
}
ul li:hover > a {
	color: #DF5023;
}

ul li a:hover ul {
  display: block;
  z-index: 51;
}

a, a:visited, a:hover, a:active {
	text-decoration:none;
}

/* MENÜ ENDE */