/* Boer Zoekt Kind 2008 - Maart
-------------------------------------------------------------------------------------------------------------------------- */

@import "undohtml.css";
@import "kroHeaderFooter.css";

body {
	background: #ffde00 url(../pix/schapen.jpg) repeat-x 50% 0px; 
}


/* Posities  
-------------------------------------------------------------------------------------------------------------------------- */

#container {
	position: relative;
	width:900px;
	margin:0 auto;
}

#header {
	position: relative;
	left: -15px;
	background: none;
	height: 150px;
	width: 930px;
	border:none;
}

#header h1 {
	display: none;
}

#navigatie {
	position: absolute;
	top: 204px;
	background: url(../pix/servicebalk.gif) repeat-x 0 27px;
	height:53px;
	border-bottom: 1px solid #631;
	z-index: 20;
}

#content {
	height: auto;
	margin: 0;
	padding: 53px 0 0px 0;
	background: url(../pix/background.gif); 
}

#content #eerste {
	padding: 10px 0 0 0;
	position: relative;
	left: 130px;
	float: left;
	width: 490px;
	overflow: hidden;
}

#content #tweede {
	position: relative;
	left: 131px;
	float: left;
	width: 278px;
}

#content #derde {
	position: relative;
	left: -770px;
	float: left;
	width: 130px;
	text-align: center;
	padding: 5px 0; 
}

#content #derde a {
	padding: 0;
	margin: 0 0 0 5px;
}

#content #vierde {
	clear: both;
	height: 30px;
}

#content .body a{
  font-weight:bold;
}

#content #eerste .body a:hover{
  font-weight:bold;
	text-decoration:underline;
}
#content #eerste .lijst a:hover{
	text-decoration:none;
}
#content #eerste .personenlijst a:hover{
	text-decoration:none;
}


/* Navigatie 
-------------------------------------------------------------------------------------------------------------------------- */

#navigatie #tabs ul { /* alle lists */
	position: relative;
   padding: 0;
   margin: 0;
   list-style: none;
	z-index: 20;
}

#navigatie #tabs li { /* alle list items */
   float: left;
   position: relative;
   width: 150px;
	height: 27px;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	z-index: 20;
}

#navigatie #tabs li a {
	height: 27px;
   width: 150px;
	display:block;
	color:#fff;
	text-align: center;
	text-decoration:none;
	font:bold 11px "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#navigatie #tabs li a span { 
	display: none;
}

#navigatie #tabs li.home a {
	background: url(../img2/menu.gif) no-repeat 0 -30px;
}

#navigatie #tabs li.home a.selected {
	background: url(../img2/menu.gif) no-repeat 0 -57px;
}

#navigatie #tabs li.home a:hover {
	background: url(../img2/menu.gif) no-repeat 0 0px;
}

#navigatie #tabs li.actueel a {
	background: url(../img2/menu.gif) no-repeat -150px -30px;
}

#navigatie #tabs li.actueel a.selected {
	background: url(../img2/menu.gif) no-repeat -150px -57px;
}

#navigatie #tabs li.actueel a:hover {
	background: url(../img2/menu.gif) no-repeat -150px 0px;
}

#navigatie #tabs li.deboeren a {
	background: url(../img2/menu.gif) no-repeat -300px -30px;
}

#navigatie #tabs li.deboeren a.selected {
	background: url(../img2/menu.gif) no-repeat -300px -57px;
}

#navigatie #tabs li.deboeren a:hover {
	background: url(../img2/menu.gif) no-repeat -300px 0px;
}

#navigatie #tabs li.uitzendingen a {
	background: url(../img2/menu.gif) no-repeat -450px -30px;
}

#navigatie #tabs li.uitzendingen a.selected {
	background: url(../img2/menu.gif) no-repeat -450px -57px;
}

#navigatie #tabs li.uitzendingen a:hover {
	background: url(../img2/menu.gif) no-repeat -450px 0px;
}

#navigatie #tabs li.extras a {
	background: url(../img2/menu.gif) no-repeat -600px -30px;
}

#navigatie #tabs li.extras a.selected {
	background: url(../img2/menu.gif) no-repeat -600px -57px;
}

#navigatie #tabs li.extras a:hover {
	background: url(../img2/menu.gif) no-repeat -600px 0px;
}

#navigatie #tabs li.forum a {
	background: url(../img2/menu.gif) no-repeat -750px -30px;
}

#navigatie #tabs li.forum a.selected {
	background: url(../img2/menu.gif) no-repeat -750px -57px;
}

#navigatie #tabs li.forum a:hover {
	background: url(../img2/menu.gif) no-repeat -750px 0px;
}

#navigatie #tabs li ul { /* sub items */
	padding:28px 0 0 0;
	margin: -27px 0 0 0;
   display: none;
   position: absolute;
   top: 0;
   left: 0;
}

*html #navigatie #tabs li ul { /* sub items */
	margin: 0px 0 0 0;
}

#navigatie #tabs li.actueel ul {
	background: url(../img2/menu.gif) no-repeat -150px 0;
}

#navigatie #tabs li.deboeren ul {
	background: url(../img2/menu.gif) no-repeat -300px 0;
}

#navigatie #tabs li.uitzendingen ul {
	background: url(../img2/menu.gif) no-repeat -450px 0;
}

#navigatie #tabs li.extras ul {
	background: url(../img2/menu.gif) no-repeat -600px 0;
}

#navigatie #tabs li ul li {
	height: auto;
	padding: 0 0 1px 0;
	background: url(../img2/menu_sub_li.gif) no-repeat 0 100%;
}

#navigatie #tabs li ul li.last {
	padding:0 0 12px 0;
	background: url(../img2/menu_sub_li_last.gif) no-repeat 0 100%;
}

#navigatie #tabs li ul li a {
	margin: 0 0 0 1px;
   width: 148px;
	height: auto;
	padding: 5px 0 5px 0;
	display:block;
	color:#fff;
	text-decoration: none;
	background: transparent !important;
	font:bold 11px "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#navigatie #tabs li ul li a:hover {
	color:#fff;
	background:#631 !important;
}

#navigatie #tabs li>ul { /* postitie resetten voor alle browsers behalve IE */
   top: auto;
   left: auto;
}

#navigatie #tabs li:hover ul, #navigatie #tabs li.over ul { /* lists nested onder hovered list items */
   display: block;
	z-index: 20;
}

#navigatie #breadcrum {
	position: absolute;
	display: block;
	top: 32px;
	left: 10px;
	color:#fff;
	font: 11px "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#navigatie #breadcrum a {
	color:#fff;
	font: bold 11px "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#navigatie #breadcrum a:hover {
	text-decoration: underline;
}


/* Print en Send a friend link
-------------------------------------------------------------------------------------------------------------------------- */

#printsend_send {
	position: absolute;
	display: block;
	top: 29px;
	left: 730px;
}

#printsend_print {
	position: absolute;
	display: block;
	top: 29px;
	left: 825px;
}

#printsend_print a, #printsend_send a {
	color:#fff;
	font: bold 11px "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#printsend_print a:hover, #printsend_send a:hover {
	text-decoration: underline;
}


/* Content in Eerste
-------------------------------------------------------------------------------------------------------------------------- */

#content #eerste * {
	padding: 0;
	margin: 0;
}

#content #eerste .box {
	position: relative;
	margin: 0px 20px 0 20px;
	width: 450px;
}

#content #eerste .box .header h1 {
	font: bold 16px "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 0 0 8px;
	color: #fff;
}

#content #eerste .box .body {
	position: relative;
	padding: 0 0 7px 0;
}

#content #eerste .box .body h1 {
	font: bold 21px "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #801;
	margin: 10px 0 7px -1px;
	padding: 0;
	clear: both;
}

#content #eerste .box .body h2 {
	font: bold 21px "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #801;
	margin: 10px 0 7px -2px;
	padding: 0;
	clear: both;
}

#content #eerste .box .body h3 {
	font: bold 18px "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #801;
	margin: 10px 0 10px -1px;
	padding: 0;
	clear: both;
}

#content #eerste .box .body h4 {
	font: bold 15px "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #801;
	margin: 10px 0 5px -1px;
	padding: 0;
	clear: both;
}

#content #eerste .box .body h5 {
	font: bold 12px "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #801;
	margin: 10px 0 5px 0px;
	padding: 0;
	clear: both;
}

#content #eerste .box .body h6 {
	font: bold 9px "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #801;
	margin: 10px 0 5px 0px;
	padding: 0;
	clear: both;
}

#content #eerste .box .body p {
	font: 11px "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 0 10px 0px;
	padding: 0;
}

#content #eerste .box .body p span {
	font: bold 13px "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#content #eerste .box .body p a,
#content #eerste .box .body h1 a,
#content #eerste .box .body h2 a,
#content #eerste .box .body h3 a,
#content #eerste .box .body h4 a,
#content #eerste .box .body h5 a,
#content #eerste .box .body h6 a {
	color: #e40;
	font: bold;
}

#content #eerste .box .body p a:hover
#content #eerste .box .body h1 a:hover
#content #eerste .box .body h2 a:hover
#content #eerste .box .body h3 a:hover
#content #eerste .box .body h4 a:hover
#content #eerste .box .body h5 a:hover
#content #eerste .box .body h6 a:hover {
	text-decoration: underline;
	font: bold;
}

#content #eerste .box .body img.article_image_left {
	padding: 0 10px 20px 0;
}

#content #eerste .box .body img.article_image_right {
	padding: 0 0 0 10px
}

/* Formulier in Content Eerste
-------------------------------------------------------------------------------------------------------------------------- */

#content #eerste .KROFormulier label {
	display: block;
	font: 11px "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	width: 180px;
	padding: 3px 0px;
}

#content #eerste .KROFormulier .fieltset input {
	border: 1px solid #ccc;
	width: 250px;
	padding: 3px;
}

#content #eerste .KROFormulier .fieltset .radio input {
	border: none;
	width: auto;
	padding: 3px;
	float: left;
}

#content #eerste .KROFormulier .fieltset textarea {
	border: 1px solid #ccc;
	width: 250px;
	height: 120px;
	padding: 3px;
}

#content #eerste .KROFormulier .fieltset .error{
	display: block;
	background: #ddd;
	padding: 3px;
	margin: 0 0 10px 0;
}

#content #eerste .KROFormulier table tr td {
	vertical-align: top;
}

#content #eerste .KROFormulier table #kroformulier_memories_btnsubmit {
	margin: 10px 0 0 0;
	border: 1px solid #ccc;
	width: 60px;
}


/* Lijst in Content Eerste
-------------------------------------------------------------------------------------------------------------------------- */

#content #eerste .lijst {
	padding: 0;
	margin: 20px 20px 20px 20px;
}

#content #eerste .lijst .header {
	background: url(../img2/eerste_box_header.gif) repeat scroll 0%;
	clear: both;
	height: 34px;
}

#content #eerste .lijst .body {
	position: relative;
	background: #a52 url(../img2/eerste_box_footer.gif) no-repeat 0 100%;
	padding: 0 0 7px 0;
}

#content #eerste .lijst .oddItem , #content #eerste .lijst .evenItem {
	padding: 0px 0px 1px 0px;
}

#content #eerste .lijst .oddItem h2, #content #eerste .lijst .evenItem h2 {
	margin: 0;
	padding: 0;
}

#content #eerste .lijst .oddItem a, #content #eerste .lijst .evenItem a {
	position: relative;
	display: block;
	font: bold 11px "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #fff !important;
	padding: 3px 10px 3px 10px;
}

#content #eerste .lijst .oddItem a {
	background: #623019;
}

#content #eerste .lijst .evenItem a {
	background: #7a3c1f;
}

#content #eerste .lijst .oddItem a:hover, #content #eerste .lijst .evenItem a:hover {
	background: #e40;
}

#content #eerste .lijst .paginering {
	position: relative;
	clear: both;
	width: 450px;
	background: #A35029;
	padding: 6px 0px 3px 0px;
	text-align: center;
}

#eerste .lijst .paginering .groep {	
	display: inline;
	margin: 0 auto;
}

#content #eerste .lijst .paginering .groep a {	
	font: bold 11px "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #fff;
	background: #a52;
	padding: 3px 6px 3px 6px;
	margin: 3px 3px 3px 3px;
}

#content #eerste .lijst .paginering .groep a:hover {	
	background: #e40;
	color: #fff;
}


/* Lijst Nieuws in Content Eerste
-------------------------------------------------------------------------------------------------------------------------- */

#content #eerste .lijstUitgebreid {
	padding: 0;
	margin: 20px 20px 20px 20px;
	background: #7a3c1f url(../img2/eerste_box_footer.gif) no-repeat 0 100%;
	padding: 0 0 17px 0;
}

#content #eerste .lijstUitgebreid .header {
	height: 34px;
	background: url(../img2/eerste_box_header.gif);
}

#content #eerste .lijstUitgebreid .body {
	padding: 0 0 0 0;
}

#content #eerste .lijstUitgebreid .body .item {
	position: relative;
	width: 430px;
	height: 120px;
	float: none;
	padding: 0;
	margin: 10px 0 0 10px;
	background: url(../img2/lijstUitgebreid.gif) 0 0px;
}

#content #eerste .lijstUitgebreid .body .item .titel {
	padding: 6px 10px 2px 129px;
}

#content #eerste .lijstUitgebreid .body .item .titel a {
	color: #fff;
}

#content #eerste .lijstUitgebreid .body .item .titel a:hover {
	text-decoration: underline;
	color: #e30;
}

#content #eerste .lijstUitgebreid .body .item .titel h2 {
	margin: -4px 0 0 0;
	padding: 0;
	font: bold 14px/17px "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#content #eerste .lijstUitgebreid .body .item .afbeelding {
	position: absolute;
	left: 5px;
	top: 5px;
	padding: 0;
	margin: 0;
}

#content #eerste .lijstUitgebreid .body .item .afbeelding p {
	padding: 0;
	margin: 0;
}

#content #eerste .lijstUitgebreid .body .item .afbeelding p a {
	padding: 0;
	margin: 0;
}

#content #eerste .lijstUitgebreid .body .item .afbeelding p a img {
}

#content #eerste .lijstUitgebreid .body .item .tekst {
	position: relative;
	padding: 0px 10px 0px 129px;
}

#content #eerste .lijstUitgebreid .body .item .tekst p {
	padding: 0;
	margin: 0;
	height: 50px;
	overflow: hidden;
	color: #fff;
}

#content #eerste .lijstUitgebreid .body .item .tekst p a {
	position: absolute;
	left: 129px;
	top: 47px;
	overflow: visible;
	z-index: 200;
	padding: 0;
	margin: 0 0 0 -1px;
	font: bold 12px "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}

*html #content #eerste .lijstUitgebreid .body .item .tekst p a {
	left: 0px;
}

#content #eerste .lijstUitgebreid .body .item .tekst p a:hover {
	text-decoration: underline;
	color: #e30;
}

#content #eerste .lijstUitgebreid .paginering {
	position: relative;
	top: 10px;
	clear: both;
	width: 450px;
	background: #A35029;
	padding: 6px 0px 3px 0px;
	text-align: center;
}

#eerste .lijstUitgebreid .paginering .groep {	
	display: inline;
	margin: 0 auto;
}

#content #eerste .lijstUitgebreid .paginering .groep a {	
	font: bold 11px "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #fff;
	background: #a52;
	padding: 3px 6px 3px 6px;
	margin: 3px 3px 3px 3px;
}

#content #eerste .lijstUitgebreid .paginering .groep a:hover {	
	background: #e40;
	color: #fff;
}

#content #eerste .lijstUitgebreid .footer {
	clear: both;
}


/* Lijst Nieuws in Content Eerste
-------------------------------------------------------------------------------------------------------------------------- */

#content #eerste .lijstNieuws {
	padding: 0;
	margin: 20px 20px 20px 20px;
	background: #7a3c1f url(../img2/eerste_box_footer.gif) no-repeat 0 100%;
	padding: 0 0 17px 0;
}

#content #eerste .lijstNieuws .header {
	height: 34px;
	background: url(../img2/eerste_box_header.gif);
}

#content #eerste .lijstNieuws .body {
	padding: 0 0 0 0;
}

#content #eerste .lijstNieuws .body .item {
	position: relative;
	width: 430px;
	height: 120px;
	float: none;
	padding: 0;
	margin: 10px 0 0 10px;
	background: url(../img2/lijstUitgebreid.gif) 0 0px;
}

#content #eerste .lijstNieuws .body .item .titel {
	padding: 22px 10px 2px 129px;
}

#content #eerste .lijstNieuws .body .item .titel a {
	color: #fff;
}

#content #eerste .lijstNieuws .body .item .titel a:hover {
	text-decoration: underline;
	color: #e30;
}

#content #eerste .lijstNieuws .body .item .titel h2 {
	margin: -4px 0 0 0;
	padding: 0;
	font: bold 14px/17px "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#content #eerste .lijstNieuws .body .item .afbeelding {
	position: absolute;
	left: 5px;
	top: 5px;
	padding: 0;
	margin: 0;
}

#content #eerste .lijstNieuws .body .item .afbeelding p {
	padding: 0;
	margin: 0;
}

#content #eerste .lijstNieuws .body .item .afbeelding p a {
	padding: 0;
	margin: 0;
}

#content #eerste .lijstNieuws .body .item .afbeelding p a img {
}

#content #eerste .lijstNieuws .body .item .tekst {
	position: relative;
	padding: 0px 10px 0px 129px;
}

#content #eerste .lijstNieuws .body .item .tekst p {
	padding: 0;
	margin: 0;
	height: 50px;
	overflow: hidden;
	color: #fff;
}

#content #eerste .lijstNieuws .body .item .tekst p a {
	position: absolute;
	left: 129px;
	top: 47px;
	overflow: visible;
	z-index: 200;
	padding: 0;
	margin: 0 0 0 -1px;
	font: bold 12px "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}

*html #content #eerste .lijstNieuws .body .item .tekst p a {
	left: 0px;
}

#content #eerste .lijstNieuws .body .item .tekst p a:hover {
	text-decoration: underline;
	color: #e30;
}

#content #eerste .lijstNieuws .body .item .data {
	font: 10px "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	position: absolute;
	left: 130px;
	top: 2px;
	z-index: 100;	
}

#content #eerste .lijstNieuws .paginering {
	position: relative;
	top: 10px;
	clear: both;
	width: 450px;
	background: #A35029;
	padding: 6px 0px 3px 0px;
	text-align: center;
}

#eerste .lijstNieuws .paginering .groep {	
	display: inline;
	margin: 0 auto;
}

#content #eerste .lijstNieuws .paginering .groep a {	
	font: bold 11px "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #fff;
	background: #a52;
	padding: 3px 6px 3px 6px;
	margin: 3px 3px 3px 3px;
}

#content #eerste .lijstNieuws .paginering .groep a:hover {	
	background: #e40;
	color: #fff;
}

#content #eerste .lijstNieuws .footer {
	clear: both;
}


/* Fotos in Content Eerste
-------------------------------------------------------------------------------------------------------------------------- */

#content #eerste .fotoalbum {
	padding: 0;
	margin: 20px 0px 0px 0px;
	padding: 0;
	font: bold 12px "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#content #eerste .fotoalbum .navigatie a {
	margin: 0 5px 0 0;
	color: #000;
}

#content #eerste .fotoalbum .navigatie a:hover {
	text-decoration: underline;
}

#content #eerste .fotoalbum .thumbs {
	padding: 0;
	margin: 0;
}

#content #eerste .fotoalbum .thumbs a {
	position: relative;
	float: left;
	display: block;
	padding: 12px 12px 0 0;
	margin: 0;
}


#content #eerste .fotoalbum .thumbs a img {
	display: block;
	border: 1px solid #999;
	padding: 0;
	margin: 0;
}


/* Extra box in box
-------------------------------------------------------------------------------------------------------------------------- */

#content #eerste .box .extra {
	padding: 0;
	margin: 15px 0px 20px 0px;
	background: #ffebb5 url(../img2/eerste_box_extra_footer.gif) no-repeat 0 100%;
	padding: 0 0 7px 0;
	color: #952;
}

#content #eerste .box .extra .header {
	height: 34px;
	background: url(../img2/eerste_box_extra_header.gif);
}

#content #eerste .box .extra .header h1 {
	font: bold 16px "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 0 0 8px;
	margin: 0;
	color: #952;
}

#content #eerste .box .extra .body {
	padding: 10px 0 0 0;
}

#content #eerste .box .extra .body img {
	float: left;
	position:relative;
	top: 4px;
	left: 10px;
}

#content #eerste .box .extra .body h2 {
	font: bold 16px "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #952;
	padding: 0 0 0 130px;
	margin: 0 0 0 0px;
}

#content #eerste .box .extra .body p {
	font: bold 12px "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding: 0 0 7px 130px;
	margin: 0 0 0 0;
}

#content #eerste .box .extra .body p span {
	font: bold 12px "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding: 0 0 0 130px;
}

#content #eerste .box .extra .footer {
	clear: both;
}


/* Extra box
-------------------------------------------------------------------------------------------------------------------------- */

#content #eerste div.pasport {
	padding: 0;
	margin: 15px 0px 20px 20px;
	background: #ffebb5 url(../img2/eerste_box_extra_footer.gif) no-repeat 0 100%;
	padding: 0 0 7px 0;
	color: #952;
	height: 150px;
}

#content #eerste .extra .header {
	height: 34px;
	background: url(../img2/eerste_box_extra_header.gif);
}

#content #eerste .extra .header h1 {
	font: bold 16px "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 0 0 8px;
	margin: 0;
	color: #952;
}

#content #eerste .extra .body {
	padding: 10px 0 0 0;
}

#content #eerste .extra .body img {
	float: left;
	position:relative;
	top: 4px;
	left: 10px;
}

#content #eerste .extra .body h2 {
	font: bold 16px "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #952;
	padding: 0 0 0 130px;
	margin: 0 0 0 0px;
}

#content #eerste .extra .body p {
	font: bold 12px "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding: 0 0 7px 130px;
	margin: 0 0 0 0;
}

#content #eerste .extra .body p span {
	font: bold 12px "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding: 0 0 0 130px;
}

#content #eerste .extra .footer {
	clear: both;
}


/* Personenlijst in Content Eerste
-------------------------------------------------------------------------------------------------------------------------- */

#content #eerste .box div.extra { /* Specifiek voor een pasport */
	height: 150px;
}

#content #eerste .box .extra .body h2.pasport { /* Specifiek voor een pasport */
	font: 14px "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #952;
	padding: 0 0 0 90px;
	margin: 0 0 0 0px;
	clear: none;
}

#content #eerste .box .extra .body h2.pasport span { /* Specifiek voor een pasport */
	display:block;
	width: 100px;
	float:left;
}

#content #eerste .extra .body h2.pasport { /* Specifiek voor een pasport */
	font: 14px "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #952;
	padding: 0 0 0 90px;
	margin: 0 0 0 0px;
	clear: none;
}

#content #eerste .extra .body h2.pasport span { /* Specifiek voor een pasport */
	display:block;
	width: 100px;
	float:left;
}


/* Personenlijst in Content Eerste
-------------------------------------------------------------------------------------------------------------------------- */

#content #eerste .personenlijst {
	padding: 0;
	margin: 20px 20px 20px 20px;
	height: 305px;
	background: #7a3c1f url(../img2/eerste_box_footer.gif) no-repeat 0 100%;
	padding: 0 0 7px 0;
}

#content #eerste .personenlijst .header {
	height: 34px;
	background: url(../img2/eerste_box_header.gif);
}

#content #eerste .personenlijst .body {
	padding: 0 0 0 0;
	position:absolute;
	top: 40px;
	left: 5px;
}

#content #eerste .personenlijst .body .item {
	position: relative;
	width: 88px;
	height: 130px;
	float: left;
	padding: 0;
	margin: 0;
}

#content #eerste .personenlijst .body .item .titel {
	margin: 0;
	padding: 0;
	position: absolute;
	top:5px;
	left:5px;
	z-index: 200;
}

#content #eerste .personenlijst .body .item .titel h2 {
	margin: 0;
	padding: 0;
	font: bold 12px "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#content #eerste .personenlijst .body .item .titel h2 a {
	display: block;
	width: 78px;
	height: 20px;
	padding: 100px 0 0 0;
	margin: 0;
	font: bold 12px "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #fff;
	background: url(../img2/personenlijst.gif) 0 0px;
}

#content #eerste .personenlijst .body .item .titel h2 a:hover {
	background: url(../img2/personenlijst.gif) 0 120px;
}

#content #eerste .personenlijst .body .item .afbeelding p {
	padding: 0;
	margin: 0;
}

#content #eerste .personenlijst .body .item .afbeelding p a {
	padding: 0;
	margin: 0;
	display: block;
	width: 78px;
	height: 120px;
}

#content #eerste .personenlijst .body .item .afbeelding p a img {
	position: absolute;
	top:10px;
	left:10px;
	background: #fff;
}

#content #eerste .personenlijst .footer {
	clear: both;
}


/* personenlijst5 voor 5 personen in Content Eerste
-------------------------------------------------------------------------------------------------------------------------- */

#content #eerste .personenlijst5 {
	padding: 0;
	margin: 20px 20px 20px 20px;
	height: 175px;
	background: #7a3c1f url(../img2/eerste_box_footer.gif) no-repeat 0 100%;
	padding: 0 0 7px 0;
}

#content #eerste .personenlijst5 .header {
	height: 34px;
	background: url(../img2/eerste_box_header.gif);
}

#content #eerste .personenlijst5 .body {
	padding: 0 0 0 0;
	position:absolute;
	top: 40px;
	left: 5px;
}

#content #eerste .personenlijst5 .body .item {
	position: relative;
	width: 88px;
	height: 130px;
	float: left;
	padding: 0;
	margin: 0;
}

#content #eerste .personenlijst5 .body .item .titel {
	margin: 0;
	padding: 0;
	position: absolute;
	top:5px;
	left:5px;
	z-index: 200;
}

#content #eerste .personenlijst5 .body .item .titel h2 {
	margin: 0;
	padding: 0;
	font: bold 12px "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#content #eerste .personenlijst5 .body .item .titel h2 a {
	display: block;
	width: 78px;
	height: 20px;
	padding: 100px 0 0 0;
	margin: 0;
	font: bold 12px "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #fff;
	background: url(../img2/personenlijst.gif) 0 0px;
}

#content #eerste .personenlijst5 .body .item .titel h2 a:hover {
	background: url(../img2/personenlijst.gif) 0 120px;
}

#content #eerste .personenlijst5 .body .item .afbeelding p {
	padding: 0;
	margin: 0;
}

#content #eerste .personenlijst5 .body .item .afbeelding p a {
	padding: 0;
	margin: 0;
	display: block;
	width: 78px;
	height: 120px;
}

#content #eerste .personenlijst5 .body .item .afbeelding p a img {
	position: absolute;
	top:10px;
	left:10px;
	background: #fff;
}

#content #eerste .personenlijst5 .footer {
	clear: both;
}

/* Content in Tweede
-------------------------------------------------------------------------------------------------------------------------- */

#content #tweede * {
	padding: 0;
	margin: 0;
}

#content #tweede .box {
	position: relative;
	background:#f2e6de;
	padding: 0 0 0 100px 0;
	border-bottom: 1px solid #631;
}

#content #tweede .box .header {
	height: 36px;
	background: url(../img2/box_header.gif);
}

#content #tweede .box .header h1 {
	font: bold 16px "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding: 6px 0 0 15px;
	color: #fff;
}

#content #tweede .box .body {
	padding: 0px 15px 0px 15px;
}

#content #tweede .box .item {
	padding: 0px 0px 15px  0px;
	
}

#content #tweede .box .item .afbeelding {
	position: relative;
	float: left;
}

#content #tweede .box .item .afbeelding img {
	border: 1px solid #999;
	margin: 0 6px 0px 0;
}

#content #tweede .box .item .titel {
	padding: 15px 0 0 0;
	clear: both;
	position: relative;
	top: -3px;
	height: auto;
	background: transparent;
	font: 13px "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#content #tweede .box .item .titel h2 a {
	margin: 0 0 0 -1px;
	font: bold 15px "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #e40;
}

#content #tweede .box .item .tekst a {
	display: block;
	color: #e40;
	font-weight: bold;
}

#content #tweede .box .item a:hover {
	text-decoration: underline;
}

#content #tweede .box .item .tekst {
	font: 11px "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#content #tweede .box .item .data {
	font: 11px "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#content #tweede .box .footer {
	clear: both;
	height: 1%;
}

#content #tweede .box .footer p {
	padding: 10px 0 4px 15px;
	font: 11px "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#content #tweede .box .footer p a {
	color:#e40;
	font-weight: bold;
}


/* Lijst in Content Tweede
-------------------------------------------------------------------------------------------------------------------------- */

#content #tweede .lijst {
	padding: 0;
	margin: 0;
}

#content #tweede .lijst .body {
	position: relative;
	padding: 0;
	background: #fff;
}

#content #tweede .lijst .oddItem , #content #tweede .lijst .evenItem {
	padding: 0px 0px 1px 0px;
}

#content #tweede .lijst .oddItem a, #content #tweede .lijst .evenItem a {
	position: relative;
	display: block;
	font: 11px "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	padding: 3px 10px 3px 15px;
}

#content #tweede .lijst .oddItem a {
	background: #f2e6de;
}

#content #tweede .lijst .evenItem a {
	background: #eeddd3;
}

#content #tweede .lijst .oddItem a:hover, #content #tweede .lijst .evenItem a:hover {
	background: #e40;
	color: #fff;
}

#content #tweede .lijst .paginering {
	position: relative;
	clear: both;
	width: 278px;
	background: #dcb;
	margin: 0;
	padding: 8px 0px 8px 0px;
	text-align: center;
}

#content #tweede .lijst .paginering .groep {	
	display: inline;
	margin: 0 auto;
}

#content #tweede .lijst .paginering .groep a {	
	font: bold 11px "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000;
	background: #eeddd3;
	padding: 3px 6px 3px 6px;
	margin: 3px 3px 3px 3px;
}

#content #tweede .lijst .paginering .groep a:hover {	
	background: #e40;
	color: #fff;
}

/* Poll in Content Tweede
-------------------------------------------------------------------------------------------------------------------------- */

#content #tweede .poll {
	padding: 0;
	margin: 0;
}

#content #tweede .poll .body {
	position: relative;
	padding: 0;
}

#content #tweede .poll p {
	padding: 13px 15px;
	font: 11px "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#content #tweede .poll table {
	position: relative;
	left: -2px;
	margin: 0px 0 5px 15px;
	width: 251px;
	border-collapse: separate; 
	font: 11px "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#content #tweede .poll table table {
	margin: 0;
}

#content #tweede .poll table table td {
	padding: 0 0 0 10px;
}

#content #tweede .poll table table td label {
	display: block;
	padding: 0 10px 0 0;
}

#content #tweede .poll table table td label span {
	font: bold 11px "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #e30;
}

#content #tweede .poll table td span.result {
	margin: 3px 0 0 0;
	display: block;
	width: 237px;
	height: 15px;
	background: #fbd0bf;
}

#content #tweede .poll table td span.result img {
	display: block;
}

#content #tweede .poll table .boven {
	height: 5px;
	background:	url(../img2/pollBoven.gif) no-repeat 0 0;
}

#content #tweede .poll table .midden {
	background: #faf5f1;
}

#content #tweede .poll table .onder {
	height: 5px;
	background:	url(../img2/pollOnder.gif) no-repeat 0 100%;
}

#content #tweede .poll table tr td {
	padding: 7px 7px 7px 7px;
	background: #fff; 
}

#content #tweede .poll .buttons {
	position: relative;
	display: block;
	margin: 10px 0 10px 0;
	height: 18px;
}

#content #tweede .poll .buttons a {
	margin: 0 0 0 5px;
	position: relative;
	left: 5px;
	float: left;
	display: block;
	height: 5px;
	background: #e30 url(../img2/buttonLeft.gif) no-repeat 0 50%;
	height: 16px;
	width:121px;
}

#content #tweede .poll .buttons a span {
	display: block;
	font: 11px "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	padding: 0px 0;
	background:	url(../img2/buttonRight.gif) no-repeat 100% 50%;
	height: 16px;
	width:121px;
}


/* Personenlijst in Content tweede
-------------------------------------------------------------------------------------------------------------------------- */

#content #tweede .personenlijst {
	padding: 0;
	margin: 0;
	height: 161px;
}

#content #tweede .personenlijst .body {
	padding: 0;
	position:absolute;
	display: block;
	top: 43px;
	left: 7px;
}

#content #tweede .personenlijst .item {
	position: relative;
	width: 43px;
	height: 43px;
	float: left;
	padding: 0;
	margin: 8px 0 0 8px;
	display: block;
}

#content #tweede .personenlijst .item .afbeelding {
	position: relative;
	padding: 0;
	margin: 0;
}

#content #tweede .personenlijst .item .afbeelding p {
	position: relative;
	padding: 0;
	margin: 0;
	display: block;
}

#content #tweede .personenlijst .item .afbeelding p a {
	position: relative;
	padding: 0;
	margin: 0;
	display: block;
}

#content #tweede .personenlijst .item .afbeelding p a img {
	position: relative;
	padding: 0;
	margin: 0;
	display: block;
}

#content #tweede .personenlijst .item .afbeelding p a:hover img {
	position: relative;
	border: 1px solid #e40;
	display: block;
}

#content #tweede .personenlijst .footer {
	clear: both;
	height: 1%;
}


/* personenlijst5 in customContent 
-------------------------------------------------------------------------------------------------------------------------- */ 

#content #tweede .customPersonenlijst5  {
	padding: 0;
	margin: 0;
	height: 110px;
}

#content #tweede .customPersonenlijst5 .body {
	padding: 0 0 0 0;
	position:absolute;
	display: block;
	top: 51px;
	left: 5px;
}

#content #tweede .customPersonenlijst5 .body a {
	position: relative;
	padding: 0;
	margin: 0 0 0 7px;
	float: left;
	display: block;
}

#content #tweede .customPersonenlijst5 .body a img {
	position: relative;
	padding: 0;
	margin: 0;
	border: 1px solid #999;
	display: block;
}

#content #tweede .customPersonenlijst5 .body  a:hover img {
	position: relative;
	border: 1px solid #e40;
	display: block;
}

#content #tweede .customPersonenlijst5 .footer {
	clear: both; 
	height: 1%;
}

/* personenlijst5 in Content tweede
-------------------------------------------------------------------------------------------------------------------------- */

#content #tweede .personenlijst5 {
	padding: 0;
	margin: 0;
	height: 110px;
}

#content #tweede .personenlijst5 .body {
	padding: 0 0 0 0;
	position:absolute;
	display: block;
	top: 51px;
	left: 8px;
}

#content #tweede .personenlijst5 .item {
	position: relative;
	width: 43px;
	height: 43px;
	float: left;
	padding: 0;
	margin: 0;
	display: block;
}

#content #tweede .personenlijst5 .item .afbeelding {
	position: relative;
	padding: 0 0 7px 7px;
	margin: 0;
}

#content #tweede .personenlijst5 .item .afbeelding p {
	position: relative;
	padding: 0;
	margin: 0;
	display: block;
}

#content #tweede .personenlijst5 .item .afbeelding p a {
	position: relative;
	padding: 0;
	margin: 0;
	display: block;
}

#content #tweede .personenlijst5 .item .afbeelding p a img {
	position: relative;
	padding: 0;
	margin: 0;
	display: block;
}

#content #tweede .personenlijst5 .item .afbeelding p a:hover img {
	position: relative;
	border: 1px solid #e40;
	display: block;
}

#content #tweede .personenlijst5 .footer {
	clear: both;
	height: 1%;
}



/* videoBoeren in content tweede 
-------------------------------------------------------------------------------------------------------------------------- */
#content #tweede .videoBoeren .item{
  height:80px;
	overflow:hidden;
}
#content #tweede .videoBoeren .item .titel h2{
  height:20px;
	overflow:hidden;
}




/* personenlijst3 in customContent 
-------------------------------------------------------------------------------------------------------------------------- */ 

#content #tweede .customPersonenlijst3  {
	padding: 0;
	margin: 0;
	height: 144px;
}

#content #tweede .customPersonenlijst3 .body {
	padding: 0 0 0 0;
	position:absolute;
	display: block;
	top: 51px;
	left: 7px;
}

#content #tweede .customPersonenlijst3 .body a {
	position: relative;
	padding: 0;
	margin: 0 0 0 7px;
	float: left;
	display: block;
}

#content #tweede .customPersonenlijst3 .body a img {
	position: relative;
	padding: 0;
	margin: 0;
	border: 1px solid #999;
	display: block;
}

#content #tweede .customPersonenlijst3 .body  a:hover img {
	position: relative;
	border: 1px solid #e40;
	display: block;
}

#content #tweede .customPersonenlijst3 .footer {
	clear: both; 
	height: 1%;
}


/* Personenlijst voor 3 personen in Content tweede
-------------------------------------------------------------------------------------------------------------------------- */

#content #tweede .personenlijst3 {
	padding: 0;
	margin: 0;
	height: 144px;
}

#content #tweede .personenlijst3 .body {
	padding: 0 0 0 0;
	position:absolute;
	display: block;
	top: 51px;
	left: 8px;
}

#content #tweede .personenlijst3 .item {
	position: relative;
	width: 43px;
	height: 43px;
	float: left;
	padding: 0;
	margin: 0;
	display: block;
}

#content #tweede .personenlijst3 .item .afbeelding {
	position: relative;
	padding: 0 0 7px 7px;
	margin: 0;
}

#content #tweede .personenlijst3 .item .afbeelding p {
	position: relative;
	padding: 0;
	margin: 0;
	display: block;
}

#content #tweede .personenlijst3 .item .afbeelding p a {
	position: relative;
	padding: 0;
	margin: 0;
	display: block;
}

#content #tweede .personenlijst3 .item .afbeelding p a img {
	position: relative;
	padding: 0;
	margin: 0;
	display: block;
}

#content #tweede .personenlijst3 .item .afbeelding p a:hover img {
	position: relative;
	border: 1px solid #e40;
	display: block;
}

#content #tweede .personenlijst3 .footer {
	clear: both;
	height: 1%;
}


/* Fotoalbum Popup
----------------------------------------------------------------------------------------------------------------------- */

#popup {
	margin: 0;
	padding: 0;
	background: #ffde00 url(../img2/bg6.jpg) repeat-x 50% 0px; 
}

#popup #fotoalbum_foto #header {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 10px;
	background: #801;
	color: #fff;
	text-align: center;
}

#popup #fotoalbum_foto #header h1 {
	font: bold 20px "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	display: block;
	color: #fff;
}

#popup #fotoalbum_foto #navigatie {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 10px;
	background: #ffde00;
	font: bold 16px "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
}

#popup #fotoalbum_foto #navigatie a {
	font: bold 16px "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0;
	padding: 0px;
	color: #801;
}

#popup #fotoalbum_foto #navigatie span {
	margin: 0;
	padding: 0;
}

#popup #fotoalbum_foto #foto {
	margin: 0;
	padding: 10px;
	text-align: center;
}

#popup #fotoalbum_foto #foto img {
	margin: 0 4px 4px 0;
	background-color: #efefef;
	padding: 4px;
}

#popup #fotoalbum_foto #tekst {
	margin: 0;
	padding: 10px;
	color: #000;
	text-align: center;
}




/* Edwin paginering toetjes */

#content #tweede .videoBoeren .paginering {
	position: relative;
	top: 10px;
	clear: both;
	width: 250px;
	padding: 6px 0px 3px 0px;
	text-align: center;
}

#tweede .videoBoeren .paginering .groep {	
	display: inline;
	margin: 0 auto;
}

#content #tweede .videoBoeren .paginering .groep a {	
	font: bold 11px "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #fff;
	background: #a52;
	padding: 3px 6px 3px 6px;
	margin: 3px 3px 3px 3px;
}

#content #tweede .videoBoeren .paginering .groep a:hover {	
	background: #e40;
	color: #fff;
}