/* global reset */
*{
	border: 	0px;
	padding: 	0px;
	margin: 	0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  12px;
	list-style-position: inside;
}

a{
	color: #64A100;
}
/* end global reset */




/* main structure */
body {
	background-color: #e9eee0;
	text-align: center;
}

#container{
	position: relative;
	width: 985px;
	margin: 13px auto 0px auto;
	text-align: left;
}

#header{
	width: 985px;
	height: 150px;
	background:url(../img/bg_header.png) no-repeat
}

#language{
	display: none;
	position: absolute;
	font-size: 11px;
	right: 15px;
	margin-top: 10px;
	width: 50px;
	color: #c6da00
}

#language a{
	color: #f5f7d0;
}

#language a.active{
	text-decoration: none;
	font-weight: bold;
	color: #f5f7d0;
}



#content{
	background:url(../img/bg_content.png) repeat-y;
}

#breadcrumb{
	height: 19px;
	padding-top: 3px;
	font-size: 12px;
	background-color: #FFF;
	color: #69A500;
}

#breadcrumb a {
    text-decoration: none;
    color: #69A500;
    margin: 0px 5px;
}
#breadcrumb .active, #breadcrumb a:hover {
    color: #C6DA00;
}

#columnLeft{
	float: left;
	width: 180px;
}

#columnMiddle{
	float: left;
	width: 578px;
	overflow: hidden;
}

#columnMiddle .kennisbankForm input,
#columnMiddle .kennisbankForm select,
#columnMiddle .kennisbankForm textarea{
	border: 1px solid #c6da00;
}

#columnRight{
	float: left;
	width: 217px;
	background-color: #f5f7d0;
	overflow: hidden;
}

#kennisbankSearch input{
	border: 1px solid #c6da00;
	width: 100%;
}

#columnMiddle #kennisbankSearch input {
    margin-bottom: 10px;
}

#footer{
	height: 19px;
	padding: 3px 0px 0px 10px;
	font-size: 12px;
	border-top: 1px solid green;

}

#bottomShadow{
	height: 10px;
	_margin-top: -4px;
	background: url(../img/bg_bottom.png) center no-repeat;
}
/* end main structure */



/* menu */
#menuBlock{
	height: 28px;
	width: 100%;
}

ul#nav{
	list-style: none;
	background-color: #FFF;
}

ul#nav li{
	min-height:19px;
	height:auto !important;
	height:19px;

	height: auto !important;

	border-bottom: 1px solid #579a00;
	.margin-left: -16px;
	_margin-left: -16px;
	list-style-image: none;

	display:block;
}

ul#nav li a{
	background: url(../img/list.png) no-repeat 0px 3px;
	padding-left: 20px;
	width: 160px;
	/*height:20px;*/
	line-height: 20px;
	min-height:19px;
	height:auto !important;
	height:19px;
	display: block;
	left: 5px;

	color: #579a00;
	text-decoration: none;

}

ul#nav li.sub a,
ul#nav li.subActive a{
	background: none;
	padding-left: 30px;
	width: 150px;
	overflow: hidden;
}

ul#nav li a:hover,
ul#nav li.active a,
ul#nav li.activeParent a,
ul#nav li.subActive a{
	font-weight: bold;
}

ul#nav li.activeParent a{
	background: url(../img/list_open.png) no-repeat 0px 5px;
}

#menuBottom{
    _margin-top: -3px;
    .margin-top: -3px;
	height: 344px;
	background:url(../img/bg_menu.png) no-repeat;
}

/* end menu */

/* Login block */
#loginContainer h2{
	margin-bottom: 5px;
}

#loginContainer label{
	display: block;
	margin-bottom: 6px;
}

#loginContainer .btn_login{
	margin-top: 12px;
}

/* End login block */

/* Special stuff for Right column*/
#columnRight .cms_afbeelding{
	margin-top: 10px;
}
/* End Right column*/


h2{
	margin-bottom: 25px;
	color: #6f9924;

}

h2.contentTitle{
	font-size: 23px;
}

.clear{
	clear: both;
}

.line{
	width: 100%;
	line-height: 0px;
	font-size:0px;
	height: 1px;
}

.green{
	background-color: #579a00;
}

.lightgreen{
	background-color: #c6da00;
}

.white{
	background-color: #FFF;
}

.text, .requestPassTextbox{
	border: 1px solid #c6da00;
	height: 18px;
	padding: 2px;
	width: 160px;
}

.requestPassButton{
    padding: 0!important;
    margin: 0!important;
    border: 0 !important;
	font-size: 1px;
	line-height: 0px;
	width: 100px;
	height: 25px;
	background-image: url(../img/btn_versturen.png);
}

.requestPassLabel{
	margin-top: 5px;
	font-size: 1em;
}

.error{
	background-color: #f8d9de;
	border: 1px solid #cc021a;
	padding: 10px;
	margin-bottom: 15px;
}

.info{
	background-color: #C6DA00;
	border: 1px solid #579a00;
	padding: 10px;
	margin-bottom: 15px;
	text-decoration: bold;
}

.divAlt{
  font-family: arial;
  font-size: 12px;
	background-color: #cdd500;
	color: #ffffff;
	position: absolute;
	left:-1000px;
	top:-1000px;
	line-height: 12px;
	padding: 5px;
	z-index: 2;
	border: 1px solid #b9c000;
	float: left;
}

