html, body { 
	height: 100%; 
	margin: 0px;
	padding: 0px;
} 

body{
	color: #4C4C4C;/* #737373;*/
	background-color: #d7d7d7;
	font-family: Verdana;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	border-width: 0px;
	behavior: url(style/csshover2.htc); /* Needed for hover in IE*/
	line-height: 17px;
}

h1{
	font-size: 16px;
	margin-bottom: 15px;
	margin-top: 25px;
	font-style: bold;
	/*background: transparent url(../images/head1.png) no-repeat top left;
	height: 30px;*/
}

h2{
	font-size: 14px;
	margin-bottom: 0px;
	margin-top: 0px;
	/*color: #0070fa;*/
}

h3{
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
}

a{
	color: #0070fa;
}

a:hover{
	color: #0070fa;
}

#container img {
	border: 0px;
	margin: 0px;
}


#container{
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	background: white url(../images/footer.png) no-repeat bottom left;
	/*min-height: 80%;*/
	height: auto !important;
	height: 80%;
	border: 1px #737373 solid;
	/*border-bottom: 0px;
	border-top: 0px;*/
}

#top{
	float: left;
	width: 1024px;
	height: 143px;
	background: white url(../images/top.png) no-repeat top left;
	padding-bottom: 15px;	
}

#top_fade{
	float: left;
	position: absolute;
	margin-left: 400px;
	margin-top: 65px;
	width: 560px;
	height: 52px;
	border: 1px #737373 solid;
	padding: 0px;
	/*background: white url(../images/fade_top_1.png) no-repeat top left;*/
}

#sitemap_position{
	position: relative;
	left: 10px;
	top: 32px;
	/*float:left;*/
	font-size: 9px;
}

#footer{
/*	float: left;*/
	position: relative;
	bottom: 0px;	
	clear: both;
	width: 1024px;
	height: 50px;
	padding-top:30px;
	/*border: 1px #737373 solid;*/
}

#menu{
	float: left;
	width: 175px;
	background: #e3e3e3; /*url(../images/menu_bottom.png) no-repeat bottom left;*/
	border-right: 1px #737373 solid;
	border-top: 1px #737373 solid;
	border-bottom: 1px #737373 solid;
	font-weight: bold;
}

#menu_top{
	height: 23px;
	width: 175px;
	background: transparent url(../images/menu_top.png) no-repeat top left;
}

#menu ul{
	/*margin: 0;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 40px;*/
}

#menu ul a{
	color: #4C4C4C;
	text-decoration: none;
	/*display: block;*/
	width: 100%;
	vertical-align: top;
}

#menu ul li{
/*	display: inline;*/
	list-style: url(../images/list_icon.png);
	display: list-item;
	padding: 5px;
	height: 16px;
	/*padding-left: 20px;*/
	/*margin-bottom: 5px;*.
	/*background: transparent url(../images/list_icon.png) no-repeat top left;*/
	/*background: url(../images/line1.png) no-repeat bottom left;*/
}

/*#menu ul li li{
}*/

/*#menu ul li:hover, #menu ul .selected {
	/*background: #ffffff; url(../images/menu_hover.png) repeat-x top left;*/
	/*background: url(../images/line1_hover.png) no-repeat bottom left;*/
	/*list-style: square inside url(../images/list_icon.png);*/
/*}*/
/*#menu ul li:hover, #menu ul li:hover a {
	color: #4C4C4C;
}*/

#latest_nieuws
{
	float: right;
	width: 175px;
	background: #e3e3e3; /*url(../images/menu_bottom.png) no-repeat bottom left;*/
	padding-bottom: 20px;
	border-left: 1px #737373 solid;
	border-top: 1px #737373 solid;
	border-bottom: 1px #737373 solid;
	font-weight: normal;
}

#latest_nieuws_top{
	height: 23px;
	width: 175px;
	background: transparent url(../images/nieuws_top.png) no-repeat top left;
}

#latest_nieuws_cont{
	padding: 5px;
}

#content{
	float: left;
	width: 450px;
	/*min-height: 80%;*/
	margin-left: 112px;
	/*padding: 0 20px;*/
	text-align: justify;	
	/*border: 1px #737373 solid;*/
}

/*#heighthack{
	float: left;
	height: 300px;
	width: 1px;
}*/

/*#designer{
	float: right;
	font-size: 10px;
	padding-right: 15px;
	margin-top: 4px;
		
}*/

/** news layout */
#news table{
	width: 100%;
	border-collapse: collapse;
}

#news .title{
	font-weight: bold;
	border-bottom: 1px solid black;
}

#news .date{
	text-align: right;
	border-bottom: 1px solid black;
}

#news .newsitem{
	padding-bottom: 25px;
}

#news .newsitem img{
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}

/* einde nieuws layout*/

/* mailform layout */
#mail_form .voornaam, .achternaam, .telefoon, .email{
	width: 250px;
}

#mail_form .postcode, .huisnummer{
	width: 90px;
}

#mail_form .straat, .woonplaats{
	width: 150px;
}

#mail_form .bericht{
	width: 400px;
	height: 150px;
}
/* eind mailform layout */

/** guestbook layout */
#guestbook table{
	width: 100%;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}

#guestbook .title{
	font-weight: bold;
	border-bottom: 1px solid black;
}

#guestbook .date{
	text-align: right;
	border-bottom: 1px solid black;
}

#guestbook .guestbookitem{
	padding-bottom: 25px;
}

#guestbook textarea{
	width: 325px;
	height: 175px;

}


#guestbook .captcha{
	width: 75px;
}

#guestbook .email_text, #guestbook .name_text{
	width: 75px;
}

#guestbook .name, #guestbook .email {
	width: 250px;
}

#guestbook .error{
	color: red;
}

#smileys{
	position: relative;
	width: 285px;
	text-align: center;
}

#smileys img{
	margin: 0px;
}

#smileys_default{
}

#smileys_more{
	display: none;	
	position: absolute; 
	top: 103px; left: 0px;
	left: -10px;
	background-color: white;
	border: 1px solid gray;
}

#guestbook .smiley{
	margin: 0px;	
}

/** Eind guestbook layout */

/** Gallery layout */

#gallery{
	
}

#gallery table{
	border: 0px;
}

#gallery td{
	width: 147px;	
	border: 1px solid black;
	text-align: center;
}

#gallery td td{
	border: 0px;
}

#gallery_itemview{
	border: 0px;
	float: left;
}

#gallery_itemview img{
	margin: 0px;
	padding: 0px;
	border: 0px;
	
}

#gallery_itemview td{
	text-align: center;	
}

#gallery_item_prev{
	float: left;
	width: 40%;
	padding-right: 20px;
	text-align: right;
}

#gallery_item_next{
	float: left;
	width: 40%;
	padding-left: 20px;
	text-align: left;	
}

/** Eind gallery layout */

/** Begin project layout */
#popupdiv{
}

#projecten_table{
	margin-top: 5px;
	border: 1px #737373 solid;
	width: 100%;
}

#projecten_table tr{
	border: 1px #737373 solid;
}

#projecten_table td{
	padding: 5px;
}

#projectcontent{
	float: left;
	width: 500px;
}

#projectimages{
	float: left;
	width: 120px;
}

#breadcrumb a{
	color: black;
}

#breadcrumb img{
	margin: 0px;
	padding:0px;
}

/* End project layout */
/** Forum */
#forum{
	float: left;	
	width: 630px;
}

#forum a, #forum_menu a, #forum_profile a, #moderator_menu a{
	color: black;	
}

#forum table{
	width: 630px;
	border-spacing: 0px;
	border-collapse: collapse;
}


#forum .title{
	width: 275px;	
}

#forum .maincategory{
	font-size: 13px; 
	font-weight: bold;
}

#forum .email_text{
	width: 75px;	
}

#forum textarea{
	width: 370px;
	height: 250px;
}

#forum .messagehead{
	background-color: #484848;	
	color: white;
}
#forum .categoryhead, #forum .topicshead{
	background-color: #484848;	
	color: white;
	height: 20px;
	text-align: left;
}

#forum .messagehead a, #forum .categoryhead a{
	color: white;
	padding-left: 10px;
}

#forum table .categorystatus{
	background-color: #484848;	
	text-align: center;
	width: 15px;
}

#forum table .categorydesc{
	padding: 4px;
	padding-left: 40px;
	font-size: 11px;	
}

#forum table .row1{
	background-color: #ddd;	
}

#forum_menu, #moderator_menu{
	float: right;	
	padding: 0px;
	width: 620px; 
	height: 12px;
	margin: 3px;
	text-align: right;
	background-color: transparent;
}

#forum .edit{
	font-size: 10px;	
	color: gray;
}

#forum .edittitleinput{
	width: 500px;
}

#forum .messagebody{
	background-color: #eee;
	padding: 10px;
}
#forum .quote{
	display: block;
	font-size: 10px;	
	margin-left: 15px;
	background-color: #ddd;

}

#forum table .profilelinks{
	vertical-align: top;	
	background-color: #ddd;
	padding-left: 10px;
}
#forum table .messagelinks{
	text-align: right;
	height: 28px;
}

#forum table .username{
	padding-left: 10px;	
}

#forum .onlineusers{
	font-size: 10px;
	width: 99%;
}
#forum img{
	margin: 0px;
}

/* Eind forum layout */

