#projecten_lijst div.item {
	background-color: #495158;
	color: #FFF;
	border: 1px solid #495158;
}

#projecten_lijst div.current {
	background-color:#955600;
	color: #000;
	border: 1px solid #955600;
}














#projecten_links {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 180px;
	width: 420px;
}

#projecten_rechts {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 420px;
	top: 180px;
	width: 420px;
}

#projecten_lijst {
	margin: 0px;
	background-color: #ffa121;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 420px;
	height: 258px;
	border-top: 4px solid #FFF;
	border-bottom: 4px solid #FFF;
	border-left: 4px solid #FFF;
	overflow-y: auto;
}

#projecten_afbeeldingen {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 420px;
	height: 252px;
	background-image: url(../images/bg_projecten.png);
	background-position: bottom left;
	background-repeat: repeat-x;
	border-top: 4px solid #FFF;
	border-bottom: 4px solid #FFF;
	border-right: 4px solid #FFF;
}

#projecten_informatie {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 251px;
}

#project_content {	
	padding: 15px;
	margin-top: 10px;
}


#projecten_nieuwsbrief {
	margin: 0px;

	background-position: bottom left;
	background-repeat: repeat-x;
	color: #000000;
	float: left;
}

#projecten_kaart {
	margin: 0px;
	background-color: #666f76;
	position: absolute;
	left: 0px;
	top: 267px;
	width: 410px;
	background-position: bottom left;
	background-repeat: repeat-x;
	color: #FFFFFF;
}

#projecten_kaart td {
	color: #FFFFFF;
}

#projecten_kaart div.inner {
	border: 1px solid #445058;
	padding: 10px;
	margin: 5px;
}

#projecten_nieuwsbrief td {

}

#projecten_nieuwsbrief div.inner {
	border: 1px solid #445058;
	padding: 10px;
	margin: 5px;
}


.field {
	border: 1px solid #666666;
	height: 22px;
}





h3 {
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
}



#nieuws {
	margin: 0px;
	position: absolute;
	left: 0px;
	top: 450px;
	width: 410px;
}

#nieuws td {

	color: #FFFFFF;
}

#item {
	margin: 0px;
	background-color: #666f76;
	width: 410px;
	background-position: bottom left;
	background-repeat: repeat-x;
	color: #FFFFFF;
	margin-bottom: 10px;
	padding: 5px;
}

#item div.inner {
	border: 1px solid #445058;
	padding: 10px;
}

#item div.inner p {
	margin: 0px;
	padding: 0px;
}

#item a {
	color: #FF9900;
	font-weight: bold;
	text-transform:uppercase;
	font-size: 10px;
}

#item a:hover {
	text-decoration:underline;
}







body, div, td, textarea, input, p, {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 160%;
}

body.page {
	margin: 0px;
	padding: 0px;
	background-color: #ffaa2a;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 160%;
	background-position: top center;
	background-repeat: repeat-y;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #ffaa2a;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 160%;
}

div#main {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 840px;
	height: 160px;
	margin-left: -420px;
	z-index: 2;
}

div#bg_foto {
	position: absolute;
	top: 100px;
	left: -130px;
}

div#intro {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 1002px;
	height: 598px;
	margin-left: -501px;
	z-index: 1;
	
}

a {
	color: #990000;
	text-decoration: none;
}












ul.projecten_lijst {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

ul.projecten_lijst li {
	padding: 0px;
	margin: 0px;
}

ul.projecten_lijst li a {
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	padding: 3px;
	width: 100%;
}

ul.projecten_lijst li a:hover {
	background-image: url(../images/bullit_linkover.gif);
	background-color: #495158;
}

ul.projecten_lijst li a.current {
	background-image: url(../images/bullit_linkover.gif);
	color: #000000;
	background-color: #ffa121;
}




