body{
	background-image: url(../images/body.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	line-height: 21px;
}
a:link, a:active, a:visited{
	color: #028170;
}
a:hover{
	color: black;
}
#global{
	width: 909px;
	margin: 0 auto;
	background-image: url(../images/content_back.gif);
	background-repeat: repeat-y;
}
#top{
	background-image: url(../images/header_wemmenhove.jpg);
	width: 909px;
	height: 203px;
}
#top img{
	border: none;
	width: 900px;
	height: 170px;
	margin-top: 30px;
	margin-left :4px;
}
#menu{
	background-image: url(../images/menu_back.gif);
	border: 1px solid white;
	width: 899px; 
	margin-left: 4px;
	height: 31px;
}
#menu_shadow{
	background-image: url(../images/menu_shadow.gif);
	background-repeat: repeat-x;
	height: 21px;
	width: 900px;
	margin-left: 4px;
}
#content{
	padding: 20px;
	padding-top: 0px;
}
#footer{
	width: 909px;
	height: 33px;
	line-height :30px;
	background-image: url(../images/footer.gif);
	clear: both;
	color: #028170;
	text-align :center;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
}
.copyright_rovecom{
	background-color: white;
	width : 889px;
	text-align: right;
	padding-right: 20px;
}
.copyright_rovecom a:link, .copyright_rovecom a:active, .copyright_rovecom a:visited{
	color: silver;
	font-size :10px;

}

/*--------------menu---------------*/
#menu ul{
	margin: 0;
	padding: 0;
	position: relative;
}
#menu ul ul{
	display: none;
}

#menu li{
	list-style: none;
	float: left;
}
#menu li a{
	float: left;
	display: block;
	height: 31px;
	line-height: 31px;
	padding-left :10px;
	padding-right: 10px;
	border-right: 1px solid white;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#menu li a:hover, #menu li.active a{
	background-image: url(../images/menu_active.gif);
	background-repeat: repeat-x;
}
#menu li.active li a{
	background-image: none;
}
#menu ul li:hover ul{
	display: block;
	position: absolute;
	top: 31px;
}
#menu li li{
	float: none;
	line-height: 21px;
	border: 1px solid #c2c2c2;
	border-top: none;
	width: 160px;
}
#menu li li a{
	float: none;
	border: none;
	color: black;
	line-height: 21px;
	height: 21px;
	background-color: #e5e5e5;
}
#menu li li a:hover{
	color: white;
	background-image: none;
	background-color: #727272;
}
/*--------------nieuws-----------*/
#news .teaser{
	font-style: italic;
}
#news .news_image{
	float: left;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#news .meta{
	padding: 5px;
	background-color: #eee;
	border: 1px solid #ddd;
	font-size: 10px;
	color: gray;
	font-weight: bold;
}
#news h2{
	font-size:14px;
}
#news .item{
	margin-top: 20px;
	width: 860px;
}
#news .meta .source, #news .meta .author{
	line-height: 12px;
}
#news .index .item{
	float: left;
	border-bottom: 1px solid #ddd;
}
