/*
Use a 12px base font size with a 16px line height
font-size: 0.75em; // 16px x .75 = 12px
line-height: 1.333em; // 12px x 1.333 = 16px

// Use a 14px base font size with a 18px line height
font-size: 0.96em; // 16px x .875 = 14px
line-height: 1.286em; // 14px x 1.286 = 18px

// Use a 14px base font size with a 18px line height
font-size: 0.843em; // 16px x .8 = 13px
line-height: 1.6em; //  14px x 1.286 = 18px
letter-spacing:0.01em;
*/

body {
	font-family:Verdana, Helvetica, sans-serif;	
	font-size: 0.96em;
	line-height: 1.6em;
	color:#333;
	padding:0px;
	margin:0px;
	text-align:center;
	background:url(../img/bg.gif) center top repeat-y;
}

/* ----- speciaal voor FCK editor */
.fckeditorbody {
	text-align:left;
	background:#fff url(../img/NONE.png) center top ;
}
.fckeditorbody a:link {
	color:#162a81;
}

#divSiteContainer {
	margin: 0 auto;  /* ------- ERG BELANGRIJK -------- */
	position:relative; 
	width:980px;
	text-align:left;
}

a:link, a:active, a:visited, a:hover {
	font-weight:normal;
	text-decoration:none;
	color:#162a81;
}
a:hover {
	color:#000;
}

a img {
  border:0px solid #fff;
}

select, button, input {
	font-family:Verdana, Helvetica, sans-serif;	
	font-size: 0.90em;
	line-height: 1.286em;
}
.button {
	padding:0px;
	margin:0px;
	border:1px solid #000;
}

div, p {
	font-family:Verdana, Helvetica, sans-serif;	
	font-size: 0.96em;
	line-height: 1.6em;
	padding:0px;
	margin:0 0 0 0;
}

td {
	font-family:Verdana, Helvetica, sans-serif;	
	font-size: 0.96em;
	line-height: 1.6em;
	vertical-align:top;
}

ul {
	margin:0;
	padding:0 0 0 1.2em;
}


.cContentPadding {
	padding:0 6px 0 6px;
}

/* ------------------------------------------------- header */
#divHeader {
	background:url(../img/logo.png) left top no-repeat;
	height:216px;
	background-color:#fff;
}

/* ------------------------------------------------- subnavigatie */
#divSubNavigatie {
	text-align:right;
	margin:0 0 0 730px;
	padding-top:55px;
	width:250px;
}

#divSubNavigatie ul {
	list-style-type:none;
	list-style-position: inside;
	padding:0 0 0 0;
	line-height:0.75em;
}

#divSubNavigatie ul a {
	display:block;
	padding:0 5px 0 5px;
	color:#162a81;
}


/* ------------------------------------------------- balk onder header met lees en grootte */
#divLeesEnGrootte {
	width:100%;
	height:30px;
	overflow:hidden;
	line-height:30px;
	font-size: 1.2em;
	color:#c71d44;
	background:#fff url(../img/rozelijn.gif) left top repeat-x;
}
#divLeesEnGrootte a {
	font-size: 1.05em;
	color:#162a81;
}
#divLeesEnGrootte a:hover {
	color:#c71d44;
}

#divLeesvoor {
	float:left;
	margin-left:250px;
	width:240px;
}
#divLeesvoor span {
	background-color:#fff;
	padding:0px 0 0 6px;
}

#divFontsize {
	float:left;
	width:240px;
	text-align:right; 
}
#divFontsize span {
	float:right;
	padding:0px 6px 0 6px;
	background-color:#fff;
}
#divFontsize span div {
	float:left;
}

/* ------------------------------------------------- navigatie */
#divNavigatie {
	float:none;
	font-size: 1.2em;
	width:250px;
	float:left;
	padding-top:20px;
}

/* hier stond __nav.css */



/* ------------------------------------------------- item */
#divContent {
	width:480px;
	float:left;
	margin-top:20px;
}

/* ------------------------------------------------- nieuwskolom */
#divNieuwskolom {
	width:250px;
	float:left;
}



.cBgGrijs {
	background-color:#eff7fb;
	padding:0 0 30px 0;
}
.cBgWit {
	background-color:#fff;
	padding:0 0 30px 0;
}



/* ------------------------------------------------- algemeen */
.error {
	color:#cc3333;
}

.rood {
	color:#c71d44;
}
.zwart {
	color:#000;
}
.blauw {
	color:#162a81;
}

h1, h2, h3, h4, h5, h6 {
	color:#162a81;
	margin:0 0 3px 0;
	font-weight:bold;
}		

h1 {
	font-size: 2em;
	line-height: 1.286em;
}
h2 {
	font-size: 1.75em;
	line-height: 1.286em;
}
h3 {
	font-size: 1.5em;
	line-height: 1.286em;
}
h4 {
	font-size: 1.25em;
	line-height: 1.286em;
}
h5 {
	font-size: 1.1em;
	line-height: 1.286em;
}
h6 {
	font-size: 0.96em;
	line-height: 1.286em;
}

.cHRroze {
	height:5px;
	margin-top:5px;
	overflow:hidden;
	border-top:5px solid #c71d44;
}

hr {
	height:5px;
	overflow:hidden;
	border:0px solid #fff;
	border-top:1px solid #c71d44;
}

.cDatum {
	font-size:85%;
	color:#162a81;
}

#tableActiviteiten {
	width:100%;
}

#tableActiviteiten td {
	border-bottom:6px solid #fff;
}

.cNietZichtbaar {
	width:0px;
	height:0px;
	overflow:hidden;
}