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

body {
	background-color: #9BBB59;
}
a {
	color: #4E6128;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}



#text {
	text-align: center;
	line-height: 1.5em;
	color: #632423;
}
#top_navi a {
	background-image: url(images/li_gruen.png);
	background-repeat: no-repeat;
	}
#side_navi a {
	background-image: url(images/li_gruen.png);
	background-repeat: no-repeat;
}

#side_navi ul li ul li a {
	background-image: none;
	height: 20px;
	color: #4e6128;
}
#side_navi ul li ul li a:hover {
	color: #FFFFFF;
}

#philosophie {
	display: none;
}



#footer {
	background-image: url(images/bar_gruen.png);
	background-repeat: no-repeat;
	clear: both;

}
