
/* -----------------------------------------

	Layout styles

----------------------------------------- */

html, body {
	margin:0;
	padding:0;
}

.textOnly {display:none}

body {
	background:url(achtergrond4.png) no-repeat;
	font-family:verdana;
	font-size:11px;
	line-height:1.5em;
}

#top {
	position:absolute;
	top:36px;left:0;
	width:100%;
	height:57px;
	background:url(bgtop.png) repeat-x;
}	
	
#lucht1, #lucht2 {
	display:block;
	position:absolute;
	top:0;left:175px;
	z-index:1;
}
#lucht2 {
	opacity:0;
	filter:alpha(opacity=0);
	z-index:2;
}

#content {
	background:url(achtergrond4.png) no-repeat;
	position:absolute;
	top:0;left:0;
	padding-left:320px;
	padding-top:175px;
	width:400px;
	text-align:justify;
	padding-bottom:80px;
	z-index:0;
}

#grid {
	position:absolute;
	background:url(grid.png) no-repeat;
	height:337px;
	left:241px;
	top:661px;
	width:342px;	
}

.onder {
	margin-top:40px;
}

#menu {
	position:absolute;
	top:250px;
	left:140px;
	width:77px;
	text-align:right;
	margin:0;
	padding:0;
	list-style-type:none;
	width:100px;
	z-index:2;
}
#menu li {
	list-style-type:none;
	float:right;
	margin:0;padding:0;
}
#menu a	{
	display:block;
	width:80px;
	float:right;
	margin:3px 0;
	padding:1px 10px;
	color:#592381;
	text-decoration:none;
	font-weight:bold;
	text-align:right;
}
#menu a:hover {
	color:#855ea3;
}
#menu a.active {
	/*background-color:#592381;*/
	background:url(bgbutton.png);
	color:white; 
}
/* subitems below home and it's first children */
#menu li li li a {
	font-style:italic;
	font-weight:normal !important;
}
#menu li li li li a {
	font-style:normal;
	font-size:80%;
	font-weight:normal !important;
}

.breadcrumb {
	display:none;
	border-bottom:1px solid #B5C5DB;
	color:#4A6D9A;
	margin-bottom:1em;
	padding-bottom:2px;
	text-align:right;
}
.breadcrumb a {
	text-decoration:none;
	color:#4A6D9A;
}
