/*style specifiek voor welkom pagina */
#home-welkom{
	position: relative;
	top: 14px;
	left: 0px;
	font-style: italic;
	font-size: 14px;
	text-align: center;
}

.maincontent-bg {
	background: url(/images/bg_welkom2.gif) repeat top left;
	/*background: url(/images/bg_welkom.gif) repeat top left;*/
	color: #000000;
}

#maincontent-welkom-text {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	font-size: 12px;
	font-weight: 900;
	vertical-align: middle;
	text-align: left;
	color: #ffffff;
	padding-top: 100px;
}

#maincontent-welkom-text a:hover {
	text-decoration: none;
}

#newsitem {
	width: 600px;
	margin: auto;
	top: -122px;
	height: 120px;
	visibility: hidden;
	overflow: auto;
	background-color: #ffffff; 
	color: #630063; 
	text-align: center;
	position: relative;
}

html>body div#newsitem {
	top: -120px;
}