/* Algemene stylesheet in alle pagina's */

/* Element styles */

html{
	height: 100%;
}

body{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

h1{
	margin: 0 0 15px 0;
	font-size: 1.3em;
}

h2{
	margin: 0;
	font-size: 1.1em;
}

h3,h4,h5,h6{
	margin: 0;
	font-size: 1em;
}

a{
	color: #00ABDF;
}

a:hover{
	text-decoration: none;
}

/* Basic building block styles */

#container{
	width: 100%;
	height: 100%;
}

#header{
	width: 100%;
	height: 172px;
	background: url(../_img/home_bg_rp.jpg) repeat-x;
}

#contentcontainer{
	position: absolute;
	top: 176px;
	bottom: 18px;
	width: 100%;
}

#navblock{
	float: left;
	width: 20%;
	height: 100%;
	margin-left: 16px;
}

#contentblock{
/*	float: left;*/
	position: absolute;
	left: 22.2%;
	width: 53%;
	height: 100%;
	margin-left: 55px;
	overflow: auto;
}

#content{
	margin: 15px;
}

.content_item{
	margin-bottom: 20px;
}

#lettergrootte{
	position: absolute;
	top: 125px;
	right: 14px;
	width: 186px;
	height: 28px;
	background: url(../_img/lettergrootte_bg.gif) no-repeat;
}

#logo{
	position: absolute;
	display: block;
	width: 100px;
	height: 90px;
}

/* Navigatie styles */

#navblock a{
	display: block;
	padding: 2px 5px 2px 32px;
	color: #000;
	text-decoration: none;
}

#navblock a:active,
#navblock a:hover{
	color: #FFF;
}

#navblock ul{
	width: 100%;
	margin: 0;
	padding: 0;
}

#navblock ul li{
	list-style-type: none;
	margin: 0 0 4px 0;
}

#navblock ul li.current{
	border: 0;
}

#navblock ul li.current a{
	color: #FFF;
	padding: 3px 5px 3px 33px;
}

#navblock ul li.current ul{
	list-style: none;
	width: 100%;
	margin: 4px 0 0 0;
	background: #FFF;
}

#navblock ul li.current ul li{
	border: 1px solid #8B8A8A;
	margin-left: 20px;
	width: 100%;
	background: none;
}

#navblock ul li.current ul li a{
	display: block;
	background: none;
	color: #8B8B8B;
	padding-left: 12px;
}

#navblock ul li.current ul li a:active,
#navblock ul li.current ul li a:hover,
#navblock ul li.current ul li.current a{
	background: none;
	color: #000;
}

/* Broodkruimelpad styles */

#bkp{
	position: absolute;
	left: 22.2%;
	width: 60%;
	height: 20px;
	margin: -1.5em 0 0 54px;
	font-size: .9em;
}

#bkp a{
	display: block;
	float: left;
	padding-right: 13px;
	margin-right: 5px;
	background: url(../_img/ico_bkp_blue.gif) no-repeat 100% 50%;
	color: #8B8B8B;
	text-decoration: none;
}

#bkp a:hover{
	color: #000;
}

/* Print styles */

#print{
	float: right;
	margin: 0 0 4px 4px;
}

#print a{
	color: #000;
	display: block;
	padding-right: 18px;
	background: url(../_img/ico_print.gif) no-repeat 100% 0;
}

/* Lettergrootte styles */

#lettergrootte a{
	position: absolute;
	top: 1px;
	display: block;
	width: 26px;
	height: 26px;
}

#lettergrootte a:active,
#lettergrootte a:hover{
	background: none;
}

#size1{
	left: 95px;
	background: url(../_img/lettergrootte_bg_size1.gif) no-repeat;
}

#size2{
	left: 127px;
	background: url(../_img/lettergrootte_bg_size2.gif) no-repeat;
}

#size3{
	left: 159px;
	background: url(../_img/lettergrootte_bg_size3.gif) no-repeat;
}

/* Header styles */

#headerimg{
	width: 771px;
	height: 96px;
}

/* Topnav styles */

#topnav{
	position: absolute;
	top: 96px;
	left: 0;
	width: 771px;
	height: 21px;
}

#topnav a{
	display: block;
	height: 21px;
}

#topnav ul{
	margin: 0;
	padding: 0;
}

#topnav ul li{
	position: absolute;
	margin: 0;
	padding: 0;
	height: 21px;
	list-style-type: none;
}

#topnav li.current a,
#topnav a:active,
#topnav a:hover{
	background: none;
}

#nav_home{
	width: 90px;
}

#nav_ciz{
	left: 90px;
	width: 126px;
}

#nav_sitemap{
	left: 216px;
	width: 87px;
}

#nav_help{
	left: 303px;
	width: 65px;
}

#nav_privacy{
	left: 448px;
	width: 76px;
}

#nav_disclaimer{
	left: 524px;
	width: 73px;
}

#button_zoek{
	position: absolute;
	left: 693px;
	width: 40px;
	height: 21px;
	border: 0;
	cursor: pointer;
	font-size: 1px;
	color: #000;
}

#formelm_zoek{
	position: absolute;
	top: 1px;
	left: 610px;
	width: 87px;
	height: 15px;
	border: 1px solid #A4A09C;
}

/* miscallaneous styles */

.inv{	
	position: absolute;
	top: -10px;
	left: -10px;
	visibility: hidden;
	font-size: 1px;
	height: 1px;
	width: 1px;	
}

.leesverder{
	display: block;
}

.naarboven{
	display: block;
	padding-left: 12px;
	margin: 15px 0;
	font-size: .9em;
}

.date{
	font-weight: bold;
	color: #8B8A8A;
	display: block;
}
