html, body { 
	height: 100%; 
	margin: 0px;
	padding: 0px;
} 


body{
	color: #000000;
	background-color: #5e5e5e;
	font-family: Verdana;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	border-width: 0px;
	/*behavior: url(style/csshover2.htc); /* Needed for hover in IE*/
}

h1{
	font-size: 16px;
	margin-bottom: 0px;
}

h2{
	font-size: 14px;
	margin-bottom: 0px;
}

h3{
	font-size: 12px;
	margin-bottom: 0px;
}

#container img {
	border: 0px;
	margin: 10px;	
}


#container{
 	width: 950px;
	margin-left: auto;
	margin-right: auto;
	background: white url(../images/background.jpg) repeat-y bottom left;
	min-height: 100%;
	padding-left: 1px;
	padding-right: 15px;
	height: auto !important;
	height: 100%;
margin-bottom: 0px;	
}

#footer{
	clear: both;
	width: 950px;
	height: 1px;
	background: white url(../images/background.jpg) repeat-y bottom left;
	font-size: 0px;
	border: 0px;
}


#top{
	float: left;
	width: 950px;
	height: 256px;
	background: white url(../images/default_top.jpg) no-repeat bottom left;	
}
#top_overlay{
	float: left;
	width: 950px;
	height: 192px;
	background: transparent url(../images/top.png) repeat-x top left;	
}

#helutologo{
	float: left;
	width: 750px;
	padding:25px;
	height: 79px;
}

#helutologo img{
	padding:0px;
	margin:0px;
}
/*#top_overlay img{
	padding: 25px;
	padding-bottom: 20px;
}	*/

#clogos{
	float: right;
	width: 100px;
	padding: 5px;
	text-align: right;
}
#clogos img{
	padding: 1px;
	margin: 0px;
}


/* PNG transparency hack ie*/
*html #top_overlay{
	background:none; 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/top.png', sizingMethod='scale');
}

#top_logos{
	float: left;
	width: 950px;
	height: 130px;
}
#menu{
	float: left;
	padding-left: 25px;
}

#menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 3px;
	float: left;
	margin-right: -1px;
}

#menu a{
	color: black;
	text-decoration: none;	
}
#menu ul li{
	display: inline;
	border-right: 1px solid black;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
}

#main_menu{
	float: left;
	width: 925px;
	height: 36px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

#main_menu ul{

}
#main_menu li{
	font-size: 20px;
}
#sub_menu{
	float: left;
	width: 925px;
	height: 25px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
#sub_menu ul{
	padding-top: 3px;
	width: 925px;
	text-align: center;
	overflow: hidden;
}
#sub_menu li{
	font-size: 15px;
}
#menu .selected{
	font-weight: bold;
}

#content{
	float: left;
	width: 900px;
	margin: 0px;
	padding: 0px;
	padding: 25px;
	text-align: justify;
	/*padding-bottom: 50px;
	padding-right: 19px;
	margin-right: 20px;
	margin-top: -40px;
	text-align: justify;*/
}

/*#heighthack{
	float: left;
	height: 300px;
	width: 1px;
}*/

#title{
	font-size: 25px;
	font-weight: bold;
	float: right;
	padding-right: 170px;
	padding-top: 140px;
	height: 0px;
}

#bottom{
	float: left;
	width: 950px;
	height: 16px;	
	background: transparent url(../images/bottom.jpg) no-repeat top left;
}

/*#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, .adres {
    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 */

#popupdiv{
}

#projectcontent{
	float: left;
	width: 750px;
}

#projectimages{
	float: right;
	width: 120px;
}

#breadcrumb a{
	color: black;
}

#breadcrumb img{
	margin: 0px;
	padding:0px;
}
