/* 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;
}

#maincontent {
	margin: 0 0 0 38px;
	clear: both;
	posotion: relative;
	padding-top: 21px;
}

#maincontent div.row {
	overflow: auto;
	margin-bottom: 21px;
}

#maincontent div.row div.block {
	margin-right: 19px;
	width: 229px;
	min-height: 150px;
	float: left;
	padding: 27px 17px 23px 17px;
	background: #f8f8f8 url('../../lnvCommon/images/backgroundAgenda.png') repeat-x bottom;
	position: relative;
}

#maincontent div.row div.block p {
	padding: 0;
	margin: 4px 0 8px 0;
}

#maincontent div.row div.block h2 {
	padding: 0;
	margin: 4px 0;
}

#maincontent div.row div.block h1 {
	background:url("../../lnvCommon/images/backgroundAgenda.png") repeat-x left top;
	color:#FFFFFF;
	font-size:11px;
	line-height:23px;
	margin:0;
	padding-left:17px;
	position: absolute;
	width: 246px;
	left: 0;
	top: 0;
}

#maincontent div.row div.block h1 > a {
	color: white;
	text-decoration: none;
}

#maincontent div.row div.block h1 > a:hover {
	text-decoration: underline;
}

#maincontent div.row div.block a {
	font-weight: bold;
	color: #D13E18;
}

#maincontent div.row div.block > a {
	color: white;
	text-decoration: none;
	position: absolute;
	bottom: 5px;
}

#maincontent div.row div.block > a:hover {
	text-decoration: underline;
}

#maincontent div.row div.block h2 {
	color:#179BD3;
	font-size:12px;
}

#maincontent div.row div.faq,
#maincontent div.row div.faq h1 {
	background-image: url('../../lnvCommon/images/backgroundItem.png')
}


#maincontent div.row div.nieuwsbrief,
#maincontent div.row div.nieuwsbrief h1 {
	background-image: url('../../lnvCommon/images/backgroundNewsletter.png')
}

#maincontent div.row div.uitgelicht,
#maincontent div.row div.uitgelicht h1 {
	background-image: url('../../lnvCommon/images/backgroundNews.png')
}

#maincontent div.row div.video embed {
	position: absolute;
	left:0;
	top: 23px;
}

#maincontent div.row div.video, 
#maincontent div.row div.video h1 {
	background: #e83001;
}

#maincontent div.row div.faq,
#maincontent div.row div.faq h1 {
	background-image: url('../../lnvCommon/images/backgroundFaq.png')
}

#maincontent div.row div.nieuwsbrief label {
	width: 60px;
	line-height: 17px;
	margin: 0 0 10px 0;
	float: left;
}

#maincontent div.row div.nieuwsbrief span {
	display: block;
	margin: 20px 16px 15px 16px;
	line-height: 17px;
}

#maincontent div.row div.nieuwsbrief input {
	margin: 0 0 10px 5px;
}

#maincontent div.row div.nieuwsbrief button{
	cursor:pointer;
	background-color:#fff;
	border: 1px solid rgb(107, 107, 107);
	font-size: 11px;
	height: 18px;
	width: 143px;
}

#maincontent div.row div.nieuwsbrief .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;
}

/* Sidebar info. */
/* -------------------------------------------------
	Version		  :1.0
	Site-creators :Tremani
	Email		  :info@tremani.nl
	Website		  :http://tremani.nl
	Client		  :Infoloket (http://www.infoloket.nl)
---------------------------------------------------- */
	#search-wrp {
		float: left;
		width:263px;
		margin-bottom: 10px; padding:0px 0px 10px 0; background:#fe9900 url(../../lnvCommon/images/MFLB-searchform-bottom-w.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:263px; position:relative;}
	* html h1#header-logo {margin:0 0 4px 0;}
	h1#header-logo a {background:url(../../lnvCommon/images/MFLB-searchform-logo-w.png) no-repeat 0 0; height:26px; width:263px; 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:176px; float:left; display:inline; background:transparent url(../../lnvCommon/images/MFLB-searchform-input-txt-w.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:186px; 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;
}

 #maincontent h1.blue{
  color:#004da0;
}

#maincontent h1.orange{
  color:#ed6f00;
}

#maincontent h1.green{
  color:#a4c500;
}

#maincontent h1.purple{
  color:#8d3e9c;
}	
