body
	{
		cursor:default;
		margin: 0px;
		background-color: #3A3A3A;
		background-image: url('../images/background.jpg');
		background-repeat: repeat-x;
		text-align: center;
	}

td, input
	{
		font-family: verdana;
		font-size: 11px;
		color: #1F1F1F;
	}	

.input
	{
		border: 1px solid #ABABAB;
		font-family: verdana;
		font-size: 11px;
		color: #1F1F1F;
	}
img
	{
		border:0;
	}
a, a:visited, a:active
	{
		font-family: verdana;
		font-size: 11px;
		color: black;
		text-decoration:none;
	}
a:hover
	{
		font-family: verdana;
		font-size: 11px;
		color: #ED0091;
		text-decoration:none;
	}
	
.footer, .footer a, .footer a:visited, .footer a:active
	{
		font-family: verdana;
		font-size: 11px;
		color: white;
		text-align: center;
		text-decoration: none;
	}
.footer a:hover
	{
		font-family: verdana;
		font-size: 11px;
		color: #F00090;
		text-align: center;
		text-decoration: none;
	}
#nieuws
	{
		overflow: auto;
		margin-bottom: 0px;
		float: left;
		background-color: White;
		text-align: left;
		width: 177px;
		height: 512px;
	}
	
#subnieuws
	{
		overflow: auto;
		margin-bottom: 0px;
		float: left;
		background-color: White;
		text-align: left;
		width: 177px;
		height: 160px;
	}
.nieuws_titel
	{
		font-family: verdana;
		font-size: 11px;
		color: black;
		font-weight: bold;
	}
.nieuws_datum
	{
		font-family: verdana;
		font-size: 10px;
		color: black;
		font-weight: none;
	}	
.rand
	{
		border: 1px solid #c4c4c4;
	}
.zwartrand
	{
		border: 1px solid #000000;
	}
#scroll	{
	overflow: auto;
	margin: 2px;
	margin-bottom: 10px;
	float: left;
	background-color: White;
	text-align: left;
	padding: 0px;
	width: 655px;
	height: 400px;
	border: #A4A4A4;
	border-style: none;
}

/* Ramon Toevoeging */
.heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color:#666666;
}
.heading2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color:#000000;
	height:30px;
	border-bottom:1px solid #ffffff;
}
hr {
	color:#ffffff;
	height:1px;
	width:100%;
}

