html {
	overflow-x:hidden;
		margin-bottom:10px;
}

body {
	font-family: Arial, Verdana, sans-serif; 
	background:#fee800;
	color:#111111;
	font-size:80%;
	margin:0px;
	padding:0px;
		margin-bottom:10px;
}

a:link, a:visited, a:active, a:focus  { font-weight:bold; color:#1D881E; text-decoration:none; border-bottom:0px}
a:hover { font-weight:bold;color:#1D881E; text-decoration:underline; border-bottom:0px solid ;}

.platzhalter {
	clear:both;
	height:0;
	line-height:0;
	margin:0px;
	padding:0px;
	font-size:0px;
}

h1 {
	font-size:140%;
	font-weight:bold;
	font-family: arial,serif;
	margin-top:15px;
}

h2 {
	font-size:120%;
	font-weight:bold;
	font-family: arial,serif;
}

h3 {
	font-size:100%;
	font-weight:bold;
	font-family: arial,serif;
	margin-bottom: 0px;
}

#headerlogo {
	position: absolute; 
	top: 209px; 
	left: 90px;
	width:165px;
	height:165px;
	background-image:url(head2_kor2.jpg);
	background-repeat:no-repeat;
}

#headerclean {
	position: absolute; 
	top: 210px; 
	left: 0px;
	width:94px;
	height:50px;
	background-image:url(head3_kor.jpg);
	background-repeat:no-repeat;
}

#headertitel {
	position: absolute; 
	top: 175px; 
	left: 262px;
	width:490px;
	height:50px;
	background-image:url(titel.gif);
	background-repeat:no-repeat;
}

#header {
	width:1250px;
	height:210px;
	background-image:url(head1_kor3.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
}

#headerback {
	width:100%;
	height:210px;
	background:#fee800;
	overflow:hidden;

}

#mainwrap {
	background:#fee800;
	max-width:780px;
padding-left:185px;
margin-right:35px;
}



#navi {
	position: absolute; 
	top: 300px; 
	left: 0px;

}

#navigationswrapper {

}

#titel {
	width:100%;
	border-top: 13px solid #1d881e;
	border-right: 15px solid #1d881e;
	border-left: 15px solid #1d881e;
	height:55px;
	float:left;
	text-align:center;
	background:#ffffff;
	padding-top:5px;
	margin:0px;

}

#inhalt {
	width:100%;
	border-right: 15px solid #1d881e;
	border-left: 15px solid #1d881e;
	float:left;
	text-align:left;
	background:#ffffff;
	padding-top: 10px;
	margin:0px;
	clear:both;
	min-height:400px;
	height:auto !important;
	height:400px;
}

#inhaltswrapper {
	padding:1px 20px 20px 30px;
}

#footer {
	margin:0px;
	float:left;
	width:100%;
	background:#1d881e;	
	padding: 5px 0px 5px 0px;
	color:#fffa82;
	text-align:left;
	border-right: 15px solid #1d881e;
	border-left: 15px solid #1d881e;

}

#footer a {
	color:#E8F2C8;
    font-weight:normal;
}


ul.menu, ul.menu ul {
    list-style-type: none;
    margin: 0px 0px 0px 6px;
padding:0px;
}

ul.menu a {
    display: block;
    padding: 3px 10px 3px 10px;
    font-weight:normal;
background:#1d881e;
    color:#ffffff;   
    width:150px;
}


ul.menu a:link, ul.menu a:visited, ul.menu a:active, ul.menu a:focus {
    display: block;
    padding: 3px 7px 3px 8px;
    font-weight:normal;
background:#1d881e;
    color:#ffffff;   
    width:156px;
text-decoration:none;
}

ul.menu ul a {
    padding: 0 10px;
}

ul.menu a:hover {
    background:#ffffff;
    color:#1d881e;
text-decoration:none;
font-weight:bold;

}

ul.menu li {
    padding:0;
    margin:0;
    background-image: none;
    background:#E8F2C8;
    float:left;
    border:1px solid #BAD95B;
    	clear:both;
}

ul.menu ul {
    margin-left:0;
    padding: 0 0 0px 0;
    position: absolute;
    background:#E8F2C8;
    border:2px solid #BAD95B;
    display:none;
    
}

/* IE-Hack für die Breite */
html ul.menu {
    width:172px;
}

/* IE-Hack für die Breite */
html ul.menu ul {
    width:172px;
}

/* Dies sind die Klassenstile für das Untermenü wenn sich die Maus */
/* über der Liste  befindet (.hover siehe JavaScript oben) */
ul.menu ul.hover, ul.menu li.hover ul, ul.menu li:hover ul  {
    display:block;
                    margin-left: 165px; /* Breite eines Listenelements - Überlagerung */
    padding: 2px 2px 2px 2px;
              margin-top: -25px; /* Höhe eines Listenelements */
}

/* Dritte Ebene */

   ul.menu li.hover ul ul, ul.menu li:hover ul ul {

                  display: none;

                    margin-left: 165px; /* Breite eines Listenelements - Überlagerung */

              margin-top: -25px; /* Höhe eines Listenelements */

        }



   /* Dritte Ebene anzeigen */

       ul.menu li.hover ul li.hover ul, ul.menu li:hover ul li:hover ul {

                display: block;

   }

ul.menu ul li {
    float:none;
    background-color: transparent;
}

ul.menu a.active {
     background:#ffffff;
    color:#1d881e;
    font-weight:bold;
}
