/*
#c50039 = rode kleur
#353256 = blauwe kleur
*/

body {
	background-color:#ffffff;
	color:#000000;	
}

/* Header */
#header div.slogan {
	color:#c50039;
}

#frmZoek input#cmdSubmit {	
	background-color:#ffffff;
	color:#c50039;
	cursor:pointer;
}

/* Navigation */
#navigation li {
	border-bottom:1px dotted #c50039;	
}

#navigation li li {
	border-top:1px dotted #c50039;	
	border-bottom:0;
}

#navigation li a {
	color:#000000;
}


/* Content */
#content p,#content h2 {
	color:#353256;
}

#content h2 {
	font-size:1.1em;
}

#visual, #visual p{
	color:#ffffff;
}

#visual {
	background:transparent url('images/visual_red.jpg') no-repeat top left;
}

/*
Footer
*/

#footer {
	background-image:url('images/footer_bg_red.gif');
	background-repeat:no-repeat;
	color:#353256;	
}

#footer a{
	color:#c50039;
}

/* Box */
.box {
   background: #c50039;
   color: #ffffff;
}
.box_top div {
   background: url('images/box_tl_red.png') no-repeat top left;
}
.box_top {
   background: url('images/box_tr_red.png') no-repeat top right;
}
.box_bottom div {
   background: url('images/box_bl_red.png') no-repeat bottom left;
}
.box_bottom {
   background: url('images/box_br_red.png') no-repeat bottom right;
}

.box a {
	color: #ffffff;
}

#content a {color:#c50039}

