html, body{
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: top;
	height: 100%;
	width: 100%;
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #000000;
}

table{
	empty-cells: show;
}

table.main{
	width: 820px;
}

td.logo{
	width: 100%;
	height: 188px;
	background: url(../../../images/logo.png) no-repeat center;
}
/*Menu*/
td.menu{
	width: 100%;
	height: 50px;
	background: url(../../../images/menu_background.png) no-repeat center;
}

td.menu_item{
	width: 118px;
	height: 41px;
	font-size: 10pt;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}
/*Content*/
td.content{
	width: 100%;
	height: 330px;
	vertical-align: top;
	text-align: left;
	padding: 10px;
	padding-top: 15px;
	padding-left: 125px;
	background: url(../../../images/content.png) no-repeat;
}

div.content{
	overflow: auto;
	width: 570px;
	height: 285px;
	font-size: 9pt;
}

div.content table td{
	font-size: 9pt;
	vertical-align: top;
}

a.childmenu:link, a.childmenu:visited{
	color: #00AEEF;
	font-family: Verdana, Arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 15px;
	line-height: 19px;	
}

a.childmenu:hover{
	text-decoration: underline;
}

a:link, a:visited{
	color: #000000;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

h1{
	font-size: 9pt;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	width: auto;
}

div.adres{
	width: 570px;
	text-align: center;
	font-size: 8pt;
	padding-top: 6px;
}
/*Footer*/
td.footer{
	text-align: right;
	font-size: 9px;
	font-family: Tahoma;
	color: #000000;
	padding-right: 120px;
}

a.footer:link, a.footer:visited{
	font-size: 9px;
	color: #000000;
	text-decoration: none;
}

a.footer:hover{
	font-size: 9px;
	color: #000000;
	text-decoration: underline;
}
/*Lightbox*/
div.lightbox_header{
	color: #FFFFFF;
	float: left;
	margin-left: 6px;
	margin-top: 2px;
	letter-spacing: 1px;
}

.lightbox_holder{
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

table.lightbox_main{
	width: 550px;
	background-color: #FFFFFF;
	font-size: 10pt;
}

td.lightbox_header{
	background: url(../../../images/lightbox_header.png) no-repeat top right;
	height: 28px;
	font-size: 12px;
	text-align: right;
	vertical-align: top;
	line-height: 18px;
}

td.lightbox_content{
	padding: 5px;
	padding-top: 0px;
}

div.lightbox_content{
	overflow: auto;
	height: 300px;
}

img.lightbox_close{
	cursor: pointer;
	margin-top: 2px;
	margin-right: 3px;
}

.button{
	width: 96px;
	height: 24px;
	border: 0px;
	background: #000000;
	color: #FFFFFF;
}
/*Referentie*/
td.referentie_image{
	width: 550px;
	text-align: center;
	height: 130px;
	padding-top: 5px;
}
/*Contact*/
#contact, #lightbox, #referentie{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: url(../../../images/lightbox.png);
	display: none;
}

td.contact_tekst{
	padding: 10px;
	padding-top: 5px;
}

.input_text{
	border: 1px solid #000000;
	width: 250px;
}

td.contact_name{
	width: 150px;
	padding-right: 10px;
	text-align: right;
}

td.contact_input{
	width: 250px;
	padding: 1px;
}

div.contact_naw{
	width: 200px;
	float:left;
	padding-left: 10px;
	margin-top:16px;
	font-size:11px;
	letter-spacing:1px;
	line-height:15px;
}

div.plattegrond{
	width: 166px;
	float: left;
	padding-bottom: 10px;
	margin-top:10px;
}
