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;
}
.banner {
	float: left;
	margin-top: 150px;	
}
.container {
	 width: 950px;
	 margin: 0px auto;
}
.wrap {
	float: left;
}
div.contentBG {
	background-image: url("layout/content_bg_main.png");
	background-repeat: repeat-y;
	width: 800px;
	padding: 20px 0px 20px 0px;
}
div.content {
	margin: 0px 40px 0px 40px;
	text-align: left;
}
.contentTop {
	background-image: url('layout/content_bg_top.png');
	background-repeat: no-repeat;
	width: 800px;
	height: 20px;
	
}
.contentBottom {
	background-image: url('layout/content_bg_bottom.png');
	width: 800px;
	height: 36px;
	
}
.links {
	width: 420px;
	float: left;
}
.rechts {
	width: 300px;
	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;
	background-position: 50%;
}
#logo {
			float: left;
			padding: 0px 50px;
}
#slogan {
	padding: 40px 80px 0px 0px;	
}

.footerLinks {
	width: 760px;
	padding: 10px 5px;
	margin: auto;
}
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 */
