body  {
	font: 100% NewsGothicMT, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: #275CAC;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	line-height:18px;
	background: #275CAC url(../images/layout/bgbody.jpg) top left repeat-x;
}

a {
	color:#377BE0;
	}
	
a:visited {
	color:#377BE0;
	}

h3{
	font-size:18px;
	color:#215ab1;
	padding-left:15px;
}

h1{
	font-size:18px;
	color:#215ab1;

}

ul {
	padding:0;
	}

#wrapper { 
	width: 950px;  
	background: #f5f5f0;
	margin: 0 auto;
	text-align: left;
	position:relative;
} 

#header { 
	background: #DDDDDD; 
	padding:0;
	height:421px;
} 

#header #headertop{
	width:950px;
	height:144px;
	background:url(../images/layout/header.jpg) no-repeat;
}

#header #headertop #newsletter{
	color:#215ab1;
	text-align:right;
	padding-right:16px;
	font-size:13px;
	font-weight:bold;
	padding-top:21px;
}

#flashBanner {
	width:950px;
	height:277px;
	}

#sidebar {
	float: left;
	width: 330px;
	background: #f5f5f0; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 15px 15px 15px;
}

#sidebar #latestNews{
	background-color:#edece4;
	font-size:13px;
	color:#666666;
	border-top: 2px solid #275cab;
}

#sidebar #latestNews .newsItem{
	border-top:1px solid #fff;
	min-height:100px;
	padding:15px 10px 10px 10px;
}

#sidebar #latestNews .newsThumb{
	float:left;
}

#sidebar #latestNews .newsTitel a{
	color: #377be0;
	text-decoration:none;
	padding-left:10px;

}

#sidebar #latestNews .newsContent{
	padding-left:92px;
	padding-top:10px;	
}

#sidebar #latestNews .newsContent a{
	color:#377BE0;
}

#sidebar #latestNews .newsContent a:hover{
	color:#275CAC;
}


#sidebar #certificaten{
	margin-top:20px;
	background-color:#edece4;
	font-size:13px;
	color:#666666;
	border-top: 2px solid #275cab;
}

#sidebar #certificaten #images{
	border-top:1px solid #fff;
	padding-top:15px;
}

#sidebar #certificaten .thumb{

}

#sidebar img{
	border:none;
}

#mainContent { 
	margin: 0 0 0 360px;
	padding: 15px 0px;
} 

#cmsContent{
	border-top: 2px solid #275cab;
	background-color:#FFFFFF;
	padding:0 20px 10px 0px;
	font-size:13px;
	color:#666666;
	width:555px;
}

#contact{
	width:575px;
	border-top: 2px solid #275cab;
	background-color:#FFFFFF;
	font-size:12px;
	color:#666666;	
	margin-top:20px;
	float:left;
}

#contact h4{
	border-bottom:2px solid #F5F5F0;
	padding-left:15px;
	padding-bottom:10px;
	color:#b0afa6;
}

#contactPadding{
	padding:0 10px 0px 20px;
}

#activiteiten{
	width:280px;
	border-top: 2px solid #275cab;
	background-color:#FFFFFF;
	font-size:12px;
	color:#666666;	
	margin:20px 0 0 295px;
}

#activiteiten h4{
	border-bottom:2px solid #F5F5F0;
	padding-left:15px;
	padding-bottom:10px;
	color:#b0afa6;
}

#activiteitenPadding{
	padding:0 10px 10px 20px;
}

#footer{
	background:url(../images/layout/footer.jpg) no-repeat;
	height:50px;
} 

.colorBlue{
color:#377be0;
}

.news_item{
	padding-left:30px;
}

.archive{
	color:#275CAC;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

input, textarea, select {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  margin-left: 50px;
  border: 1px solid #fff;
  width: 200px;
  background-color:#275cab;
  color:#FFFFFF;
}

#newsletter_submit {
  margin: 0 0 0 0;
  width: 3em;
  background:url(../images/layout/btn.gif) no-repeat;
  border:none;
  text-indent:-5000px;
  height:18px;
  width:20px;
}

#frmNewsletter{
	margin-left:100px;
}

/* ----------(  PRIMARY NAVIGATION  )---------------- */

/*#header #headertop #primaryNavigation{
	list-style-type:none;
	padding-left:570px;
	padding-top:4px;
}

#header #headertop #primaryNavigation .active{
	color:#FFFFFF;
}

#header #headertop #primaryNavigation li{
	float: left;
	margin-left:2px;
	padding:10px 0 10px 0;
}

#header #headertop #primaryNavigation li a{
	color:#99baff;
	text-decoration:none;
	font-size:13px;
	background:url(../images/layout/bgmenuitem.gif) repeat-x;
	padding:10px;
}

#header #headertop #primaryNavigation li a:hover{
	color:#FFFFFF;
}*/

/* ----------(  PRIMARY NAVIGATION  )---------------- */

	#primaryNavigation{
		height:40px;
		position:absolute;
		list-style:none;
		margin:0;
		top:106px;
		right:0;
	}
	#primaryNavigation li {
		width:auto;
		height:20px;
		display:inline;
		float:left;
		position:relative; /** IE 6 **/
	}
	#primaryNavigation li ul{ 
		display:none;
		position:absolute;
		list-style-type:none; 
		background-color:#366dbe; /** Hide first level **/
		margin: 0px;	
		padding:0;
		width:120px;	
	}
	#primaryNavigation li ul li{
		float:none;
	}
	#primaryNavigation li ul a{
		white-space:nowrap;
		background-color:#366dbe;
	}
	#primaryNavigation li > ul{
		top:36px;
		left:auto;
	}
	#primaryNavigation li:hover ul,
	#primaryNavigation li.over ul { 
		display: block;
		float:none; /** Show first level **/
	}
	#primaryNavigation a {
		/** height:40px; **/
		padding:0 10px 0 10px;
		display:block;
		color:#99baff;
		text-decoration:none;
		font-size:13px;
		background:url(../images/layout/bgmenuitem.gif) repeat-x;
		margin:0pt 0pt 0pt 2px;
		padding:10px 20px;			
	}
	#primaryNavigation li ul a {
		padding:8px 20px 9px 10px;
		line-height:10px;
		color:#415f1c;
		background-image: none;
	}	
		
	#primaryNavigation a:hover, 
	#primaryNavigation li:hover a, 
	#primaryNavigation li.over a{
		background-color:#366dbe;
		color:#fff;
	}
	
	#primaryNavigation li:hover li:hover a{ /** set 2nd and 3rd level active **/ 
		background-color:#3399FF;
		color:#fff;
	}

	#primaryNavigation li ul a:hover{
		background-color:#3399FF;
		color:#fff;
	}
	#primaryNavigation li ul li ul a:hover{
		background-color:#3399FF;
		color:#fff;
	}
	
/******************* fotos homepage */

.links {
	margin:0 15px 15px 0 !important;
	padding:0 !important;
	}

.links2 {
	margin:0 15px 15px 0 !important;
	padding:0 !important;
	clear:left;
	display:inline;
	float:left;
	}

.Retro {
	display:block;
	background:url(../images/layout/Retro.gif) no-repeat;
	width:163px;
	height:118px;
	float:left;
	padding:9px;
	}
	
/******************* showcase */

.Album {
	float:left;
	width:250px;
	}
	
/****************** subnavigatie */

ul#secondaryNavigation {
	padding:0;
	margin:0;
	list-style:none;
	border-top:2px solid #275CAB;
	}
ul#secondaryNavigation li a {
	display:block;
	width:auto;
	background:#EDECE4;
	border-bottom:1px solid #fff;
	color:#666666;
	text-decoration:none;
	padding:8px 0 8px 15px;
	font-size:13px;
	}

ul#secondaryNavigation li a:hover, ul#secondaryNavigation li a.active {
	background:#e1e0d8;
	}

/************** google maps */

#map {
	width:545px;
	height:400px;
	}
	

	#wrapper #wax {
		margin:10px 10px 10px 0;
		padding-right:30px;
		font-size:11px;
		color:#fff;
		background:url("../images/layout/waxIcon.gif") right center no-repeat;
		float:right;
		text-decoration:none;
		line-height:21px;
	}
