html {
min-height: 100%;
margin-bottom: 1px;

}

body {
background: #fff url(bilder/hintergrund.gif) repeat-x;
font-size: 12px;
font-family: Verdana, Arial, Sans-Serif;
padding: 0px;
margin: 0px;
 
}

li {list-style:none;}

a {color: #000000;}
a:hover {color: #7fc600;}
a:active {color:#000000;}
a:visited {color:#000000;}



p {
color: #000000;
line-height: 18px;
padding: 10px 0 0 0;
margin: 0px;
}

h1 {
font-size: 20px;
font-weight: normal;
color: #000000;
padding: 0px;
margin: 0px;
}

h2 {
font-size: 11px;
font-weight:bold;
line-height: 18px;
color: #000000;
padding: 0px;
margin: 0px;
}

h3 {
font-size: 11px;
font-weight: normal;
color: #000000;
padding: 0px;
margin: 0px;
}



/* ----------container zentriert das layout-------------- */
#container {
width: 872px;
margin-left: auto;
margin-right: auto;
padding: 0px;
background-color: #7fc600;
border-top: solid 25px #7fc600;
}

/* ----------header-------------- */
#header {
float: left;
padding: 0px;
margin: 0px;
}

/* --------------navigation container------------- */
#nav_container {
float: left;
margin: 0px;
padding: 30px 0 0 20px;
}

/* ----------------dropdown menu---------------- */
/* remove the bullets, padding and margins from the lists */
.menu ul {
list-style-type: none;
padding: 0px;
margin: 0px;
}

/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li {
float: left;
position: relative;
z-index: 1;
}

/* use the table to position the dropdown list */
.menu table {
position: absolute;
border-collapse: collapse;
z-index: 2;
left: -1px;
top: 28px;
}

/* style generic links */
.menu a, .menu :visited {
display: block;
font-size: 15px;
font-weight: bold;
padding: 5px 17px 6px 17px;
color: #fff;
background: #7fc600;
text-decoration: none;
text-align: left;
}

/* style generic links hover */
.menu :hover {
color: #7fc600;
background: #fff;
}

/* style sublevel links */
.menu ul ul a, .menu ul ul :visited {
font-size: 12px;
background: #89d900;
width: 130px;
}

/* style sublevel links hover*/
.menu ul ul :hover {
background: #fff;
}

/* hide sublevel links */
.menu ul ul {
visibility: hidden;
position: absolute;
width: 130px;
height: 0px;
}

/* make sublevel visible on hover list or link */
.menu ul li:hover ul, .menu ul a:hover ul {
visibility: visible;
}

/* -----------------text boxes container (hauptbild)--------------------- */
#text_boxes_container {
clear: both;
padding: 0 20px 0 20px;
margin: 0px;
border-top: solid 21px #7fc600;
}

div#text_boxes_container { 
min-height: 581px;
height:expression(this.scrollHeight > 581 ? "auto":"581px");
}

/* -----------------text boxes container (allgemein)--------------------- */
#text_boxes_container_global {
clear: both;
background-color: #ffffff;
padding: 0 20px 0 20px;
margin: 0px;

	
}

div#text_boxes_container_global { 
min-height: 215px;
height:expression(this.scrollHeight > 215 ? "auto":"215px");
}

/* -----------------text box--------------------- */
#text_box {
float: left;
width: 45%;
height: 175px;
padding: 25px 20px 0 20px;
margin-bottom: 20px;
overflow: hidden;
}

/* -----------galerie container----------- */
#galerie_container {
height: 120px;
background-color: #fff;
}

/* -------------galerie bilder------------- */

#galerie_bild_links {
float: left;
width: 84px;
height: 86px;
margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
overflow: hidden;
}

#galerie_bild {
float: left;
width: 86px;
height: 86px;
margin-top: 10px;
margin-right: 10px;
overflow: hidden;
}

#galerie_bild_rechts {
float: left;
width: 86px;
height: 86px;
margin-top: 10px;
overflow: hidden;
}


/* ----------------Liste in der Textbox------*/
#liste li {
list-style:none;
background: transparent url(bilder/but_tab.gif) no-repeat ;
padding: 0 0 0 15px;
}

/* ----------------footer---------------- */
#footer {
clear: both;
background-color: #fff;
margin: 0px;
padding-top: 10px;
padding-bottom: 40px;
}

#footer p {
font-size: 9px;
text-align: center;
line-height: 11px;
color: #7fc600;
padding-top: 5px;
border-top: solid 1px #89d900;
}