
/* body */

* {
	margin: 0; padding:0;
}

body{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	text-align:center;
	color: #303030;
	background-color: white;
	margin-top: 50px;
}


/* Basic links */

a:link,
a:visited,
a:active,
a:hover {
	color: black;
	text-decoration: none;
}


/* Basic image properties */
img {
	border: 0;
}

/* Basic table properties */
table {
	border-collapse: collapse; 
	border-spacing: 0; 
}
td { 
	margin: 0px; 
	padding: 0px; 
	text-align: left;
	vertical-align: top;
}

th {
	margin: 0px; 
	padding: 0px; 
	text-align: left;
	vertical-align: middle;
}





/* Holders */
#container{
	width: 797px;
	height: 600px;
	margin: 0 auto;
	text-align: left;
}

#left_holder {
	float: left;
	width: 646px;
}

#right_holder {
	float: right;
	width: 151px;
}

.poweredby {
	margin-top: 515px;
	vertical-align: bottom;
	width: 146px;
	text-align: right;
}

.poweredby a:link,
.poweredby a:visited,
.poweredby a:active {
	color: #303030;
	text-decoration: none;
}

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


/* Headers */
#header{
	height: 46px;
	text-align: center;
	background-color: #1A181D;
}


#menu {
	background-color: white;
}

#menu .menu_item {
	height: 30px;
	float: left;
	padding: 14px 6px 0 15px;
	background: url("../images/menu_item.jpg") left no-repeat;
	font-weight: bold;
	font-size: 12px;
	color: black;

}

/* Content */
#content {
	height: 426px;
	width: 465px;
	color: black;
	border-top: 2px #DD006B solid;
	padding: 30px 30px 30px 150px;
	font-size: 12px;
	float: left;
	overflow: auto;
}

.boei {
	background: url("../images/body_background_boei.jpg");
	background-repeat: no-repeat;
	background-position: 0px 45px;
}
.vuurtoren {
	background: url("../images/body_background_vuurtoren.jpg");
	background-repeat: no-repeat;
	background-position: 0px 45px;
}


#content .contact td {
	padding: 1px;
	width: 50%;
}

.logos_holder {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	color: #9C9D9F;
	font-size: 10px;
	text-align: center;
	width: 130px;
}

.logos {
	border: #9C9D9F 1px solid;
	background-color: white;
	text-align: center;
	display: table-cell; 
	vertical-align: middle;
	width: 130px;
	height: 130px;
}



#content ul li {
	margin-left: 30px;
}
#content ul li ul li {
	margin-left: 20px;
}

#content ul {
	margin-bottom: 0px;
}

#content h1 {
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 5px;
}

#content h2 {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 5px;
}


#content div.contact {
	font-size: 10px;
}

#right {
	background: url("../images/right_background.jpg") top left no-repeat;	
	float: right;
	height: 531px;
	width: 151px;
}


/* Footer*/
#footer{
	width: 797px;
	clear: both;
}

#footer table {
	width: 500px;
	float: left;
	margin-left: 50px;
	margin-top: 16px;
	color: #6F6F6F;

}

#footer table a:link,
#footer table a:active,
#footer table a:visited {
	color: #6F6F6F;
}


#footer table a:hover {
	text-decoration: underline;
}

#footer img {
	padding: 15px;
	float: right;
}

