/* LNV
-------------------------------------------------------------- */

html, body {
	padding: 0;
	text-align: center;
	font-family: arial, verdana;
	font-size: 11px;
	color: rgb(3, 3, 3);
}

body {
	background: rgb(227, 238, 243) url('../../lnvCommon/images/background.png');
	margin: 0px 0px 10px 0px;
}

.clear { /* Clear. */
	clear: both;
}

#accessibility { /* Accessibility div. */
	display: none;
}

.error{
    line-height:24px;
    color:red;
    clear:left;
    padding-left:150px;
}

#contactformulier{
    /*padding-left:18px;*/
	position:relative;
}
#contactformulier textarea{
    clear:left;
}

#contactformulier label{
    width: 150px;
    clear: left;
    line-height: 24px;
}

#zoeken {
     margin-left:17px;
     
}
.resultTitle{
    background: transparent url(../../lnvCommon/images/backgroundItem.png) repeat-x scroll center bottom;
    margin-left:17px
}

#zoeken label{
    margin-right:10px
}
#zoeken button{
    background:#FFFFFF none repeat scroll 0 0;
    border:1px solid #6B6B6B;
    float:left;
    font-size:11px;
    height:17px;
    width:80px;
    margin-left:10px
}
/* Form elements. */
form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	border: 1px solid rgb(107, 107, 107);
	font-size: 11px;
	height: 13px;
	width: 143px;
	float: left;

}

input.submit {
	border: 1px solid rgb(107, 107, 107);
	background: rgb(255, 255, 255);
	font-size: 11px;
	height: 17px;
	float: left;
	width: 80px;
}

label {
	float: left;
}



/* Webpage wrapper. */
#wrapper {
	margin: 0 auto;
	width: 980px;
	text-align: left;
	background: url('../../lnvCommon/images/backgroundWrapper.png') repeat-y;
	padding-bottom: 30px;
}


/* Header. */
#header {
	height: 203px;
	margin: 0 38px 0 38px;
	width: 904px;
	background: url('../../lnvCommon/images/headerHome.jpg') left bottom no-repeat;
}

#header #logo {
	display: block;
	width: 212px;
	height: 99px;
	background: url('../../lnvCommon/images/logo.png');
}

#header #search form {
	display: block;
	position: absolute;
	margin: 9px 0 0 652px;
	padding: 0;
	background: rgb(70, 119, 171);
	width: 251px;
	height: 23px;
}

#header #search label {
	text-transform: uppercase;
	font-weight: 900;
	color: rgb(255, 255, 255);
	line-height: 26px;
	float: left;
	margin: 0 10px 0 10px;
}

#header #search button{
	display: block;
      cursor:pointer;
      color:white;
	border: 0px;
	height: 20px;
      font-size: 11px;
	background: rgb(70, 119, 171);
	float: left;
	margin-top: 0px;
      font-weight:900;
      line-height:26px;
      text-transform:uppercase;
}

#header #search input{
	display: block;
	border: 1px solid rgb(134, 134, 134);
	height: 12px;
	width: 159px;
	font-size: 11px;
	float: left;
	margin-top: 4px;
}

#header ul {
	position: absolute;
	list-style: none;
	margin: 15px 0 0 332px;
	padding: 0;
}

#header li, #header li a {
	float: left;
	color: #656565;
	font-weight: 900;
	text-transform: uppercase;
}

#header li a {
	display: inline;
	/*display: block;*/
	text-decoration: none;
	margin-left: 15px;
}

#header li a:hover {
	text-decoration: underline;
}


/* Menu. */
#menu {
	display: inline;
	margin: 0 0px 0 38px;
	padding: 0;
	list-style: none;
	background: rgb(149, 179, 20) url('../../lnvCommon/images/backgroundMenu.png');
	height: 70px;
	float: left;
}

#menu li, #menu li a {
	display: block;
	float: left;
	text-transform: uppercase;
	font-size: 10px;
	text-decoration: none;
	color: rgb(255, 255, 255);
}

#menu li:hover,
#menu  li  a:hover,
#menu li:active,
#menu  li  a:active{
      background: rgb(149, 179, 20) url('../../lnvCommon/images/backgroundMenuHover.png');
}


#menu a {
	display: block;
	border-right: 1px solid rgb(120, 156, 11);
	height: 70px;
}

#menu a span {
	display: block;
	text-align: left;
	line-height: 14px;
	margin: 13px 0px 13px 15px;
}


#menu #tab495 {
	width: 133px;
}

#menu #tab496 {
	width:83px;
}

#menu #tab497 {
	width: 110px;
}

#menu #tab498{
	width: 108px;
}

#menu #tab499 {
	width: 86px;
}

#menu #tab500{
	width: 132px;
}

#menu #tab501 {
	width: 115px;

}
#menu #tab502{
	width: 129px;
	border-right: 0;
}

#menu #sub502 {
    margin-left:-72px;
}



#MLhtml,
#MLplaintext{
    border:0px;
}

#menu ul {
	display: none;
	position: absolute;
	margin: 70px 0 0 0;
	padding: 0;
	background: rgb(191, 46, 0);
	z-index: 30;
}

#menu ul li, #menu ul li a {
	clear: both;
}

#menu ul li a {
	color: rgb(255, 255, 255);
	border: 0;
	background: rgb(191, 46, 0);
	width: 200px;
	border-left: 1px solid rgb(162, 42, 0);
	border-top: 1px solid rgb(162, 42, 0);
	height: 29px;
}

#menu li:hover ul {
	display: block;
}

#menu ul li a span {
	margin: 0 16px 0 16px;
	line-height: 29px;
}


/* Content wrapper. */
#contentWrapper {
	margin: 0 38px 0 38px;
}


/* Breadcrumb. */
#breadcrumb {
	display: inline;
	margin: 1px 0 0 38px;
	padding: 0;
	width: 903px;
	float: left;
	background: url('../../lnvCommon/images/backgroundBreadcrumb.png') repeat-x;
}

#breadcrumb p {
	margin: 0 0 0 67px;
	line-height: 22px;
}

#breadcrumb a {
	color: rgb(3, 3, 3);
}

#breadcrumb .current {
	color: rgb(0, 77, 160);
}


/* Columns. */
#maincontent {
	display: inline;
	width: 300px;
	float: left;
	margin: 0px 38px 0px 67px;
	width: 540px;
}

#maincontent h1 {
	color: rgb(15, 97, 138);
	font-size: 29px;
	margin: 35px 0 15px 0;
}

#maincontent p {
	line-height: 18px;
	margin-left: 0;
}

/* ipub selectable styles */
#maincontent .imgRight {
	float: right;
	margin: 2px 0px 10px 10px;
	border: 1px solid rgb(15, 97, 138);
}

#maincontent .imgLeft {
	float: right;
	margin: 2px 10px 10px 0px;
	border: 1px solid rgb(15, 97, 138);
}

#maincontent h1.blue{
  color:#004da0;
}

#maincontent h1.orange{
  color:#ed6f00;
}

#maincontent h1.green{
  color:#a4c500;
}

#maincontent h1.purple{
  color:#8d3e9c;
}
/*ipub selectables */
#maincontent a {
	color: rgb(15, 97, 138);
}

#maincontent ul {
	line-height: 18px;
}

#maincontent table {
	border: 1px solid rgb(15, 97, 138);
}

#maincontent table th {
	background: rgb(15, 97, 138);
	color: rgb(255, 255, 255);
	line-height: 18px;
	padding: 0px 5px 0px 5px;
}

#maincontent table td {
	line-height: 18px;
	padding: 2px 5px 2px 5px;
}

#sidebar {
	width: 230px;
	float: left;
	margin-top: 41px;
}


/* Agenda. */
#maincontent #agenda {
	float: left;
	width: 260px;
	background: rgb(248, 248, 248);
	margin: 0 19px 0 -17px;
    position:relative;
    padding-left:17px;	
	
}

#agenda h1,
#contactformulier h1{
	color: rgb(255, 255, 255);
	background: url('../../lnvCommon/images/backgroundAgenda.png') repeat-x;
	font-size: 11px;
	line-height: 23px;
	padding-left: 17px;
	margin: 0 0 0 -17px;
}


#agenda h2 {
	color: rgb(23, 155, 211);
	font-size: 12px;
	margin: 6px 17px 4px 0;

}

#agenda p {
	margin: 0 17px 0 0;
	background: url('../../lnvCommon/images/backgroundItem.png') bottom repeat-x;
	padding: 0 0 6px 0;
}

#agenda a {
	color: rgb(209, 62, 24);
}

#agenda .footer {
	display: block;
	height: 23px;
	background: url('../../lnvCommon/images/backgroundAgendaFooter.png') repeat-x;
}


/* News. */
#maincontent #news {
	float: left;
	background: rgb(248, 248, 248);
	width: 260px;
}

#news h1 {
	color: rgb(255, 255, 255);
	background: url('../../lnvCommon/images/backgroundNews.png') repeat-x;
	font-size: 11px;
	line-height: 23px;
	padding-left: 17px;
	margin: 0;
}

#news h2 {
	color: rgb(150, 177, 19);
	font-size: 12px;
	margin: 6px 17px 4px 17px;

}

#news p {
	margin: 0 17px 0 17px;
	background: url('../../lnvCommon/images/backgroundItem.png') bottom repeat-x;
	padding: 0 0 6px 0;
}

#news a {
	color: rgb(209, 62, 24);
}

#news .footer {
	display: block;
	height: 23px;
	background: url('../../lnvCommon/images/backgroundNewsFooter.png') repeat-x;
}

/* zoek formulier */
#zoekformulier button{
	cursor:pointer;
	margin-bottom: 5px;
  margin-top:15px;
	margin-left:0px;
	background-color:#fff;
	border: 1px solid rgb(107, 107, 107);
	font-size: 11px;
	height: 18px;
	width: 143px;
	float: left;
}

#zoekterm{
  margin-top:15px;
  margin-right:5px;
  height: 14px;
}

#zoekformulier label{
  float:none;
  margin-top:5px;
  font-weight:bold;
}

.resultLabel{
  font-weight:bold;
}

#zoekformulier h1{
	color: rgb(255, 255, 255);
	background: url('../../lnvCommon/images/backgroundAgenda.png') repeat-x;
	font-size: 11px;
	line-height: 23px;
	padding-left: 17px;
	margin: 0 0 0 -17px;
}

/* Sidebar newsletter signup. */
#sidebar #newsletter {
	float: left;
	background: rgb(248, 248, 248);
	width: 230px;
}


#aanmeldenNieuwsbrief h1,
#nieuwsbriefBedankt h1,
#wijzigenNieuwsbrief h1,
#nieuwsbrief h1{
	color: rgb(255, 255, 255);
	background: url('../../lnvCommon/images/backgroundNewsletter.png') repeat-x;
	font-size: 11px;
	line-height: 23px;
	padding-left: 17px;
	margin:0 0 0 -17px;
}

#newsletter h1{
	color: rgb(255, 255, 255);
	background: url('../../lnvCommon/images/backgroundNewsletter.png') repeat-x;
	font-size: 11px;
	line-height: 23px;
	padding-left: 17px;
	margin:0;
}


#newsletter label {
	width: 60px;
	line-height: 17px;
	margin: 20px 0 0 16px;
	float: left;
}

#newsletter span {
	display: block;
	margin: 20px 16px 15px 16px;
	line-height: 17px;
}

#newsletter input {
	margin: 20px 0 0 0;
}

#newsletter .radio {
	width: 15px;
	float: left;
	margin: 6px 0 0 16px;
	border: 0;
}

#newsletter .radioLabel {
	float: left;
	width: 170px;
	margin: 3px 0px 0px 2px;
}

#aanmeldenNieuwsbrief  button{
	cursor:pointer;
	margin-bottom: 5px;
    margin-top:15px;
	margin-left:15px;
	background-color:#fff;
	border: 1px solid rgb(107, 107, 107);
	font-size: 11px;
	height: 18px;
	width: 143px;
	float: left;
}

#aanmeldenNieuwsbrief  .submitButton{
	cursor:pointer;
	margin-bottom: 5px;
    margin-top:15px;
	margin-left:17px;
	background-color:#fff;
	border: 1px solid rgb(107, 107, 107);
	font-size: 11px;
	height: 18px;
	width: 143px;
	float: left;
}

.submit {
	cursor:pointer;
	margin-bottom: 5px;
    margin-top:15px;
	margin-left:15px;
	background-color:#fff;
	border: 1px solid rgb(107, 107, 107);
	font-size: 11px;
	height: 18px;
	width: 143px;
	float: left;
}




/* Sidebar info. */
/* -------------------------------------------------
	Version		  :1.0
	Site-creators :Tremani
	Email		  :info@tremani.nl
	Website		  :http://tremani.nl
	Client		  :Infoloket (http://www.infoloket.nl)
---------------------------------------------------- */
#search-wrp {width:230px; margin-bottom: 10px; padding:0px 0px 10px 0; background:#fe9900 url(../../lnvCommon/images/MFLB-searchform-bottom.png) no-repeat 0 100%; color:#fff; font:11px/15px Arial, Helvetica, sans-serif;}
#search-wrp p {margin:0.2em 3px 0.4em 15px; padding:0;}
	* html #search-wrp p {margin:0.0em 3px 0.4em 15px;}
	*+html #search-wrp p {margin:0.0em 3px 0.4em 15px;}
#search-wrp a {color:#fff; padding:0; margin:0;}
h1#header-logo {margin:0 0 7px 0; height:26px; width:230px; position:relative;}
	* html h1#header-logo {margin:0 0 4px 0;}
h1#header-logo a {background:url(../../lnvCommon/images/MFLB-searchform-logo.png) no-repeat 0 0; height:26px; width:230px; text-indent:-999em; position:relative; display:block;}
.searchform {position:relative; padding:0 0 0 11px }
.searchform form {position:relative; padding:0px; margin:0;}
fieldset {border:none; padding:0; margin:0;}
input.search-term {width:147px; float:left; display:inline; background:transparent url(../../lnvCommon/images/MFLB-searchform-input-txt.png) no-repeat 0 0; color:#881308; font-weight:bold; font-size:11px; padding:8px 2px 12px 8px; margin:0; line-height:12px; font-family:Arial, Helvetica, Verdana, sans-serif; border:none; }
	* html input.search-term {width:157px; padding:8px 2px 12px 8px; line-height:12px;}
input.search-submit {cursor:pointer; background:transparent url(../../lnvCommon/images/MFLB-searchform-submit.png) no-repeat 0 0; margin: -4px -10px auto 0; height:34px; width:54px; border:none; float:left; display:inline; position:relative;}
input.search-submit:hover {background-position:0 -34px; } 
fieldset > input.search-submit:active {background-position:0 -68px;} 
.clearer {clear:both; font-size:0; line-height:0; height:0;}


/* Footer. */
#footer {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	background: url('../../lnvCommon/images/backgroundFooter.png') top no-repeat;
	margin-top: 0px;
	padding-bottom: 10px;
	height: 35px;
}

#footer p {
	margin: 0px 54px 0 101px;
	color: rgb(255, 255, 255);
	padding-top: 20px;
}

#footer a {
	float: right;
	color: rgb(255, 255, 255);
	margin-left: 10px;
}