body{
	margin: 0;
	padding: 0;
	background-color: #000000;
}

div.scrollbar{
	height: 100%;
	width: 100%;
	overflow: auto;
}

table.container{
	position: absolute;
	height: 500px;
	width: 960px;
	border: 1px solid black;
	left: 50%;
	margin-left: -480px;\
}

td.main{
	height: 400px;
	width: 810px;
	vertical-align: top;
	border-top: 10px solid #666666;
	border-right: 20px solid #444444;
	border-bottom: 10px solid #666666;
	border-left: 20px solid #444444;
}

td.tekst{
	
	font-family: arial;
	color: #ffcc00;
}

td.menu{
	height: 400px;
	width: 130px;
	text-align: right;
	vertical-align: top;
}

td.banner{
	height: 100px;
	width: 960px;
	vertical-align: top;
}

a.menu{
	display : block;
	color : #222233;
	background-color : #888888;
	text-decoration : none;
	font-weight : bold;
	font-family : arial;
	margin-top : 5px;
	padding-right : 10px;
	text-align : right;
}

a.menu:hover{
	background-color : #444444;
	color: #DDDDEE ;
}

td.titel{
	background-color: #444444;
	color: #FFCC00;
	font-family: arial;
	font-weight: bold;
}

td.datum{
	background-color: #444444;
	color: #FFCC00;
	font-family: arial;
	width: 100px;
	text-align: right;
}

td.nieuwstekst{
	font-family: arial;
	color: #ffcc00;
	width: 500px;
	border: 1px solid #444444;
}
