@charset "UTF-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#top {
	position:relative;
	top:0px;
	width:645px;
	height:400px;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
	background-color: #292929;
	background-image: url(../images/top_down.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#logo {
	background-image: url(../images/logo_folkers.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 86px;
	width: 198px;
	left: 484px;
	top: 297px;
}
#main {
	position:relative;
	width:420px;
	height:auto;
	z-index:2;
	margin-right: auto;
	margin-left: auto;
	padding-top: 110px;
	padding-right: 215px;
	margin-bottom: 15px;
	padding-left: 10px;
}
#menu {
	position: absolute;
	height: 40px;
	width: 595px;
	top: -34px;
	padding-right: 5px;
	padding-left: 45px;
	left: 0px;
}
#main #menu ul {
	padding: 0px;
	margin: 0px;
}
#main #menu ul li {
	list-style-type: none;
	float: left;
	color: #FFF;
	font-size: 17px;
}
#main #menu ul li a:hover {
	border-bottom-width: 10px;
	border-bottom-style: solid;
}
.cur {
	border-bottom-width: 10px;
	border-bottom-style: solid;
}
#main #menu ul li a {
	color: #FFF;
	text-decoration: none;
	display: block;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
}
#titel {
	background-color: #E1E1E1;
	position: absolute;
	height: 74px;
	width: 100%;
	top: 20px;
	left: 0px;
}
#titel_left {
	background-image: url(../images/titel_left.jpg);
	position: absolute;
	height: 74px;
	width: 10px;
	left: 0px;
	top: 0px;
}
#titel_right {
	background-image: url(../images/titel_right.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 74px;
	width: 10px;
	top: 0px;
	right: 0px;
}
#info_kleur {
	position: absolute;
	height: 138px;
	width: 163px;
	bottom: -139px;
	left: 21px;
}
#titel_naam h1 {
	font-size: 50px;
	font-weight: bold;
	color: #FFF;
	position: absolute;
	height: 58px;
	width: 607px;
	left: 13px;
	top: 30px;
	margin: 0px;
	padding: 0px;
}
#homeright {
	position: absolute;
	height: 245px;
	width: 287px;
	right: -287px;
	float: left;
	background-repeat: no-repeat;
	top: 0px;
}
#homeleft {
	position: absolute;
	height: 245px;
	width: 287px;
	left: -287px;
	top: 0px;
	float: left;
	background-repeat: no-repeat;
}
#main p {
	color: #333;
	line-height: 24px;
	margin-top: 0px;
}
#info {
	position: absolute;
	height: auto;
	width: 205px;
	top: 110px;
	right: 0px;
	background-color: #292929;
	padding-top: 10px;
	padding-bottom: 10px;
}
#info_top {
	background-image: url(../images/info_top.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 11px;
	width: 205px;
	top: 0px;
}
#info_bottom {
	background-image: url(../images/info_bottom.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 11px;
	width: 205px;
	bottom: 0px;
}
#main #info p {
	color: #FFF;
	text-align: center;
	font-size: 10px;
	line-height: 25px;
	margin-top: 0px;
}
#main #info h2 {
	color: #FFF;
	text-align: center;
	font-size: 25px;
	font-weight: lighter;
	margin: 0px;
	padding: 0px;
}
#main #info p a {
	color: #FFF;
	text-decoration: none;
}
#main #info p a:hover {
	color: #999;
}
#vlek {
	background-image: url(../images/infovlek.png);
	position: absolute;
	height: 49px;
	width: 117px;
	top: -15px;
	right: -21px;
}
#main p a {
	text-decoration: none;
}
#main p a:hover {
	color: #666;
}
#main h2 {
	margin-bottom: 0px;
	font-size: 14px;
}
#main a img {
	border: 2px solid #292929;
	margin: 5px;
}
#main #info h2 a {
	color: #FFF;
	text-decoration: none;
}
#main ul li {
	line-height: 24px;
	list-style-type: square;
}

