/*
#c50039 = rode kleur
#000066 = blauwe kleur
*/

body {
	background-color:#ffffff;
	color:#000000;	
}

/* Header */
#header div.slogan {
	color:#c50039;
}

#frmZoek input#cmdSubmit {	
	background-color:#ffffff;
	color:#c50039;
}

/* Navigation */
#navigation li {
	border-bottom:1px dotted #000066;	
}

#navigation li li {
	border-top:1px dotted #000066;	
	border-bottom:0;
}

#navigation li a {
	color:#000000;
}


/* Content */
#content p,#content h2 {
	color:#353256;
}

#content h2 {
	font-size:1.1em;
}

#visual {
	background:transparent url('images/visual_blue.jpg') no-repeat top left;
}

#visual, #visual p{
	color:#ffffff;
}


/* Box */
.box {
   background: #000066;
   color: #ffffff;
}
.box_top div {
   background: url('images/box_tl_blue.png') no-repeat top left;
}
.box_top {
   background: url('images/box_tr_blue.png') no-repeat top right;
}
.box_bottom div {
   background: url('images/box_bl_blue.png') no-repeat bottom left;
}
.box_bottom {
   background: url('images/box_br_blue.png') no-repeat bottom right;
}

.box a {
	color: #ffffff;
}

#content a{color:#000066;}

