html {
	height: 100%;
	}

body {
	font-family: Verdana;
	margin: 0;
	background-color: #ffcc00;
	background-image: url('img/bg_main.jpg');
	background-repeat: repeat-x;
	font-size: 80%;
	height: 100%
	}
	
#main {
	width: 100%;
	height: 100%
	}
	
#bg_left {
	background-image: url('img/bg_left_y.jpg');
	background-repeat: repeat-x;
	}
	
#bg_right {
	background-image: url('img/bg_right_y.jpg');
	background-repeat: repeat-x;
	}
	
#title {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	}
	
#par {
	font-family: Verdana;
	background-color: #FFFFFF;
	font-size: 12px;
	padding: 0px;
	text-align:justify;
	}
	
#taalimg {
	margin: 5px;
	}
		
ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 200px;
    border-bottom: 0px solid #ccc;
    }

ul li {
    position: relative;
    }
    
li ul {
    position: absolute;
    left: 149px;
    top: 0;
    display: none;
    }


ul li a {
    display: block;
    text-decoration: none;
    color: #000000;
	font-weight: bold;
	background-image: url(img/bg_menu.jpg);
    padding: 9px;
    border: 0px solid #ccc;
    border-bottom: 0;
    }


* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }


ul li a:hover { color: #000000; background-color:#e5e5e5; background-image: none; } 
        
li ul li a { padding: 2px 2px; } 
        
li:hover ul, li.over ul { display: block; }

.form {
	color: #000000;
	font-family: verdana;
	font-size: 12px;
	line-height: 18px;
	border-width: 1px;
	border-color: #888888;
	border-style: solid;
	background-color: white;
}
		
		
/*ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 200px;
    border-bottom: 0px solid #ccc;
    }

ul li {
    position: relative;
    }
    
li ul {
    position: absolute;
    left: 149px;
    top: 0;
    display: none;
    }


ul li a {
    display: block;
    text-decoration: none;
    color: #ffffff;
	background-image: url(img/menu_g.png);
    padding: 9px;
    border: 0px solid #ccc;
    border-bottom: 0;
    }


* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }


ul li a:hover { color: #000000; background-image: url(img/menu_y.png); } 
        
li ul li a { padding: 2px 2px; } 
        
li:hover ul, li.over ul { display: block; }

.form {
	color: #000000;
	font-family: verdana;
	font-size: 12px;
	line-height: 18px;
	border-width: 1px;
	border-color: #888888;
	border-style: solid;
	background-color: white;
}
*/
.knop
{
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: black;
	background: white;
	border: 1px;
	text-decoration: underline;
	height: 20px;
	width: 285px;
}