body{
	background-image: url(img/bg.png);
	background-repeat: repeat-x;
	background-color: #fff;
	margin: 0;
	font-family: tahoma;
	font-size: 12px;
	}
	
#container{
	width: 980px;
	height: auto;
	margin: 0px auto 0px auto;
	}

#header{
	height: 142px;
	width: 980px;
	}
	
#logo{
	height: 142px;
	width: 415px;
	float: left;
	background-image: url(img/logo.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-right: 285px;
	}
	
#zoeken{
	height: 38px;
	width: 280px;
	float: left;
	margin-top: 52px;
	background-image: url(img/zoeken.png);
	}
	
#search{
	height: 20px;
	width: 220px;
	border: 0;
	margin: 0;
	background-color: #dbf2ff;
	margin-left: 9px;
	font-size: 11px;
	font-style: italic;
	}
	
.button{
	border: 0;
	width: 47px;
	height: 38px;
	background-image: url(img/button.png);
	}
	
#menu{
	height: 45px;
	width: 980px;
	}
	
#menu1{
	height: 45px;
	width: auto;
	float: right;
	}
	
#menu1 ul{
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#menu1 li{
	float: left;
	}
	
#menu1 a{
	width: 100px;
	height: 45px;
	display:block;
	background-image: url(img/menu-button.png);
	background-position: center right;
	background-repeat: no-repeat;
	text-decoration: none;
	font-size: 17px;
	font-family: Trebuchet MS;
	font-style: italic;
	color: #000000;
	line-height: 44px;
	text-align: center;
	}
	
#menu1 a:hover{
	background-image: url(img/menu-button-o.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	}

#submenu{
	height: 37px;
	width: 980px;
	margin-bottom: 10px;
	}

#welkom{
	height: 37px;
	width: 200px;
	float: left;
	line-height: 36px;
	color: #FFFFFF;
	}
	
#sub-menu{
	width: auto;
	height: 37px;
	float: right;
	}
	
#sub-menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#sub-menu li{
	float: left;
	}

#sub-menu a{
	width: auto;
	height: 45px;
	display:block;
	text-decoration: none;
	font-size: 12px;
	font-family: tahoma;
	color: #fff;
	text-align: center;
	margin-left: 20px;
	line-height: 36px;
	}
	
#sub-menu a:hover{
	text-decoration: underline;
	}
	
#left{
	height: auto;
	width: 228px;
	float: left;
	margin-right: 7px;
	}
	
#left-menu-heading{
	height: 45px;
	width: 228px;
	background-image: url(img/menu-heading.png);
	}
	
#left-menu{
	height: auto;
	width: 228px;
	background-image: url(img/menu-repeat.png);
	}
	

	
#left-menu-footer{
	height: 27px;
	width: 228px;
	background-image: url(img/menu-footer.png);
	margin-bottom: 10px;
	clear: both;
	}
	
#contact{
	height: 117px;
	width:198px;
	background-image: url(img/contact.png);
	padding: 10px 15px 10px 15px;
	color: #FFFFFF;
	line-height: 20px;
	margin-bottom: 10px;
	}
	
#content{
	height: auto;
	width: 745px;
	float: left;
	background-image: url(img/content-bg.png);
	background-repeat: repeat-x;
	}
	
#content hr {
	color:#ffd2eb;
	border:none;
	border-top:1px solid #ffd2eb;
	height:1px;
	}
	
#content-heading{
	height: 33px;
	width: 725px;
	float: left;
	margin: 0px 10px 10px 10px;
	clear: both;
	}
	
#text{
	height: auto;
	width: 735px;
	margin: 10px;
	line-height: 20px;
	font-size: 12px;
	min-height: 430px;
	}
	
#text a{
	color: #e44ea2;
	text-decoration: none;
	font-weight:bold;
	border-bottom: 1px #e44ea2 dashed;
	}	

#right{
	height: auto;
	width:299px;
	float: left;
	}
	
#foto{
	height: 459px;
	width: 289px;
	z-index: 1;
	position: absolute;
	padding: 5px 5px 5px 6px;
	}
	
#foto p{
	margin: 0;
	padding: 0;
	}
	
#foto img{
	padding-top: -20px;
	}

#foto-border{
	height: 469px;
	width: 299px;
	background-image: url(img/foto-border.png);
	z-index: 2;
	position: absolute;
	}
	
h1{
	font-size: 17px;
	font-family: Trebuchet MS;
	margin: 10px 0px 10px 0px;
	padding: 0;
	border-bottom: 1px #c9bbc8 dotted;
	color: #164399;
	font-style: italic;
	}


td{
	border-bottom: 1px #ffd6fd solid;
	}

#footer{
	width: 980px;
	border-top: 1px #b4dcf1 solid;
	margin-top: 10px;
	clear: both;
	padding-top: 5px;
	font-size: 11px;
	}
	
#footer a{
	font-weight: bold;
	color: #0cc3f2;
	text-decoration: none;
	border-bottom: 1px #0cc3f2 dashed;
	}


.contact-table{
	border-bottom: none;
	text-align: left;
	}