@charset "UTF-8";
/* CSS Document */
@import URL('reset.css');

/* Veel plezeier   */
body{
	background-image:url(../images/backpattern.jpg);
	background-repeat:repeat;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#666;
	
	
	
}
p{
padding-top:2px;	
}
a:link {
	text-decoration:none;
	color:#6D97AD;
	}
a:visited {text-decoration:none;
color:#6D97AD;
}
a:hover {text-decoration:none;
color:#6D97AD;
}
a:active {text-decoration:none;
color:#6D97AD;
}  


h1{
	color:#6D97AD;
	font-size:18px;
	padding-bottom:10px;
	font-family:Georgia, "Times New Roman", Times, serif;

}

h2{
	color:#6D97AD;
	font-size:12px;
	padding-top:10px;
		font-family:Georgia, "Times New Roman", Times, serif;

}
h3{
		color:#6D97AD;

	font-size:15px;
	padding-top:10px;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
}
/* Header area   */
#splashbg{
	height:154px;
	width:auto;
	background:url('../images/splash.jpg') no-repeat top center;

		
}


/* END Header area   */


/* Body area   */
#container{
	width:800px;
	background-image:url(../images/bodyBack.jpg);
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;

	
	}
/* Navigation area   */

#head{
	height:170px;
	background-image:url(../images/head.jpg);


}

#navi{	
width:600px;

	margin-left:auto;
	margin-right:auto;
	padding-top:25px;
	padding-bottom:20px;
	
	
	
}


#button {
list-style-type:none;
text-align:center;

}


#button li{
display:inline;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:17px;

}
#button li a{
text-decoration:none;
background-image:url(../images/contentBack.jpg);
padding:10px;
padding-left:20px;
padding-right:20px;
margin-right:-2px;
margin-left:-2px;
margin-bottom:40px;
margin-top:40px;
color:#666;
border-bottom:5px solid transparent;



}

#button li a:hover{
text-decoration:none;
color:#6D97AD;
border-bottom:5px solid #6D97AD;
}
/* END Navigation area   */


/* Content area   */
#content{
	background-image:url(../images/contentBack.jpg);
	width:500px;
	margin:5px auto;
	margin-bottom:10px;
	border:1px solid black;
	padding:10px;

}
/* END Content area   */


/* Footer area   */
#footer{
	height:20px;
	background-image:url(../images/footer.jpg);
	padding-top:60px;
	text-align:center;
	font-size:9px
	
}



/* End Footer area   */


/*  NEWS STYLE */

.news{
	border: 1px dotted #000;
	padding:10px;
	margin-bottom:40px;
	}

.newsTime{float:right;
margin-top:-3px;
color:#6D97AD;
font-family:Georgia, "Times New Roman", Times, serif;
text-align:center;
	}
.newsImage{
float:right;
padding:10px;
}
.newsTimeD{	font-size:20px;
	}
.newsTimeM{font-size:13px;
	}
.newsTimeY{font-size:9px;
	}
.newsH1{
	font-family:Georgia, "Times New Roman", Times, serif;

	color:#6D97AD;
		font-size:20px;

}

hr{
	color:#6D97AD;
	margin-top:-2px;

}

#IconsFloat{
	float:right;
	width:150px;
	margin-left: 10px;
	text-align:right;
	}
 td{
	padding:4px;
	}
/* Styles area   */


/* END Styles area   */



