/*
grün: #7dac38
hellgrün: #c2d69e
grau: #19161b
*/

html, body{
margin:0;
padding:0;
font-family: 'Georgia', 'Times', 'Times New Roman', Serif;
}

.accordion {
  overflow: visible !important;
} 

.accordionBox .content{
  display: block !important; 
  overflow: visible !important;
  height: auto !important;
} 


#page
{
position: relative;
width: 17cm;
text-align: left;
background:0;
}

#page #baum
{
display: none;
position: absolute;
top: 1px;
left: 15px;
z-index: 100;
}

#header
{
position: relative;
background:0;
border: 0px solid #000000;
}

#header #logo
{
margin: 0;
text-align: left;
width: 1cm;
}

#header p#logo img
{
margin: 0;
text-align: left;
width: 6cm;
height: 4.29cm;
}

#wrapper
{
clear: both;
padding: 0;
margin: 0;
width: 100%;
border: 0px solid #000000;
}

#leftcol
{
display: none;
position: relative;
float: left;
margin-top: 120px;
width: 210px;
padding: 0;
padding-left: 55px;
font-family: 'Arial', 'Helvetica', Sans-Serif;
border: 0px solid #000000;
}


#maincol
{
position: relative;
margin-top: 1cm;
border: 0px solid #000000;
}


#maincol h1
{
font-size: 16pt;
color: #7dac38;
line-height: 150%;
font-weight: normal;
margin: 0;
margin-bottom: 16pt;
}

#maincol h2
{
font-size: 13pt;
color: #000000;
margin-top: 16pt;
line-height: 150%;
}

#maincol p
{
margin: 0;
margin-bottom: 10pt;
font-size: 10pt;
line-height: 150%;
}

#maincol strong
{
color: #7dac38;
font-weight: bold;
}

#maincol .tklein
{
font-size: 0.8em;
line-height:1.5em;
}

#maincol a
{
color: #000000;
text-decoration:underline;
}

#maincol a:hover, #maincol a:active
{
color: #7dac38;
text-decoration:underline;
}

#maincol ul
{
margin: 0;
margin-bottom: 10pt;
padding: 0;
padding-left: 15pt;
margin-bottom: 10pt;
font-size: 10pt;
}

#maincol li
{
line-height: 150%;
margin-bottom: 5pt;
}

#maincol table th
{
text-align: left;
}


/* rechte Spalte rightcol nicht in Verwendung */
#rightcol
{
float:right;
position:relative;
margin: 0px;
padding-right:0px;
padding-top: 20px;
text-align:right;
border:0px solid #000000;
/*background-image:url(../grafiken/hg_right.jpg);
background-repeat: no-repeat;
background-position: right top; */
}


/* Beginn Fuss-Bereich */

#footer
{
display: none;
clear:both;
}


/* Ende Fuss-Bereich */

.cl
{
clear:both;
}

/* Kennzeichnung externer Links */
.exlink {
   position: relative;
   top: 0px;
   left: 0px;
}


a.exlink span {
   display: none;
}

a:hover.exlink span {
   display: block;
   position: absolute;
   top: 25px;
   left: 0;
   margin: 0px;
	 background-color: #fff7d7;
	 padding: 5px;
	 border: 1px solid #a28c3c;
   color: #000000;
   border: 1px solid #666666;
   font: 10px Verdana, Arial, Helvetica, sans-serif;
   font-weight:normal;
   text-decoration: none;
   z-index: 100;
}

a:hover.exlink {
   color: #000000;
   border: 0px;
   font-weight:normal;
   text-decoration: none;
   z-index: 200;
   }

/* Ende exlink */


 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */
.clearfix:after {
 content: ".";
 display: block;
height: 0;
 clear: both;
 visibility: hidden;
 }

.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */



 /*printer styles*/
 @media print{
/*hide the left column when printing*/
#leftcol{display:none;}

/*hide the right column when printing*/
#rightcol{display:none;}
#twocols, #maincol{width:100%; float:none;}
}