* 
{
	padding: 0px;
	margin: 0px;
}

body
{
	background: #ffffff url(../img/background.jpg) repeat-x top left;	
	font-family: verdana;
	font-size: 1em;
	color: #62626A;
	text-align: center;
}


h1 
{
  background: url(../img/h1.gif) repeat-y top left;
  color: #ff9900;
	font-family: verdana;
	font-size: 1.5em;
	font-weight: normal;
	margin-left: -15px;
	padding-left: 15px;
}

h2 
{
  background: url(../img/h1.gif) repeat-y top left;
  color: #ff9900;
	font-family: verdana;
	font-size: 1.20em;
	font-weight: bold;
	margin-left: -15px;
	padding-left: 15px;
}

h3 
{
  color: #ff9900;
	font-family: verdana;
	font-size: 1.20em;
	font-weight: bold;
	margin-left: -15px;
	padding-left: 15px;
}

ul
{
  padding-left: 15px;
}


a:link
{ 
	text-decoration: none;
	font-family: verdana;
	font-size: 1em;
	color: #ff9900;
	}

a:hover
{
	text-decoration: underline;
	font-family: verdana;
	font-size: 1em;
	color: #ff9900;
	}
	
a:visited
{
	text-decoration: none;
	font-family: verdana;
	font-size: 1em;
	color: #000000;
	}

a:active
{ 
	text-decoration: underline;
	font-family: verdana;
	font-size: 1em;
	color: #ff9900;
}




/*----------------------------------------------------------*/
/*Template*/
/*----------------------------------------------------------*/
#container
{
	position: relative;
	text-align: left;
	width: 770px;
	margin: 0em auto;
}

#page_content
{
  float: left;
  background-color: #ffffff;
  width: 770px;
}

#header
{
  background-color: #ffffff;
  height: 285px;
  margin-top: 10px;
}

#page
{
  width: 730px;
  margin-left: 20px
}

#footer
{
  background-color: #ffffff;
  height: 16px;
  margin: 10px 0px 10px 20px;
  clear:both;
}

#content
{
  float: left;
  padding: 5px 0px;
  display: inline;
  padding: 10px 15px;
}

.home    #content
{
  background: #b8d8f0 url(../img/background_home.jpg) no-repeat top left;
  width:538px; 
  margin-left: 10px; 
  font-size: .75em;
}

.vervolg #content
{ 
  background: #b8d8f0 url(../img/background_vervolg.jpg) no-repeat top left;
  width:700px; 
  font-size: .75em;
}

.label
{
	font-family: verdana;
	font-size: 1em;
	font-weight: bolder;
	color: #62626A;
}

.error
{
	font-family: verdana;
	font-size: 1em;
	font-weight: bolder;
	color: #ff0000;
}

.inputform
{
  border-style: solid;
  border-width: 1px;
  border-color: #62626A;
  
  margin: 3px 0px 12px 0px;
  padding: 0px 0px 0px 0px;

  font-family: verdana;
  font-size: 1em;

  width: 100%;  
  height: 16px;
}

textarea
{
  border-style: solid;
  border-width: 1px;
  border-color: #62626A;
 
  margin: 3px 0px;
  padding: 0px 0px 0px 0px;

  font-family: verdana;
  font-size: 1em;

  height: 90px;
  width: 100%;

  overflow-y: auto;
}

.formsubmit
{
  background-color:  #eeeeee;
  
  border-left : 1px solid #aaaaaa;
  border-top : 1px solid #aaaaaa;
  border-right : 1px solid #606060;
  border-bottom : 1px solid #606060;
  
  padding: 0px;
  margin: 0px;

  font-family: verdana;
  font-size: 1em;
  
  border-width: 1px;
  width: 100%;
}



/*----------------------------------------------------------*/
/*Home Page*/
/*----------------------------------------------------------*/
#bannerlinks
{
  float: left;
  width: 152px;
  height: 242px;
  display: inline;
}


/*----------------------------------------------------------*/
/*Contact*/
/*----------------------------------------------------------*/
#kaart
{
  float: left;
  padding: 0px;
  margin: 0px;

  border: none;

  width: 450px;
  height: 300px;
}

#mailform
{
  background: #b8d8f0 url(../img/background_home.jpg) no-repeat top left;
  float: left;
  width: 248px; 
  padding: 10px 10px;
  margin-left: 10px; 
  font-size: .75em;
}


/*----------------------------------------------------------*/
/* FLOAT FIX                                                */
/*----------------------------------------------------------*/
/*** clearing rules ***/ 
  
.clearfix:after { 
    content: ".";  
    display: block;  
    height: 0;  
    clear: both;  
    visibility: hidden; 
} 
  
.clearfix {display: inline-block;} 
  
/* Hides from IE-mac \*/ 
* html .clearfix {height: 1%;} 
.clearfix {display: block;} 
/* End hide from IE-mac */  