/* De instellingen van de body */
body{
	color: #000000;
	background-color: #ffffff;
	font-family: Verdana;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	text-align: justify;
	padding: 0px;
	border-width: 0px;
}

/* De hyperlink kleuren */
a:link, a:active, a:visited {
	color: #0000ff;
}
a:hover{
	color: #000000;
}

/* headings */

h1{
	font-size: 14px;
	font-weight: bold;
}

h2{
	font-size: 13px;
	font-weight: bold;
}

h3{
	font-size: 11px;
	font-weight: bold;
}

/* een aparte gecentreerde box maken */

#container{
	position: absolute;
	background-color: #ffffff;
	margin: 5px;
	/* volgende worden door javascript op defaults gezet als schermresolutie kleiner dan 900 px is */
	left: 50%;
	margin-left: -450px; /* (width/2) zorgt er icm left en position voor dat je een gecentreerde floating box krijgt. */
	/* einde breedte hack */
	width: 900px;
	padding: 0px;
    border: 1px solid #000000;
}

#top{
	float: left;
	width: 900px;
	height: 210px;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	background-color: #fbfbfb;
	background-image: url('../images/topbar.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

#content{
	float: left;
	background-repeat: no-repeat;
	background-position: top right;
	width: 850px;
	margin: 0px;
	padding: 25px;
	border-width: 0px;
}

#content img{
	padding: 15px;
	width: 300px;
	float: right;
}

#footer{
	float: left;
	background-color: #00205d;
	color: #ffffff;
	width: 900px;
	height: 15px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#ieheighthack{
	float: right;
	width: 0px;
	height: 350px;
}

/** menu wijzig niets aan de volgende menu instellingen. */
body{
	behavior: url(style/csshover.htc); /* Needed for hover in IE*/
}
#menu{
	width: 100%;
	float: left;
}
#menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}
#menu a{
	display: block;
}
#menu li {
	position: relative;
	overflow: hidden;
}
#menu ul ul {
	position: absolute;
	z-index: 500;
}
#menu ul li{ /* Needed for IE */
	float: left; 
	width: 100%;
}
#menu ul li a { /* Needed for IE (else unable to click on all items in menu */
	_height: 1%; /* Hacked even more, because IE7 does support css menus without this */
}
#menu ul ul ul {
	top: 0;
	left: 100%;
}
div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{
	display: none;
}
div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{
	display: block;
}

/* opsmuk ;) Hier moeten de wijzigingen plaatsvinden */
#menu{
	background-color: #87490c;
}

#menu ul{
	width: 85px;
	/* border-bottom: 1px solid black; */
}
#menu ul ul li{
	border-bottom: 1px solid black;
}
#menu ul ul {
	border-top: 1px solid black;
}



#menu a{
	color: #ffffff;
	font-weight: bold;
	background-color: #87490c;
	border-right: 1px solid black;
	padding: 5px;
	margin: 0;
	text-decoration: none;
}

#menu ul ul a{
	background-color: #ffb228;
	border-left: 1px solid black;
}

#menu a:hover{
	color: #000000;
	background-color: #ffff2e;
}

#menu ul ul {
	width: 185px;	
}
/* End menu */
#title{
	font-family: "Arial black";
	margin: 0px;
	padding: 0px;
	float: right;
	margin: 0px;
	padding: 0px;
	margin-top: 140px;
	margin-right: 20px;
	font-size: 50px;
	text-transform: uppercase;
	color: #00205d;
	width: 650px;
	height: 60px;
	text-align: right;
	overflow: hidden;
}

/* verder */
table{ 
	border: 0px solid black;
	font-size: 11px;
}

.button{
	background-color: #87490c;
	border: 1px solid black;
	font-weight: bold;
	color: #ffffff;
}

.postcodeinvulveld,.huisnummerinvulveld{
	width: 65px;
}

input,select,textarea{
	border: 1px solid black;
}

.borderlesstable{
	border: 0px;
}

#mailform .achternaam, .voornaam, .email, .telefoon{
	width: 257px;
}

#mailform .straat, .woonplaats{
	width: 184px;
}

#mailform .bericht{
	width: 398px;
	height: 200px;
	overflow: auto;
}

#mailform table{
	border: 0px;
}

#contact table{
	border: 0px;
}

.kaartje{
	border: 0px;
	float: right;
	height: 300px;
	width: 400px;
}
#content .kaartjewebsite{
	border: 1px;
	height: 122px;
	width: 162px;
	

}
#content .kaartjethumb{
	border: 1px;
	float: left;
	border: 0px;
	padding: 2px;
	margin : 5px

}

