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


* { /*fuer gesamte seite*/
  margin: 0;
  padding: 0;
  border: none;
}

.titel {
	color: #0E6D2D;
	font-size: 17px;
	font-weight:bold;
	font:Arial, Helvetica, sans-serif;
}

ul {margin-left:30px;}

p {margin-top:15px;
}


body { /*fuer gesamten body*/
 margin: 10px 0;
 background-color: #ffffff;
 font: 12px Verdana, Tahoma, arial, sans-serif;
 color: #000000; 
}

a:link {
	Color: #066c2b;
	Text-Decoration: none;
}
a:visited {
	Color: #066c2b;
	Text-Decoration: none;
}
a:hover {
	Color: #4b854d;
	Text-Decoration: none;
}

#all { /*kompletter Inhalt*/
 position: relative;
 width: 999px;
 background-color: #ffffff;
 margin: 0 auto;
 border: 1px solid #c6c6c6;
 padding-right: 3px;
}

#header { /*kopfzeile*/
 position: relative;
 width: 1000px;
 height: 251px;
 font-color: #066c2b; 
 font-size:16px;
 font-weight:700;
 text-align: center;
 background-image: url(grafiken/2011.jpg);
 background-repeat: no-repeat;
 background-position: center center;

}

#menu {
 clear: both; /*Anordnung*/
 background-color:#f7f6f6;
 border-right: 1px dashed #c6c6c6;
 border-bottom: 1px dashed #c6c6c6;
 padding: 7px; 
 width: 130px;
 height: 600px;
 float: left;
}

#menu ul#menu_1 {
 margin: 0 10px;
 padding: 0;
 list-style-type: none;
 font: 14px arial, verdana, helvetica, sans-serif;
}
#menu ul#menu_1 li {
 text-align: left;
}
#menu ul#menu_1 li a { /* Groesse der Linkfflaeche zumindest vielleicht */
 padding: 0 7px;
 display: block;
 
}
#menu ul#menu_1 li a:hover {
 padding: 0 7px;
 display: block;
} 
/* anklickbare elemente*/
.menu1-level2-no {
 margin: 7px 3px;
}
.menu1-level2-act {
 margin: 7px 3px;
 font-weight:bold;
 border-left: 3px solid #066c2b;
 }
.menu1-level2-spc {
 margin: 7px 0;
/* required formatting because it is not a link */
 border-left: 2px solid #bbd78a;
 border-right: 2px solid #bbd78a;
 display: block;
}
/* gruppenueberschrift*/
.menu1-level1-no {
 text-align: center;
 padding: 7px 5px;
 border-left:thick #0662cb;
 font-size: 14px;
 font-weight: bold;
 }

#content { /*einzelseite*/
 margin: 0 0 0 170px;
 padding: 0;
}

#footer { /*fusszeile*/
 margin-top: 5px; 
 font-weight: 200;
 width: 1000px;
 text-align: center;
 padding-top:3px;
 padding-bottom:3px;
 clear: both;
 border-top: 1px solid #c6c6c6;
}

.imgfl_r {
  float: right;
  padding: 3px;
  margin: 3px;
  border: 1px solid #c6c6c6;
  top:auto;
}

.imgfl_l {
  float: left;
  padding: 3px;
  margin: 3px;
  border: 1px solid #c6c6c6;
}

.imgfl_c {
  float: center;
  padding: 3px;
  margin: 3px;
  border: 1px solid #c6c6c6;
}

.hinweis {
border: 1px dashed #c6c6c6;
color: #066c2b;
font-weight: bold;
}

.leichtgrauebox {
background: #f7f6f6;
border: 1px dashed #c6c6c6;
text-align: center top;
padding:5px;
}


