@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	color: #4c4c4c;
	font-size: 12px;
}

a {
	color: #6fb622;
	text-decoration: none;
	outline-style: none;
}


a:hover {
	text-decoration: underline;
}

h1 {
	margin: 0;
	padding: 0;
	font-family: dax, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #6fb622;
}

.groen {
	color: #6fb622;
}

#wrapper {
	width: 860px;
	margin: 0 auto;
	background: #fff;
}


#header {
	width: 100%;
	height: 110px;
	background: url(../images/header.jpg) no-repeat;
}

/*
.test { background: url(../images/menu_bg.jpg) no-repeat; }

.maak-1-groen { background: url(../images/menu_home_bg.jpg) no-repeat; }
.maak-9-groen { background: url(../images/menu_wijzijnkoel_bg.jpg) no-repeat; }
.maak-4-groen { background: url(../images/menu_klimaatneutraal_bg.jpg) no-repeat; }
.maak-45-groen { background: url(../images/menu_actueel_bg.jpg) no-repeat; }
.maak-17-groen { background: url(../images/menu_weetjes_bg.jpg) no-repeat; }
.maak-16-groen { background: url(../images/menu_thanks_bg.jpg) no-repeat; }
.maak-21-groen { background: url(../images/menu_contact_bg.jpg) no-repeat; }
*/

#submenu {
	float: left;
	width: 100%;
	height: 25px;
	line-height: 23px;
	margin: 0 0 0 23px;
	padding: 10px 0;
}

	#submenu ul, #submenu li {
		display: inline;
		list-style: none;
		margin: 0;
		padding: 0;
	}

		#submenu a {
			font-weight: bold;
			color: #4c4c4c;
			padding-right: 20px;
		}
		
		#submenu a:hover {
			text-decoration: underline;
		}
		
		#submenu li.active a {
			text-decoration: underline;
			color: #6fb622;
		}
		
#highlight {
	width: 860px;
	height: 245px;
}

#content {
	float: left;
	margin-top: 5px;
	width: 566px;
}

#content_home {
	float: left;
	margin-top: 5px;
	width: 100%;
}

#wijzijnkoel_home {
	float: left;
	width: 278px;
	margin: 0 5px 0 0;
}

#column_home {
	float: left;
	width: 278px;
	margin: 0 5px 0 5px;
}

#nieuwsbrief_home {
	float: left;
	width: 233px;
	margin: 0 0 0 5px;
}

#top {
	width: 544px;
	background: url(../images/top.jpg) no-repeat;
	height: 36px;
	padding: 8px 0 0 22px;
}

#inhoud {
	width: 532px;
	min-height:403px;
 	height:auto !important;
	height:403px;
	background: #fff url(../images/text.jpg) repeat-x;
	padding: 15px 10px 10px 22px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	line-height: 18px;
}

#inhoud p {
	line-height: 18px;
	padding-top: 0;
	margin-top: 0;
}

#bottom {
	width: 566px;
	height: 10px;
	background: url(../images/bottom.jpg) no-repeat;
}

#sidebar {
	float: right;
	width: 278px;
	margin: 5px 5px 0 0;	
}

#actueel {
	float: left;
	width: 278px;
	margin: 0;
}

.widget_rechts {
	float: left;
	width: 233px;
	margin: 8px 0 0 0;
}

.kop {
	background: url(../images/kop.jpg) no-repeat;
	width: 256px;
	height: 36px;
	padding: 8px 0 0 22px;
}

.content {
	background: #fff url(../images/text.jpg) repeat-x;
	width: 244px;
	height: 167px;
	padding: 15px 10px 0 22px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.content p {
	line-height: 18px;
	padding-top: 0;
	margin-top: 0;
}

.voet {
	background: url(../images/voet.jpg) no-repeat;
	width: 278px;
	height: 10px;
}

#footer {
	float: left;
	width: 100%;
	height: 47px;
	margin: 10px 0 0 0;
	background: url(../images/footer.jpg) no-repeat;
	text-align: center;
	line-height: 32px;
	font-size: 10px;
	color: #999;
}

#footer a {
	text-decoration: none;
	color: #999;
}

#footer a:hover {
	text-decoration: underline;
	color: #6fb622;
}

input.text {
	float: left;
	display: block;
	padding: 4px 4px 5px 4px;
	margin: 0;
	border: 1px solid #75b92c;
	width: 150px;
	height: 14px;
	background: #fff;
	color: #7C7C7C;
	font-size: 11px;
}

input.text:focus {
	color: #4c4c4c;
}

.widget_rechts img {
	float: left;
}


/* THANKS */
#logos {
	width:100%;
	margin-left: 45px;
}

#logo {
	display: inline;
	width: 200px;
	height: 100px;
	margin-right: 30px;
	margin-bottom: 20px;
}

