body {
	margin: 0;
	background: #FFFFFF url(/grafik/homepage/body_bg.png) repeat-x center top;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #587A38;
}
a img { border:0; }
a {
	color: #587A38;
	text-decoration: none;
}
a:hover { text-decoration: underline; }
#maincontainer {
	margin: 0 auto;
	position: relative;
	width: 980px;
}
#header { height: 100px; }
#header, #topics { 
	position: relative;
	z-index: 100; 
}
#panorama {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 650px;
	text-align: center;
	z-index: 0;
	background-color: #9FC436;
	background: url(/grafik/homepage/panorama.jpg) no-repeat center top;
}
#topics {
	height: 158px;
	margin-top: 460px;
}
#topics blockquote {
	width: 245px;
	height: 158px;
	line-height: 158px;
	vertical-align:middle;
	display: inline-block;
	float: left;  /*x ie + FFox */
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(/grafik/homepage/blockquote_bg.png) no-repeat center top;
}
#topics blockquote:hover { background-position: center -158px; }
#topics blockquote img { margin-top: 9px; }
#topics blockquote .link {
	position: relative;
	top: -30px;
}
address {
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	text-indent: 10px;
	display: block;
	font-style: normal;
	font-size: 13px;
}
address img { float: right; }
#partner table {
	height: 100px;
	width: 100%;
}
#partner table td {
	text-align: center;
	vertical-align: middle;
}
#copyright {
	clear: both;
	text-align: left;
	font: 10px Arial;
}
#copyright span { color: #D4DDCC; }
#copyright a {
	color: #587A38;
	text-decoration: none;
}
.fb-button {
	position: absolute;
	top: 520px;
	right: 0;
	z-index: 1000;
}	
.margintop { margin-top: 30px; }
address { 
	margin-bottom: 1em; 
	text-align:center;
}
h1 {
	color: #7CA613;
	font-style: italic;
	font-weight: normal;
}
.content { 
	color: #000;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
}
.content a {
	color: #000; 
	text-decoration: underline; 
}
.content a:hover { color:#7CA613; }
.content p { padding: 0 10px; }
.welcome { float: right; }

