/* ------------------------------------------------------ */
/* Copyright 2008 (Non-)verbaal, http://www.nonverbaal.nl */
/* -------------------------------------------------------*/

@import url("reset.css");
@import url("clearfix.css");
@import url("form.css");

body {
	font-size:75%;
	line-height:1.345;
	background-color:#f3f5f6;
	font-family:Verdana,Helvetica,sans-serif;
	border-top:1px solid #535353;
	height:99.9%;
	margin:0;
	padding:0;
}

h2 {
	font-size:1em;
	margin:0;
}

a { color: #000;}
a:link, a:visited { text-decoration: none; }
a:hover, a:active { text-decoration: underline;	}

#rijkslogo {
	position:absolute;
	left:456px;
	top:29px;
}

#container {
	width:956px;
	margin:0 auto;
}

#main {
	position:absolute;
	width:956px;
	background:url("/www/images/sprite.gif") no-repeat;
}

#header {
	position:absolute;
	left:8px;
	top:116px;
	width:940px;
	height:50px;
	background-color:#fbd326;
	border-bottom:10px solid #FEF1BC;
}

div#inner {
	float:left;
	margin-top:166px;
	width:940px;
	background:url(/www/images/sprite.gif) repeat-y -1000px 0;
	padding:0 8px;
}

#content {
	margin:35px 20px 35px 30px;
	width: 400px;
	float:left;
}

.smallcontent {
	margin:38px 0 0 180px !important;
	width: 315px !important;
	min-height:200px;
}

#sfeer {
	width: 380px;
	margin:40px 35px 0 0;
	float:right;
}

#footer {
	float:left;
	height:83px;
	background:url(/www/images/sprite.gif) no-repeat -2000px 0;
	width:956px;
}

/* Header ---------------------------------------------- */
/* ------------------------------------------------------ */

#header li{
	float:left;
	background-image:none;
	margin:0;
	padding:0;
}
#header ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

/* Content ---------------------------------------------- */
/* ------------------------------------------------------ */

#content h1 {
	font-weight:bold;
	margin:0 0 0.55em;
	padding:0;
}

#content strong, 
#content b {
	font-weight:700;
}

#content {
	font-size:1em;
	line-height:1.6em;
}

#content p {
	margin-bottom:1.3em;
}

#content ul {
	margin: 0 0 1.3em 1.3em;
	list-style:disc outside;
}

#content li {
	margin-bottom:0.1em;
}

#content a {
	text-decoration:underline;
}


/* Navigation ---------------------------------------------- */
/* ------------------------------------------------------ */

ul#navigation {
	position:absolute;
	width:690px;
	left:20px;
	bottom:0;
}

#navigation a {
	float:left;
	text-decoration:none;
	font-family:Verdana,Helvetica,sans-serif;
	font-weight:700;
	color:#000;
	font-size:1em;
	padding:.2em .85em .27em;
}

#navigation .selected a, #navigation a:hover {
	background-color:#FEF1BC;
}

/* Searchmenu ---------------------------------------------- */
/* ------------------------------------------------------ */

#helpdesk {
	position:absolute;
	right:33px;
	bottom:0;
}

#helpdesk a {
	float:left;
	text-decoration:none;
	font-family:Verdana,Helvetica,sans-serif;
	font-weight:700;
	color:#000;
	font-size:1em;
	padding:.2em .85em .27em;
}

#helpdesk .selected a, #helpdesk a:hover {
	background-color:#FEF1BC;
}


/* Subnavigation ---------------------------------------- */
/* ------------------------------------------------------ */

#sub_nav {
	position: absolute;	
	top:200px;
	left:20px;
	width:140px;
}

#sub_nav li.last {
	border-bottom: 1px solid #EBEBEB;
}

#sub_nav ul {
	position: relative;
	border-top: 1px solid #EBEBEB;	
}

#sub_nav li {
	border-bottom: 1px solid #EBEBEB;
	font-size: 0.9em;
	font-weight: 700;
}
#sub_nav li li {
	font-size: 0.9em;
}

#sub_nav li a {
	padding: 4px 0px 4px 14px;
	display:block;
	font-weight:bold;
	text-decoration:none;
}

#sub_nav li a:hover, 
#sub_nav li a:active, 
#sub_nav li a:focus {
	color:#0162CD;
}
#sub_nav .selected {
	background: #000;
	color: #fff;
}

#sub_nav .selected a{
	background: #000;
	color: #fff;
}

#sub_nav .selected ul li{
	color: #fff;
	border-top: none;
	padding:2px 0 0;
}

#sub_nav li.selected ul {
	background-color: #fff;
	padding:0 0 0.4em;
}

#sub_nav li.selected  li {
	margin-left:0em;
	border-bottom: none;
	background: #FFF;
	font-weight:normal;
}

#sub_nav .selected li a{
	background: #FFF;
	color: #666;
	font-size:1.1em;
	font-weight:normal;
}

#sub_nav .selected .selected a{
	color: #000;
	text-decoration:underline;
}

.errors {
	display:none;
	background-color:#FAB2BD;
	background-image: url(../images/error.gif);
	background-position:2px 2px;
	background-repeat: no-repeat;
	padding:0.5em 2.2em 0.5em;
	width:293px;
}

.errors ul {
	list-style:disc inside;
	margin-bottom:0 !important;
}

.errors .lbl {
	list-style:none;
	font-weight:700;
	margin-left:-12px;
}




