/*
#################
#	ALGEMEEN	#
#################
*/
body, html,
span, div,
h1, h2, h3, h4, h5, h6,
a, p,
img,
ul, ol, li {
	margin: 0;
	padding: 0;
}

h2 {
}

h3 {
}

h4 {

}

p {
	margin-bottom: 10px;
}

img {
	border: none;
	vertical-align: bottom;
	
}

.hidden {
	display: none;
}

.clear {
	clear: both;
	height: 0;
}

body {
	color: #000;
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/main_bg_x.gif);
	background-position: 4px 5px;
	margin-top: 100px;
}

/*
#################
#	LAY-OUT		#
#################
*/

/* HOOFDPAGINA */

body#mainBody div#container {
	width: 854px;
	height: 560px;
	margin: auto;
	font-size: 1.1em;
}

div.mainText {
	width: 604px;
	height: 390px;
	float: left;
	background: url(../images/main_text.png);
}
div.mainRechtsB {
	width: 250px;
	height: 114px;
	float: left;
	background:  url(../images/main_rt.png);
}
div.mainNieuws {
	width: 250px;
	height: 234px;
	float: left;
	background:  url(../images/main_bg_nieuws.png);
}

div.mainRechtsO {
	width: 250px;
	height: 42px;
	background:  url(../images/main_ro.png);
	float: left;
}

div.main_Menu {
	width: 854px;
	height: 32px;
	clear: left;
	background:  url(../images/main_bg_menu.png);
}

div.home { 	background:  url(../images/main_bg_menu_home.png); }

div.mainMiddenO {
	width: 854px;
	height: 67px;
	background: url(../images/main_rb.png);
	clear: left;
}

div.mainFooter {
	width: 824px;
	height: 51px;
	background: url(../images/main_bg_footer.png);
	clear: left;
	padding: 20px 0 0 30px;
}
div.mainNieuws h4 {
	width: 163px;
	height: 27px;
	background: url(../images/nieuws_title.png);
	margin: 12px;
}

/* SUBPAGINA */
body#subBody div#container,
body#subBodyFotoalbum div#container {
	width: 854px;
	height: 480px;
	margin: auto;
	font-size: 1.1em;
}

div.subHeader {
	width: 819px;
	height: 85px;
	float: left;
	background: url(../images/sub_header.png);
	padding: 10px 0 0 35px;
}
div.subContent {
	width: 799px;
	float: left;
	background: url(../images/sub_content.png);
	padding: 20px 20px 0 35px;
}
div.subFooter {
	width: 819px;
	height: 94px;
	float: left;
	background: url(../images/sub_footer.png);
	padding: 5px 0 0 35px;
}
div.subFooter img {
	margin-bottom: 10px;
}
div.tekstvak {
	width: 278px;
	float: left;
	color: #fff;
	margin-right: 15px;
	line-height: 16px;
}
div.tekstvak h2{
	color: #00bce4;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	line-height: 22px;
}
div.img {
	width: 210px;
	height: 150px;
	float: right;
}

/* FOTOALBUM */
body#subBodyFotoalbum div.subContent {
	height: auto;
	padding-bottom: 20px;
}
div.albums {
	width: 260px;
	float: left;
	padding-bottom: 10px;
}

div.thumbs {
	float: left;
	width: 530px;
}
h3 {
	color: #00bce4;
	font-size: 1.6em;
	font-weight: bold;
	padding-bottom: 8px;
}
div.thumbs h3 {
	padding-bottom: 0px;
}
div.thumbs img{
	float: left;
	margin: 0 6px 6px 0;
}
div.thumbs div.vergroten {
	color: #fff;
	font-size: 0.9em;
	float: left;
	width: 524px;
	text-align: right;
	padding-bottom: 2px;
}


/*
#########################
#	MENU'S & LIJSTEN	#
#########################
/*

/* HOOFDMENU */
ul#menuItems {
	list-style: none;
	padding-left: 30px;
}
ul#menuItems li{
	float: left;
}
ul#menuItems li.border{
	background: url(../images/main_border_menu.gif) right bottom no-repeat;
}

ul#menuItems li a{
	font-family: Arial, sans-serif;
	height: 24px;
	text-decoration: none;
	display: block;
	float: left;
	font-weight: bold;
	font-size: 1.3em;
	padding: 8px 16px 0 15px;
	color: #000;
}
ul#menuItems li a:hover,
ul#menuItems li a.active{
	background: #00bce4;
	color: #fff;
}

/* SUBMENU */

body#subBody ul#menuItems a.home {
	color: #00bce4;
	display: block;
}
body#subBody ul#menuItems a.home:hover {
	background: #00bce4;
	color: #fff;
}

/* FOTOALBUMS */


div.albums a {
	display: block;
	height: 20px;
	width: 200px;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding: 4px 0 0 15px;
	margin-bottom: 1px;
	background: url(../images/dot.gif) no-repeat 1px 10px;
}
div.albums a:hover,
div.albums a.active {
	color: #00bce4;

}

/* MAIN NIEUWS */

ul#mainNieuws {
	list-style: none;
	padding-left: 22px;
	width: 205px;
}

ul#mainNieuws li#title {
	font-weight: bold;
}
ul#mainNieuws li#link {
	color: #00bce4;
	font-weight: bold;
	padding-bottom: 15px;
}

ul#mainNieuws li a {
	color: #00bce4;
	text-decoration: none;
	line-height: 250%;
}

ul#mainNieuws li a:hover {
	text-decoration: underline;
}

/* MAIN FOOTER NAW */

div.address {
	float: left;
	width: 145px;
}

ul#footerNAW {
	list-style: none;
	width: 140px;
}
ul#footerNAW li#bold {
	font-weight: bold;
}
div.mainFooter ul#footerNAW a {
	font-weight: bold;
	text-decoration: underline;
	color: #000;
}
div.mainFooter ul#footerNAW a:hover {
	text-decoration: none;
}

/* MAIN FOOTER COPYRIGHT */

div.copyright {
	float: left;
	color: #4c5a52;
}

div.mainFooter div.copyright a {
	text-decoration: none;
	color: #4c5a52;
}
div.mainFooter div.copyright a:hover {
	text-decoration: underline;

}
/* SUB FOOTER NAW GEGEVENS */

div.subFooter div.contact {
	width: 580px;
	float: left;
}

div.subFooter div.contact div.address {
	color: #fff;
	float: left;
}

div.subFooter div.contact a {
	text-decoration: underline;
	color: #fff;
}

div.subFooter div.contact a:hover {
	text-decoration: none;
}

/* SUB FOOTER COPYRIGHT */

div.subFooter div.copyright {
	float: left;
	width: 230px;
	color: #fff;
	font-size:0.9em;
}
div.subFooter div.copyright a {
	color: #fff;
	text-decoration: none;
}
div.subFooter div.copyright a:hover {
	text-decoration: underline
}
/* SUBPAGINA */
/*
#####################
#	FORMULIEREN		#
#####################

ALGEMEEN */
form {
	float: left;
}

form ul {
	list-style: none;
	color:	#fff;
	width: 500px;
	font-size: 1.2em;
}
form label {
	display: block;
	float: left;
	margin: 0;
	padding: 0.3em 0 0 0;
	font-size: 0.8em;
	width: 13em;
}
form ul li {
	clear: both;
	margin: 4px 0;
	padding: 0;
}
		
textarea {
	width: 20em;
	height: 8em;
	border: 0;
}

form ul li input {
	border: 0;
	background-color: #fff;
	color: #000;

}
form input {
	background-color: #00bce4;
	color: #fff;
	border: 0;
	margin-right: 2px;

}
form input.uitlijn {
	margin-left: 137px;
}

/* ZOEKFORMULIER */
