@charset "UTF-8";
/* CSS Document */

body{
	margin: 0px auto;
	text-align: center;
	font-family: Arial;
	background: #e0e0e0 url('../images/achtergrond.gif') repeat-x 0 0;
	font-size: 13px;
}
#wrapper{
	width: 964px;
	margin: 0px auto;
	background-image: url('../images/backshadow2.png');
	background-repeat: repeat-y;
}
#container{
	width: 850px;
	margin: 0px auto;
	text-align: left;
	position: relative;
}
#binnen{
	width: 58px;
	height: 172px;
	position: absolute;
	right: -58px;
	top: 120px;
}
#binnen img{
	border: none;
}
#top{
	width: 850px;
}
#banner{
	width: 625px;
	height: 120px;
	text-align: center;
	float: left;
}
#banner img{
	margin: 10px 0;
}
#adres{
	font-size: 11px;
}
#adres a{
	color: #000;
	text-decoration: none;
}
#imgTsr{
	width: 225px;
	height: 120px;
	float: left
}


#left{
	width: 625px;
	background-color: #e7e8e9;
	float: left;
}
#menuTop{
	width: 625px;
	height: 24px;
	background-color: #4c4f46;
	text-transform: uppercase;
	font-size: 12px;
}
#menuTop a{
	color: #FFF;
	text-decoration: none;
}
#menuTop ul{
	padding-top: 5px;
}
#menuTop ul li{
	float: left;
	padding-left: 18px;
	margin: 0 15px 0 5px;
	background-image: url('../images/menuTop.png');
	background-position: 0 20%; 
	background-repeat: no-repeat;
}

#content{
	margin: 15px;
	line-height: 140%;
}
#content a{
	color: #000;
}
#right{
	width: 225px;
	height: 100%;
	overfow: hidden;
	background-color: #dddee0;
	float: left;
}
#imgTsr3{
	margin: 10px;
}
#imgTsr3 img{
	border: none;
}
#menuRight{
	margin: 15px;
	font-size: 14px;
	text-transform: uppercase;
}
#menuRight a{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
#menuRight ul li{
	height: 30px;
	line-height: 30px;
	border-bottom: 2px solid #FFF;
}
#menuBottom{
	width: 850px;
	text-align: center;
	margin: 10px 0;
}
#menuBottom img{
	border: none;
}
#footer{
	height: 20px;
	line-height: 20px;
	font-size: 10px;
	color: #4C4F46;
	text-align: right;
	padding-right: 10px;
}
div#footer a{
	color: #4C4F46;
	text-decoration: none;
}


.cleaner{
	clear: both;
}
ul{
	margin:0;
	padding: 0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
h1, h2, h3, h4, h5, h6{
	color: #0060a5;
	font-size: 20px;
	margin: 10px 0;
	padding: 0;
	font-weight: normal;
}
#content .nieuwsTitel a{
	color: #0060A5;
	text-decoration: none;
}
	
/* 
Slideshow
*/
.slideshow { height: 300px;  margin: auto; overflow: hidden; }
.slideshow img{
	width: 625px;
	height: 294px;
}
/*Gallery*/
.galleryItem{
	width: 180px;
	float: left;
	margin:0 15px 15px 0;
}
.galleryItem a{
	text-decoration: none;
}
.galleryItem a:hover{
	text-decoration: underline;
}
.galleryDatum{
	font-size: 10px;
}