
/* STARTPAGINA - BEGIN NIEUWSKADER */
#nieuws {
	position: absolute;
	left: 25px;
	top: 5px;
	width: 520px;
	height: 250px;
	background-color: white;
	border: thin solid #cc9966;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.9em;
	overflow: auto;
}

#nieuws .nieuwstitel {
	font-size:0.9em;
	font-weight:bold;
	color:white;
	background-color: #cc9966;
	width:100%;
	padding-left:10px;
}
	

#nieuws .nieuwshoofding {
	font-size:0.85em;
	font-weight:bold;
	color: #cc9966;
	width:100%;
	padding-left:5px;	
}

#nieuws .nieuwsdetail {
	font-size:0.80em;
	padding-left:20px;
	font-weight: normal;
	color: black;
	width:100%
}


#nieuws a {
	text-decoration:none;
	
}

#nieuws a:hover {
	text-decoration:underline;	
}

/* STARTPAGINA - EINDE NIEUWSKADER */

/* STARTPAGINA - BEGIN NIEUWE BELEGGINGEN */
#op_verkenning {
	position: absolute;
	left: 25px;
	top: 265px;
	width: 520px;
	height: 120px;
	background-color: white;
	border: thin solid #94526B;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	overflow: auto;
}
	
#op_verkenning .op_verkenningtitel {
	font-size:0.9em;
	font-weight:bold;
	background-color: #94526B;
	width:100%;
	color:white;
	
}

/* STARTPAGINA - EINDE NIEUWE BELEGGINGEN */


/* STARTPAGINA - BEGIN DDN */
#ledeninfo {
	position: absolute;
	left: 570px;
	top: 5px;
	width: 205px;
	height: 310px;
	background-color: white;
	border: thin solid #52A5CE;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	overflow: auto;
}
	
#ledeninfo .ledeninfotitel {
	font-size:0.9em;
	font-weight:bold;
	background-color: #52A5CE;
	width:100%;
	color:white;
	
}
#ledeninfo .ledeninfohoofding {
	font-size:0.85em;
	font-weight:bold;
	color: #52A5CE;
	width:100%;
	padding-left:5px;	
}

#metsteunvan {
	position: absolute;
	left: 570px;
	top: 305px;
	width: 205px;
	
}

/* STARTPAGINA - EINDE */

/** VANAF HIER NOG AANPASSEN AAN VERSIE  5b **/

body {
	margin:0;
	padding:0;
	background-color: #eef1f6;
	background-image: url(bg2.jpg);
	background-repeat: repeat-x;
	}

/* -------------------------- HOOFDMENU ------------------------ */

#hoofdmenu ul {
	padding: 3px;
	margin: 0;
	margin-left: 1px;
	font-family: Arial, Helvetica, sans-serif;
	color: Navy;
}

#hoofdmenu ul li {
	list-style: none;
	margin: 0;
	display: inline;
	text-align:justify;
		}
#hoofdmenu ul li a{
	padding: 3px;
	margin: 0;
	margin-left: 3px;
	border: 1px solid #4682B4;
	color: navy;
	background-image: url(afbeeldingen/blue_gradient_uit2.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	float: left;
}

#hoofdmenu ul li a:link , #hoofdmenu ul li a:visited 
{
	background-image: url(afbeeldingen/blue_gradient_uit2.jpg);
	color:navy;
	}


#hoofdmenu ul li a:link:hover   , #hoofdmenu ul li a:visited:hover  
{
	background-image: url(afbeeldingen/blue_gradient_aan2.jpg);
	border-color:navy;
	border-bottom: 3px solid navy;
	}

#hoofdmenu ul li a:active {
  	
	background-image: url(afbeeldingen/blue_gradient_aan2.jpg);
	border-color:navy;
	border-bottom: 3px solid navy;
	
	}

/* -------------------------- SUBMENU ------------------------ */

#submenu {
text-align: center;
	}

#submenu ul {
	padding: 3px;
	margin: 0;
	margin-left: 1px;
	font-family: Arial, Helvetica, sans-serif;
	color: Navy;
	
}

#submenu ul li {
	list-style: none;
	margin: 0;
	display: inline;

}
#submenu ul li a{
	padding: 3px;
	margin: 0;
	margin-left: 5px;
	border: 1px solid #4682B4;
	background-image: url(afbeeldingen/blue_gradient_uit2.jpg);
	color: Navy;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	float: left; /* font-style: italic;*/
}

#submenu ul li a:link, #submenu ul li a:visited {
	
	color:navy;
	background-image: url(afbeeldingen/blue_gradient_uit2.jpg);
	}


#submenu ul li a:link:hover  , #submenu ul li a:visited:hover  
{
	background-image: url(afbeeldingen/blue_gradient_aan2.jpg);
	border-color:navy;
	border-bottom: 3px solid navy;
	}

#submenu ul li a:active {
  	
	background-image: url(afbeeldingen/blue_gradient_aan2.jpg);
	border-color:navy;
	border-bottom: 3px solid navy;

	}
	
/* -------------------------- KLEURENFOTO ------------------------ */
img {
	border: 2px solid #ff7300;
	position:absolute;
	top: 2%;
	left: 2%;
	width: 30%;
	z-index :1;
	}

 
/* -------------------------- TITEL ------------------------ */
#titel {
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 1%;
	width: 35%;
	font-family: "Trebuchet MS",arial;
	font-size: 1.8em;
	font-style: italic;
	font-weight: bold;
	color: #8AC300;
	text-align: right;
	text-decoration: none;
}

/* -------------------------- BOVENSTE LIJN VAN PROGRAMMABLAD OP NL-BEGINPAGINA ------------------------ */
#programmablad {
	border: solid 1px black;
		}	
#programmablad a:hover{
	border: solid 1px black;
	background-color: white;
		}			
#programmablad a:link{
	border: solid 1px black;
	
		}					
#programmablad a:visited{
	border: solid 1px black;
	
		}			
.pushpin {
  position : absolute;
  left: 40%;
  bottom:2%;
  width: 45px;
  height: 20px;
  
}
.pushpin2 {
  position : absolute;
  left: 43%;
  bottom:2%;
  width: 49px;
  height: 20px;
  
}			
	
/* -------------------------- BOODSCHAP OP NL-BEGINPAGINA ------------------------ */
#prikbord
{
	position: absolute;
	left: 34%;
	top: 10%;
	background-image: url(afbeeldingen/postit_met_pushpin.gif);
	background-repeat: no-repeat;
	width: 344px;
	height:286px;
	
}

#boodschap {
	position: absolute;
	left: 40%;
	top: 2%;
	width: 225px;
	height: 312px;
	font-family: arial;
	font-size: 0.8em;
	line-height: 1.4em;
	color: black;
	text-align: left;
	text-decoration: none; /* border-left: 10px solid #aec8e7; */
	/* margin-right: 30px;*/
	padding-top: 80px;
	padding-left: 10px;
	padding-right: 20px;
	}	
#boodschap a:link {
	color : black;
	text-decoration: underline;
}
#boodschap a:hover {
	color: gray;
	background-color: #C5E3ED;
	text-decoration: underline;
}
#boodschap a:visited {
	color:black;
	text-decoration: underline;
}
	
/* -------------------------- ledeninfo_hoofdtitel OP NL-BEGINPAGINA ------------------------ */
#ledeninfo_hoofdtitel {
	position: absolute;
	left: 45%;
	bottom: 43%;
	padding: 0px;
	margin:0;
	width: 52.4%;
	height: 5%;
	font-family: "Trebuchet MS",arial;
	font-size: 1em;
	line-height: 1em;
	color: black;
	text-align: center;
	text-decoration: none; 
	overflow: no; 
	font-weight: bold;
	background-image: url(afbeeldingen/3Dbalk2.gif);
	
}	
/* -------------------------- KLIK-SNEL-NAAR-kader OP NL-BEGINPAGINA ------------------------ */
#kliksnel {
	position: absolute;
	left: 2%;
	top: 2%;
	margin:0;
	width: 26%;
	height: 35%;
	font-family: "Trebuchet MS",arial;
	font-size: 0.9em;
	line-height: 1em;
	color: black;
	/*text-align: justify;*/
	text-decoration: none; /* border-left: 10px solid #aec8e7; */
	padding: 1px;
	overflow: no;
	border: solid 2px #4682B4;
	background-color: white;
	
}
#kliksnel .kliksneltitel {
	font-size: 0.9em;
	line-height: 1.5em;	
	width: 100%;
	background-color:#dee8ef;
	margin:0;
   margin-bottom: 0;
	border-top: 1px solid navy;
	border-bottom: 1px solid navy;
	padding-left : 5px;
	}
		
#kliksnel a:link {
	color : black;
	text-decoration: none;
	margin:0;
}
#kliksnel a:hover {
	color: black;
	background-color: #C5E3ED;
	text-decoration: none;
	margin: 0;
}
#kliksnel a:visited {
	color:black;
	text-decoration: none;
	margin:0;
}
	
#kliksnel .kliksneldetail {
	font-size: 0.8em;
	line-height: 1.5em;
	width: 90%; 
	padding-left: 10px;
	margin:0;
	}


/* -------------------------- VERJAARDAGSLIJST OP NL-BEGINPAGINA ------------------------ */
#verjaardag {
	position: absolute;
	left: 2%;
	top: 38%;
	margin:0;
	width: 26%;
	height: 27%;
	font-family: "Trebuchet MS",arial;
	font-size: 0.9em;
	line-height: 1em;
	color: black;	/*text-align: justify;*/
	text-decoration: none; /* border-left: 10px solid #aec8e7; */
	padding: 1px;
	overflow: auto;
	scrollbar-face-color: #aec8e7;
	scrollbar-track-color: #dee8ef;
	scrollbar-arrow-color: navy;
	scrollbar-highlight-color: navy;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-shadow-color: navy;
	border: solid 2px #4682B4;
	background-color: white;
	
}
#verjaardag .verjaardagtitel {
	font-size: 0.9em;
	line-height: 1.5em;	
	width: 100%;
	background-color:#dee8ef;
	margin:0;
   	margin-bottom: 0;
	border-top: 1px solid navy;
	border-bottom: 1px solid navy;
	padding-left : 5px;
	}
		
#verjaardag a:link {
	color : black;
	text-decoration: underline;
	margin:0;
}
#verjaardag a:hover {
	color : black;
	background-color:#aec8e7;
	text-decoration: underline;
	margin:0;
}
#verjaardag a:visited {
	color:black;
	text-decoration: underline;
	margin:0;
}
	
#verjaardag .verjaardagdetail {
	font-size: 0.8em;
	line-height: 1.5em;
	width: 90%; 
	padding-left: 10px;
	margin:0;
	}

/* -------------- LEDENINFO PROGRAMMABLAD + AGENDA OP NL-BEGINPAGINA --------------- */
#ledeninfo {
	position: absolute;
	left: 2%;
	top: 67%;
	margin: 0;
	width: 26%;
	height: 45px;
	font-family: "Trebuchet MS",arial;
	font-size: 0.9em;
	line-height: 1em;
	color: black; /*text-align: justify;*/
	text-decoration: none; /* border-left: 10px solid #aec8e7; */
	padding: 1px;
	overflow: no;
	scrollbar-face-color: #aec8e7;
	scrollbar-track-color: #dee8ef;
	scrollbar-arrow-color: navy;
	scrollbar-highlight-color: navy;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-shadow-color: navy;
	border: solid 2px #4682B4;
	background-color: white;
}
.ledeninfotitel {
	font-size: 0.9em;
	line-height: 1.5em;	
	width: 100%;
	background-color:#dee8ef;
	margin:0;
   margin-bottom: 0;
	border-top: 1px solid navy;
	border-bottom: 1px solid navy;
	padding-left : 5px;
	}
			
#ledeninfo a:link {
	color : black;
	text-decoration: underline;
	margin: 0;
}
#ledeninfo a:hover {
	color : black;
	background-color:#C5E3ED;
	text-decoration: underline;
	margin: 0;
}
#ledeninfo a:visited {
	color:black;
	text-decoration: underline;
	margin: 0;
}
	
#ledeninfo .ledeninfodetail {
	font-size: 0.8em;
	line-height: 1.1em;
	width: 90%; 
	padding-left: 10px;
	margin: 0;
	}

#metsteunvan {
	position: absolute;
	left: 2%;
	top: 80%;
	background-image: url(afbeeldingen/metsteunvan.gif);
	background-repeat: no-repeat;
	width: 200px;
	height:85px;
	
}

/*-------------------------------------------------------------------*/	
	
.geenverslag {
	color: gray;
}
 
.geenrepetitie {
	font-family: "Courier New", Courier, monospace;
	font-size: 0.8em;
	text-decoration: line-through;
	color: red;
	}

.volksdans {
	font-family: "Courier New", Courier, monospace;
	font-size: 0.8em;
	color: Green;
	font-weight: bold;
}

.gemengd {
	font-family: "Courier New", Courier, monospace;
	font-size: 0.8em;
	color: Blue;
}

.repetitiedata {
	font-family: "Courier New", Courier, monospace;
	font-size: 0.8em;
	
}
	
/* -------------------------- TEKST ------------------------ */
#tekst {
	position: absolute;
	left: 40%;
	top: 20%;
	margin-right: 2%;
	width: 55%;
	height: 65%;
	font-family: "Trebuchet MS",arial;
	font-size: 0.8em;
	line-height: 1.3em;
	color: black;
	text-align: justify;
	text-decoration: none; /* border-left: 10px solid #aec8e7; */
	padding: 10px;
	overflow: auto;
	scrollbar-face-color: #dddddd;
	scrollbar-track-color: #e6e6e6;
 	scrollbar-arrow-color: gray;
 	scrollbar-highlight-color: gray;
 	scrollbar-3dlight-color: #e6e6e6;
 	scrollbar-darkshadow-color: white;
 	scrollbar-shadow-color: gray;

	}
#tekst li {
	list-style: outside url(koppeltje_ikoon.ico);
	
}

#tekst .teksttitel {
	font-size: 0.9em;
	line-height: 1.5em;	
	width: 100%;
	background-color:#dee8ef;
  	margin-bottom: 0;
	border-top: 1px solid navy;
	border-bottom: 1px solid navy;
	padding-left : 5px;
	}
	
#tekst a:link {
	color : black;
	text-decoration: underline;
}
#tekst a:hover {
	color: gray;
	text-decoration: underline;
}
#tekst a:visited {
	color:black;
	text-decoration: underline;
}

/* beide opties hieronder laten staan ! */

#tekst .tekstdetail {
	font-size: 0.9em;
	line-height: 1.5em;
	width: 100%;
	margin-left : 25px;
	
	}

#tekst p.tekstdetail {
	font-size: 0.9em;
	line-height: 1.5em;
	width: 95%;
	margin-left : 15px;
	}
		
#tekst .tekstdetailslot {
	font-size: 0.8em;
	line-height: 1.5em;
	border-bottom: 1px solid navy;
	width:100%;
	margin-top:0;
	padding-left: 25px;
	}
	
/* -------------------------- BESTELFORMULIER ------------------------ */	
	
.textinput, .radioinput {
	border-left: 0;
	border-right: 0;
	border-top: 0;
	background-color: #dee8ef;
	}	
#tekst .knop {
	font-size: 1em;
	line-height: 1.5em;
	border: 1px solid navy;
	background-color: #dee8ef;
	color : navy;
	width:150px;
	margin-top:0;
	text-align: center;
		}
#tekst .knopverstuur {
	font-size: 1em;
	line-height: 1.5em;
	border: 1px solid navy;
	background-color: #dee8ef;
	color : navy;
	width:70px;
	margin-top:0;
	text-align: center;
}

