body {
	padding: 0px;
	margin: 0px;
	background-image: url(../images/body_back.jpg);
	background-repeat: repeat-x;
	background-position:center top;
	background-color: #17AB5C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #D43718;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	text-decoration: none;
	border:none;
}

#container {
	background-image: url(../images/back.jpg);
	background-repeat: no-repeat;
	background-position:center top;
}

#headerWrapper {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position:center bottom;
	display: block;
	height: 126px;
	border: no-border;
}

#nav {
	margin: 15px 10px;
	padding: 0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	font-family: Arial, Georgia, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	float: right;
	
}

#nav li {
	/*background-color: green;*/
	float: left;
	/*width: 100px;*/
	margin: 0 0px 0 0px;
	/*padding: 5px 10px 5px 10px;*/
}



#nav li a {
	/*background-color: green;*/

	display: block;
	/*height: 10px;*/
	width: auto !important;
	width: 30px;
	margin: 0 0 0 0px;
	padding: 5px 11px 5px 10px;
	color: #ffffff;
	text-decoration: none;
}

#nav li a:hover {
	text-decoration: underline;
}

#nav li.active {
	margin-top: 5px;
	background-repeat: no-repeat;
	background-position:right top;
}
#nav li.active a {
	padding: 5px 11px 25px 10px;
	background-repeat: no-repeat;
	background-position:left top;
}
#nav li.active a:hover {
	text-decoration: none;
}


#page_home.active a {		
	background-image: url(../images/activepages/home_left.jpg);
}
#page_home.active {	
	background-image: url(../images/activepages/home_right.jpg);
}
#page_geschiedenis.active a {		
	background-image: url(../images/activepages/geschiedenis_left.jpg);
}
#page_geschiedenis.active {	
	background-image: url(../images/activepages/geschiedenis_right.jpg);
}
#page_activiteiten.active a {		
	background-image: url(../images/activepages/activiteiten_left.jpg);
}
#page_activiteiten.active {	
	background-image: url(../images/activepages/activiteiten_right.jpg);	
}
#page_nieuws.active a {		
	background-image: url(../images/activepages/nieuws_left.jpg);
}
#page_nieuws.active {	
	background-image: url(../images/activepages/nieuws_right.jpg);
}
#page_referenties.active a {		
	background-image: url(../images/activepages/referenties_left.jpg);
}
#page_referenties.active {	
	background-image: url(../images/activepages/referenties_right.jpg);	
}
#page_contact.active a {		
	background-image: url(../images/activepages/contact_left.jpg);
}
#page_contact.active {	
	background-image: url(../images/activepages/contact_right.jpg);
}


#wrapper {
	width: 871px;
	margin: auto;
	padding: 0;
}

#contentWrapper {
	background-image: url(../images/content_back.jpg);
	background-repeat: repeat-y;
	width: 871px;
	height: auto;
}

#contentFooter {
	background-image: url(../images/footer_back.jpg);
	background-repeat: no-repeat;
	background-position:center bottom;
	display: block;
	width: 871px;
	height: 15px;
}


#contentContainer {
	padding: 0 20px 0 20px;
}

#subnav {
	font-family: Arial, Georgia, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	width: 230px;
}

#subnav ul {
	margin: 0;
	padding: 0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#subnav li {
	background-color: #F3F4F4;
	display: block;
	line-height: 40px;
	width: 230px;
	margin-bottom: 2px;
}

#subnav li a {
	padding: 0 10px 0 10px;
	display: block;
	line-height: 40px;
	width: 210px;
	color: #D43718;
	text-decoration: none;
}
#subnav li a:hover {
	text-decoration: underline;
}
#subnav li ul li a {
	padding: 0 10px 0 30px;
	display: block;
	line-height: 30px;
	width: 190px;
	color: #E84C2D;
}


#subnav li ul {
	padding: 0 0 10px 0;
	margin: 0;
	background-color: #E7EDEC;
	background-image: url(../images/subnav_expanded_bottom.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

#subnav li ul li {
	background-color: #E7EDEC;
	padding: 0 0px 0 0px;
	margin: 0 0 0 0;
	color: blue;
	background-image: url(../images/expanded_arrow.jpg);
	background-repeat: no-repeat;
	background-position: 15px center;
	background
}

#subnav li a.active {
	color: #455250;
	background-image: url(../images/subnav_expanded_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#subnav li ul li a.active {
	color: #455250;
	background-image: none;
}

#col_left {
	float: left;
	width: 230px;
}
#col_right {
	float: right;
	width: 580px;
	margin-left: 20px;
}

#content {
	text-align: justify;
	min-height: 370px;
	height:auto !important;
  	height:370px;
  	margin-bottom: 20px;
  	font-size: 13px;
  	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.clearBoth {
	clear: both;
}


#footerContainer {
	width: 871px;
	margin: auto;
	padding: 0;
	/*margin-bottom: 20px;*/
	
}

#footer {
	text-align: right;
	padding: 0 5px;
	margin: 5px 0 10px 0;
	font-size: 11px;
	font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
	color: #ffffff;
}
#footer a {
	text-decoration: none;
	color: #ffffff;
}
#footer a:hover {
	text-decoration: underline;
}

#footerText {
	float: left;
}

.footerSpan {
	color: #E63F1D;
	font-weight: bold;
	margin-left: 10px;
}

.nodisplay {
	display: none;
}

.pagetitle {
	font-size: 18px;
	color: #82878b;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 8px;
}

#slideshow {
	margin-bottom: 10px;
	width: 230px;
	height: 173px;
}

.contactgroup {
	margin-top: 10px;
}

span.error {
	color: #E63F1D;
}

input.txterror {
	background-color: #E63F1D;
}

textarea.txtareaerror {
	background-color: #E63F1D;
}

#contactform_text {
	margin-bottom: 20px;
}

.contactgroup input {
	width: 350px;
	border: 1px solid #B6BEBE;
	padding: 3px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
.contactgroup textarea {
	width: 350px;
	height: 100px;
	border: 1px solid #B6BEBE;
	padding: 3px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

#contact_map {
	width: 580px;
	height: 350px;
	text-align: center;
}


.news_date {
	font-size: 11px; 
	color: #666666;
}
.news_text {
	margin-top: 5px;
}
.news_more {
	margin-top: 15px; 
	/*/font-weight: bold;*/
}
.news_attachment {
	margin-top: 15px; 
	/*font-weight: bold;*/
	/*font-style: italic;*/
	/*color: #D43718;*/
}
.news_separator {
	border-bottom: 1px #B6BEBE dashed;
	margin: 30px;
}
/*
#paginationWrapper {
	padding-top: 90px; 
	margin-right: 20px;
}
#paginationContainer {
	text-align: center;
}
#pagination {
	margin: 0;
	padding: 0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	float: left;
}
#pagination li {
	float:left;
	margin-left: 5px;
	line-height: 20px;
}
#pagination li a {
	padding: 2px 4px 2px 4px;	
	border: 1px solid #82878B;
	color: #82878B;
}
#pagination li.active a {
	background-color: #E63F1D;
	color: #ffffff;
	font-weight: bold;
	border: 1px solid #E63F1D;
}
#pagination li a:hover {
	border: 1px solid #E63F1D;
	text-decoration: none;
}
*/
#pagination {
	text-align: center;
	margin-bottom: 20px;
}
#pagination a {
	padding: 2px 4px 2px 4px;	
	border: 1px solid #82878B;
	color: #82878B;
}
#pagination a.active{
	background-color: #E63F1D;
	color: #ffffff;
	font-weight: bold;
	border: 1px solid #E63F1D;
}
#pagination a:hover {
	border: 1px solid #E63F1D;
	text-decoration: none;
}

.referenties_thumb {
	border: 2px solid #ACB1B5; 
	height: 100px;
	
}

.referenties_thumb_container {
	float: left; 
	width: 137px;
	margin-bottom: 20px;
}

.referenties_detail_clearing {
	clear: both;
	/*margin-bottom: 20px;*/
}

.m_r_10 {
	margin-right: 10px;
}

.m_b_10 {
	margin-bottom: 10px;
}

img.imgFloatLeft {
	float: left;
	margin: 10px 10px 10px 0px;
	border: none;
}
img.imgFloatRight {
	float: right;
	margin: 10px 0px 10px 10px;
	border: none;
}



