@charset "utf-8";
/* CSS Document */
body{
	background-color: #291770;
	}
#align{
	position: absolute;
	width: 100%;
	left: 50%;
	margin-left: -250px;
	}
#container
{
	background-color: #FFF;
	position: absolute;
	width: 500px;
	padding: 25px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	}
#titel
{
	z-index: -1;
	color: #291770;
	margin-top: -50px;
	}
#subtitel
{
	z-index: -1;
	color: #291770;
	margin-top: -50px;
	}
#center{
	text-align: center;
		}
#nieuws{
	font-size: 14px;
	color: #666;
	}
#onderwerp{
	font-size: 16px;
	color: #291770;
	}
#ondertitel{
	font-size: 9.4px;
	color: #666;
	text-align: center;
	}
.link {
text-decoration: none;
color: #666;
}
.link:hover {
color: #291770;
}