

html {
	text-align:center;

			background-image:url(back3.jpg);
	background-repeat:repeat-x;
	background-position: bottom;
background-attachment:fixed;
	height:100%;

}


body {
	font-family: Arial, Verdana, sans-serif; 
	text-align:center;
margin-left:0px;
margin-right:10px;margin-top:10px;
	color:#222222;
	font-size:80%;



}

a:link, a:visited, a:active, a:focus  { font-weight:bold; color:#29a526; text-decoration:none; border-bottom:0px}
a:hover { font-weight:bold;color:#29a526; text-decoration:underline; border-bottom:0px solid ;}


.platzhalter {
	clear:both;
	height:0;
	line-height:0;
	margin:0;
	padding:0;
	font-size:0.01em;
}

h1 {
	font-size:160%;
	font-weight:bold;
	font-family: arial,serif;
	margin-top:15px;
padding-top:5px;
padding-bottom:5px;
margin-left:10px;
	background:#97DC70;
color:#222222;
}

h2 {
	font-size:120%;
	font-weight:bold;
	font-family: arial,serif;
	margin-bottom:0px;
	margin-top:10px;
	padding:0px;	
}

h3 {
	font-size:100%;
	font-weight:bold;
	font-family: arial,serif;
		margin-bottom:0px;
	margin-top:10px;
	padding:0px;
}

#sidebar p {
	margin-bottom: 15px;
	margin-top: 2px;
	padding: 0px;
}


#mainwrap {
	width:770px;
margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	height:100%;
	background:#E7FFD6;
border: 2px solid #29a526;

}

#headerpic {
position:absolute;
top:17px;
right:360px;
width:60%;
max-width:800px;
height:100px;
	background-image:url(head_big1.jpg);
	background-repeat:no-repeat;
}

#headerwrap {
	background:#29a526;
	margin:0px;
	padding:0px;
}

#header {
	height: 61px;
	width:100%;
	background-image:url(logo_oben.gif);
	background-repeat:no-repeat;
	background-position: right;
	margin:0px;
	padding:0px;
}

#navicenter {
	width:776px;
	margin-left:auto;
	margin-right:auto;
	height:59px;
	padding-top: 20px;
}

#navi {
	float:left;
	text-align:left;
	padding-top: 0px;
	margin: 0px;
	margin-top: 35px;
}

#navigationswrapper {
	margin-top:20px;
	background:#ffffff;
}

#fontsize{
	height:59px;
	text-align:right;
	padding-right:25px;
	padding-top: 40px;
}

#titel {
margin-top:8px;
	width:650px !important;	
	width:640px;
	float:left;
	text-align:center;
	background:#E7FFD6;
	padding-top:5px;

}

#inhalt {
	width:640px;
	float:left;
	text-align:left;
	background:#E7FFD6;
	padding-top: 10px;
	margin-bottom: 10px;
	min-height:400px;
}


#sidebar {
	width:100px;
	float:right;
	text-align:left;
	background:#29a526;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	font-size:90%;
margin-right:10px;
margin-top:10px;
margin-bottom:10px;
color:#222222;
height:465px;
}

#sidebar a {
	color:#E8F2C8;
}

#sidebar p {
	margin-bottom: 15px;
	margin-top: 2px;
	padding: 0px;
color:#222222;
}

#sidebar h2 {
color:#ffffff;
	margin-bottom:0px;
	margin-top:10px;
	padding:0px;

}

#logo {
	height:75px;
	width:100%;
	float:right;
	background-image:url(logo_unten.gif);
	background-position: right top;
	background-color: #FFFFFF;
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;	
}



#inhaltswrapper {
	margin:1px 20px 20px 30px;
}

#footer {
	float:left;
	width:750px;
	background:#97DC70;	
	padding: 5px 15px 5px 5px;
	color:#000000;
	text-align:left;
border-top: 2px solid #29a526;
	font-size:0.9em;
}

#footer a {
	color:#000000;
font-weight:normal;
}


ul.menu, ul.menu ul {
    list-style-type: none;
margin:0px;
padding:1px;
}

ul.menu a {
    display: block;
    padding: 3px 10px 3px 10px;
    font-weight:normal;
    color:#ffffff;
    background:#29a526;
text-decoration:none;
margin:0px;

}
ul.menu a:visited {
    color:#ffffff;
    background:#29a526;
font-weight:normal;
}
ul.menu ul a {
    padding: 3px 10px 3px 10px;
}

ul.menu a:hover {
    background:#ffffff;
    color:#29a526;
}

ul.menu li {
    padding:0px;
    margin:0;
    background-image: none;
    background:#ffffff;
    float:left;
    border:2px solid #97DC70;

}

ul.menu ul {
    margin-left:5px;
    margin-top:2px;
    padding: 1px 1px 1px 1px;
    position: absolute;
    background:#29a526;;

    display:none;
    min-width:180px;
}

/* IE-Hack für die Breite */
html ul.menu ul {
    width:180px;
}

/* 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;
}

ul.menu ul li {
    float:none;
    background-color: transparent;
}

ul.menu a.active {
    background:#ffffff;
    color:#29a526;
}