body {
	margin:0px;
	padding:0px;
	background-color:#D8D8D8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#3D3D3D;
}

#container {
	width: 940px;
	height: 735px;
	background-color:#FFFFFF;
	margin:auto;
}

#header {
	width:920px;
	height:80px;
	background-color:#F9F1E2;
	margin-left: 10px;
}

#logo {

}

#menu {
	 width: 920px;
	 height:45px;
	 float:left;
	 z-index:99px;
	 
}

#menu ul {
	margin: 0px;
	padding: 0px;
}

#menu li {
	float: left;
	list-style: none;
	height: 45px;
	font-style:italic; 
}

#content {
	width:920px;
	height: 323px;
	background-color:#99D9E8;
	margin-left: 10px;
	padding-top:10px;


}

/* BLOKKEN ONDERIN */

#blok_bottom {
	 width:920px;
	 height:100px;
	 margin-left:10px;
	 margin-top:10px;
}


#blok_bottom #blok_bottom_left {
	 background-color:#F9F1E2;
	 width:270px;
	 height:203px;
	 float: left;
	 padding:15px;
}

#blok_bottom #blok_bottom_left #kop-left {
	 background-color:#FF6A00;
	 width:280px;
	 height:35px;
	 margin: -15px;
	 padding-left:20px;
	 border-bottom:2px solid #FFFFFF;
}

#blok_bottom #blok_bottom_middle {
	 background-color:#FFFFFF;
	 width:300px;
	 height:232px;
	 float: left;
	 margin-left:10px;

}

#blok_bottom #blok_bottom_middle #kop-middle {
	 background-color:#00A0C6;
	 width:280px;
	 height:35px;
	 padding-left:20px;
}


#blok_bottom #blok_bottom_right {
	 background-color:#FFFFFF;
	 width:300px;
	 height:218px;
	 float: left;
	 margin-left:10px;
}

#blok_bottom #blok_bottom_right #kop-right {
	 background-color:#3D3D3D;
	 width:280px;
	 height:35px;
	 padding-left:20px;
}

#footer {
	width: 920px;
	height: 50px;
	margin:auto;
	padding-top:10px;
	padding-left:20px;
	padding-right:20px;
	font-size:10px;
}

#home-text {
	line-height: 25px;
	color:#147599;
	font-style:italic;    
	font-size: 19px;
	font-family:"Times New Roman", Times, serif;
	font-weight:300;
}

.pollButton
{
	height: 15px;
	width: 82px;
	border: none;
	outline: none;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/poll_vote.jpg);
	background-repeat: no-repeat;
}






