@charset "UTF-8";
/* CSS Document */
body {
	background-image: url(background.jpg);
	background-repeat: repeat-x;
	background-color:#e6e6e6;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#666666;
}
a:link {
	color: #ffffff;
	text-decoration: none;
	font-size:14px;
	font-weight:lighter;
}
a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #20a52c;
	text-decoration: none;
}
a:active {
	color: #20a52c;
	text-decoration: none;
}
#logo {
    position:absolute;
	top: 0px; 
	left: 50%;
	width: 755px;
	height: 105px;
	background:#ffffff;
	margin:0px 0px 0px -377px;
	border:0px;
	background-image:url(slogan.jpg);
	background-repeat:no-repeat;

}
#header {
    position:absolute;
	top: 105px; 
	left: 50%;
	width: 755px;
	height: 250px;
	background:#ffffff;
	margin:0px 0px 0px -377px;
	border:0px;
}
#navigation {
    position:absolute;
	top: 355px; 
	left: 50%;
	width: 699px;
	height: 30px;
	background:#ecba41;
	margin:0px 0px 0px -377px;
	border:0px;
	padding-left:28px;
	padding-right:28px;
	padding-top:6px;
}
#content {
    position:absolute;
	top: 385px; 
	left: 50%;
	width: 699px;
	background:#ffffff;
	margin:0px 0px 0px -377px;
	border:0px;
	background-image:url(footer.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-top:30px;
	padding-left:28px;
	padding-right:28px;
	padding-bottom:120px;

}
h1 {
	font-size:22px;
	color:#20a52c;
	font-weight:lighter;
}
.namen {
	font-size:14px;
	color:#ecba41;
	font-weight:bold;
}
.link {
	font-size:12px;
	line-height:18px;
	color:#666666;
	font-weight:normal;
}

