/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background-color: #2A5D27;
}
#layout { 
	background: #FFF url(/grafik/homepage/body_bg.jpg) repeat-x left top; 
	margin-bottom: 20px;
}
#left {
	width: 258px;
	background-color: #F2F2F2;
}
#center { text-align: center; }
#willkommenlinks {
	text-align: left;
	width: 300px;
	margin: 20px auto 30px auto;
}
#willkommenlinks a img {  filter: Alpha(Opacity=50); }
#willkommenlinks img { 	margin-top: 1em; }
#willkommenlinks a:hover img { filter: Alpha(Opacity=100);	}
#right { 
	text-align: right; 
	width: 170px;
}
/* FOODER */
#footer { clear: both; }
#footer td { text-align: center; }
#fooder img { margin: 5px; }

/* COPYRIGHT */
#copyright {
	vertical-align: middle;
	color: #C3D7BB;
	font-size: 10px;
	position: absolute;
	right: 4px;
	bottom: 4px;
}
#copyright a {
	color: #C3D7BB;
	font: 10px Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#copyright a:hover { text-decoration: underline; }



