	html,body {
		margin:0;
		padding:0;
		height:100%; /* needed for container min-height */
		background-image:url(../images/derks/bodybg.png);
		background-repeat:repeat-x;
		background-color:#FFF;
	}
	input[type=text],textarea{
	border: #999 1px solid;
	padding: 3px; 
	font-family: Verdana, Geneva, sans-serif;	
	}
	a{
	color: #000;	
	}
	
	body,td,th{
		font-family: Verdana, Geneva, sans-serif;
		color:#333;
		font-size: 11px;	
	}
	div#container {
		position:relative; /* needed for footer positioning*/
		background-image:url(../images/derks/containerbg.png);
		background-position:top center;
		background-repeat: no-repeat;
		width:100%;
		
		
		height:auto !important; /* real browsers */
		height:100%; /* IE6: treaded as min-height*/
	
		min-height:100%; /* real browsers */
	}
	
	div#header {
		height: 467x;
		width: 806px;
		margin: 0 auto;
		border-left: 1px solid #BDBCC1;
		border-right: 1px solid #BDBCC1;
		border-bottom: 1px solid #BDBCC1;
		
	}
	#logobox{
	width: 806px;
	height: 100px;
	background-image:url(../images/derks/header_bg.png);
	background-repeat: repeat-y;
	background-position:right;
		
	}
	
	#subheader{
	height: 326px;
	width: 806px;
	position:relative;
	background-position:right;
	}
	#subheaderleft{
	height: 326px;
	width: 275px;
	position:absolute;
	left:0;
	top: 0;
	
	background-image:url(../images/derks/headerleft.png);
	z-index: 1;
	}
	#subheaderleft table tr td, #subheaderleft table tr td a{
	color: 	#BDBCC1;
	font-size: 13px;
	text-decoration: none;
	}
	#subheaderleft table tr td a:hover{
		color: #FFFFFF;
		text-decoration:underline;
	}
	#subheaderbottom{
		width: 600px;
		height: 60px;
		position:absolute;
		background-color: #FFFFFF;
		font-size: 30px;
		opacity:0.75;filter:alpha(opacity=75);
		bottom: 0px;
		left: 206px;
		z-index: 0;
	}
	#subheaderbottom img{
		margin-left: 60px;	
	}
	
	
	h1,h2{
		color: #6C6D6F;
		margin: 0;
		padding:0;	
		margin-bottom: 10px;
		border: 1px  solid #BDBCC1;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 5px;
		padding-bottom: 5px;
		background-color:#F3F3F3; 	
		font-size: 14px;
	
	}
	
	div#content {
		margin:0 auto; /* center, not in IE5 */
		width: 806px;	
		padding-bottom: 20px;
		padding-top: 20px;
		border-left: 1px solid #BDBCC1;
		border-right: 1px solid #BDBCC1;
		border-bottom: 1px solid #BDBCC1;
		min-height: 300px;
	}
	
		div#content p {
		text-align:justify;
		padding:0;
		margin:0;
		padding-bottom: 10px;
	}

	
	.imageContainer{
	 	width: 120px;
		height: 120px;
		border: 1px  solid #BDBCC1;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 10px;
		padding-bottom: 10px;
		background-color:#F3F3F3; 
		margin-left: 30px;
	}
	.image{
		width: 120px;
		height: 120px;
		background-color:#FFF;	
		border: 1px  solid #BDBCC1;
	}
	
	div#footer {
		margin:0 auto; /* center, not in IE5 */
		width: 806px;	
	}
	#footer a{
		text-decoration: none;
		color: #333;
	}
	#footer a:hover{
		text-decoration:underline;	
	}
	

/*menu*/
#menu{
background-color:#404042;
width: 786px;
	margin-left: auto;
	margin-right: auto;	
	height: 30px;
	padding-left: 20px;
}

#nav,#nav ul{
	padding: 0;
	margin: 0;
	list-style: none;
	width: 786px;
	
}
#nav ul {
	position: absolute;
	width: 224px;
	left:-1000px;
	padding-top: 7px;
	z-index: 10;
}
#nav li:hover ul {
	left: auto;
} 

ul#nav ul li{
	padding-left: 15px;
	width: 150px;
	background-color:#404042;
	padding-top: 5px;
	height: 25px;
	
	opacity:0.85;filter:alpha(opacity=85);
	background-image:none;
		float:left;
}
ul#nav ul li:hover{
	background-image:none;
}
#nav ul li a{
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
#nav ul li a:hover{
	
	color:#6d6e71;
}

#nav li{
	list-style: none;
	float: left;
	height: 20px;
	padding-top: 5px;
	padding-left: 17px;
	padding-right: 17px;

	
}
#nav li:hover{
	
	background-position: 20px 100%;
	background-repeat:no-repeat;
	
}

#nav li a{
	font-size: 15px;
	color:#FFFFFF;
	text-decoration: none;
}
#nav li a:hover{
	color: #6d6e71
}

#subnav , #subnav ul{
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: 20px;
	margin-top: 37px;
	
}
#subnav li{
	padding-bottom: 10px;
	padding-left: 10px;
	border-left: 1px solid #999;	
}
/* Errors and successes */
.success,.error {
	margin:10px;
	padding:10px;

}
.error {
	border:solid 1px #ec0000;
	background-color: #ffe0e0;
	color: #ec0000;
}
.success {
	border:solid 1px #34c900;
	background-color: #d5ffc7;
	color: #34c900;
}
/*sitemap*/
ul.sitemap0{
list-style: none;
}
li.sitemap0{
margin: 10px;
background-color: #d6d9dd;
border: #333333 1px solid;
color: #000000;
padding: 5px;


}

li.sitemap0 a{
font-weight: bold; 
font-size: 14px;


}
ul.sitemap1{
list-style: none;

}

li.sitemap1{
margin: 10px;
background-color: #FFFFFF;
border: #333333 1px solid;
color: #000000;
padding: 5px;
padding-left: 20px;
background-image:url(../cms/images/icons/subarrow.gif);
background-repeat:no-repeat;



}

li.sitemap1 a{
font-weight: bold; 
font-size: 14px;


}

.sitemap_extern{
background-image:none;


}
