



img { border-style: none; }

#wrapper {
  margin: auto;
  width: 1000px;
  position: relative;
}



#logo     { position: absolute; left:   0px; top:  0px; }
#kol1     { position: absolute; left:   0px; top: 44px; }
#kol2     { position: absolute; left: 251px; top: 44px; }
#kol3     { position: absolute; left: 502px; top: 44px; }
#kol4     { position: absolute; left: 753px; top: 44px; }
#actueel  { position: absolute; left: 753px; top: 18px; }
#wijkinfo { position: absolute; left: 878px; top: 18px; }
#menu     { position: absolute; left:   0px; top: 130px; }
#content  { position: absolute; left: 251px; top: 120px; }
#kantlijn { position: absolute; left: 753px; top: 130px; }


.titel {
	background-color: #004795;
	height: 76px;
	color: #FFFFFF;
	font-family: Arial;
	font-weight:bold;
	font-size:16pt;
	text-align: center;
	height: 76px;
	width: 250px;
	cursor: pointer;
}


.vragentitel {
	color: white;
	background-color: #d70319;
	font-family: Arial;
	font-size:12pt;
	font-weight:bold;
	width: 245px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-color:white;
	padding-left:5px;
}
.vragen {
	display: none;
	position: absolute;
	background-color:white;
	color: #d70319;
	font-family: sans-serif;
	font-size:10px;
	width: 250px;
	border-bottom: solid #d70319 10px;
	text-decoration: none;
}
.vraag {
	font-family: Arial;
	font-size:10pt; 
	margin-left: 20px; 
	color: #d70319; 
	text-decoration: none;
}
.vraag:visited { color: #d70319; text-decoration: none;}

.actueel {
	font-family: Arial;
	font-size:12px;
	font-weight:bold;
	list-style-image: url(images/bullet-pijl.gif);
	color: #004795;
}



.menu {
	list-style-type: none;
	font-family: sans-serif;
	font-weight:bold;
	color: #d70319;
	text-decoration: none;
	margin: 5px; 
	width: 250px;
}
.menuname1 { font-family: Arial; font-size:14pt; margin-left: 0px; color: #d70319; text-decoration: none;}
.menuname2 { font-family: Arial; font-size:11pt; margin-left: 20px; color: #d70319; text-decoration: none;}
.menuname3 { font-family: Arial; font-size:10pt; margin-left: 40px; color: #d70319; text-decoration: none;}
.menuname4 { font-family: Arial; font-size:9pt; margin-left: 60px; color: #d70319; text-decoration: none;}
.menuname1:visited { color: #d70319; text-decoration: none;}
.menuname2:visited { color: #d70319; text-decoration: none;}
.menuname3:visited { color: #d70319; text-decoration: none;}
.menuname4:visited { color: #d70319; text-decoration: none;}



#content {
	border-left-color: #004795;
	border-left-style: solid;
	border-left-width: 1px;
	padding-top: 10px; 
	padding-left: 10px;
	min-height:400px;
	width:480px;
}

.pijltjes {
	font-family: Arial;
	list-style-image: url('arrow.gif')
}