@charset "utf-8";
/* CSS Document */
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
		background-color: #fef1de;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	-webkit-transition: all;
	-moz-transition: all;
	-ms-transition: all;
	-o-transition: all;
	transition: all;
}

a:link { font-weight:normal; color:#006AB3; text-decoration:none; }
a:visited { font-weight:normal; color:#006AB3; text-decoration:none; }
a:focus { font-weight:normal; color:#006AB3; text-decoration:underline; }
a:hover { font-weight:normal; color:green; text-decoration:none; }
a:active { font-weight:normal; color:green; text-decoration:underline; }

#wrapperall {
	background-color: #fef1de;
	margin: 0px;
	margin-top: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	background-image: url(../images/back.png);
	height: 100%;
}

#topline {
	position: absolute;
	background-color: #279f37;
	width: 100%;
	height: 125px;
}

#wrapper {
	background-color: #fff;
	width: 800px;
	margin: auto;
	padding: 0px;
	-moz-box-shadow:1px 1px 6px #292929; /* Firefox */
-webkit-box-shadow:1px 1px 6px #292929; /* Chrome, Safari */
-khtml-box-shadow:1px 1px 6px #292929; /* Konqueror */
box-shadow:1px 1px 6px #292929; /* CSS3 */
	}


#top {
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	height: 60px;
	width: 100%;
		margin-bottom: 80px;

}
#logo {
	position: absolute;
	margin-left: 20px;

	z-index: 999;
}

#content{
	background-color: #fff;
	margin-top: 10px;
	padding: 0px;
	min-height: 1800px;
}


#maincontent {
	width: 65%;

	margin-right: 0px;
	margin-left: 0px;
	border-left-width: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 10px;
float: left;
}

#rightcontent {
	border: 1px solid grey;
	width: 35%;
	float: right;
	margin-right: 0px;
	padding-left: 10px;
	border-left-width: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;

	margin-bottom: 10px;
}

.contentbox {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 15px;
}

#bottom {
	width: 800px;
	margin: auto;
	color: #279f37;
	padding: 10px;
	margin-bottom:150px;
}

/* download-modul */

.download {
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	border-bottom: 1px solid grey;
}

.downloadtext {
	margin-top: 4px;
	margin-bottom: 4px;
	bottom: 0;
	font-size: 12px;
	line-height: 1.2;
	float: left;
}

/* galerie-modul */

#bild-box {
	padding-left: 25px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 15px;
}