body {
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS, tahoma;
	font-size: 11px;
	color: #204c95;
	text-align: left;
	}

h1, h2, h3 {color: #465ba5; font-family: Trebuchet MS, tahoma;}
h1 {font-size: medium; font-weight:bold;}
h2 {font-size: small; font-weight:bold; line-height: normal;}
h3 {font-size: x-small; font-weight:bold;}



#container
{
	margin: auto;	
	position: relative;
	width: 870px;	
}

#topbar
{
	background: url(../images/topbar.gif) no-repeat;
	height: 64px;
	width: 870px;
	}

#topbartekst
{
	height: 64px;
	width: 860px;
	padding-top: 5px;	
	text-align:right;
	font-size: 9px;
	}

#header
{
	height: 234px;
	padding: 0;
	width: 870px;
}

#menu
{
	background: url(../images/navbar.gif) repeat-x;
	height: 31px;
	width: 870px;
	padding-top: 6px;
	text-align:center;
}

#navigatie {
	color:white;	
	list-style:none;
	margin: 0;
	padding: 0;
	padding-left:110px;
	}

#navigatie li{
	color:white;
	font-family: Trebuchet MS, tahoma;
	font-size: small;
	float:left;	
	width: 130px;
	}


#navigatie a{
	color:white;
	font-family:Trebuchet MS, tahoma;
	font-size: small;
	text-decoration:none;
	}


#navigatie a:link{
	text-decoration:none;
	color:white;
	width: 130px;
	height: 28px;
	padding-top: 6px;
	}

#navigatie a:visited{
	text-decoration:none;
	color: #c4d0ff;
	width: 130px;
	height: 28px;
	padding-top: 6px;
	}

#navigatie a:hover{
	text-decoration:underline;
	width: 	130px;
	height: 28px;
	color:	#c4d0ff;
  	padding-top: 6px;
	}


#navigatie li a.selected{
	width: 130px;
	height: 28px;
	padding-top: 0px;
	text-decoration:underline;
	}

a {
  text-decoration:none;
  color: #003d63;
  } 
  
a:visited {
  text-decoration:none;
  color: #646464;
  } 
    
a:hover {
  text-decoration:none;
  color: #0066a5;
  }


#contentcontainer{
	height: auto;
	width: 870px;
	background: url(../images/bg.gif) repeat-x;
	padding: 0;
	margin: 0;
}

#maincontent{
	height: 400px;
	width: 820px;
	padding-left: 40px;
	padding-top: 10px;
	margin: 0px;
}

#maincontentfaq{
	height: auto;
	width: 820px;
	padding-left: 40px;
	padding-top: 10px;
	margin: 0px;
	font-size: 11px;
}

#contentkolom{
	width: 250px;
	padding: 0;
	margin: 0;
	float:left;
}

#contentkolomlarge{
	width: 430px;
	padding: 0;
	margin: 0;
	float:left;
}

#contentkolommed{
	width: 380px;
	padding: 0;
	margin: 0;
	float:left;
}


#contentimageright{
	width: 400px;
	height: 400px;
	margin: 0;
	position:absolute;
	top: 390px;
	left: 500px;
}

#contentroute{
	width: 550px;
	height: 455px;
	margin: 0;
	position:absolute;
	top: 335px;
	left: 330px;
}


#contentnieuwsbrief{
	width: 430px;
	height: 400px;
	background: url(../images/nieuwsbrief.png) no-repeat;
	margin: 0;
	position:absolute;
	top: 390px;
	left: 440px;
	text-align:left;
	padding-left: 40px;
	padding-top: 5px;
}

#contentkolomdubbel{
	width: 560px;
	height: 200px;
	background: url(../images/aanbieding.png) no-repeat;
	margin: 0;
	padding-top: 200px;
	position:absolute;
	text-align: right;
	top: 345px;
	left: 300px;
}


#faq1{
	width: 780px;
	padding: 5px 5px 5px 7px;
	margin: 0;
	background-color:#D1DBFC;
	border-bottom: #85ADF1 1px solid;
}

#faq2{
	width: 780px;
	padding:  5px 5px 5px 7px;
	margin: 0;
	border-bottom: #85ADF1 1px solid;
}

/*formuliergedeelte*/

#fieldset{
	width: 325px;
	height: 250px
	/*position: absolute;*/
	margin: 0px;
	padding-left: 50px;
	padding-top: 0px;
	text-align: left;
}

#contact{
	width: 280px;
	height: 350px;
	position:absolute;
	top: 510px;
	left: 0px;
	text-align:left;
	padding-left: 40px;
	padding-top: 5px;
	}



#rij{
		 height: 10px;
         text-align: left;
		 padding-top: 20px;
		 clear:left;
         }

input {
      width: 150px;
      font-size: x-small;
	  float:right;

}

.bericht{
      width: 275px;
	  height: 90px;
      font-size:x-small;
	 }

#rijbericht{
		 height: 100px;	
		 text-align: left;
		 padding-top: 20px;
         }

label{
         widht: 200px;
         font-weight: bold;
         float: left;
         margin-right: 3px;
      }
	  
.button {
        height: 20px;
        width: 70px;
        font-size: 10px;
        text-align: center;
		clear:both;
        }


/*footer*/

#footer
{
	background: url(../images/navbar.gif) repeat-x;
	height: 25px;
	width: 870px;
	padding-top: 7px;
	font-size: x-small;
	color: #fff;
	text-align:center;
	clear: both;
}