html {
height: 100%; /* héél belangrijk */
}

body
{
	font: 78%/1.45 Arial, Verdana, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
	font-size:11px;
	color:#000;
	background-color:#B30704;
	height:100%;
	font-size: 78%;
	color: #004A80;
}

a {
  color: #D71920;
}

#container
{
    position: relative; 
    margin: 0 auto; 
    width: 986px;
	min-height: 100%;
	height:auto !important; /* voor moderne browsers */
	height:100%; /* voor IE */
	top:0px;
	z-index:1;
	background-color:#FFF;
}

#column_left
{
	width:200px;	
	float:left;
	padding-left:15px;
}

#column_right
{
	width:200px;	
	float:left;
	padding-left:15px;
}

#content
{
	float:left;
	width:526px;
	padding-left:15px;
}

#clear
{
	clear:both;
}

#logo
{
	position:relative;
	left:15px;
	top:15px;
}

#header
{
	height:150px;
}

#menutop
{
	position:absolute;
	left:350px;
	top:40px;
}

h3
{
	color:#B30704;
	padding:0px;
	margin:0px;
}

.infobox-text
{
	border:1px solid #DDDDDD;
	padding:3px;
}

.infobox-header
{
	background-color:#D71920;
	color:#FFF;
	text-align:center;
	padding:2px;
	background-image:url(../images/infobox-header.jpg);
	background-repeat:no-repeat;
	font-weight:bold;
}

.infobox
{
	width:200px;
}

#bottom
{
	width:986px;
	height:30px;
	padding-left:0px;
	padding-top:1px;
	background-color:#FFF;
}

#footer 
{
	  bottom: 0px;
	  background: #fff;
	  padding: 0px 15px 0px 15px;
	  color: #FFF;
	  clear: both;
	  margin-top: 24px;
}

#footer a
{
	color:#FFF;
	text-decoration:none;
}

#footer a:hover
{
	text-decoration:underline;
}
