html{
	height:100%;
	margin: 0;
	padding: 0;
}
body{
	height: 100%;
	color: #020000;
	font-size: 12px;
	background: #fff url('../img/background.jpg') repeat-x 0 88px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}	
*{
	font-family:"Arial","Tahoma","sans-serif"; }

h1{font-size: 15px; margin: 0; padding: 0 0 10px 0; font-weight: bold; color: #A1472B;}
h2{font-size: 14px; margin: 0; padding: 0 0 10px 0; font-weight: bold; }
h3{font-size: 13px; margin: 0; padding: 0 0 10px 0; font-weight: bold; }

A:link{text-decoration: none; color: #A1472B; font-weight: normal;}
A:visited{text-decoration: none; color: #A1472B; font-weight: normal;}
A:active{text-decoration: none; color: #A1472B; font-weight: normal;}
A:hover{text-decoration: none; color: #A1472B; font-weight: bold;}

img { border: none; }
td{ vertical-align: top;}

.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;}
.clearfix{
    zoom:1;}

table.hoofdtabel{
	border: none;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
}
table.hoofdtabel td.logo{
	background: transparent	url('../img/logo.jpg') no-repeat left;
	border: none;
	height: 88px;
	margin: 0;
	padding: 0;
}
table.hoofdtabel td.leftshadow{
	background: transparent	url('../img/sidebarleft.png') repeat-y right;
	border: none;
	height: 100%;
	margin: 0;
	padding: 0;
}
table.hoofdtabel td.rightshadow{
	background: transparent	url('../img/sidebarright.png') repeat-y left;
	border: none;
	height: 100%;
	margin: 0;
	padding: 0;
}
table.hoofdtabel td.container{
	width: 814px;
	background: transparent	url('../img/header.jpg') no-repeat 0 0;
	border: none;
	height: 100%;
	margin: 0;
	padding: 250px 50px 5px 50px;
}
#voorwaardenmenu{
    list-style-type: none;
    width: 400px;
	margin: 0;
    padding: 13px 10px 0 0;
    float: right;
    text-align: right;
}
#voorwaardenmenu li{
    display: inline;
}
#voorwaardenmenu a{
	font-size: 10px;
	color: #646566;
}
#voorwaardenmenu a:hover{
    font-weight: normal;
}
#zoekform{
	float: right;
	width: 133px;
	height: 35px;
	margin: 10px 50px 0 0;
}
#zoekveld, #zoekknop{
	float: left;
	border: none;
	padding: 0;
	margin: 0;
	font-size: 10px;
}
#zoekveld{
	background: #fff url('../img/zoekinp.png');
	width: 103px;
	padding-left: 10px;
	line-height: 23px;
	height: 23px;
	color: #646566;
}
#zoekknop{
	background: url('../img/zoekbtn.png');
	width: 20px;
	height: 23px;
}
#textcontainer{
	float: left;
	width: 600px;
	margin: 0;
	padding: 0;
	background: url('../img/shadowtext.png') bottom right no-repeat;
}
#lcol,#mcol,#rcol{
	float: left;
	margin: 0;
	padding: 0;
	min-height: 250px;
}
#lcol{
	width: 120px;
	height: 100%;
}
#mcol{
	padding: 0 20px 15px 0;
	width: 460px;
}
#rcol{
	width: 184px;
	margin-left: 30px;
	padding: 0 0 15px 0;
	background: url('../img/shadowlogo.png') bottom right no-repeat;
}

#zijmenu{
	list-style-type: none;
	margin: 2px 0 0 0;
	padding: 0;
}
#zijmenu li{
	padding-bottom: 5px;
}
#zijmenu li.actief a{
	padding-bottom: 5px;
	font-weight: bold;
}
a.logos{
	display: block;
	width: 100%;
	text-align: center;
	margin: 5px 0;
	padding: 0px;
}

#footer{
	clear: both;
	text-align: center;
	font-family: "Tahoma","sans-serif";
	color: #B0B1B3;
	font-size: 10px;
	margin-top: 10px;
}

