body
{
	/*background-image:url(../images/grid.gif);*/
	background-color:#AF0E15;
	color:white;
}

*
{
	margin:0px;
	padding:0px;
	font-family:arial;
	font-size:9pt;
}
#mailcontainer
{
	width:589px;
	min-height:500px;
 	margin: 0 auto;
 	margin-top:0px;
	border:1px solid #000 !important;
	background-color:#fff;
}
#mailheader
{
	width:589px;
	height:161px;
 	background-image:url(../images/mail-header.gif);
 	background-repeat:no-repeat;
}
#mailcontent
{
	width:529px;
	padding-left:30px;
	padding-right:30px;
	min-height:300px;
	color:#000;
	background-color:#fff;
	font-size:9pt;
}

#mailcontent p
{
	margin-bottom:1.5em;
}

#mailcontent a.largelink
{
 	font-size: 12pt;
 	color: #d55713;
	font-weight:bold;
}

#mailcontent a
{
	text-decoration:underline;
}


#mailcontent li
{
	margin-bottom:1em;
	margin-left:4em;
}

#mailfooter
{
	width:589px;
	height:42px;
 	background-image:url(../images/mail-footer.gif);
 	background-repeat:no-repeat;
}
#header
{
	width:980px;
	min-height:220px;
 	background-image:url(../images/banner.gif);
 	background-repeat:no-repeat;
}

#left
{
	float:left;
	width:490px;
	margin-right:25px;
	min-height:590px;
	border-right:1px solid #fff;
}

#right
{
	float:left;
	min-height:500px;
}

#form
{
	margin-top:20px;
	float:left;
}

#container
{
	width:980px;
	min-height:500px;
 	margin: 0 auto;
 	margin-top:0px;
 	background-image:url(../images/grid.gif);
	background-position:center top;
	background-color:#eee;
}
#wrapper
{
 	background-image:url(../images/bg.gif);
 	background-position:top left;
 	background-repeat:no-repeat;
	min-height:500px;
	width:980px;
	margin:0;
	padding:0;
	float:left;
}

input
{
	min-height:14px;
	line-height:14px;
	color:#555;
	background-color:#eccc9d;
	
}
select, textarea
{
	color:#555;
	background-color:#eccc9d;
}

input.verplicht, select.verplicht
{
	background-color:#fff;
	
}
span.red
{
	color:#AF0E15;
}

input.normal
{
	background-color:transparent;
	margin-right:1em;
}

a
{
	text-decoration:none;
	color:white;
}

#right h1
{
	font-size:150%;
	font-weight:bold;
}

#right p
{
	max-width:375px;
	text-align:justify;
}

#button
{
	float:right;
	margin-right:87px;
	margin-bottom:10px;
	clear:both;
	background-image:url(../images/send.gif);
	background-color:transparent;
	background-repeat:no-repeat;
	height:15px;
	width:94px;
	border:0;
    cursor:pointer;
}
a.kroll
{
	margin-left:45px;
	margin-top:-10px;
	display:inline-block;
	width:182px;
	height:36px;
 	background-image:url(../images/kroll.png);
	background-repeat:no-repeat;
}

a.kroll:hover
{
	display:inline-block;
	background-position:0 0;
	width:182px;
	height:36px;
 	background-image:url(../images/kroll-glow.png);
	background-repeat:no-repeat;
}

p.aanvragen
{
	margin-left:45px;
	display:inline-block;
	width:327px;
	height:47px;
 	background-image:url(../images/aanvragen-glow.png);
	background-repeat:no-repeat;
	text-shadow:white 0px 0px 5px;
}

hr.thinline
{
	margin-top:140px;
	height:1px;
	color:#fff;
	width:98%;
	text-align:left;
}

a.white
{
	margin-left:45px;
}

span.spacer
{
	margin-left:18px;
	margin-right:18px;
}

#contact
{
 width:250px;
 height:125px;
 opacity: 0;
 -moz-opacity: 0;
 -khtml-opacity: 0;
 filter: alpha(opacity=0);
 margin-left:45px;
 margin-top:40px;
}

#contact *
{
 font-size:14px;
}

.errors
{
	background-color:#f00;
	border:2px solid #fff;
    width:350px;
    padding:10px;
}

/* Bug fix -> zorgt ervoor dat de content niet uit de div loopt in FireFox */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .clearfix {height: 1%;}

/* Bug fix -> zorgt ervoor dat de content niet uit de div loopt in FireFox/MAC IE */

