/* het verspringen in firefox tegengaan door de scrollbar reeds toe te voegen */ 
html {height:100%}
body {min-height:101%}
/* einde scrollbar - - - - - - - - - - - */
body {
	margin: 1px 0 0 0;
	padding: 0;
	font-family: Georgia, serif;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background: #908774;
}
a:link {  color: #000; text-decoration: underline; font-size: 12px; font-weight: normal;}
a:visited {  color: #000; font-size: 12px;}
a:hover {  color: #fff; text-decoration: underline; font-size: 12px; background-color: #000;}	
a:active {  color: #000; text-decoration: none; font-size: 12px}
/* Main layout
================================================*/
#container {
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	width: 764px;
	background:#fff;
	border: 1px double #ccc;
	border-width:0 3px 3px;
	}
#header {
	padding: 10px;
	background: #fff;
	border-bottom: 3px double #ccc;
	border-top: 3px double #ccc;
	height: 94px;
	background-image: url(i/logo2.jpg);
	background-position: right;	
	background-repeat: no-repeat;	}
	
#header h1 {
	padding: 0;
	margin: 0;
	color: #56007a;
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 250%;
}	
#main {
	margin: 5px;
	width: 550px;
	float: left;
	border-right: 1px solid #ccc;
	padding-right: 10px;
	
	}
#main_refs {
	margin:5px 0 0 5px;
	width: 750px;
	float: left;
	xpadding-right: 10px;
	
	}	
#right {
	width: 175px;
	padding: 10px 5px 5px 5px;
	float: right;
	background: #fff;
	}		

#footer {
	clear: both;
	background: #908774;
	padding: 1em;
	text-align: center;
	font-size: 0.74em;
	border: 1px solid #000;
	height: 20px;
	}		
#footer a:link {  color: #fff; text-decoration: underline; font-size: 10px; font-weight: normal;}
#footer a:visited {  color: #fff; font-size: 10px;}
#footer a:hover {  color: #000; text-decoration: underline; font-size: 10px; background-color: #a3b00b;}	
#footer a:active {  color: #fff; text-decoration: none; font-size: 10px}

/* begin navigatie - - - - - - - - - - */	
	#nav
 {
	border-top: 5px solid #fff;
	border-bottom: 3px double #ccc;
	height: 23px;
	padding-left: 5px;
	
}

#nav span
 {
	display: none;
}

#nav a
{
	color: #fff;
	font-size: 12px;
	display: block;
	float: left;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding: 2px 7px 2px 7px;
	margin: 0;
	font-weight: bold;
	border-right: 3px solid #fff;
}
#nav a#link1 {background-color: #a3b00b;}

#nav a#link2 {background-color: #3D607E;}

#nav a#link3 {background-color: #00415b;}


#nav a#link1:hover,
#nav a#link2:hover,
#nav a#link3:hover
 {
	background: #fff url(i/nav_shadow.jpg) repeat-x;
	color: #006;
	font-weight: bold;
	text-decoration: none;
}

/* einde navigatie - - - - - - - - - - - - - - - */

#main h1, #main_refs h1{
	background-color: #a3b00b;
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 180%;
	color: #fff;
	padding-left: 5px;
}
#main h2, #main_refs h2{
	background-color: #3D607E;
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 180%;
	color: #fff;
	padding-left: 5px;
}
#main h3, #main_refs h3{
	background-color: #00415b;
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 180%;
	color: #fff;
	padding-left: 5px;
}
.fotolinks
{
	float: left;
}

.fotorechts{
	float: right;
}
.text {
	text-align: justify;
	border: 3px double #ccc;
	padding: 10px;
	background-color: #eee;
}
.text2 {
	text-align: left;
	border: 1px solid #000;
	padding: 10px;
	background-color: #908774;
	color: #fff;
}

/* ContactFormulier -  - - - - - - - - - - */
.input-box
{
color: #000;
background: #fff;
border: 1px solid #000;
width: 13.5em;
padding: 3px;
}
.submit {
margin:3px;
background: transparent url("i/submit.gif") no-repeat;
height:25px;
width:100px;
border: 0px solid #ccc;
font:76% Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
color:#666;
text-transform:uppercase;
 }
#bericht {border: 1px solid #ccc; padding-left: 5px; background-color: transparent; color: #000;}
.form{border: 1px solid #ccc; padding-left: 5px; background-color: transparent; color: #000;}
select { background-color: #fff; color: #000; border: 1px solid #ccc;}
.red {color:#c00;}
