body{
	background: #727884;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 11px;
}

#top{
	background: url(../images/backgrounds/top.jpg) bottom right #fff no-repeat;
}

#home #top{
	background: none;
}

#top img{
	padding: 9px;
}

/* ============== */
/* = Navigation = */
/* ============== */

#navigation{
	background: #002157;
	height: 35px;
}

#navigation li{
	float: left;
	background: url(../images/backgrounds/li-navigation.gif) 100% 0 no-repeat;
}

#navigation a.current{
	font-weight: bold;
}

#navigation li li{
	float:none;
	width: auto;
	background: none;
	padding: 0;
}

#navigation li a{
	color: #fff;
	display: block;
	text-align: center;
	line-height: 35px;
	vertical-align: middle;
	padding: 0 25px 0 35px;
	background: url(../images/backgrounds/a-navigation-inactive.gif) 25px 54% no-repeat;
	text-decoration: none;		
}

#navigation li li a{
	text-align: left;
	color: #000;
	line-height: 1.2;
	border-bottom: 1px solid #9a9a9a;
	padding: 5px 9px;
	font-weight: bold;
	background: none;
}

#navigation li li a:hover,{
	background: #9a9a9a;
	text-decoration: none;
}

#navigation li ul{
	border: 1px solid #9a9a9a;
	border-bottom: none;
	width: auto;
	position: absolute;
	background: #cdcdcd;
	min-width: 10em;
	left: -999em;
}

#navigation li:hover ul,
#navigation li.hover ul{
	left: auto;
}

#navigation li:hover,
#navigation li.hover{
	background-color: #00376e;
}
#navigation li:hover a,
#navigation li.hover a,
#navigation a.current{
	background-image: url(../images/backgrounds/a-navigation-active.gif);	
}
#navigation li:hover li a,
#navigation li.hover li a{
	background-image: none;
}

/* ===================== */
/* = Mission statement = */
/* ===================== */

#mission-statement{
	background: url(../images/backgrounds/mission-statement.jpg) 100% 0 no-repeat;
	height: 152px; /* 185 - 33 */
	padding: 33px 0 0 37px;
	color: #90a3c7;
	font-weight: bold;
	line-height: 1.4;
}
#mission-statement .text{
	width: 250px;
}

/* ======== */
/* = Site = */
/* ======== */

#site,#footer{
	width: 955px;
	background: url(../images/backgrounds/site.gif) #fff 100% 0 repeat-y;
	border: 1px solid #fff;
}

/* ================== */
/* = Columns - Home = */
/* ================== */

#content{
	line-height: 1.4;
	min-height: 400px;
}

#home #content{
	position: relative;
}

#home #content:after,
div.more:after,
#content:after,
#rightcontent .item:after,
div.text:after{
	content: ".";
	visibility:  hidden;
	clear: both;
	display: block;
	height: 0px;
	
}

#home #content #leftcontent{
	float: left;
	width: 668px;
}

/* ======================== */
/* = Rightcontent - items = */
/* ======================== */

#rightcontent .item{
	font-style: normal;
	padding: 0 0 0 18px;
	background: url(../images/item-bullet.gif) 0 3px no-repeat;
	margin-bottom: 30px;
	line-height: 1.4;
}

#rightcontent .item h2{
	color: #c00;
}

/* ================== */
/* = Columns - Rest = */
/* ================== */

#content .wrapper{
	float: left;
	margin-right: -1px;
	margin-top: 35px;	
	width: 668px;
}

#content #leftcontent{
	float: left;
	width: 140px;
}

#content #centercontent{
	float: right;
	display: inline;
	margin-bottom: -1px;
	margin-left: -1px;
	margin-right: 15px;
	width: 503px;
}

#content #rightcontent{
	margin-left: 668px;
	margin-right: -150px;
	padding: 35px 21px 15px 21px;
	position: relative;
	width: 288px;
}

/* ======================== */
/* = Secondary navigation = */
/* ======================== */

#left-navigation span,
#left-navigation a{
	display: block;
}

#left-navigation{
	border: 1px solid #aaa;
	border-left:none;
	background: url(../images/backgrounds/left-navigation.gif) #eaeaea 0 0 repeat-y;
}

#left-navigation li span{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: url(../images/backgrounds/left-navigation-active.gif) #fff 0 0 repeat-y;
	padding-left: 20px;
	font-weight: bold;
	font-size: 127%;
}

#left-navigation li li span,
#left-navigation li li a{
	margin-left: 15px;
	background: #fff;
	padding: 2px 0 2px 5px;
	border: none;
	font-size: 100%;
	font-weight: normal;
	border-bottom: 1px solid #fff;
}

#left-navigation li li a{
	background: none;
	background: url(../images/backgrounds/a.gif) 5px 55% no-repeat;
	padding-left: 12px;	
}

#left-navigation li li a:hover{
	background-image: url(../images/backgrounds/a-hover.gif);
	color: #c00;
	text-decoration: none;
}

#home #content h1{
	background: #99a6bc;
	color: #fff;
	padding: 15px 15px 15px 85px;
	font-size: 145%;
	margin-bottom: 29px;
}

/* =========== */
/* = Content = */
/* =========== */

#left-navigation li span,
#content h1,
#content h2{
	font-family: arial, helvetica, sans-serif;
}

#left-navigation li li span{
	font-family: verdana, arial, helvetica, sans-serif;
}

#content h2,
#content .news li .text{
	margin-bottom: 6px;
}

#content h1{
	margin-bottom: 0.5em;
}

#content h2, #content h1{
	font-size: 127%;
	font-weight: bold;
	color: #c00;
}


#content h2 span, #content h1 span{
	color: #666;
	font-weight: normal;	
	font-size: 78%;	
	padding-left: 2em;	
}

#home #content .news{
	margin: 0 55px 0 85px;
}

#content .news li{
	margin-bottom: 25px;
}

div.more{
	background: url(../images/backgrounds/more.gif) 0 90% repeat-x;
}
div.more a{
	float: right;
	background: url(../images/backgrounds/a.gif) 3px 55% #fff no-repeat;
	padding-left: 10px;
}

a.top{
	display: block;
	margin-bottom: 10px;
	text-indent: -10000px;
	background: url(../images/backgrounds/top.gif) 100% 50% no-repeat;
	margin-right: -14px;
}

div.pagination{
	margin: 1em 0;
	text-align: right;
}

div.pagination .current{
	font-weight: bold;
}

.back{
	display: block;
	text-align: right;
	margin: 1em 0;
}


/* ======== */
/* = Text = */
/* ======== */

.article{
	margin-bottom: 2em;
}

.text p,
.text ul,
.text table{
	margin-bottom: 1em;
}

.text ul li{
	padding-left: 12px;
	background: url(../images/text-bullet.gif) 0 5px no-repeat;
}

.text table th,
.text table td{
	padding: 2px;
	background: #efefef;
	border-right: 5px solid #fff;
	vertical-align: top;
}

.text table th.right,
.text table td.right{
	text-align: right;
}

.text img{
	padding: 4px 0 4px 4px;
	border: 1px solid #d5d5d5;
	border-right: none;
	margin: 0 -15px 10px 10px;
	float:right;
}

/* ========== */
/* = Footer = */
/* ========== */

#footer{
	text-align: center;
	font-size: 10px;
	background: #727884;
	color: #fff;
	padding-top: 18px;
	border: none;
	margin-bottom: 10px;
}

#footer a{
	color: #fff;
}


/* ============ */
/* = Defaults = */
/* ============ */

a{
	color: #0000cc;
}
a:hover{
	color: #c00;
	text-decoration: underline;
}

a.sign-on{
	margin-top: 0.5em;
	float: left;
	width: 81px;
	height: 15px;
	background: url(../images/button-aanmelden.gif) 0px 0px no-repeat;
	text-indent: -10000px;
}

a.sign-on:hover{
	background-position: 0px -15px;
}

