/*
Deze stylesheet bevat de volgende items:
- TEKST
- HYPERLINKS
- AFBEELDINGEN
- MENU	- Standaard menu
		- Coolmenu
- ZOEKEN
- FORMULIEREN
- FOUTMELDINGEN
- PAGINA NAVIGATIE
- MODULES 	-SCROLLNIEUWS
			- GERELATEERDE INFORMATIE
			- GASTENBOEK
			- FOTOBOEKEN
*/
/* TEKST */
/* Titels  (correspondeert met "Paragraaf" oftewel "Kop" in editor) */
body {
	margin: 0px;
	background-color: #0046ad;	
	text-align:center;
	font-size:13px;
	font-family: "Comic Sans MS",verdana,arial;	
}
h1, h2, h3, h4 {
	margin: 0;
	font-family: "Comic Sans MS",verdana,arial;
	font-weight: normal;
	color: #002c58;
}
/* Titel pagina en Kop1 */
h1 {
	font-size: 2em;
	}
/* Kop2 */
h2 {
	font-size: 1.6em;
}
/* Kop3 */
h3 {
	font-size: 1.3em;
}
/* Kop4 */
h4 {
	font-size: 1em;
}
/* Alternatieve titelopmaak (moet dan wel in page.tpl.php gedefinieerd worden) */
.title {
	font-size: 2em;
	color: #002c58;
	font-family: "Comic Sans MS",verdana,arial;
	text-decoration : none;
}
/* Tekst (normaal) */
.content,.text {
	background: url(afbeeldingen/keistenen_03.png) no-repeat;
	height: 437px;
	width: 900px;	
	color:#002c58;
	font-size:13px;
	font-family: "Comic Sans MS",verdana,arial;
	text-decoration : none;
	vertical-align: top;
}
#container {
	font-size:13px;
	font-family: "Comic Sans MS",verdana,arial;
	text-decoration : none;
	width: 1000px;
	height: 903px;
	border: 0px;
}
.header {
	background: url(afbeeldingen/keistenen_01.png) no-repeat;
	height: 305px;
	width: 900px;
	padding: 0;
}
.menubalk {
	background: url(afbeeldingen/keistenen_02.png) no-repeat;
	height: 53px;
	width: 900px;
	padding: 0;
}
.footer {
	background: url(afbeeldingen/keistenen_04.png) no-repeat;
	height: 108px;
	width: 900px;
	color: #000000;
	font-family: "Comic Sans MS",verdana,arial;
	font-size :13px;
	text-decoration : none;
	font-weight: none;
}
.links {
	background: url(afbeeldingen/links.png) no-repeat;
	height: 903px;
	width: 61px;
	padding: 0;
}
.rechts {
	background: url(afbeeldingen/rechts.png) no-repeat;
	height: 903px;
	width: 39px;
	padding: 0;
}
.midden {
	overflow: auto;
	height: 415px;
	width: 735px;
	padding-left: 10px;
}

/* Tekst in tabel */
TD, th {
	color:#002c58;
	font-size:13px;
	font-family: "Comic Sans MS",verdana,arial;
	text-decoration : none;
	text-align: left;
}
th {
	font-weight: bold;
}
/* Hyperlinks  */
A., A:Hover:Active  {
	color:#002c58;
	font-family: "Comic Sans MS",verdana,arial;
	text-decoration : underline;
	font-weight: none;
}
/* Bij muisover  (werkt niet indien onderstaande actief is, wel bij bladwijzers) */
A:Hover  {
	color:#002c58;
	font-style: none;
	font-weight: none;	
	text-decoration : underline;	
}
/* Hyperlinks in Firefox (niet gebruiken in combinatie met standaard menu)  
A:Link, A:Visited {
	color:#ffffff;
	font-family: "Comic Sans MS",verdana,arial;
	text-decoration : underline;
	font-weight: none;
}
*/

/* Afbeeldingen (standaard geen rand) */
img { 
	border: 0px; 
}

/*Standaardmenu*/
.menu {
    height: 30;
	color:#ffffff;
	font-size:14x;
	font-family: "Comic Sans MS",verdana,arial;
	font-weight: none;
	text-decoration : none;
    border: 0pt solid #1B4C15;
    background-image: url(afbeeldingen/menu.png);
    background-repeat: no-repeat;		
}
.submenu a:hover {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-style: italic;
}
.menuhover {
    height: 30;
	color:#000000;
	font-size:12px;
	font-family: "Comic Sans MS",verdana,arial;
	font-weight: none;
	text-decoration : none;
    border: 0pt solid #000000;
    background-image: url(afbeeldingen/menuhover.png);
    background-repeat: no-repeat;	
/*    padding-left:10px; */
}
.menuactive {
    height: 30;
	color:#ffffff;
	font-size:12px;
	font-family: "Comic Sans MS",verdana,arial;
	font-weight: none;
	text-decoration : none;
    border: 0pt solid #B6E613;
    background-image: url(afbeeldingen/menuactive.png);
    background-repeat: no-repeat;	
}
.mainmenulink {
	color:#ffffff;
	font-size:16px;
	font-family: "Comic Sans MS",verdana,arial;
	font-weight: none;
	text-decoration : none;
	padding-right:4px;
}
.mainmenulinkactive {
	color:#ffffff;
	font-size:16px;
	font-family: "Comic Sans MS",verdana,arial;
	font-weight: bold;
	text-decoration : none;
	padding-right:4px;
}
.submenutable {
	height: 30;	
	color:#000000;
	font-size:12px;
	font-family: "Comic Sans MS",verdana,arial;
	font-weight: none;
	text-decoration : none;
	text-align: left;
	border: 0pt solid #1B4C15;
	background-image: url(afbeeldingen/submenutable.png);
   	background-repeat: no-repeat;	
  	padding: 0px;	
}
.submenutableactive {
    height: 30;	
	color:#000000;
	font-size:12px;
	font-family: "Comic Sans MS",verdana,arial;
	font-weight: none;
	text-decoration : none;
	text-align: left;
    border: 0pt solid #B6E613;
    background-image: url(afbeeldingen/submenutableactive.png);	
   	background-repeat: no-repeat;
  	padding: 0px;
}
.submenulink {
	color:#ffffff;
	font-size:12px;
	font-family: "Comic Sans MS",verdana,arial;
	font-weight: none;
	text-decoration : none;
	padding-right:4px;
	padding-left:10px;
}
.submenulinkactive {
	color:#ffffff;
	font-size:12px;
	font-family: "Comic Sans MS",verdana,arial;
	font-weight: bold;
	text-decoration : none;
	padding-right:4px;
	padding-left:10px;
}
.submenutable2 {
    height: 30;	
	color:#000000;
	font-size:12px;
	font-family: "Comic Sans MS",verdana,arial;
	font-weight: none;	
	text-decoration : none;
	text-align: right;
    border: 1pt solid #1B4C15;	
	background-image: url(afbeeldingen/submenutable2.png);	
   	background-repeat: no-repeat;
	padding-top: 0px;
	padding-bottom: 0px;
}
.submenutableactive2 {
    height: 30;	
	color:#000000;
	font-size:12px;
	font-family: "Comic Sans MS",verdana,arial;
	font-weight: none;
	text-decoration : none;
	text-align: right;
    border: 1pt solid #1B4C15;
    background-image: url(afbeeldingen/submenutable2active.png);		
   	background-repeat: no-repeat;
  	padding: 0px;
}
.submenulink2 {
	color:#000000;
	font-size:12px;
	font-family: "Comic Sans MS",verdana,arial;
	font-weight: none;
	text-decoration : none;
	padding-left:10px;
}
.submenulinkactive2 {
	color:#1B4C15;
	font-size:12px;	
	font-family: "Comic Sans MS",verdana,arial;
	font-weight: bold;
	text-decoration : none;
	padding-left:10px;
}
.submenutable3 {
    height: 30;	
	color:#000000;
	font-size:12px;
	font-family: "Comic Sans MS",verdana,arial;
	font-weight: none;	
	text-decoration : none;
	text-align: right;
    border: 1pt solid #1B4C15;	
	background-image: url(afbeeldingen/submenutable3.png);	
   	background-repeat: no-repeat;
	padding-top: 0px;
	padding-bottom: 0px;
}
.submenutableactive3 {
    height: 30;	
	color:#000000;
	font-size:12px;
	font-family: "Comic Sans MS",verdana,arial;
	font-weight: none;
	text-decoration : none;
	text-align: right;
    border: 1pt solid #1B4C15;
    background-image: url(afbeeldingen/submenutable3active.png);		
   	background-repeat: no-repeat;
  	padding: 0px;
}
.submenulink3 {
	color:#000000;
	font-size:12px;
	font-family: "Comic Sans MS",verdana,arial;
	font-weight: none;
	text-decoration : none;
	padding-left:20px;
}
.submenulinkactive3 {
	color:#1B4C15;
	font-size:12px;	
	font-family: "Comic Sans MS",verdana,arial;
	font-weight: bold;
	text-decoration : none;
	padding-left:20px;
}

/* ZOEKEN */
/* Bepaling plaats */
#search {
	float: right;
	width: 200px;
	vertical-align: "bottom";
	padding-top: 5;
}
#search form {
	height: 10px;
	margin: 0;
	padding: 0 0 0px 0px;
}
#search fieldset {
	margin: 0;
	padding: 0 0 0px 0px;
	border: none;
}
/* Opmaak invulveld */
#search-text {
	width: 100px;
	border: none;
	text-transform: lowercase;
	border: 1px #3d0605 dotted;
	font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
}
/* Button 'Zoeken' verbergen */
/*
#search-submit {
	display: none;
}
*/

/* FORMULIEREN */
/* Invulvelden en tekst op buttons 
input, option, textarea {
	font-size:10pt;
	color:#002c58;
	text-decoration:none;
	font-family: "Comic Sans MS",verdana,arial;
  	border: 1px solid #002c58;
	background-color: #deedfe;
}	
*/
input, option, textarea {
	font-size:10pt;
	color:#000000;
	text-decoration:none;
	font-family: "Comic Sans MS",verdana,arial;
}

label
{
	width: 150px;
	float: left;
	margin-bottom: 2px;
}
input {
	margin-bottom: 2px;
}

/* FOUTMELDINGEN */
.formErrors {
	background-color:#ed111b;
	color:white;
	margin-bottom:15px;
	margin-top:5px;
	padding:15px;
	width:95%;
	font-size: 13px;
}
.formErrors li {
	margin-left: 1.5em;
}

/* PAGINA NAVIGATIE*/
div.pageNav { 
	margin-top: 25px; 
	float: right; 
}
/* Niet huidige pagina's en volgende/vorige pagina */
div.pageNav a.next, div.pageNav a.prev, div.pageNav a.page { 
	background-color: #387fc2; 
	border: 1px solid #002c58; 
	color: #ffffff; 
	padding: 2px 5px; 
}
div.pageNav a.page { 
	margin-left: 2px; 
	margin-right: 2px; 
}
/* Huidige pagina */
div.pageNav a.current { 
	background-color: #002c58; 
	border: 1px solid #002c58; 
	font-weight: bold; 
	color: #ffffff; 
}
div.pageNav a.next, div.pageNav a.prev { 
	margin-left: 6px; 
	margin-right: 6px; 
}
div.pageNav a { 
	text-decoration: none; 
}
/* MODULES */
/* SCROLLNIEUWS  */
#scroller, #scroller * {
	margin-left: 0;
	padding: 0; 
	display: inline;
	white-space: nowrap;
	color: #ffffff;
	font-family: "Comic Sans MS",verdana,arial;
	font-size:13px;
	text-decoration : none;
	padding-top:5px;
	font-variant: small-caps;
}

/* GERELATEERDE INFORMATIE */
.gerelateerd {
	color:#002c58;
	font-family: "Comic Sans MS",verdana,arial;
	font-size:13px;	
	font-weight: none;
	text-decoration : none;	
/*	font-variant: small-caps;		 */
}

/* HTML formulieren */
.verplichteSter {
	color:#FF0000;
	font-size:13px;
}

/* FOTOBOEKEN */
table.photoalbum_list tr td {
	vertical-align: top;
}
table.photoalbum_list tr td.thumbnail {
	padding-right: 25px;
}
/* Gastenboek */

.guestbook .gblist
{
	clear: both;
}
.guestbook .newmessage
{
	float: right;
	margin-bottom: 10px;
	border: 1px solid white;
	padding: 5px;
	background-color: black;
}
.guestbook .newmessage a {
	color: white;
	text-decoration: none;
}
.guestbook .gblist .gbmessage
{
	clear: both;
	padding: 15px;
	border-bottom: 0px solid black;
	border-left: 0px solid black;
}
.guestbook .gblist .gbcontent
{
	clear: both;
	padding: 15px;
	border-bottom: 0px solid black;
	border-left: 1px solid black;
}
.guestbook .gblist .gbmessage .gbinfo
{
	color:#ffffff;
	font-size:13px;
	background-color: #1369b2;
    background-image: url(afbeeldingen/infobalk.png);
	font-weight: none;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
    margin : 10px 0px 0px 0px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 0px solid #000000;
}
.gbreactie
{
	clear: both;
	font-size:13px;
	background-color: #CCCCCC;
	font-weight: none;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	border: 1px solid #999999;
}

/*Newsblog*/
.newsblog_snippet {
	width: 220px;
}

.newsblog_titel, .newsblog_titel h2 {
	background-color: #e51e0b; 
	text-align: center;
	color: #ffffff;
}

table.newsblog_overview {
	width: 100%;
	border-collapse: collapse;
	border: 0px;
}
tr.newsblog_overview_news_head {
	color:#ffffff;
	font-size:13px;
	background-color: #0d3d91;
    background-image: url(afbeeldingen/infobalk.png);
    background-repeat: repeat-x;
}
td.newsblog_overview_news_head {
	font-weight: none;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
    margin : 0px 0px 0px 0px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 0px solid #000000;
}
div.newsblog_message_replies_bar {
	clear: both;
	color:#ffffff;
	font-size:13px;
	height: 20px;
	background-color: #0d3d91;
    background-image: url(afbeeldingen/infobalk.png);
    background-repeat: repeat-x;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 0px solid #000000;
	padding-left:5px;
	padding-right:5px;
	padding-top:1px;
	padding-bottom:1px;
}
div.newsblog_overview_replies {
	float: right;
	color:#ffffff;
	font-size:10px;
	padding-right:5px;
	padding-top:0px;
}
div.newsblog_overview_title {
	color:#ffffff;
	font-size:16px;
	padding-left:5px;
	padding-top:2px;
}
div.newsblog_overview_title a {
	color:#ffffff;
	font-size:16px;
	padding-left:5px;
	padding-top:2px;
}
.newsblog_overview_title_h1{
    margin : 0px 0px 0px 0px;
}
td.newsblog_overview_message {
	vertical-align: top;
	background-color: #;
	width:99%;
	padding-top:5px;
	padding-right:10px;
}
td.newsblog_overview_message_image {
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
}
td.newsblog_overview_footer {
	text-align:right
}
div.newsblog_message_top_bar {
	color:#ffffff;
	font-size:13px;
	font-style:italic;
	height: 20px;
	background-color: #0d3d91;
    background-image: url(afbeeldingen/infobalk.png);
    background-repeat: repeat-x;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 0px solid #000000;
	padding-left:5px;
	padding-right:5px;
	padding-top:1px;
	padding-bottom:1px;
}
div.newsblog_message_message {
	clear: left
	color:#000000;
	font-size:13px;
	border-top: 0px solid #000000;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	border-bottom: 0px solid #000000;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
}
div.newsblog_message_replies {
	border-top: 0px solid #000000;
}
div.newsblog_reply{
	padding-left:15px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
}
div.newsblog_reply_name {
	color:#ffffff;
	font-size:13px;
	height: 20px;
	background-color: #0d3d91;
    background-image: url(afbeeldingen/infobalk.png);
    background-repeat: repeat-x;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 0px solid #000000;
	padding-left:5px;
	padding-right:5px;
	padding-top:1px;
	padding-bottom:1px;
}
div.newsblog_reply_message {
	border-top: 0px solid #000000;
	border-left: 1px solid #000000;
	border-right: 0px solid #000000;
	border-bottom: 0px solid #000000;
	padding-left:5px;
	padding-right:5px;
	padding-top:1px;
	padding-bottom:1px;
}
div.newsblog_message_top_back {
	float: right;
}
/*Poll*/
td.onevenTxt { 
	background-color: #ffffff; 
}
td.evenTxt { 
	background-color: #73b2de; 
}
.onevenans { 
	background-color: #ffffff;
	color: #000000;	
}
.evenans{ 
	background-color: #73b2de; 
	color: #ffffff;
}
.poll{
	border: solid 0px #0c3d90;
	border-spacing: 0;
	padding: 5;
	width:600;
}
.pollsnippet{
	border: solid 0px #0c3d90;
	border-spacing: 0;
	padding: 5;
	width:220px;
}
.pollquestion {
	background-color: #fbed0e;
}
.pollanswers {
	background-color: #f35d6b;
	color: #ffffff;
}
.pollheader, .pollheader h2{
	background-color: #24b02d; 
	text-align: center;
	color: #ffffff;
}
