/*
   CSS Distri Center Cuijk
   Gebruikte kleuren;
   Zwart: black
   Donkerblauw: #13235b
   Lichtblauw: #00b6e8
   Wit: white
*/

body,td,th,input,textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	line-height: 16px;
}
body, html {
	height: 100%; 
}
body {
	margin: 0px;
	text-align: center;
}
p, h1, h2, h3, h4, h5, form { margin: 1em 0px; padding: 0px; }
ul { margin: 0 0 1em 1.5em; padding: 0px; line-height: 18px; list-style-image: url(../assets/bullet.gif);}
p, #content h1, #content h3 { margin-bottom: 1em; }
a:link, a:visited { color: #13235b; text-decoration: underline; }
a:hover, a:active { text-decoration: underline; color: #00b6e8; }
h1, h2, h3, h4, h5, h6 { color: #00b6e8; }
h1 { font-size: 20px; line-height: 24px; margin:0; }
h2 { font-size: 14px; font-style: italic; color:#13235b; margin: 0; margin-top: 2em; }
h3 { font-size: 14px; font-style: italic; color:#00b6e8; margin: 0; margin-bottom: 2em; }
h4, h5, h6 { font-size: 12px; }
form { margin:0; padding:0;}

#container {
	position: relative;
	width: 954px;
	min-height: 100%;
	_height: 100%;
	text-align: left;
	margin: 0 auto -25px auto ;
	background: white url(../assets/background.png) center 188px repeat-y;
}
#header {
	width: 954px;
	height: 188px;
	background: white url(../assets/header.png) top center;
}
#taalkeuze {
	float: right;
	width: 170px;
	height: 113px;
	padding: 29px 100px 0 0;
}
#beeldtop {
	float: right;
	width: 366px;
	height: 10px;
	padding: 132px 74px 0 0;
	overflow:hidden;
}
#beeldtop div {
	float: left;
	width: 122px;
	height: 10px;
}
#nav {
	clear: both;
	width: 488px;
	height: 46px;
	padding: 0 0 0 122px;
}
#nav a {
	color: white;
}
#nav img {
	float: left;
}
#beeldrechts {
	float: right;
	width: 244px;
	height: 366px;
	padding: 0 100px 0 0;
	overflow:hidden;
}
#beeldrechts div {
	clear:both;
	width: 122px;
	height: 122px;
}
#content {
	width: 423px;
	margin: 0 0 0 122px;
	padding: 36px 31px;
}
#footer {
	position: relative;
 	bottom: 0;
	width: 954px;
	height: 25px;
	margin: 0 auto;
	background: url(../assets/footer.png);
}
.veld {
	border: #a1a7b7 solid 1px;
	width: 210px;
	margin: 1px 0;
}
.veldL {
	border: #a1a7b7 solid 1px;
	width: 419px;
	margin: 1px 0;
}
.knop {
	background: #00b6e8;
	color: #ffffff;
	font-weight: bold;
	border: 1px solid #13235b;
	float: right;
}
