html{
	background-color:#e1f2f5;
		}

body, div, p{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6f7072;
	}

img{
	border: 0;
	}

.wrapper{
	height: 650px;
	width: 1000px;
	position: absolute;
	left: 50%;
	top: 20px;
	margin-left: -500px;
	border: solid 1px #6ac0cd;
	background-color:#FFFFFF;
	}
	
.logo{
	position:absolute;
	width: 267px;
	height: 90px;
	top: 82px;
	left: 0px;
	border: 0px;
	}

	
.inhoudkader{
	height:650px;
	width:442px;
	position:absolute;
	left:470px;
	top:0px;

	}
	
.inhoudtekst{
	width:401px;
	padding-right:10px;
	height: 435px;
	position:relative;
	left:30px;
	top:0px;
	overflow-x: hide;
	overflow-y: auto;
	}	
	
.inhoud_titel{
	width: 380px;
	text-align:center;
	left: 30px;
	top: 2px;
	position:relative;
	font-size: 14px;
	font-weight:bold;
	color: #6ac0cd;
	text-transform:uppercase;
	}

.inhoud_top{
	width: 440px;
	height: 140px;
	top: 0px;
	left: 0px;
	position: relative;
	}

.beeldkader{
	width:338px;
	height: 460px;
	position: absolute;
	left: 83px;
	top: 190px;
	}

.menu{
	position:absolute;
	width: 130px;
	height: 400px;
	left: 290px;
	top: 26px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #6f7072;
	z-index: 2;
	}

.adres{
	position:absolute;
	width: 500px;
	height: 35px;
	top: 624px;
	left: 465px;
	color: #6f7072;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align:right;
	}
	
.footer{
	position: absolute;
	width: 1000px;
	height: 20px;
	left: 50%;
	top: 680px;
	margin-left: -500px;
	color: #6f7072; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;	
	}
	
a:link, a:active, a:visited{
	color: #6ac0cd;
	text-decoration: none;
	}
	
a:hover{
	text-decoration: none;
	color: #6ac0cd;
	}

a:link.productgroepknop, a:active.productgroepknop, a:visited.productgroepknop{
	text-decoration:none;
	}
	
a:hover.productgroepknop{
	border: solid 1px #6ac0cd;
	}
	
a:link.menuknop, a:active.menuknop, a:visited.menuknop{
	text-decoration:none;
	color: #6f7072;
	line-height: 23px;
	margin-right: 22px;
	}
	
a:hover.menuknop, a:link.menuknop_active, a:active.menuknop_active, a:visited.menuknop_active{
	text-decoration:none;
	color: #6ac0cd;
	line-height: 23px;
	border-right: solid #6ac0cd 22px;	
	margin-right: 0px;
	}
	
.blauw{
	color: #6ac0cd;
	}