/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
body {
	background-color: #e3e3e3;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

	behavior: url('csshover.htc');
}

a {
	outline: 0px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	display: inline;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	display: inline;
}

#top {
	display: block;
	margin-left: 130px;
	height: 100px;
	clear: both;
	
}
#logo {
	position: absolute;
	display: block;
	width: 200px;
	height: 100px;
	
	background-color: #FFFFFF;
	z-index: 5;
}
#topmenu {
	position: absolute;
	display: block;
	left: 330px;	
	padding-left: 80px;
	padding-top: 55px;
	width: 590px;
	z-index: 50;
	font-size: 9px;
}
#middle {
	display: block;
	height: 300px;
	
}

#left {
	position: absolute;
	display: block;
	width: 130px;
	height: 300px;
	
	background-color: #3A592F;
}

#leftmenu {
	position: absolute;
	left: 130px;
	display: block;
	width: 150px;
	height: 240px;

	background-color: #49653D;
	
	padding: 30px 25px 30px 25px;
	line-height: 22px;
	color: #FFFFFF;
	font-size: 11px;

	z-index: 2;
	

}
#materiaalkiezer {
	position: absolute;
	left: 130px;
	display: block;
	width: 740px;
	height: 490px;

	background-color: #ffffff;
	
	padding: 0px 0px 30px 0px;
	line-height: 22px;
	color: #FFFFFF;
	font-size: 11px;

	z-index: 4;
	

}
#content_place {
	position: absolute;
	left: 330px;
	display: block;
	width: 540px;
	height: 300px;

	background-color: #FFFFFF;
	z-index: 9;
}
#content {
	position: relative;
	display: block;
	width: 540px;
	min-height: 330px;
	_height: 330px;

	background-color: #FFFFFF;
}
#content_text {

}
#text {
	color: #999999;
	padding: 30px;
	padding-bottom: 60px;
}
#content_bar {
	position: absolute;
	bottom: 0px;

	display: block;
	width: 540px;
	height: 30px;
	
	background-color: #B1B0AC;
	
	line-height: 30px;
	color: #FFFFFF;
	text-align: center;

}
#right {
	position: absolute;
	left: 870px;
	display: block;
	width: 130px;
	height: 300px;
	
	background-color: #B1B0AC;
}
#leftbar {
	display: block;
	width: 330px;
	height: 30px;
	
	background-color: #7A8B67;
}
#bottom {
	display: block;
	width: 870px;
	height: 171px;
	
	background-color: #CCCCCC;
	
	background-image: url('images/centerbottom.png');
	background-position: top left;
	background-repeat: no-repeat;
}

#topmenu ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
	z-index: 10;

}
#topmenu ul li{
	float: left;
	cursor: pointer;
	position: relative;
	z-index: 11;
}
#topmenu ul ul{
	position: absolute;
	border: 0px;
	margin: 0px;
	padding: 0px;
	top: 45px;
	left: 11px;
	width: 108px;
	display: none;
	z-index: 12;
}

#topmenu ul ul li{
	border: 1px solid #FFFFFF;
	border-top: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #CCCCCC;
	position: relative;
	line-height: 22px;
	height: 22px;
	float: none;
	color: #666666;
	padding-left: 5px;
	text-align: left;
	z-index: 13;
}
#topmenu ul ul ul {
	top: 0px;
	left: 100%;
	z-index: 14;
}

#topmenu ul ul li:hover {
	background-color: #3A6631;
	color: #FFFFFF;
}


#topmenu ul ul,
#topmenu ul li:hover ul ul,
#topmenu ul ul li:hover ul ul,
#topmenu ul ul ul li:hover ul ul,
#topmenu ul ul ul ul li:hover ul ul
 {
	display: none;
}

#topmenu ul li:hover ul,
#topmenu ul ul li:hover ul,
#topmenu ul ul ul li:hover ul,
#topmenu ul ul ul ul li:hover ul,
#topmenu ul ul ul ul ul li:hover ul
 {
	display: block;
}

img {
	border: 0px;
}	
a{
	text-decoration: none;
	color: inherit;
}
#leftmenu a{
	color: #CDD8CA;
}	
#leftmenu a:hover {
	color: #FFFFFF;

}	
#leftmenu li{
	color: #CDD8CA;
}

#leftmenu ul ul li{
	list-style: none;

}
#leftmenu ul{
	padding: 0px 0px 15px 0px;
	margin: 0px;
}

select {
	width: 200px;
	color: #999999;
	font-size: 10px;
}
#text a{
	text-decoration: underline;
	color: #999999;
}
#text a:visited {
	text-decoration: underline;
	color: #49653D;
}

#sitemap {
	margin: 10px;
}
#sitemap a{
	color: #999999;
}


