/************************************************************\
**************************************************************
************* Gemaakt door Niels van Nieuwenburg *************
**************************************************************
****** Deze stylesheet mag onder geen enkele voorwaarde ******
********** worden gebruikt zonder mijn toestemming ***********
**************************************************************
\************************************************************/

body{
	background-color:#787878;
	text-align:center;
	margin-top:2px;
}

a:link{
	color: #00F;
	text-decoration: none;
}

a:visited{
	color: #00F;
	text-decoration: none;
}

a:hover{
	color: #00F;
	text-decoration: underline;
}

a:active{
	color: #00F;
	text-decoration: none;
} 

#container{
	width:905px;
	margin: 0 auto;
	text-align:left;
}

#header{
	background-image: url('header.png');
	background-repeat: no-repeat;
	height:130px;
	font: 50px "Ahori";
	padding-left: 10px;
}

#slogan{
	margin: 0px 20px;
	font: 18px "Bodoni MT";
	font-style: italic;	
}

#menu{
	height:30px;
	background: url('middenstuk-menu.png') repeat-y;
	padding-top: 10px;
	padding-left: 10px;
	margin-bottom: -3px;
	font: 14px "Bookman Old Style";
}

#main{
	background: url('middenstuk.png');
	font: 15px "Bookman Old Style";
	padding: 10px 10px 0px 10px;
	margin-bottom: 0px;
}

#footer{
	background-image: url('footer.png');
	background-repeat: no-repeat;
	padding: 8px 0px 14px 15px;
	height:40px;
	width: 906px;
	font: 12px "Bookman Old Style";
}

.titel {
	font-size: 18px;
	font-weight: bold;
}

.fout {
	color: #F00;
}

.datumNieuws {
	font: 20px "Cordia New";
}

#menu a:link{
	color: #000;
	text-decoration: none;
}

#menu a:visited{
	color: #000;
	text-decoration: none;
}

#menu a:hover{
	color: #000;
	text-decoration: underline;
}

#menu a:active{
	color: #000;
	text-decoration: none;
} 

#header a:link{
	color: #000;
	text-decoration: none;
}

#header a:visited{
	color: #000;
	text-decoration: none;
}

#header a:hover{
	color: #000;
	text-decoration: underline;
}

#header a:active{
	color: #000;
	text-decoration: none;
} 