﻿html,body{
	margin:0px;
	height:100%;
}

div#container{
	width:100%;
}

div#container div#bovenkant{
	width:368px;
	margin:0 auto;
}

div#container div#bovenkant h1{
	background-image:url('../img/intro_logo.png');
	background-repeat:no-repeat;
	width:368px;
	height:108px;
	margin:0px;
	padding:0px;
	text-indent:-10000px;
	margin-top:50px;
	margin-bottom:65px;
}

div#container div#content{
	width:100%;
	background-color:#ededed;
	border-top:1px #cccccc solid;
	border-bottom:1px #cccccc solid;
	height:277px;
}

div#container div#content ul{
	padding:0px;
	margin:0px;
	width:872px;
	margin:0 auto;
	margin-top:35px;
}

div#container div#content ul li{
	display:inline;
}

div#container div#content a{
	text-indent:-10000px
}


div#container div#content a#knop1{
	width:208px;
	height:171px;
	background-image:url('../img/intro_knop_zorgverleners.png');
	background-repeat:no-repeat;
	float:left;
	margin-right:20px	
}

div#container div#content a#knop2{
	width:415px;
	height:211px;
	background-image:url('../img/intro_knop_showroom.png');
	background-repeat:no-repeat;
	float:left	
}

div#container div#content a#knop3{
	width:208px;
	height:171px;
	background-image:url('../img/intro_knop_zorgverzekeraars.png');
	background-repeat:no-repeat;
	float:left;
	margin-left:20px
}

div#onderkant{
	width:700px;
	margin:0 auto;
	text-align:center;
}

div#onderkant p{
	margin-top:50px;
	color:#455186;
	font-family:"Trebuchet MS","Arial";
	font-size:11pt;
}

div#onderkant address{
	color:#575757;
	font-family:"Trebuchet MS","Arial";
	font-size:9pt;
	font-style:normal
}