@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bck_body.jpg);
}

#bck_top {
	background-image: url(images/bck_top.png);
	position: absolute;
	position: fixed;
	height: 66px;
	width: 100%;
	z-index: 2;
}
#top_container {
	position: absolute;
	position: fixed;
	width: 940px;
	height: 55px;
	margin-left: 50%;
	left: -470px;
	top: 2px;
	z-index: 3;
}
#logo {
	position: absolute;
	background-image: url(images/logo.png);
	height: 50px;
	width: 203px;
	top: 2px;
	left: 20px;
}
#menu {
	position: absolute;
	height: 55px;
	top: 0px;
	right: 0px;
}
#menuitem {
	float: left;
	height: 55px;
}
#menuitem img:hover{
	background-image: url(images/bck_menuhover.png);
}

#container {
	position: absolute;
	width: 940px;
	height: 720px;
	margin-left: 50%;
	left: -470px;
	top: 0px;
	background-color: #FFF;
	z-index: 1;
}

#schaduw_links {
	background-image: url(images/schaduw_links.png);
	position: absolute;
	top: 0px;
	left: -11px;
	width: 11px;
	height: 100%;
}
#schaduw_rechts {
	background-image: url(images/schaduw_rechts.png);
	position: absolute;
	top: 0px;
	right: -10px;
	width: 10px;
	height: 100%;
}

#header {
	position: relative;
	width: 940px;
	top: 57px;
	left: 0px;
}
#header_schaduw {
	background-image: url(images/schaduw_overimg.png);
	position: absolute;
	bottom: 0px;
	width: 940px;
	height: 10px;
}

#bottomline {
	position: absolute;
	width: 940px;
	height: 2px;
	margin-left: 50%;
	left: -470px;
	top: 722px;
	background-color: #FFF;
	z-index: 1;
}

#contact_bottom {
	position: absolute;
	width: 940px;
	height: 30px;
	margin-left: 50%;
	left: -470px;
	top: 725px;
	vertical-align: middle;
	text-align: center;
	z-index: 1;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	padding-top: 10px;
	word-spacing: 2px;
}

#content {
	position: relative;
	width: 940px;
	top: 57px;
	left: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
}
#welkom {
	position: absolute;
	width: 290px;
	left: 5px;
	top: 5px;
	text-align: justify;
}
#text {
	position: absolute;
	width: 625px;
	left: 310px;
	top: 5px;
}
.groepnaam {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #295e7d;
	font-weight: bold;
	text-align: left;
}
.groepnaam a{
	color: #295e7d;
	text-decoration: none;
}
.groepnaam a:visited{
	color: #295e7d;
}
.groepnaam a:hover{
	color: #295e7d;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #401f00;
	padding: 0px;
	margin: 0px;
	padding-bottom: 3px;
}

#contenttitel {
	position: absolute;
	top: 10px;
	left: 10px;
}
#contenttext {
	position: absolute;
	width: 920px;
	left: 10px;
	top: 40px;
	overflow:auto;
	height: 430px;
	scrollbar-face-color: #9cd1f0;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
.titelprod {
	height: 15px;
}

.titelrecept {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #401f00;
	padding-bottom: 2px;
}
.titelrecept a{
	color: #401f00;
	text-decoration: none;
}
.titelrecept a:visited{
	color: #401f00;
}
.titelrecept a:hover{
	color: #401f00;
}

.paginas {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #401f00;
}
.paginas a{
	text-decoration: none;
	color: #401f00;
}
.paginas a:visited{
	text-decoration: none;
}
.paginas a:hover{
	text-decoration: none;
}
