html, body{
	background-color: black;
	margin: 0;
	padding: 0;
	color: white;
}
a:link, a:active, a:visited{
	color: white;
}
a:hover{
	color: gold;
}

#global{
	width: 1000px;
	margin: 0 auto;
}
#talen{
	margin-left: 20px;
}
#talen img{
	margin-right: 10px;
}

#flash{
	float: left;
}
#content_repeat{
	background-image: url(/images/inhoud_back_repeat.jpg);
	background-repeat: repeat-y;
	background-position: top;
	float: left;
}
#content{
	background-image: url(/images/inhoud_back.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 586px;
	min-height: 767px;
	float: left;

}
#content img{
	border: 1px solid white;
}
#inhoud{
	padding: 20px;
	color: white;
}
#footer{
	padding-top: 5px;
	clear: both;
	font-size: 12px;
	text-align: center;
	height: 34px;
	background-image: url(../images/vaco.gif);
	background-repeat: no-repeat;
	background-position: 887px 5px;
	line-height: 18px;
	letter-spacing: 1px;
}
#rovecom a:link, #rovecom a:active, #rovecom a:visited{
	color: gray;
	font-size: 10px;
}
#menu{
	background-image: url(../images/menu_back.gif);
	background-repeat: repeat-x;
	height: 58px;
	border-right: 1px solid #8b8b8b;
}
#menu ul{
	margin: 0;
	padding: 0;
}
#menu li{
	line-height: 58px;
	float: left;
	list-style: none;
	position: relative;
	width: 117px;
}
#menu li a{
	color: white;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;
	text-decoration: none;
	display: block;
	height: 58px;
	text-align: center;
	border-right: 1px solid #8b8b8b;
}
#menu li a:hover, #menu li.active a{
	background-image: url(../images/menu_active.gif);
	background-position: bottom;
}
#menu li.active li a{
	background-image: url(../images/submenu_back.gif);
	background-repeat: repeat-x;
}
#menu li.active li a:hover{
	background-image: url(../images/menu_active.gif);
	background-position: bottom;
}
#menu ul ul{
  position: absolute;
	display: none;
	width: 184px;
	clear: both;
	top: 57px;
	left: 0px;
}
#menu ul ul ul{
	/*display :none;*/
}
#menu ul li:hover ul, #menu ul li:hover ul li{
	display: block;
}



#menu li li{
	padding-left: :10px;
}
#menu li li a{
	width: 184px;
	height: 24px;
	line-height:24px;
	border: 1px solid #8b8b8b;
	background-image: url(../images/submenu_back.gif);
	background-repeat: repeat-x;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	display: block;
	padding-left: 10px;
}
/*-fotoalbum-*/
#fotoalbum .gallery_album .gallery_album_photo {
	background-image:url(../images/album.gif);
	background-repeat:no-repeat;
	height:150px;
	padding:50px;
	padding-right: 22px;
	padding-bottom :25px;
	width:150px;
}
#fotoalbum .gallery_album .gallery_album_photo {
	background-image:url(../images/album.png);
}
#fotoalbum .gallery_photo .gallery_photo_thumb {
	background-image:url(../images/foto.gif);
	background-repeat:no-repeat;
	height: 184px;
	padding-top: 18px;
	width:252px;
}
#fotoalbum .gallery_photo .gallery_photo_thumb img {
	border:1px solid black;
}
#fotoalbum .gallery_photo {
	margin-right:15px;
}

/*----------nieuws-----------*/
#news .item{
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #3c3c3c;
	padding-bottom: 10px;
	width: 540px;
}
.al.news_image{
	border: 2px solid white;
	float: left;
	margin-right: 10px;
	margin-left: 0px;
}
.news_image{
	float: right;
	margin-left: 10px;
	border: 1px solid white;
}
#news .teaser{
	font-style: italic;
	margin-bottom: 20px;
}
#news .meta{
	margin: 10px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 4px;
	color: gray;
	font-size: 10px;
	background-color: #3c3c3c;
	border: 1px solid gray;
	clear: both;
}
#news .lees_verder{
	float: right;
	display: block;
	padding-top: 20px;
}
