body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 18px;
}

img {
	border:none;
}

a { 
	color: #E99619;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 14px;
}

#topWrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 168px;
	background-color: #9C9D9F;
}


#logo {
	position: absolute;
	top: 85px;
	left: 50%;
	margin-left: 250px;
}

#bouwenopmensen {
	position: absolute;
	left: 50%;
	margin-left: -500px;
	top: 50px;
}

#footerWrapper {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	min-height: 75px;
	background-color: #E99619; 
}

#footerIcons {
	position: absolute;
	left: 50%;
	margin-left: 250px;
	padding-left: 6px;
	top: 20px;
}

#footerAdress {
	position: absolute;
	left: 50%;
	margin-left: -500px;
	top: 20px;
	color: #FFF;
}

#footerIcons img {
	margin-right: 6px;
}

#menuWrapper {
	position: absolute;
	left: 50%;
	margin-left: -500px;
	top: 125px;
	font-size: 10px;
	font-weight: bold;
	z-index: 1000;
}

ul.topnav {
	list-style: none;
	padding: 0px;
	margin: 0;
	float: left;
	width: 750px;
}

ul.topnav li {
	float: left;
	padding: 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/;
}

ul.topnav li a{
	padding:18px 0px;
	color: #FFF;s
	display: block;
	text-decoration: none;
	float: left;
}

ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
}

ul.topnav li span.subhover {
	background-position: center bottom; cursor: pointer;
	} /*--Hover effect for trigger--*/

ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; 
	top: 43px;
	margin: 0; 
	padding:0; 
	display: none;
	float: left;
	background-image: url('/images/submenu-trans-white.png');
	
}

ul.topnav li ul.subnav li{
	margin: 0; 
	padding: 0;
	clear: both;
	width: 160px;
	}

html ul.topnav li ul.subnav li a {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #333;	
}

html ul.topnav li ul.subnav li:hover { /*--Hover effect for subnav links--*/
	background-color: #FFF;
	width: 100%
	
}

.pipe {
	color: #FFF;
	margin-top: 16px;
	margin-left: 15px;
}

#middleContent {
	position: absolute;
	top: 168px;
	bottom: 85px;
	left: 0;
	right: 0;
	background-color: #FFF;
	overflow-x: hidden;
	overflow-y: auto;
}

.contentblockContainer {
	position: absolute;
	top: 0px;
	bottom: 0;
	left: 50%;
	width: 500px;
	padding-right: 15px;
	overflow-x: hidden;
	overflow-y: auto;
}

#middleContentIn {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	margin-left: -500px;
	width: 1000px;
	
}

.homeWrapperLeftTop {
	float: left;
	width: 500px;
	height: 333px;
}

.homeWrapperRightTop {
	float: left;
	width: 500px;
	height: 337px;
	display: table;
	vertical-align: bottom;
}

.contentStripWrapperRightTop {
	float: left;
	width: 500px;
}

.homeRightTopInner {
	padding-left: 30px;
	padding-right: 10px;
}

.contentStripRightTopInner {
	padding-left: 30px;
	padding-right: 10px;
	padding-top: 70px;
}


.homeWrapperRightTop div {
	display: table-cell;
	vertical-align: bottom;
}

.homeWrapperRightTop p {
	margin-bottom: 0px;
}

.category {
	color: #E99619;
	text-transform: uppercase;
}

.homeNewsWrapper {
	float: left;
	width: 1000px;
	margin-top: 20px;
	height: 250px;
}

.homeNewsWrapper h2 {
	font-size: 12px;
	margin-top: 30px;
	margin-bottom: 0px;
}

.homeNewsitemWrapper {
	float: left;
	width: 470px;
	height: 125px;
	margin-bottom: 20px;
	padding-right: 30px;
}


.homeNewsThumb {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}

.homeNewsPublication {
	font-size: 10px;
	font-style: italic;
	margin-top: -2px
}

.homeNewsIntro a {
	text-decoration: none;
	color: #E99619;
}

.newsWrapper {
	padding-top: 30px;
}


.newsContainer {
	background-color: #FFF;
	float: left;
	width: 1000px;
	margin-bottom: 25px;
}

.odd {
	background-color:#EAEAEA;
}

.newsPicture {
	float: left;
	width: 230px;
	padding: 15px;
}

.newsRightItems {
	float: right;
	width: 725px;
	margin-top: 15px;
	margin-right: 15px;
	padding-bottom: 15px;
}

.newsTitle h2 {
	display: inline;
	font-size: 16px;
	line-height: 22px;
}

.newsPublicationDate {
	font-style: italic;
	font-size: 11px;
	color: #666;
	margin-top: 5px;
}

.newsIntro {
	font-weight: bold;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 10px;
}

.newsContent {
	margin-top: 5px;
}


.newsUrl {
	margin-top: 40px;
}

.newsUrl a {
	color: #E99619;
}

.filmStrip {
	margin-top: 50px;
	float: left;
}

.filmStripCity {
	font-size: 9px;
	text-transform: uppercase;
}

.filmStripTitle {
	font-size: 9px;
}

.blockWrapper {
	min-height: 150px;
}

.blocksSidePic {
	margin-left: 10px;
	margin-top: 4px;
}

#wnForm {
	margin-top: 30px;
}

#wnForm input[type="text"] {
	width: 300px;
}

#wnForm input[type="password"] {
	width: 300px;
}

#wnForm input[type="submit"] {
	background-color: #E99619;
	color: #FFF;
	font-weight: bold;
}

.formError {
	color: red;
}

.pageTitle {
	text-transform: uppercase;
	color: #E99619;
}

.select {
	background-color: #E99619;
	color: #FFF;
}

.downloadsRow {
	line-height: 20px;
	vertical-align: middle;
}

.downloadsRow img {
	margin-right: 10px;
}

.downloadsRow a {
	color: #333;
	text-decoration: none;
}

.downloadsRow a:hover {
	text-decoration: underline;
}
.photocontent {
	display : none;	
}

