html {
	height: 100%;	
}
body {
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1860ab;
	background: #bacae8;
	height: 100%;
}
h1 {
	margin: 0px;
	margin-top:-5px;
	margin-bottom:-5px;
	padding: 0px;
	color:#F00;
	font-size: 24px;
	font-weight: bold;
}
h1.blue {
	color:#1860ab;	
}
a {
	color: #1860ab;
}
.yellow {
	background: #FF0;	
	color: #FF0;
	height: 4px;
	border: 1px solid #FF0;
	margin-bottom: 10px;
}
.bandenwiel {
	width: 160px;
	margin-left: 20px;
	text-align:center;
	background:#bfbfbf;
	color: #F00;
	font-weight:bold;
	padding: 3px;
	font-size: 16px;	
}
.bandenwiel a {
	color: #F00;
	text-decoration:none;
	font-size: 16px;
}
.bandenwiel2 {
	position: absolute;
	width: 160px;
	margin-left: 800px;
	margin-top:4px;
	text-align:center;
	background:#D9D9D9;
	color: #F00;
	font-weight:bold;
	padding: 5px;
	font-size: 16px;	
	z-index: 2;
}
.bandenwiel2 a {
	color: #F00;
	text-decoration:none;
	font-size: 16px;
}
.bandwiel {
	margin-top: 20px;
	width: 380px;
	background:#D9D9D9;
	color: #F00;
	font-weight:bold;
	padding: 10px;
	font-size: 20px;	
}
.bandwiel a {
	color: #F00;
	font-size: 16px;
}
.buttons {
	cursor: pointer;
}
.sorteren {
	cursor: pointer;
}
#container {
	width: 1000px;
	background:#FFF;
	margin: 0px;
	padding: 0px;
	margin-left:auto;
	margin-right:auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -30px;
}
#header {
	width: 1000px;
	height: 105px;
	background:#bacae8 url(/images/header.jpg);
}
#header-top {
	width: 1000px;
	height: 80px;
}
#header-logo {
	float: left;
	width: 450px;
	padding-top:6px;
	height: 74px;
}
#header-vestiging {
	float: left;
	padding-top: 12px;
	width: 430px;
	height: 68px;
}
#header-vestiging a {
	color: #1860ab;
	text-decoration:none;
}
#header-route {
	float: left;
	width: 112px;
	height: 72px;
	padding-left: 8px;
	padding-top: 8px;
}
#header-menu {
	width: 1000px;
	height: 25px;
}
#header-menu ul {
	list-style-image:none;
	padding: 0px;
	margin-left: 18px;
}
#header-menu ul li {
	list-style-image:none;
	list-style:none;
	float: left;
	width: 120px;
}
#header-menu ul li a {
	display:block;
	height: 15px;
	margin-top: -5px;
	background: #d9d9d9;
	color: #1860ab;
	text-decoration:none;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 5px;
	text-align:center;
}
#header-menu ul li a.gekozen {
	display:block;
	height: 15px;
	margin-top: -5px;
	background: #1860ab;
	color: #FFF;
	text-decoration:none;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 5px;
	text-align:center;
}
#header-menu ul li a:hover {
	background:#666;
	color: #FFFFFF;
}
#header-menu ul li a.rood {
	color: #F00;
}
#content {
	width: 984px;
	padding: 8px;
	height: auto;
}
#footer {
	width: 1000px;
	height: 30px;
	background:#bacae8 url(/images/footer.jpg);
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}
.push {
	height: 30px;
}
.rood {
	color: #FF0000;	
}
#footer ul {
	list-style-image:none;
	padding: 0px;
	margin: 0px;
	margin-left: 18px;
}
#footer ul li {
	list-style-image:none;
	list-style:none;
	float: left;
	width: 120px;
}
#footer ul li a {
	display:block;
	height: 15px;
	margin-top: 5px;
	background: #d9d9d9;
	color: #1860ab;
	text-decoration:none;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 5px;
	text-align:center;
}
#footer ul li a.gekozen {
	display:block;
	height: 15px;
	margin-top: 5px;
	background: #1860ab;
	color: #FFF;
	text-decoration:none;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 5px;
	text-align:center;
}
#footer ul li a:hover {
	background:#666;
	color: #FFFFFF;
}
#footer ul li a.rood {
	color: #F00;
}
.pics {  
    height: 200px;  
    width: 300px;  
    padding: 0;  
    margin: 0;  
} 
.pics img {  
    width:  300px; 
    height: 200px; 
	background:#CCC;
    top:  0; 
    left: 0 
} 


