body,html {
   font-family:Verdana, Arial, Helvetica, sans-serif;
   color:#000000;
   font-size:12px;
   background: #FFFFFF;
   border:none;
   text-align:center;
   margin: 0px;
   background-image: url(images/bg.gif);
   background-repeat: repeat-x;
}

#plaatje{
   border: solid 1px #000000;
}

a{
	color: #B30702;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}

#main {
   padding: 0px 0px 0px 0px;
   margin: 0pt auto;
   width: 800px;
   text-align:left;
}

#header {
	background-image: url(images/header.png);
	height: 250px;
	width: 800px;
	border-bottom: solid 1px #000000;
}

#bottom {
	background: #E97B00;
	height: 17px;
	width: 800px;
	border-top: solid 1px #000000;
	text-align: center;
	font-size:11px;
}

#website {
    width: 800px;
    background: #FFFFFF;
	border: solid 1px #000000;
}

#content {
    width: 780px;
    background: #FFFFFF;
	margin: 10px;
	padding: 0px;
}

#menu {
	text-align: center;
}

#link {
	height: 22px;
	vertical-align: middle;
}

#link img {
	border: none;
	float: left;
}

#indicator {
   position: absolute;
   display: none;
   height: 32px;
   width: 32px;
   background-image:url('images/indicator.gif');
   left: 50%;
   top: 50%;
}

.citaat {
   font-family:Verdana, Arial, Helvetica, sans-serif;
   color:#000000;
   font-size:12px;
   background: #F9FE66;
   width: 80%;
   border: 1px dashed black;
   padding: 10px;
   margin: 0px 20px 20px 20px;
   font-style: italic;
}

.guestbook {
   font-family:Verdana, Arial, Helvetica, sans-serif;
   color:#000000;
   font-size:12px;
}

a:hover .transparant {
	opacity: .50;
	_filter: alpha(opacity=50);
}


/*navigatiebalk*/
#navbar {
        height: 25px;
        border-bottom: 1px solid #f87b1f;
        font-family: "Verdana";
        font-size:13px;
        text-align:left;
	color: #c6c6c6;
}
	
#navbar ul, #navbar li {
        list-style: none;
        margin: 0;
        padding: 0;
	
}


body {
        behavior: url('csshover.htc');
        border:none;
}

/*navigatiebalk uitklapblokken*/
#navbar li {
    position: relative;
    display: block;
    float: left;
	height: 25px;
	border-right:1px solid#f87b1f;
	border-bottom:1px solid#f87b1f;
	
        	}

#navbar li:hover {
        color: #29264E;

}

#navbar a, #navbar a:link, #navbar a:visited, #navbar a:active{
        display: block;
        padding: 4px 16px;
        color:#000000;
}

#navbar a:hover {
        color:#29264E;
		
}

#navbar ul li.group ul {
        position: absolute;
        width: 250px;
		display: block;
        border: 1px solid #f87b1f;
		opacity: .93;
		_filter: alpha(opacity=93);
	
}
#navbar ul li.groupdefault ul {
        visibility: hidden;
	}
#navbar ul li.group ul li {
		width: 250px;
        border: none;
        clear: both;
        border-bottom: 1px solid #000;
        background-color:#afafaf;
	
}
#navbar ul li.group:hover ul {
        visibility: visible;
	 	 }

#navbar ul li.group ul li:hover {
        background:#ffffff;
}
