html {
	height: 100%;
}

body {
	margin: 0px;
	height: 100%; 
	background-repeat: no-repeat; 
	background-attachment:fixed;
	background-position:center 0px;
}

* {
	font-family: Arial;
	font-size: 12px;
}

a {
	text-decoration:none;
	color:#004C93;
}

a:hover {
	text-decoration:underline;
	color:#000;
}

.laatstGewijzigd {
	color:#004C93;
}

.menurightitem {
	position: relative;
	width: 150px;
	background-image: url(/template/images/hr_menuright.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-bottom: 7px;
	margin-bottom: 5px;
}

.inputtext {
	width: 251px;
	margin: 1px;
	padding: 0px;
}

.select {
	width: 255px;
	margin: 1px;
	padding: 0px;
}

.submit {
	width: 255px;
	height: 22px;
	margin: 0px;
	margin-top: 5px;
	margin-left: 1px;
	background-color: #99cc00;
	color: white;
	font-size: 12px;
	font-weight: bold;
}

div#brood {
	position: relative;
	top: 40px;
	width: 520px;
	height: 22px;
	margin-bottom: 0px;
}

.brood {
	position:relative;
	color: #004C93;
}

a.broodlink:hover, a.navlink:hover {
	color: #004C93;
	text-decoration: underline;
}
a.broodlink, a.navlink {
	color: #004C93;
	text-decoration: none;
}

div#header {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 738px;
	height: 58px;
	background-image:url("/template/images/menu_background.gif");
	background-repeat: no-repeat; 
	background-position: 0px 0px;
	z-index:100;
}

div#bannerTopContainer{
	position:absolute;
	margin:0px;
	padding:0px;
	width:100%;
	top:0px;
	height:164px;
	background-color:#FFFFFF;
	text-align:center;
	background-position: top center;
	background-repeat: no-repeat;
}

div#bannerContentContainer{
	position:relative;
    top:-30px;
    left:0px;
    margin-bottom:-60px;
	height:215px;
	width: 520px;
	background-position: bottom left;
	background-repeat: no-repeat;
	z-index:99;
}

div#container {
	position: relative;
	margin: auto;
	height: auto;
	width: 960px;
	top:164px;
	background-color:#FFFFFF;
}


div#content {
	position: relative;
	top: 60px;
	left:0px;
	width:510px;
	padding:0px;
}

div#menutop {
	position: absolute;
	top: 7px;
	left: 50%;
	margin-left:-628px;
	width: 520px;
	height: 25px;
	font-size: 14px;
	font-weight: bold;
	color: white;
}

div#menutop a {
	color: white;
	text-decoration:none;
	line-height:22px;
}

div#menutop a:hover {
	color: white;
	text-decoration:underline;
	line-height:22px;
}

div#menutop2 {
	position: absolute;
	top: 7px;
	left: 0px;
	width: 520px;
	height: 25px;
	font-size: 14px;
	font-weight: bold;
	color: white;
}

div#menutop2 span.display {
	position:absolute; 
	float:left; 
	top:20px;
	padding:15px;
	padding-bottom:10px; 
	background-color:#A9C606;
	display:block;	
}

div#menutop2 span.hidden {
	display:none;	
}

div#menutop2 a {
	color: white;
	text-decoration:none;
	line-height:22px;
}

div#menutop2 a:hover {
	color: white;
	text-decoration:underline;
	line-height:22px;
}

div#contentcontainer {
	position: relative;
	margin-top: 32px;
	left: 0px;
	width: 516px;
	min-height: 410px;
	padding-left:10px;
}

.menuleftcell {
	position: relative;
	line-height:30px;
	background-image: url(/template/images/bgmenu.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.menuleftcellOver {
	cursor: pointer;
	position: relative;	
	line-height:30px;	
	background-image: url(/template/images/bgmenu.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

div#menuleft {
	position: relative;
	margin-top:20px;
	margin-left: 0px;
	width: 202px;
	min-height: 202px;
	padding-left: 10px;
	background-image: url(/template/images/line-vertical.gif);
	background-position:  top right;
	background-repeat:repeat-y;	
}

.menuleftitem {
	position: relative;
	top: 0px;
	margin: 0px;
	padding:0px;
	text-decoration: none;
}

div#menuright {
	position: relative;
	margin-top: 66px;
	margin-left: 0px;
	width: 192px;
	padding-left: 12px;
	z-index:98;
	background-image: url(/template/images/line-vertical.gif);
	background-position: left top;
	background-repeat:repeat-y;		
}

#menurightitems {
	left: 0px;
	width: 184px;
	margin:0px;
	margin-top:0px;
	margin-bottom:0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom:0px;
	background-color:#A1BBD2;
}

div#menurightcontent {
	margin-left:10px;	
}

.leftBanners, .rightBanners {
	float:left;
	clear:both;
	display:block;
	margin-top:15px;
	margin-bottom:0px;
	width:184px;
	text-align:center;
	overflow:hidden;
	color:#004C93;
}

