body {
	background-image:url(images/backgroundBlue.gif);
	color: #000000;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
* {margin: 0px;padding: 0px;}
.clear{clear:both;}

#container {
	margin: 0px auto;
	text-align: left;
	width: 780px;
}
a {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
}
/********************** Dropdown Link ***************************/

.hyperlinkcss{
/*position:absolute;*/
/*margin-left:0px;                horizontale positie van het menu t.o.v. de link */
/*margin-top:0px;                 verticale positie van het menu t.o.v. de link */
visibility: hidden;
border-bottom-width: 0;
line-height: 18px;
z-index: 100;
width: 100px;
}

.hyperlinkcss a{                   
width: 100%;
display: block;
text-indent: 3px;
padding: 1px 0;
text-decoration: none;
font-weight: plain;
}

.hyperlinkcss a:hover{              
color:#000099;
}


/********************** Header ***************************/

#header {
	
	background-image:url(images/headerBleuTekst.jpg);
	background-repeat:no-repeat;
	width:768px;
	height:262px;
}
#menu {
	position:relative;
	background-image:url(images/menuBleuLogo.jpg);
	background-repeat:no-repeat;
	width:768px;
	height:117px;
}
#menu ul{
	position:absolute;
	top:30px;
	left:265px;
}
#menu li{
	float:left;
	display:inline;
	padding: 0px 0px 0px 10px;
}
#menu a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
}
#menu a:hover{
	color:#000099;
}
h1,h2,h3,h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #000000;
}
h1,h2 {
	position:absolute;
	top:94px;
}
h1 {
	left:241px;
}
h2 {
	right:75px;
}
h3 {
	margin: 15px 0px 0px 30px;
	border-bottom: solid 1px #1f636b;
}

h4 {
	margin: 15px 0px 0px 0px;
	border-bottom: solid 1px #1f636b;
}

/********************** Main ***************************/
#main {
	background-image:url(images/main_bgBlue.gif);
	background-repeat: repeat-y;
	display:block;
	width:768px;
	height:auto;
}
#contenthomepage {
	background-image:url(images/content_bgBlue.gif);
	background-repeat: repeat-y;
	width:768px;
}
#contentrest {
	background-image:url(images/main_bgBlue.gif);
	background-repeat: repeat-y;
	width:768px;
}


/********************** Left - Content ***************************/
#left {
	float:left;
	width:490px;
}
#left p{
	padding: 5px 10px 10px 30px;
}
#left a:hover{color:#d8cd8d;
}

/********************** Right - Nieuws ***************************/
#right {
	float:right;
	width:240px;
	margin-right: 15px;
}

/********************** Footer ***************************/
#footer {
	background-image:url(images/footer_bgBleu.jpg);
	background-repeat:no-repeat;
	width:768px;
	height:97px;
	text-align:center;
	float:left;
	clear:both;
}
#footer ul{

}
#footer li{
	display:inline;
	float:none;
	text-align:center;
	padding: 0px 10px 0px 10px;
	border-right: solid 0px #908a68;
}
.lastchild{
	border-right: 0px none !important;
}
#footer a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform:uppercase;
	color: #ffffff;
	text-decoration: none;
	line-height:150%;
}
#footer a:hover{text-decoration: underline;
}
#footer span{
	font-size: 9px;
	font-weight: bold;
	color: #ffffff;
	margin:0px;
	display:block;
}