body{
	font-family:  Arial, Helvetica, Sans-Serif;
	font-size: small;
	text-align: center;	
}

#wrapper{
	font-size:  90%;
	line-height: 1.4;
	text-align:  left;
	margin:  0 auto;
	background: url(../images/backgrounds/wrapper.gif) #fff repeat-y;
	width:  780px;
}

#header,
#footer{
	background: #333;
	color: #fff;
	position:relative;
	clear: both;
}

#header ul{
	position: absolute;
	top: 50px;
	left: 700px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}

#header ul a{
	color: #fff;
}


#content{
	margin: 5px 45px 10px 45px;
	color: #464646;
}

#body a {
	text-decoration: underline;
}

#body table {
	margin-bottom: 1em;
}


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

#footer{
	position:relative;
	margin: 0;
	width: 710px;
	padding: 5px 35px 15px 35px;	
	background: #333;	
}

#footer .menu {
	float:right;
}

#footer .menu li{
	float:left;
}
#footer .menu li a{
	float: left;
	margin: 0 5px;
	color: #fff;
}

/* ====== Visuals ====== */

#visual{
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 780px;
	height: 120px;
	text-indent: -10000px;
	overflow: hidden;
	display:block;
}

.home #visual{
	background-image: url(../images/banners/HPBO_banner_hires_2.jpg);
}

.sub #visual{
	background-image: url(../images/banners/HPBO_banner_hires_1.jpg);
}

.subwide #visual{
	background-image: url(../images/banners/HPBO_banner_hires_3.jpg);
}


/* ====== Layouttable ====== */

#layout{
	width: 700px;
	background: url(../images/backgrounds/layout.gif) 50% 50% repeat-y;
	border-spacing: none;
	border-collapse: collapse;
	margin-bottom: 1em;
}
#layout td{
	background: url(../images/backgrounds/layout-cell.gif) 50% 100% repeat-x;	
	vertical-align: top;
	width: 200px;
	padding: 10px 20px;
}

#layout td.left{
	padding: 10px 20px 10px 0px;
	width: 210px;
}
#layout td.right{
	padding: 10px 0px 10px 20px;
	width: 210px;
	
}

/* ====== Agenda ====== */

table.agenda{
	width: 700px;
	border-spacing: 0;
	border: 0;
}

table.agenda td,
table.agenda th{
	padding: 3px 5px;
	vertical-align:top;
}

table.agenda thead th{
	border-top: 1px solid #e3dac0;
	background: url(../images/backgrounds/head.gif) #fcf6e2 0 100% repeat-x;
}

table.agenda .summary td{
	padding-top: 0px;
	background: url(../images/backgrounds/head.gif) 0 100% repeat-x;
}

table.agenda td a{
	color: #FF6600;
	text-decoration: underline;
	font-weight: bold;
}

/* ====== Body ====== */

#breadcrumb{
	margin-bottom: 10px;
}
#breadcrumb a {
	text-decoration: underline;
}

#body{
	float: left;
	width: 450px;
}
#bar{
	margin-left: 490px;
}

#body h2{
	font-size: 170%;
	background: url(../images/backgrounds/head.gif) 0 100% repeat-x;	
	margin-bottom: 10px;
}
#body h2 span{
	display:block;
	background: url(../images/backgrounds/head.gif) 0 0 repeat-x;
	padding: 3px 0;
}

#body p,
#body ul{
	margin-bottom: 1em;
}
#body h3{
	margin-top: 1em;
}

#body ol{
  list-style: decimal outside;
  margin-left: 2.5em;
}

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

.subwide #body {
	float: none;
	width: 700px;
	margin-bottom: 20px;
}

/* ====== Bar ====== */

#bar dt{
	margin:0;
	padding: 1px 5px;
	border-top: 1px solid #e3dac0;
	background: url(../images/backgrounds/head.gif) #fcf6e2 0 100% repeat-x;	
	font-weight: bold;
}

#bar dd{
	margin: 0;
	padding: 5px;
	margin-bottom: 10px;
	background: url(../images/backgrounds/head.gif) 0 100% repeat-x;		
}

#bar dd.clean{
	padding-top: 0;
	padding-bottom: 0;
	background: none;
}

#bar .agenda a{
	color: #FF6600;
	text-decoration: underline;
}

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

h2{
	font-size: 120%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-bottom: 1em;
	color: #000;
}

.home h2{
		text-align: center;
}

#layout h2{
	text-align: left;
}

a{
	color: #464646;
}


ul.links li,
a.more,
a.action{
	display:block;
	margin-top: 1em;	
	padding-left: 15px;
	background: url(../images/bullet.gif) 0 4px no-repeat;
}

ul.links a{
	display:inline;
}

ul.links li{
	margin-top: 5px;
}

ul.important a{
	font-weight:bold;
}

ul.links{
	margin-bottom: 1em;
}


a.action{
	display:inline;
	padding-right: 25px;
}

input, textarea, select{
	background: #f4f4f4;
	border: 1px solid #9a9a9a;
	vertical-align: middle;	
}
input.img{
	border: none;
	vertical-align: middle;
}
input.radio {
	border: 0;
	background: none;
}

#poll li {
	margin-left: 2em;
}
#poll input.radio {
	margin: 0; margin-left: -2em; padding: 0
}
#poll-resultaten div {
	background-color: #ff6600; 
	height: 4px; 
	margin-bottom: 5px;
	font-size: 0em;
} 

/* ====== Pagination ====== */
#body #pagination ul {
	display: inline;
	margin-left: 2em;
}

#body #pagination {
	margin-bottom: 2em;
}

#body #pagination ul li {
	padding-left: 2px;
	background: none;
	display: inline;
}

#body #pagination ul li .active {
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}

.leestafel          { 
	width: 401px; 
	margin: 0 14px 0 14px; 
	padding-top: 135px; 
	background: url('/gfx/leestafel.gif') no-repeat top; 
}
.leestafel_artikel  { 
	margin-bottom: 30px; 
}
.leestafel_kop      { 
	border-top: 1px solid #e3dac0;
	background: url(../images/backgrounds/head.gif) #fcf6e2 0 100% repeat-x;	
	line-height: 27px; 
	font-weight: bold; 
}

.ctekstkopje {
	background-color: #fcf6e2;
	font-weight: bold;
	padding-left: 1em;
}

.body ul li {
  background: none;
}

ul.highlight-first-letter {
  margin-bottom: 1em;
}

#body .highlight-first-letter li {
  padding-left: 0;
  background: none;
}

.highlight-first-letter a, #body .highlight-first-letter a {
  display: block;
  text-decoration: none;
}
.highlight-first-letter a:first-letter {
  color: #ff6600;
  font-weight: bold;
}
