/* ---------------------------------------------------- /
 * Basic Elements */

h1												{font-size:35px; color:#0072bc;}
p												{padding-bottom:12px;line-height:20px;}
.cms-tekst p									{padding-bottom:20px;line-height:28px;font-size:16px;}



body 											{background: url('/images/bg-body.jpg') no-repeat center top;}
body.vervolg									{background-position: center 200px}
#container 										{width:948px;margin:0 auto;}

body.home #header 								{background: url('/images/bg-header-home.png') no-repeat center top;height:69px;}
body.vervolg #header							{background: url('/images/bg-header-vervolg.png') no-repeat center top;height:300px;}
#header .header_tekst 							{width:930px;margin:0 auto;padding-top:10px;color:white;font-weight:bold;font-size:20px;position:relative}
#header .header_tekst .geboren 					{float:left;}
#header .header_tekst .gestorven 				{float:right;}
#header .header_tekst .home 					{position:absolute;left:431px;top:0px;}

#footer 										{background: url('/images/bg-footer.png') no-repeat center 0px;height:65px;margin-top:30px;}
#footer .copyright 								{color:#809ab8;margin-left:30px;margin-top:10px;display:block;font-size:12px;}
#footer .disclaimer a							{color:#809ab8;margin-right:30px;margin-top:10px;display:block;font-size:12px;float:right}

#carroussel 									{width:768px;margin:0 auto;}

#hoofdmenu 										{background: url('/images/bg-home-menu.png') no-repeat center top;height:273px;}
#submenu 										{float:left;width:210px;margin-left:25px;}

#inhoud											{float:right;width:700px;margin-right:10px;}


input[type="submit"].button						{border:none;} 

input.button.bericht-plaatsen					{background: url('/images/btn-bericht-plaatsen-0.png') no-repeat top left;width:300px;height:91px;margin-left:145px;}
input.button.bericht-plaatsen:hover				{background-image: url('/images/btn-bericht-plaatsen-1.png');}

input.button.foto-plaatsen						{background: url('/images/btn-foto-plaatsen-0.png') no-repeat top left;width:300px;height:91px;margin-left:145px;}
input.button.foto-plaatsen:hover				{background-image: url('/images/btn-foto-plaatsen-1.png');}

input.button.uploaden							{background: url('/images/btn-uploaden-0.png') no-repeat top left;width:300px;height:91px;margin-left:145px;}
input.button.uploaden:hover						{background-image: url('/images/btn-uploaden-1.png');}



/* MENU ITEMS */
.menuitems 										{padding-top:30px;}
.menuitems .menuitem 							{float:left;width:204px;margin:0 16px;text-align: center;}
.menuitems .menuitem a 							{display:block;text-decoration: none;}
.menuitems .menuitem a span						{font-weight:bold;font-size:24px;color:#004a80;}
.menuitems .menuitem a:hover span 				{color:#0072bc;}

/* SUBMENU ITEMS */
.submenuitems 									{padding-top:37px;}
.submenuitems .menuitem 						{width:204px;text-align: center;}
.submenuitems .menuitem a 						{display:block;text-decoration: none;}
.submenuitems .menuitem a span					{font-weight:bold;font-size:24px;color:#004a80;}
.submenuitems .menuitem a:hover span,
.submenuitems .menuitem a span.active 			{color:#0072bc;}

/* FOTO MODULE */
.thumbs											{width:700px;padding-top:10px;}
.thumbs .thumb									{position:relative;float:left;width:140px;height:140px;}
.thumbs .thumb .afbeelding						{position:absolute;top:3px;left:3px;}
.thumbs .thumb .kader							{position:absolute;}

.foto-navigatie 								{width:640px}
.foto-navigatie img.btn-vorige					{float:left;}
.foto-navigatie img.btn-volgende				{float:right;}

/* VERHALEN MODULE */
.bericht-item									{width:670px;margin-bottom:20px;}
.bericht-item .bericht-titel					{font-size:24px; color:#0072bc;font-weight:bold;}
.bericht-item .bericht-inhoud					{cursor:pointer;overflow:hidden;height:115px;}
.bericht-item .lees-meer						{font-size:16px; color:#0072bc;float:right;cursor:pointer;}

.bericht-item .bericht-inhoud.disabled			{cursor:text;height:auto;}
.bericht-item .bericht-inhoud.disabled p		{padding-bottom:0px}

/* VERHALEN MET YOUTUBE */
.bericht-item.YoutubeEnabled .bericht-inhoud .cms-tekst					{width:500px;float:left;}
.bericht-item.YoutubeEnabled .bericht-inhoud .YoutubeFilmpje			{width:150px;float:left;margin-left:6px;padding-top:10px;}

.berichten.open .bericht-item .bericht-titel	{display:none;}
.berichten.open .bericht-item .bericht-inhoud	{height:auto;cursor:text;}
.berichten.open .bericht-item .lees-meer		{display:none;}

/* MUZIEK MODULE */
ul.playlist li,
ul.playlist li a								{font-size:28px; color:#0072bc;}


/* -----------------------------------------------/
/* Basis kleuren */
body {color: #000;font-size: 13px;font-family:Arial;}
a {color: #000;}
input[type="text"] {width: 330px;float: left;margin-bottom: 10px;}
textarea {width:330px; height: 150px;float: left;margin-bottom: 10px;}
label {width: 150px;float: left;cursor:pointer;line-height: 25px;}
input[type="submit"] {border:1px solid #000;color: #000;}

/* -----------------------------------------------/
/* BULLETS VOOR CMS TEKST <div class="cms-tekst">{$Tekst}</div> */
.cms-tekst ul {margin-left: 17px;padding-bottom: 18px;}	
.cms-tekst li {list-style-type:disc;float:none;width:auto;background:none;}
.cms-tekst ol {padding-left:0px;list-style-type: decimal;list-style-position: inside;}

/* -----------------------------------------------/
/* Website */


/* ---------------------------------------------------- /
 * Contact formulier */
div.foutmelding{min-height:18px;margin:10px 0;border: 1px solid #5DA14D;background: url(/images/ico-verplicht.gif) no-repeat 15px 11px;background-color:#fff;color:#1c345b;width:441px;padding: 17px 10px 10px 39px;}
div.foutmelding strong {padding: 0 0 0 5px;}
div.foutmelding label {width: auto;float: none;font-weight: normal;}
div.foutmelding ul {font-weight:normal;margin:0;padding:0;list-style-type:disc;}
div.foutmelding ul li {padding:0 0 0 5px;margin:0;}
div.foutmelding ul li label{cursor:pointer;text-decoration:none;}
.addeditguestbook{display: none;}