html, body {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	overflow: auto;
}

#siteheader {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 60px;
	z-index: 5;
}

        #siteheader img {
            margin-left: 15px;
            margin-top: 5px;
            float: left;
        }

	#headertitle {
            margin-left: 10px;
            margin-top: 0px;
            float: left;
            display: none;
	}
	
	#webzegel {
	  float: right;
	  margin: 0px;
	  height: 60px;
	  width: 59px;
	  margin-right: 45px;
	  margin-top: 3px;
	}
	
	#searchmetanav {
	  float: right;
	  margin: 0px;
	  margin-top: 10px;
	  margin-bottom: 5px;
	  width: 280px;
	}
	
	#search {
	  clear: none;
	}
	
	#metanav {
	  float: right;
	  clear: right; 
	}

#menu {
	position: absolute;
	left: 0px;
	top: 60px;
	width: 100%;
	height: 35px;
}

#menucontent {
	margin-top: 13px;
	margin-left: 20px;
}

	#menu a {
		display: block;
		margin-right: 10px;
		height: 19px;
		padding-left: 20px;
		padding-right: 20px;
		float: left;
		padding-top: 3px;
	}
	
#sitecontent {
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 30px;
	width: 100%;
	overflow: auto;
	margin-top: 100px;
}

	#contenttext {
		margin: 20px;
	}


#sitefooter {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 30px;
        
}

/* Design */

body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
}

h1 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 20px;
	color: #333333;
}

h2 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #333333;
}

h3 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #333333;
}

img {
	border: 0px none;
	vertical-align: bottom;
}

a {
    color: #440000;
}

a:hover {
    text-decoration: none;
}

#siteheader {
	background-color: #333333;
}

	#headertitle h1 {
		color: #FFFFFF;
		font-size: 20px;
		font-weight: bold;
	}
	
	
	#siteheader a, #siteheader a:link, #siteheader a:visited, #siteheader a:hover {
		background-color: transparent;
		color: White;
		border: 0px none;
	}

#menu {
	background-color: #666666;
	border-bottom: 1px solid #222222;
}

	#menu a {
		background-color: #FFFFFF;
		font-weight: bold;
		color: #333333;
		border: 1px solid #222222;
		border-bottom: 0px none;
		text-decoration: none;
	}
	
	.aantal_warning {
		color: #FF0000;
	}
	
	#menu a:hover {
		color: #666666;
	}
	

#sitefooter {
	background-color: #333333;
        color: #FFFFFF;
}

    #sitefooter a {
        color: #FFFFFF;
    }

    .footertext {
        margin-left: 15px;
        margin-top: 8px;
        float: left;
    }

    .footertextright {
        float: right;
        margin-right: 15px;
        margin-top: 8px;
    }
    
	#sitefooter a, #sitefooter a:link, #sitefooter a:visited, #sitefooter a:hover {
		background-color: transparent;
		color: White;
		border: 0px none;
	}
