/* zeroes */
body, div, p, ul, dl, dt, dd, li {
	margin:0;
	padding:0;
	}  

div#wrapper {
    position:relative;
    margin-left:auto;
    margin-right:auto;
    top: 20px;
    width:800px;
    background-color: transparent;  
	}
	
div#logoos {
    position:relative;
	height: 1100px;
    background-color: transparent;  
	}
	
em.routelijst {color: #993333; }
	
button.kenc {background-color: transparent;
		color: #993333;
	}


img {
	border: 0px none;
	}
	
body {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 18px;
    color: black; 
	background-color: #FAFAD2;
    }
        

a {
    color: blue; 
    text-decoration: none;
        }
a:hover {
        text-decoration: underline;
        }


#showContent {
        position: absolute;
        left: 0px; top: 90px;
        width: 800px; height: 2000px;
        /*background: transparent;*/
		background: transparent;
        overflow: hidden;
        font-size: 100%;
        }
		
		
#showLongContent {
        position: absolute;
        left: 0px; top: 90px;
        width: 800px; height: 6500px;
        /*background: transparent;*/
		background: transparent;
        overflow: hidden;
        font-size: 100%;
        }


        
h1 {
        font-size: 150%;
        font-weight: normal;
        margin: 0 0 0 0; 
		padding: 0;
        }
h1.toptekst {    /* erft fontweight en fontsize van h1 */
		color: black;
        text-align: center;
		background-color: #933;   
        }

h2 {
        font-size: 100%;
        font-weight: bold;
        margin: 1em 0 1em 0; 
		padding: 0;
		color: #933;
        }


h3.rule {   
		font-size:100%;
		font-weight: normal;
		text-align: center; 
		color: white;
		border: none;
		background-color: #933;
		/* border: black solid; 
		border-width: 0 0 1px 0;  hier alleen de onderkant van de rechthoek zichtbaar */
		}

        

/* navigatie, CSS boekje blz 148 */        
#navigatie {
	color: white;
	margin: 0;
	padding: 0;
	background-color: #933;    
	}

#navigatie li {
	list-style: none; /* zou volgens boekje onder #navigatie moeten staan, maar dat werkt niet! */
	text-align: center;
	padding: none;
	width: 100px;
	float: left;
	}

#navigatie a {
    color: white; 
	font-size: 100%;
    text-decoration: none;
    }
#navigatie a:hover {
    color: black; 
    text-decoration: none;
    }

/* indeling sponsorpagina */
#kolom1 {
	position: absolute;
	top: 80px;
	left: 0px;
	width: 180px ;
	}
#kolom2 {
	position: absolute;
	top: 80px;
	left: 208px;
	width: 180px ;
	}
#kolom3 {	
	position: absolute;
	top:80px;
	left: 416px;
	width: 180px ;
	}
#kolom4 {
	position: absolute;
	top: 80px;
	left: 620px;
	width: 180px ;
	}


	
	
hr {
	border: 0;
	color: black;
	background-color: black;
	height: 1px;
	width: 100%;
	/* text-align: left; margin: 0px 150px 0px 150px;  */
}

p	{margin: 1em 0 1em 0;}
p.midden {text-align: center;}


#agenda li{margin: 1em;}	
	
