body {
	margin: 0px;
	background-image: url("layout/page_bg.jpg");
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #c3d63e;
	font-family: Helvetica, Arial, Verdana;
	font-size: 12px;
}
#wrap {
	width: 950px;
}
#banner {
	float: left;
	margin-top: 150px;
}
#container {
	float: left;
}
#contentTop {
	background-image: url('layout/content_bg_top.png');
	background-repeat: no-repeat;
	width: 800px;
	height: 20px;
}
#contentBG {
	background-image: url("layout/content_bg_main.png");
	background-repeat: repeat-y;
	width: 800px;
	padding: 20px 0px 20px 0px;
}
#contentBottom {
	background-image: url('layout/content_bg_bottom.png');
	background-repeat: no-repeat;
	width: 800px;
	height: 36px;
}
#links {
	float: left;
	width: 415px;
	padding: 0px 15px 0px 40px;
	text-align: left;
}
#rechts {
	float: left;
}
#header {
	background-image: url("layout/content_bg_bottom.png");
	background-repeat: no-repeat;
	width: 800px;
	height: 120px;
}
#headerBG {
	background-image: url("layout/content_bg_main.png");
	width: 800px;
	background-repeat: repeat-y;
}
#headerFooter {
	height: 16px;
	width: 800px;
	background-image: url("layout/headerFooter_bg.png");
	background-repeat: no-repeat;
	font-size: 1px;
	background-position: 50%;
}
#logo {
			float: left;
			padding: 0px 50px;
}
#slogan {
	padding: 40px 80px 0px 0px;	
}

#footerLinks {
	width: 760px;
	/*background-color: #FFF;	*/
	padding: 10px 5px;
}
h1 {
	color: #94c83f;
}

p {
	color: #565656;
}
li {
	color: #565656;
}


a:link {color: #eaff94}     /* unvisited link */
a:visited {color: #eaff94}  /* visited link */
a:hover {color: #FFFFFF}   /* mouse over link */
a:active {color: #eaff94}   /* selected link */

A.footerLinks:link {color: #c3d63f}     /* unvisited link */ 
A.footerLinks:visited {color: #c3d63f}  /* visited link */
A.footerLinks:hover {color: #c3d63f}   /* mouse over link */
A.footerLinks:active {color: #c3d63f}   /* selected link */
