/***********************************************/
/* blanklabelsite  -  css Houtbewerken (herziene versie)  leidi haaijer 2007  */
/***********************************************/

/*********************************************************/
/* toevoeging Leidi, overriding standaard balkdefinities restyling augustus 2009*/
/*********************************************************/

/* NPO button; is een include */
#frame div#balk #logo_container .balkonderdeel #zapp_button_container,
#frame div#balk #logo_container .balkonderdeel #npo_button_container {
  margin-top: 2px; 
}
/* EINDE overriding algemene balkdefinities */

/***********************************************/
/* --------zie ook opmerking bij H1 #beginInhoud-------*/


/* --------zie ook opmerking bij H1 #beginInhoud-------*/
.noCss {
	display: none;
}

/***********************************************/
/* voor het identificeren van de pagina, identificatie voor de properties in de editwizzard en het vergroten/verkleinen voor de leesbaarheid*\
/**********************************************/
#frame {
    width: 100%;
    margin : 0px;
    padding : 0px;
}

.opties {
   font-size : 1.0em;
   font-weight : bold;
   font-style : italic;
   text-align : right;
   width: 470px;
}

/***********************************************/
/* -------------  pagina te centreren ---------*/
/**********************************************/
#sitecontainer {
    clear: both;
    margin : 0px auto;
	position : relative;   
    width: 883px;
}

/***********************************************/
/* -------- algemene pagina definities -----*/
/***********************************************/
body {
	background-color: #FFFFFF;
    background-image : url(../gfx/bckgr_houtbewerken.jpg);
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: medium;
    margin: 0px;
    padding: 0px
}

/* ---------- foutmelding bij e-mailprocessing---------*/
.foutmelding {
    color: #D00021;
	font-weight : bold;
}

/***********************************************/
/* ---------------- list definities ------------------*/
/***********************************************/
ul {   
    list-style-image: url(../gfx/bullit.gif);
}

li {
	font-weight : bold;
	margin : 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
}

/***********************************************/
/*----------voor allerlei formulieren; form#search is voor zoekfunctie------------*/
/***********************************************/
/*
  form {
    font-size : 1em;
    font-weight : bold;
    padding: 3px 0px 0px 0px;
    margin: 3px 0px 0px 0px;
	width : 190px;
}*/

/***********************************************/
/*---------------- links in the site -------------   */
/***********************************************/
a, a:active, a:link, a:visited {
	color: #336633;	
	font-weight: bold;
	text-decoration: none;
}

a:hover {
    color: #CC3333;
    text-decoration: underline;
}

.hierbenik {
    color: #CC3333;
    text-decoration: underline;
}

/***********************************************/
/* ---- Kop cursuspagina ROLLOVER-----*/
/**********************************************/
#logo a {
    background : url(../gfx/header_houtbewerken.jpg);  
    border : 1px;
    border-style : solid;
    border-color : #663300;
	display: block;
    height : 49px;
	margin-left : 195px;
    padding: 0px;
    vertical-align: top;	
	width: 489px;
}

#logo a:hover {
    background : url(../gfx/header_houtbewerken_over.jpg); 
    border : 1px;
    border-style : solid;
    border-color : #000000;
	display: block;
	height : 49px;
	margin-left : 195px;
	padding: 0px;
	vertical-align: top;
	width: 489px;
	
}

/***********************************************/
/*   wordt in de hobbycursus van Nederland-e niet gebruikt   */
/**********************************************
div#kruimelpad {
    background-color: #FF5A00;
	clear : both;
	font-weight: bold;
	font-style: italic;		
	font-size: 90%;
	height: 15px;	
	letter-spacing: 0.1em;
	margin-left: 0px;
	text-indent: 5px;
	padding-top: 5px;
}

div#kruimelpad a {
	margin: 0 1em;
}*/

/***********************************************/
/*--------------- linkernavigatie --------------   */
/***********************************************/
#hoofdnavigatie {
	float : left;
	margin : 0px;
	padding : 0px;
	text-align : center;	
	top : auto;
	vertical-align : top;	
    width: 193px;
}

ul#hoofdnavigatie {
	list-style-type: none;
	list-style-image: none;	
	margin-left: 0px;
	padding-left: 0px;
	text-align : left;
    text-indent : 10px;
}

ul#hoofdnavigatie a {
    background-color: #663300;
    color: #FFFFFF;
	font-weight : bold;
    display: block;
    text-decoration: none;    
    width: 193px;
}

ul#hoofdnavigatie li, ul#hoofdnavigatie li a {    
    background-color: #663300;
    color: #FFFFFF;
	font-size : 1.0em;
	 font-weight : bold;
	line-height : 26px;
	padding-bottom: 0px;
    text-decoration: none;
}

ul#hoofdnavigatie li a:hover, ul#hoofdnavigatie li.hierbenik, ul#hoofdnavigatie li.hierbenik a {
    background-color: #BEE1C0;
    color: #663300;
    text-decoration: none;
}

/***********************************************/
/*--------------- overige navigatie --------------   */
/***********************************************/
.volgendepagina, .vorigepagina {
   	font-size: 0.8em;
	font-weight : bold;
	margin : 0px 0px 10px 0px;
	padding : 0px 0px 5px 0px;
 }

/***********************************************/
/*--------------- paginainhoud ---------------   */
/***********************************************/
#inhoud {
	background-color: #FFFFFF;
	border-left : 2px solid #F0E68C;
	border-right : 2px solid #F0E68C;
	color : #000033;
	float : left;
	margin: 0px;
	padding: 5px;
	text-align: left;
	vertical-align: top;
	width: 478px;
}

/* ---------- style voor de specifiek gelinkte template streams_and_articles.jsp ------------ */
.streams_and_articles {
}

/***********************************************/
/*----------------- tekstkoppen  ---------------   */
/***********************************************/
h1, h1#beginInhoud /* ------ anker voor gebruikers die om een of andere reden geen stylesheet gebruiken, identificatie om meteen naar de eerste kop te springen om de content vd pagina weer te geven ------ */
{
	color: #000000;
	font-size: 1.2em;
	font-weight: bolder;
	line-height : 120%;
	margin: 0px 5px 3px 3px;
}

h1 a:link, h1 a:visited  { 
    color: #BEE1C0;
    text-decoration: none;
}

h2 {
	color: #000000;
	font-size: 1.1em;
	margin: 0px 5px 3px 3px;
}

h3 {    
    color: #000000;
    font-size: 1.0em;
    margin: 0px 5px 3px 3px;
}

.vragen h3 {
    color: #000000;
    font-size: 1.0em;
    margin: 0px 5px 3px 3px;
}

.antwoord h3 {
    color: #000000;
    font-size: 0.9em;
    margin: 0px 5px 3px 3px;
}

h4 {    
    color: #000000;
    font-size: 0.9em;
    margin: 0px 5px 3px 3px;
}

h5 {    
    color: #000000;
    font-size: 0.8em;
  margin: 0px 5px 3px 3px;
}

h6 {    
    color: #000000;
    font-size: 0.7em;
	font-style : italic;  
	line-height : 90%;
    margin: 0px 5px 3px 3px;;
  
}

/***********************************************/
/*------------------ teksten --------------------   */
/***********************************************/
p.intro {
	font-style: italic;
	margin-bottom : 5px;
	padding-bottom : 5px;
}

p.intro ul, p.intro li { 
    font-size: 0.8em;
	list-style-image: none;
	margin: 3px 14px 0px 20px;
	padding: 0px;
}

p {
    font-size: 0.8em;
	color : #000000;
	margin: 2px 5px 5px 5px;
	padding: 0px;
}

/***********************************************/
/*------------- 'voor 'contentelementen' ---------------   */
/***********************************************/
#extraInhoud {
    clear : left;
	float : right;
	margin : 0px;
	padding : 0px;
}

/*--------------class voor specifieke definiering van 'extrainhoud' .speciaal kan nog  .citaat  .link of  .nieuws meekrijgen----------------*/
/*.speciaal {	
    clear: inherit;
    float: left;
	padding-left: 60px;
    position: absolute;
	background-color:#00CCFF;
	height: 105px;
	width: 200px;
}*/

/* ----- voor pagina onderdelen die qua inhoud duidelijk bij elkaar horen, kan apart vormgegeven worden, zie templates waar ze voorkomen ------*/
.paginaelement {
    clear: both;
	margin-top: 4px;
	margin : 0px 0px 3px;
}

.paginaelement p {
	margin-top : -3px;
	margin : 0px 0px 0px 10px;
}

.paginaelement h3 {
	font-size: 0.8em;
	margin: 3px 5px 0px 10px;
}
/***********************************************/
/*------------ rechternavigatie ---------------   */
/***********************************************/

/*---- firefox ---
#zijnavigatie {
	float : right;
	margin-left : -4px;
	margin-right: 4px;
	margin-top: 0px;
	padding : 0px;
	width : 157px;
}*/

/*---- IE ---*/
#zijnavigatie {
	float : right;
	margin-left : 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding : 0px;
    width: 195px;
}

ul#zijnavigatie {
	display: block;
	list-style-type: none;
	list-style-image: none;
	margin-left: 0;
	padding-left: 0;
	text-align : left;
	text-decoration: none;
	text-indent : 10px;
    width: 195px;
}

ul#zijnavigatie a {    
    display: block;
    text-decoration: none;    
    width: 195px;
}

ul#zijnavigatie li, ul#zijnavigatie li a {
 	background-color: #FFCC66;
	color: #663300;
	font-size : 1.0em;	
	font-weight : bold;	
	font-variant: small-caps; 
	line-height : 17px;
    list-style-image: none;
	padding-bottom : 0px;
	text-decoration: none; 
    width: 195px;
}

ul#zijnavigatie li a:hover, ul#zijnavigatie li.hierbenik, ul#zijnavigatie li.hierbenik a {   	
	background-color: #663300;
	color: #FFCC66;
	text-decoration: none;
	padding : 0px;
    width: 195px;
}

/***********************************************/
/*------------ voetermenu: bevat standaard een link naar home, contact, colofon, disclaimer en help ---------------   */
/***********************************************/
#voettekst {
   background-image : url(../gfx/bckgr_footer.jpg);		
   clear: both;	
   height : 12px;
}

#voettekst ul, #voettekst ul li {
    margin: 0px;    
    padding: 0px;
    text-align: center;
}

#voettekst ul#voetnavigatie li {
	color : #000000;           
	display: inline;

	font-weight: bold;
	list-style-type: none;
	list-style-image: none;
	padding: 5px;
}

#voettekst ul#voetnavigatie li a {
	color : #000000;           
	display: inline;	
	font-size: 0.7em;
}

#voettekst ul#voetnavigatie li a:hover, #voettekst ul#voetnavigatie li.hierbenik a {
 color: #FF0000;
}

/***********************************************/
/*-------------- siteSPECIFIEK: bij de cursussites zijn vragen opgenomen met een bijbehorend antwoord ---------------*/
/***********************************************/
.vragen {
	font-size: 1.0em;
	margin : 0px 5px 5px 5px;
	padding : 0px 5px 5px 5px;
}

.antwoorden {
	background-color : #BEE1C0;
	color : #000066;
	font-size: 1.0em;
	margin : 0px 5px 5px 5px;
	padding : 0px 5px 5px 5px;
}

/***********************************************/
/*-------------- afbeeldingen  ----------------  */
/***********************************************/
a img {
	border : 0px;
}

.afbeelding p {
	clear: both;
	display: inline;
	font-size : 0.7em;
	vertical-align : top;
}

.afbeelding.groot.top {
	clear: both;
	float : right;
	padding-right : 30px;
	padding-left: 20px;
	padding-bottom : 10px; 
}

.afbeelding.groot.top p {
	clear: left;
	float: left;
}

.afbeelding.medium.links {
	clear: right;
	float: left;
	padding : 0px;
	margin: 5px 7px 2px 7px;
}

.afbeelding.medium.links p {
	clear: right;
	float: left;
}

.afbeelding.medium.rechts {
	float: right;
	padding: 0px;
	padding-bottom : 0px;
	margin: 5px 7px 2px 7px;
}

.afbeelding.medium.rechts p {
    clear: both;
	float : left;
}

.afbeelding.medium {
	display: inline;
	padding: 0px 10px 10px 10px;
	float : right;
}

.afbeelding.medium p {
	display: inline;
}

.afbeelding.klein.links {
	clear: right;
	float: left;
	color : #000000;
	margin: 5px 7px 2px 3px;
	vertical-align : text-top;
}

.afbeelding.klein.links p {
    clear: right;
	float: left;
	font-size : 0.7em;
	margin-left : 0px;
   vertical-align: top:
}
