body {
	margin: 0; padding: 0;
	font-size: 12px;
    font-family: Verdana, Arial, Sans-serif;
	background: #FFFFFF;
    color: #000000;
	height: 100%;
}

#centerPage{
	width: 780px;
	margin: 0px auto; padding: 0px;
}

#header{
	height: 113px;
	width: 780px;
	background: url('images/header.jpg');
	background-repeat: no-repeat;
}

#menu{
	font-family: Verdana,  Arial, Sans-serif;
	text-transform: uppercase;
	color: #cc0000;
	position: absolute;
	margin-top: 80px;
}



#contentHolder{
	width: 780px;
	padding-top: 20px;
}

#contentPage{
	width: 579px;
	float: left;
	padding-left: 7px;
	padding-right: 7px;
}

td.contentPageTitle{
	height: 18px;
	padding-right: 16px;
	padding-top: 1px;
	text-transform: uppercase;
	font-weight: bold;
}

td.contentPagePijltjes{
	width: 33px;
	height: 18px;
	background: url('images/pijltjes.jpg');
}

table#news
{
	width: 100%;
	/*background-color: #ed1d24;*/
}

td.newsPageArrow
{
	height: 17px;
	width: 24px;
	background-color: #000000;
}

td.newsPageTitle
{
	vertical-align: top;
	height: 17px;
	color: #FFFFFF;
	padding-top: 1px;
	padding-left: 5px;
	text-transform: uppercase;
	margin-bottom: 0px;
	background-color: #000000;
}
td.newsDate
{
	vertical-align: top;
	text-align: right;
	height: 17px;
	color: #FFFFFF;
	padding-right: 5px;
	padding-top: 1px;
	text-transform: uppercase;
	margin-bottom: 0px;
	background-color: #000000;
}

td.newsPageContent
{
	vertical-align: top;
	color: #000000;
	padding: 5px;
}

/*
tr.newsPageTr
{
	background: url('images/view_toptr.jpg');
	background-repeat: repeat-x;
}
*/
#contentExtra{
	width: 173px;
	float: right;
	padding-left: 0px;
	padding-right: 0px;
}

#views{
	width: 173px;
	background-color: #ed1d24;
	margin-bottom: 20px;
	color: #FFFFFF;
	font-size: 11px;
	padding-bottom: 7px;
}

#view_top{
	width: 151px;
	height: 23px;
	background: url('images/view_top.jpg');
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding-left: 22px;
	padding-top: 1px;
	text-transform: uppercase;
	margin-bottom: 3px;
}

#view_content
{
	line-height: 17px;
}

#view_content a
{
	color: #FFFFFF;
}

#view_content a:hover{
	text-decoration: underline;
}

#footer{
	background:url('images/footer.jpg');
	background-repeat: no-repeat;
	clear: both;
	border: 0px solid red;
	height: 90px;
	width: 780px;
	font-size: 8px;
	text-align: right;
	color: #FFFFFF;
	padding-top: 75px;
}

#footer a{
	font-size: 9px;
	color: #FFFFFF;
}




a{
     text-decoration: none;
	 color: #ed1d24;
}

a:hover{
     text-decoration: none;
}
