/*
 * $Id: main.css,v 1.7 2009-01-26 10:43:08 hilmar Exp $
 */
div#default {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #E8F0F3;
	background-image: url(/images/framework/headerBg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	position:absolute;
	height: 97px;
}
div#container {
	width: 1024px;
	margin: 0px;
	padding: 0px;
	background: #E8F0F3 url(/images/framework/bodyBackground.gif) left top repeat-y;
	z-index: 5;
	min-height: 100% !important;
	height: 100%;
}
div#header {
	width: 1024px;
	margin: 0px;
	padding: 0px;
	height: 97px;
	background: url(/images/framework/headerBackground.jpg) left top no-repeat;
	position: relative;
}
div#header div.tekstgrote1 {
	background-attachment: fixed;
	position: absolute;
	left: 341px;
	top: 60px;
}
div#header div.tekstgrote2 {
	background-attachment: fixed;
	position: absolute;
	left: 356px;
	top: 56px;
}
div#header div.tekstgrote3 {
	position: absolute;
	left: 375px;
	top: 47px;
}
div#header div.menu1 {
	position: absolute;
	left: 409px;
	top: 56px;
}
div#header div.menu2 {
	position: absolute;
	left: 509px;
	top: 56px;
}
div#header div.menu3 {
	position: absolute;
	left: 609px;
	top: 56px;
}
div#header div.zoeken {
	position: absolute;
	left: 685px;
	top: 55px;
}
div#header div.zoeken input.text {
	border: #CF701E 0px solid;
	color: #000000;
	background-color: #FFFFFF;
	width: 76px;
	margin: 0px;
}
div#menu {
	float: left;
	width: 197px;
}
div#body {
	float: left;
	width: 601px;
}
ul.dropMenu {
   margin-left: 0px;
   padding-left: 17px;
   margin-top: 15px;
	position: relative;
	list-style-position:outside;
	list-style-type:none;
}
ul.dropMenu li	{
	list-style:none;
	margin:0;
	padding:0;
	}
ul.dropMenu li ul {
	display: none;
	list-style-type:none;
	padding: 0px;
	margin-left: 25px;
}
ul.dropMenu li ul.show {
	display: block;
}
ul.dropMenu li a {
	color: #0F648B;
	display: block;
	font-size: 11px;
	font-style:italic;
	font-weight: bold;
	height: 24px;
	width: 133px;
	padding-top:9px;
	padding-bottom:0;
	padding-right:0;
	padding-left:26px;
	line-height: 24px;
	margin:0;
	text-decoration: none;
	background:url(/images/framework/menuItemOff.gif) left top no-repeat;
}
ul.dropMenu li a.itemOn,
ul.dropMenu li a:hover {
	color: #0F648B;
	text-decoration: none;
	background:url(/images/framework/menuItemOn.gif) left top no-repeat;
}

ul.dropMenu li ul li {
	padding: 0px;
	margin: 0px;
	list-style-type:none;
}
ul.dropMenu li ul li a {
	padding:0;
	width:115px!important;
	background: #FFFFFF url(/images/framework/menuSubItemOn.gif) left top no-repeat;
	color: #0F648B;
	display: block;
	padding-left: 15px;
	font-weight: bold;

	line-height: 24px;
	margin: 0px;
	border: 1px solid #7FACC1;
	border-top:0;
	text-decoration: none;
}
ul.dropMenu li ul li a:hover {
	background: #005A84 url(/images/framework/menuSubItemOff.gif) left top no-repeat;
	color: #FFFFFF;
}
ul.dropMenu li ul li a.itemOn {
	background: #005A84 url(/images/framework/menuSubItemOff.gif) left top no-repeat;
	color: #FFFFFF;
}
div#body div.searchInfo {
	padding-bottom: 5px;
	padding-top: 10px;
}

div#body table.searchNavigation td.navigatietd {
	padding-bottom: 10px;
	padding-top: 10px;
	font-weight: bold;
}
div#body div.searchForm {
	display: block;
	min-height: 30px;
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #7FACC1;
	width: 522px;
}
div#body table#searchResults td.counter,
div#body table#searchResults td.title {
	font-weight: bold;
}
div.clear {
	clear: both;
}