/* algemene opmaak */
*{
   padding:0px;
   margin:0px;
}

body{
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#onderlijn{
  text-decoration=underline;
}


/* opmaak van het menu */
#menu{
   padding: 3px 0px 0px 25px; 
   height: 25px;	
   background-color: #A52A2A;
}

#menu li{
   padding-left: 25px;
	display: inline;	
	list-style-image: none;
}

#menu a{
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   text-decoration: none;
   font-size: 12px;
   color: #FF8644;	
}

p a{
   text-decoration: none;
   color: #000000;
}

p a:hover{
   text-decoration: underline;
}

#menu a:hover{
	color: #999999;	
}

#active{
	font-weight: bold;
}

/* opmaak van de banner */
#banner{
   padding-left: 150px;
   background-color: #CD853F;
}

/* opmaak van het linkergedeelte */
#links{
   padding: 50px 10px 0px 170px;
   float:left;
   width:127px;
}

h1{
   font-family: Arial, Helvetica, sans-serif;
}

dl{
   margin: 10px 0px 0px 10px;
   font-size: 12px;
}

dt a{
   color:#000000;
   text-decoration: none;
}

dd a{
   color:#777777;
   text-decoration: none;
}

dd a:hover{
   color:#000000;
   text-decoration: none;
}

/* opmaak van het rechtergedeelte */
#rechts{
   padding-left: 60px;
   float: left;
   width: 350px;
   text-align: justify;
}

h2{
   margin: 12px 0px 3px 0px;
   font-size: 14px;
}

#rechts p{
   margin-left: 5px;
   margin-right: 15px;
   font-size: 10px;
}

/* opmaak van de foto rechts */
#fotorechts{   
   float:left;
}

.link {text-decoration:underline;}

#onzichtbaar{
	position: absolute;	
	display: block;
	visibility: hidden;
	z-index:0;
}