*{
padding:0;
margin:0;
}

html, body, form {
height: 100%; 
font-family : "verdana"; 
color: #000;
background: #cfd0d2 url(background.jpg) no-repeat fixed top;
text-align: center;
}

body { behavior:url("/csshover.htc"); }*/

.moduletools a:link {
	color: #000000;
}

.moduletools a:visited {
	color: #000000;
}

.moduletools a:hover {
	color: #e9609b;
}

a:link {
	font-size: 11px;
	color : #000000; 
	text-decoration: underline; 
}

a:visited { 
	font-size: 11px;
	color : #000000; 
	text-decoration: underline; 
} 

a:hover { 
	font-size: 11px;
	color : #e9609b; 
	text-decoration: underline; 
}


h1 {
	font-size: 12px;
	padding-bottom: 10px;
}

p {
	font-size: 10px;
	padding-bottom: 10px;
}


ul {
	margin: 0px;
	padding: 0px;
}

li {
	
	font-size: 11px;
	display: block;	
	margin: 0px;
	padding: 0px;
}

img {
	border-width: 0px;
}


#schaduw {

	width: 880px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	min-height: 100%;
	height: auto !important; /* voor moderne browsers */
	height: 100%; /* voor IE */
	background: url(schaduwBack.png) repeat;
	_background: url(schaduwBack.jpg) repeat;
	_width: 860px;

}

#container {
	
	width : 846px; 
	margin: 0 auto;
	text-align: left;
	position: relative;
	min-height: 100%;
	height:auto; /* voor moderne browsers */
	height:100%; /* voor IE */
	left: 8px;

}


#logo {
	/*background: url(logo.jpg) no-repeat top;*/
	position: absolute;
	background-color : #ffffff; 
	width: 285px;
	height: 150px;
	top: 0px;
	left: 8px;
	
	

}

#content_top {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 30px;
	position: absolute;
	background-color : #f6f6f6;
	top: 0px;
	left: 293px;
	/*height: 700px;*/
	height: 135px;
	width: 312px;
	z-index: 4;	
	text-align: right;
	padding-left: 250px;
	padding-top:20px;
	border-left: #e9609b solid 1px;
	border-bottom: #e9609b solid 15px;

}

#content_top p {
 margin: 0px;
 font-size: 16px;
}

#content_bottom {
	position: absolute;
	background-color : #f6f6f6;
	left: 293px;
	bottom: 0px;
	
	height: 100%;
	width: 562px;
	z-index: 3;	

}

#menu 
{
	position: absolute;
	
	height: 15px !important;
	text-align: left;
	left: 273px;
	top: 150px;
	width: 563px;
	z-index: 999;
	padding-left:0px;
	padding-bottom: 5px;
	margin-left: 20px;
	background-image: url(menubg.gif);
	background-repeat: repeat-x;

}


#menu ul 
{ /* remove bullets and list indents */
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	top: -198px;
}

/* style, color and size links and headings to suit */
#menu a 
{
	display: block;
	margin: 0;

}

#menu a 
{
	color: #ffffff;
	text-decoration: none;
}

#menu a:hover 
{
	color: #000000;
}

#menu ul li.haschildren {

}


#menu ul ul
{
	/*het hoofdmenu */
	position: relative;
	top: 185px;
	left: 15px;
} 

#menu ul ul li
{
	/*het submenu relatief tov het item */
	position: relative;

} 

#menu li a.selected
{
	color: #000000;
} 

#menu ul ul li{

	float: left;
	
}

#menu ul ul li a {

	display: block;	
	text-decoration: none;
	background-color: #e9609b;
	padding: 0px 20px 2px 2px;
	
}

#menu ul ul li.haschildren 
{
	/*menu item met childeren*/
	display: block;	
	padding: 0px 0px 20px 0px;	
	
}

#menu ul ul li.haschildren a
{
	/*menu item met childeren*/
	display: block;	
	padding: 0px 20px 2px 2px;
	
}

#menu ul ul ul 
{
	/*de positie van het submenu */
	position: absolute;
	top: 15px;
	left: -5px; /* to position them to the right of their containing block */
	width: 115px; /* width is based on the containing block */
	z-index: 1000;
	background-color: #e9609b;
}

#menu ul ul ul li 
{
	/*listitem v h submenu */
	float: none;
	border-bottom: solid 1px #ffffff;
	_border-top: solid 1px #e9609b;
	padding: 0px 0px 0px 10px;
	z-index: 1000;

}

#menu ul ul ul li a
{
	/*listitem v h submenu */
	display: block;
	padding: 0px 2px 2px 0px;
}

#menu ul ul ul,
#menu ul ul li:hover ul ul
{
	display: none;
}

#menu ul ul li:hover ul,
#menu ul ul ul li:hover ul
{
	display: block;	
}


#content_left {
	position: absolute;
	background-color : #ffffff;
	width: 285px;
	left: 8px;
	top: 150px;		
	z-index: 2;
}

html>body #content_left{height:auto} 

#content_left p {
 margin: 0px;
}

#content_main {
	background: url(contentmain_back.jpg) no-repeat bottom;
	background-color : #fbe5ef;
	text-align: left;
	
	position: relative;
	top: 152px;
	left: 293px;
	
	/*
	position: absolute;
	left: 285px;
	*/
	width: 556px;
	/*padding-left: 5px;*/
	height: 406px;
	/*min-height: 420px;*/
	
	
	
	margin-bottom: -15px;
	z-index: 4;
	
	border-top: 0px solid #e9609b;
	border-left: 1px solid #e9609b;

}





