html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}

html{
	overflow-y:scroll;
}

body{
	background:url("/images/bg_repeat.jpg") top repeat-x;
	margin:0; padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

h1,h2,h3,h4,h5{margin:0; padding:0;}

h1
{
	font-size:19px;
	color:#64a1d1;
	font-weight:bold;
}

h2
{
	font-size:16px;
	color:#64a1d1;
	font-weight:bold;
}

h3
{
	font-size:13px;
	color:#64a1d1;
	font-weight:bold;
}

a
{
	color:#64a1d1;
}

#container
{
	width:985px;
	margin:0 auto;
}

#header_container
{
	height:255px;
}

#header
{
	height:190px;
	background:url("/images/header.png") no-repeat;
	margin: 0 0 -4px 0;
}

#logo
{
	padding:50px 0 0 25px;
}

#logo img
{
	border:0px;
}

#nav_container
{
	background:url("/images/nav_bg.png") no-repeat;
	height:20px;
	padding:23px;
}

#nav{
	position:relative;
	width:727px;
	float:left;
}

	#nav ul, #nav li
	{
		list-style-type:none;
		padding:0; margin:0;
	}
	
	#nav li 
	{
		float:left;
	}
	
	#nav li a
	{
		color:#FFF;
		padding:4px 10px;
		font-size:13px;
		text-decoration:none;
		border-right:1px #3e7fbe solid;
		border-left:1px #9dc9e6 solid;
	}
	
	#nav li a:hover
	{
		color:#3e7fbe;
	}
	
#search_container
{
	width:207px;
	float:left;
	margin-top:-2px;
}

.searchButton
{
	width:25px;
	heigth:19px;
	float:left;
}

.searchInput
{
	background:url("/images/search_bg.jpg") no-repeat;
	width:177px;
	height:19px;
	border:0px;
	float:left;
	line-height:19px;
	font-size:11px;
}


#middle_container
{
	padding:3px 8px 0 8px;
}

#content_container
{
	width:726px;
	float:left;
	position:relative;
}

#content_header
{
	height:15px;	
	background:url("/images/content_header.png") no-repeat;
}

#content_middle
{
	background:url("/images/content_middle.png") repeat-y;
}

#content_footer
{
	height:16px;
	background:url("/images/content_footer.png") no-repeat;
}

#content
{
	padding:10px 25px;
	min-height:350px;
}

	#content h3
	{
		padding:0 0 10px 0;
	}

#right_container
{
	width:240px;
	float:left;
	padding:0 0 0 2px;
}

#contact_container
{
	position:relative;
}

#contact_header
{
	height:50px;	
	background:url("/images/contact_header.png") no-repeat;
}

	#contact_header h3
	{
		color:#FFF;
		line-height:55px;
		padding-left:25px;
	}

#contact_middle
{
	background:url("/images/contact_middle.png") repeat-y;
}

#contact
{
	padding:7px 25px;
}

/* Contactform */

.line-default {
    line-height: 18px;
}

.font-default {
    font-size: 1.1em;
}

.form-holder div.formfield {
    margin: 0 0 5px;
}

input {
    color: #666666;
    font-family: Verdana,Arial,sans-serif;
    font-size: 62.5%;
}

.form-aanmelden-holder input[type="text"], .form-aanmelden-holder input[type="password"], .form-aanmelden-holder textarea, .form-holder textarea, .form-holder input[type="text"] {
    -moz-border-radius: 3px 3px 3px 3px;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #9A9A9A;
    height: 14px;
    padding: 5px;
    width: 188px;
}

.form-holder input[type="radio"], .form-holder input[type="checkbox"] {
    float: left;
    margin: 5px 5px 0 0;
}

.form-holder div.formfield label {
    display: block;
    float: left;
    line-height: normal;
    padding: 5px 0 0;
    width: 150px;
}

.form-holder div.formfield label.radio-label {
    height: 16px;
    padding: 5px 0;
    width: 75px;
}

.form-holder textarea {
    height: 75px;
    width: 338px;
}

.clearfix {
    display: block;
}

.clearfix {
    display: inline-block;
}

/* end form */

#contact_footer
{
	height:16px;
	background:url("/images/contact_footer.png") no-repeat;
}

#recomar_container
{
	width:238px;
	padding:10px 4px;
}

#footer_container
{
	text-align:center;
	color:#979797;
	font-size:11px;
	background:url("/images/footer_shadow.png") bottom center no-repeat;
	height:40px;
	padding:5px 0 0 0;
}

#footer_nav
{
	line-height:20px;
}

.breaker
{
	clear:both;
}

