/* CSS Document gelijk aan zen-zang.css alleen h1 heeft een andere afmeting*/

BODY , DD , DIV , DL , DT , LI , MENU , OL , P , PRE , TD , TH , UL {
	font-family : verdana, geneva, arial, helvetica, sans-serif;
	color : #FFF;
} 
BODY {
	font-size : 1em;
	background-color : #744275;
	color: #FFF;
	scrollbar-3dlight-color: #FFCCFF;
	scrollbar-arrow-color: #660066;
	scrollbar-track-color: #744275;
	scrollbar-darkshadow-color: #660066;
	scrollbar-face-color: #FFCCFF;
	scrollbar-highlight-color: #FFCCFF;
	scrollbar-shadow-color: #744275;
	vertical-align: middle;
}
HTML {
	scrollbar-3dlight-color: #FFCCFF;
    scrollbar-arrow-color: #660066;
    scrollbar-track-color: #744275;
    scrollbar-darkshadow-color: #660066;
	scrollbar-face-color: #FFCCFF;
    scrollbar-highlight-color: #FFCCFF;
    scrollbar-shadow-color: #744275;
}


/* gebruikt */
.venstermarge {
	padding-top: 50px;
	padding-right: 33px;
	padding-left: 30px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
}
.zijmarge {
	padding-top: 50px;
	padding-right: 103px;
	padding-left: 50px;
	padding-bottom: 5px;
}
.zijmargeknopvlak {
	padding-top: 225px;
	padding-right: 42px;
	padding-left: 21px;
	background-repeat: no-repeat;
}	
/* gebruikt */
.bottommargeknop {
	padding-bottom: 8px;
}	
/* gebruikt */
.buttonlinks {
	padding-bottom: 8px;
	background-repeat: no-repeat;
}	
/* gebruikt */
.zijmarge2 {
	padding-right: 80px;
	padding-left: 80px;
}	
/* gebruikt */
P {
	font-size : 0.9em; 
	/* niet gebruikt font-weight: bold; */
	color: #FFFFFF;
}
P.normal {
	font-size : 0.90em; 
	color: #FFF;
}
P.bottomtext {
	font-size: small; 
}
/* gebruikt */
P.extrainfo {
	font-size:0.80em; 
}
P.imagetext {
	font-size:0.70em; 
}
.weg {
color: #744275;
}
/* gebruikt */
.bottomlinks {
	font-size : 0.70em;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 80px;
	padding-bottom: 5px;
	padding-left: 80px;
}
.normaletext {
	font-size : 0.90em; 
	color: #FFF;
}

/* LET OP HIERONDER STAAT DE H1 TAG VOOR DE INTRO PAGINA MET FILMPJE. IETS LAGER STAAT DE NORMALE VERSIE */
.h1 {
	font-size: 0.65em;
	color: #744275;
}

/* hieronder de instelling die bij alle andere pagina's gebruikt wordt middels zen-zang.css

.h1 {
	font-size: 1.20em;
	font-weight: 700;
}

*/

.h2 {
	font-size: 1.10em;
	font-weight: 700;
}

/* h3 is gebruikt voor sublinks activiteiten*/
.h3 {
	font-size: 0.95em;
	font-weight: 700;
}
.silver {
	color: #CCCCCC;
	font-weight: 700;
}
.basicbold {
	font-weight: bold;
}
.subtext {
	font-size: smaller;
}
.linktext {
	font-size: 0.80 em;
}
/* tijdelijk buiten gebruik */

.imagekader {
	border-top-color: #FF99FF;
	border-bottom-color: #006600;
	border-right-color: #606;
	border-left-color: #CC66CC;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-style: outset;
}
.imagekader2 {
	border-top-color: #606;
	border-bottom-color: #606;
	border-right-color: #606;
	border-left-color: #606;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-style: solid;
}
/* niet gebruikt 
.floatPic {
float: none;
padding-top: 0px;
padding-right: 10px;
padding-bottom: 0px;
padding-left: 10px;
} */
.extramarge {
	font-size: 1.05em;
	font-weight: 700;
	letter-spacing: 0.08em;
}
.achtergrond {
	background-repeat: no-repeat;
}
.caption {
	font-style: italic;
}
.loosingcount {
}
.lijntje {
	text-decoration: none;
}
/* speciale links op sitemap */
a.sitemap:link {
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
}
a.sitemap:visited {
	color: #CC99CC;
	font-weight: bold;
	text-decoration: underline;
}
a.sitemap:hover {
	color: #16B516;
	font-weight: bold;
	text-decoration: underline;
}/* einde speciale links op sitemap */
/* hieronder de normale links op de hele site
a:link {
	color: #FFF;
	text-decoration: none;
	}
a:visited {
	color: #CC99CC;
	text-decoration: none;
	}
a:hover {
	color: #16B516;
}
a:link img {
	text-decoration: none;
}
einde normale links op hele site */

/* speciale link kleuren voor index pagina */
a:link {
	color: #744275;
	text-decoration: none;
	}
a:visited {
	color: #744275;
	text-decoration: none;
	}
a:hover {
	color: #744275;
}
a:link img {
	text-decoration: none;
}
