﻿/* ---------- REGULAR TAGS ---------- */
body {
	font-size: 62.5%; /* =10px =1em *//*	background-color: #FFC;*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	color: #474747;
}
h1 {
	font-size: 1.9em;
	color: #f20001;
	font-weight: bold;
	text-transform: uppercase;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 18px;
	margin-bottom: 6px;	
	font-size: 1.8em;
	font-weight: normal;
	text-transform: capitalize;
	text-align: center;
	color: #006998;
}
h3 {
	font-weight: bold;
	margin-bottom: 5px;
	color: #1a1a1a;	
}
/* ---------- SPECIFIC DIVS ---------- */
#container {
	/*	background-color: pink;*/
	font-size: 1.1em;
}
#header {
	/*	border: 1px solid blue;*/
	background: #fff url(../site_images/bck_header.gif) top left repeat-x;
}
#logoContainer {
	float: left;
	/*	border: 1px solid purple;*/
	margin: 9px 0 7px 64px;
	width: 355px;
	display: inline; /* for displaying correctly in IE6 */
}
#logo1 {
	float: left;
}
#logo2 {
	float: left;
	margin-left: 25px;
}
#baseline {
	float: left;
	margin-top: 28px;/*	border: 1px solid orange;*/
}
#functionalNav {
	/*	border: 1px solid red;*/
	background: transparent url(../site_images/ill_blokjesSaving.gif) top left no-repeat;
	height: 20px;
	width: 535px;
	margin-left: 419px;
}
#search {
	float: right;
	background: transparent url(../site_images/bck_search.gif) top right no-repeat;
	width: 200px;
	height: 17px;
}
.searchInput { /* for styling the input-field */
	background: none;
	border:0;
	color:#474747;
	font-size:1em;
	margin:0;
	padding-left:3px;
	width:132px;
}
.searchButton { /* for styling the search-button */
	background: none;
	border:0;
	color:#fff;
	font-size:1em;
	font-weight:bold;
	width:64px;
}
#content {
	margin: 0 0 0 64px;
	width: 891px;
}
#content-intro {
	text-align: justify;
	margin: 20px 0 20px 0;
}

#content-main {
}
.box {
	float: left;
	border: 1px solid #AAAAAA;
	background-color: #BABABA;
	width: 218px;
	min-height:230px;
	height:auto!important; /* for sane browsers, keep it as default */
	height:230px;
}
.box ul {font-size:1.15em}
.boxMid {
	float: left;
	border: 1px solid #bababa;
	width: 409px;
	min-height:230px;
	height:auto!important; /* for sane browsers, keep it as default */
	height:230px;
}
.boxMid a:link {color:#474747}
.boxMid a:visited {color:#474747}
.boxMid a:hover {color:#000}
.boxMid a:active {color:#474747}

#midPicture {
	float: left;
	margin: 0 7px 0 0
}
.boxMid .boxContent {
	padding: 10px 10px 10px 0px;
	text-align: justify;
}
.boxMid h3 {
	color: #3399cc;
}
.boxMid p {
	margin-bottom: 10px;
}
.boxSmall, .boxSmallImage {
	float: left;
}
.boxBorder {
	border: 1px solid #cccccc;
}
.boxSmall .boxContent {
	background-color: #e7e8e9;	
	padding: 10px;
	min-height:158px;
	height:auto!important; /* for sane browsers, keep it as default */
	height:158px;	
}
.boxSmallImage .boxContent {
	background-color: #e7e8e9;
	padding: 0px;
	min-height:178px;
	height:auto!important; /* for sane browsers, keep it as default */
	height:178px;	
}
.boxContent img  {
    display:block; 
}

.darkgreen .boxContent {
	border-left: 10px solid #009554;
}
.lightgreen .boxContent {
	border-left: 10px solid #7da24a;
}
.yellow .boxContent {
	border-left: 10px solid #dbba39;
}
.orange .boxContent {
	border-left: 10px solid #d57933;
}
.red .boxContent {
	border-left: 10px solid #ed1528;
}
.clearfloats {
	clear: both;
}
.marginRight_a {
	margin-right: 10px;
}
.marginRight_b {
	margin-right: 20px;
}
#footer {
	margin: 0;
	padding:0;
	background: none;
	color: #ffffff;
	border-top: 1px solid #bababa;
	margin-top: 20px;
	height: 70px;
}
#footer p {
	color: #999999;
	margin: 9px 0 0 64px;
	padding: 0;
}
ul {
	margin: 10px 10px 15px 30px;
}
ul li {
	list-style-image: url(../site_images/ico_NavigationEvents.gif);
	line-height: 1.1em;
	margin-bottom: 6px;
}
li a:link {
	color: #fff;
	text-decoration: none;
}
li a:visited {
	color: #fff;
	text-decoration: none;
}
li a:hover {
	color: #026899;
	text-decoration: none;
}
li a:active {
	color: #026899;
	text-decoration: none;
}
.boxContent a:link {color:#474747}
.boxContent a:visited {color:#474747}
.boxContent a:hover {color:#000}
.boxContent a:active {color:#474747}