/*
#################
#	ALGEMEEN	#
#################
*/
body, html,
h1, h2, h3, h4, h5, h6,
p,
ul, ol, li,
dl, dt, dd
{
	margin: 0; padding: 0;
}

p { margin-bottom: 1.2em; }
h2 {}
h3 {}
h4 { font-size: 1em; }
img { border: none; }
html { font: 62.5%/200% Arial, Verdana, Tahoma, sans-serif; }
body { font-size: 1.2em; }
form select { visibility: visible; }
strong { font-weight: bold; }

span.purple {
	color: #b21382;
}

a { text-decoration: none; }

a.klikbareafbeelding{ margin-bottom: 10px; }

.fright {float: right; width: 473px; margin-left: 23px; }
.fleft {float: left}
.block { display: block; }

.right { text-align: right; }
.left { text-align: left; }

.nobr { white-space: nowrap; }

/* Overflow en clearfix
-------------------------------------------------------------------*/
.overflow { overflow: hidden; }
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: ' ';
	clear: both;
	height: 0;
}

/*
################
#	LAYOUT	   #
################
/*

/* CONTAINER */

div#container {
	width: 999px;
	background: #fff;
	margin: 0 auto;
	text-align: left;
}

/* Bovenste deel */

div#header {
	height: 310px;
	padding-top: 40px;
}

div#header_small {  /* Overrule voor IE6 > height: 1%; */
	overflow: hidden;
	padding-top: 40px;	
}

div#navigatie {
	margin-bottom: 20px;
}

div#navigatie img {
	margin-left: 6px;
	margin-right: 6px;
}

div#navigatie img.last {
	margin-left: 6px;
}

div#navigatie a {
	color: #b21382;
}

h1#sitelogo {
	float: left;
	width: 189px;
	height: 239px;
	background: url(/img/knhm_logo.gif) no-repeat;
	text-indent: -9999px;
}

h1#sitelogo.normal_page {
	height: 76px;
}

h1#sitelogo a {
	display: block;
	height: 76px;
	outline: none;
}

div#header_wrapper {
	height: 118px; /*118px;*/
	overflow: hidden;
	border-left: 28px solid white;
}

div#header_wrapper_top {
	height: 192px;
	overflow: hidden;
}

div#header_short_text {
	float: left;
	height: 70px;
	background: #FFF;
	padding: 20px 10px 0px 10px;
	margin: 28px 0px;
}

div#header_short_text img {
	display: block;
}


div#header_intro {
	position: absolute;
	margin-left: 471px;
	width: 460px;
	height: 78px; /* 78px */
	background: #460532;
	padding: 20px 20px 20px;
	filter: alpha(opacity=80);
  	-moz-opacity: .8;
  	opacity: .8;
	border-bottom: 20px solid blue;
}

div#header_intro a {
	background: url(/img/white_plus.gif) no-repeat;
	padding: 5px 20px;
}

span#walktrough {
	margin-left: 40px;
	float: left;
	/* left: 180px; */
	color: #000;
}

div#header_small span#walktrough {

	
}

span#walktrough a {
	color: #000;
	text-decoration: none;
}

span#walktrough a.last {
	color: #b21382;
}



/* iSlider
------------------------------------------------------------------*/
.islider { background: #c1429b; clear: both; color: #fff; }
.islider-wrapper { width: 260px; background: #c1429b; }
.islider-viewport { height: 60px; margin: 0 35px; overflow: hidden; width: 200px; }
.islider-container{ height: 60px; white-space: nowrap; }
.islider-item { width: 200px; float: left; }
.islider-link img { display: inline; }
.islider-previous {
	float: left;
	height: 60px;
	outline: none;
	background: #c1429b url(/img/islide-left.png) left top no-repeat;
	width: 10px;
	text-indent: -9999px;
}
.islider-next {
	float: right;
	height: 60px;
	outline: none;
	background: #c1429b url(/img/islide-right.png) right top no-repeat;	
	width: 10px;
	text-indent: -9999px;
}

div.news-padding {
	padding-right: 15px;	
}

p.tcenter {
	text-align: center;	
}

p.tcenter object {
	display: block;
	margin: 0 auto;
	text-align: left;
}

.item p.auteur {
	font-size: 12px;
	margin: 0;
	text-align: right;
}

.item p {
	margin: 0;
	padding-bottom: 0;
}

/* Newsintro
------------------------------------------------------------------*/
div.newsintro.met-afbeelding > div.content { float: right; width: 384px; }

/* Table
------------------------------------------------------------------*/
table.webapp-table {
	width: 100%;
}

table.webapp-table th {
	font-weight: bold;
	font-style: normal;
	text-align: left;
}

table.webapp-table td {
	font-style: italic;
}

table.webapp-table td {
	width: 50%;	
}

/* inhoud container */

div#main { /* Overrule voor IE6 > height: 1%; */
	margin-top: 40px;
	padding-left: 30px;
	padding-bottom: 20px;
}

div.lists {
	margin-bottom: 20px;
	width: 473px;
	float: left;
}

div#front-rechts { float: right; width: 499px; }

div#main a {
	color: #b21382;
}

div#left {
	float: left;
	width: 200px;
	margin-bottom: 215px;
	overflow: hidden;
}

div#middle {
	float: left;
	width: 539px;
	margin-bottom: 50px;
}

div#middle div.text_img_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

div#middle div.text_img_right {
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

div#middle ul {
	list-style: square;
	margin-left: 20px;
}

div#middle div.h4clear ul { margin-bottom: 10px; }

p.quote {
	border: 1px solid #252525;
}

p.quote span {
	display: block;	
}

div#middle h1 {
	margin-bottom: 10px;
}

div#middle h2 {
	font-size: 1em;
}

div#middle h2.clean {
	font-size: 1em;
	color: #b21382;
	margin-top: 0px;
	margin-bottom: 10px;
}

div#middle h2 img {
	display: block;
}

div#middle p a {
	color: #b21382;
	text-decoration: none;
}

div#right {
	float: right;
	display: inline;
	width: 209px;
	min-height: 400px;
}

div#right_big {
	float: left;
	width: 769px;
	min-height: 400px;
}

div#project_hilight_small {
	float: none;
	width: 200px;
	margin-bottom: 20px;
}

div.project_hilight {
	float: left;
	width: 228px;
}

div.project_hilight img {
	margin-bottom: 10px;
}

div.project_hilight a.more,
a.more {
	text-decoration: none;
	padding-left: 20px;
	background: url(/img/purple_plusje.gif) 0px 3px no-repeat;
}

div.project_hilight a:hover.more,
a:hover.more {
	background: url(/img/purple_plusje_alt.gif) 0px 3px no-repeat;
}

div#tab {
	height: 2.7em; /* Overrrule voor ie6 > height: 2.6%; */
	width: 769px;
}

div#tab a {
	display: block;
	float: left;
	width: 245px;
	padding: .2em;
	color: #b21382;
	text-decoration: none;
	font-size: 1.4em;
	font-weight: bold;
	border-bottom: 5px solid #b21382;
}

div#tab a.active {
	background: #b21382;
	color: #fff;
}

table.tables {
	width: 769px;
	margin-top: 20px;
	margin-bottom: 20px;
}

table.tables th {
	color: #b21382;
}

table.tables tr.pink, table tr.odd {
	background: #fbf3f9;
}

table.tables td {
	padding: 2px;
	margin: 0;
	border: 0;
}

table.tables td.omschrijving {
	width: 30%;
}

table.tables .bold {
	font-weight: bold;
	color: #b21382;
}

table.tables a {
	color: #b21382;
	text-decoration: none;
}

table.tables .flag {
	margin-left: 20px;
}

/* --------------------------- */
table.sortable {
	width: 769px;
	margin-top: 20px;
	margin-bottom: 20px;
}

table.sortable th {
	color: #b21382;
	text-align:left;
}

table.sortable tr.pink {
	background: #fbf3f9;
}

table.sortable td {
	padding: 2px;
	margin: 0;
	border: 0;
}

table.sortable td.omschrijving {
	width: 60%;
}

table.sortable .bold {
	font-weight: bold;
	color: #b21382;
}

table.sortable a {
	color: #b21382;
	text-decoration: none;
}

table.sortable .flag {
	margin-left: 20px;
}
/* --------------------------- */




div.partner_info { /* overrule for ie6 */
	display: none;
	border: 1px solid #b21382;
	padding: 10px;
	margin-bottom: 20px;
	position: absolute;
	background: #fff;
	width: 769px;
	z-index: 9999;
}

div.partner_info .left {
	width: 200px;
	margin-right: 20px;
	float: left;
}

div.partner_info .left_small {
	width: 70px;
	float: left;
}

div.partner_info .pic {
	width: 150px;
	height: 112px;
	float: left;
	background: url(/img/partner_pic_bg.gif) left bottom no-repeat;
}

div.partner_info .close {
	float: right;
	font-weight: bold;
}

div.partner_info .close_icon {
	background: url(/img/close.gif) 0px 2px no-repeat;
	padding-left: 20px;
	text-decoration: none;
	color: #b21382;
}

div.partner_info .flag {
	margin-left: 10px;
}

div.contact_info {
	display: none;
	border: 1px solid #b21382;
	padding: 10px;
	position: absolute;
	background: #fff;
	width: 769px;
	z-index: 9999;
}

div.contact_info h1 {
	margin-bottom: 20px;
}

p.contact_text {
	float: left;
	width: 350px;
	padding-right: 20px;
}

div.contact_info p img {
	float: right;
	margin-left: 10px;
}

div.contact_info .close {
	float: right;
	font-weight: bold;
}

div.contact_info .close_icon {
	background: url(/img/close.gif) 0px 2px no-repeat;
	padding-left: 20px;
	text-decoration: none;
	color: #b21382;
}

span.naam {
	color: #B21382;
}
/*
p.intro {
	font-weight: bold;
	margin-bottom: 20px;
}
*/
div.intro {
	font-weight: bold;
	margin-bottom: 40px;	
}

div.intro p {
	display: inline;
}

div.intro p strong {
	font-weight: bold;
}

div.intro a.unit {
	text-decoration: none;
	margin-left: 10px;
}

div.losse-afbeelding {
	text-align: left;	
}

div#middle div.losse-afbeelding img {
	
}

div.losse-afbeelding p {
	text-align: left;	
}

div.project_view {
	display: none;
	border: 1px solid #b21382;
	padding: 10px;
	margin-left: -667px;
	position: absolute;
	background: #fff;
	width: 747px;
	z-index: 9999;
}

div.project_view .close_icon {
	float: right;
	background: url(/img/close.gif) 0px 2px no-repeat;
	padding-left: 20px;
	text-decoration: none;
	color: #b21382;
	font-weight: bold;
}

div.project_view .more_details {
	color: #b21382;
	font-weight: bold;
}

div.pop_up_overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 998;
	background: #000;
}
/* Footer */

div.footer { /* Overrule voor ie6 height: 40px; */
	min-height: 20px;
	color: #fff;
	background: #9fc54d;
	padding: 5px 30px;
	clear: both;
}

/* Tooltip */

div.h4clear {
	clear: both;
	margin-bottom: 16px;
}

div.h4clear table tr td {
	width: 50%;
}

div.h4clear text_img_right p, div.h4clear text_img_left p {
	display: none;
}

   div.tooltip{
     padding: 5px;
     margin: 5px;
	 position: relative;
   }


div#footer-front {
	border-top: 8px solid #00993c;
}

div.footer a {
	padding-left: 20px;
	background: url(/img/white_plusje.gif) 0px 2px no-repeat;
	text-decoration: none;
	color: #fff;
	margin-right: 20px;
}

div.footer span {
	float: right;
	margin-right: 20px;
}

div.thumbs a {
	margin: 0 17px 10px 0;
	display: block;
	float: left;
	overflow: hidden;
	text-decoration: none;
}
div.thumbs span {
	display: block;	
	font-size: 0.9em;
	line-height: 150%;
}
div.thumbs span.date{
	color: #000;	
}
div.thumbs a:hover span {
	text-decoration: underline;		
}
div.profiel a{
	margin: 0 12px 10px 0;
}
div#middle img {
	margin: 0px 10px 10px 0;	
}
div#middle table.sortable img { margin: 0; }

p.date {
	margin: -10px 0 2px 0;
}

/*
####################
#	  LIJSTEN      #
####################
*/
ul.submenu {
	list-style: none;
	padding-right: 15px;
}

ul.submenu li {
	margin-bottom: 10px;
}

ul.submenu li.more a {
	background: url(/img/purple_arrow.gif) 0px 3px no-repeat;
	margin-bottom: 10px;
}

ul.submenu li.more a:hover {
	background: url(/img/purple_arrow_alt.gif) 0px 3px no-repeat;
	margin-bottom: 10px;
}

div#main ul.submenu li.more a {
	color: #b21382;
}

ul.submenu li a {
	padding-left: 20px;
	background: url(/img/purple_plusje.gif) 0px 3px no-repeat;
	text-decoration: none;
}

ul.submenu li a:hover {
	background: url(/img/purple_plusje_alt.gif) 0px 3px no-repeat;
	color: #b21382;
}
/* Uitzondering fotoalbum */ 

dl.album dd a span {
	background: url(/img/purple_arrow.gif) 0px 3px no-repeat;
	margin-bottom: 10px;
	padding-left: 20px;
	display: block;
	color: #b21382;
	text-decoration: none;
}

dl.album dd a:hover span{
	background: url(/img/purple_arrow_alt.gif) 0px 3px no-repeat;
	margin-bottom: 10px;
}

div.block {
	float: left;
	width: 225px;
	margin-right: 23px;
}

div.last {
	margin-right: 0;
}

dl.main_list {
	margin-bottom: 20px;
}

dl.main_list img.preview { display: block; margin-bottom: 1.2em; }

dl.main_list 

div#main dl.main_list a {
	color: #000;
}

div#main dl.main_list p.leesmeer a {
	color: #B21382;
	text-decoration: none;
}

dl.main_list dt {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 10px;
}
dl.map {
	float: right;
	width: 240px;
}

dl.left_list {
	width: 190px;
	margin-bottom: 20px;
}

dl.left_list dt {
	margin-bottom: 10px;
}

dl.left_list ul {
	list-style: none;
}

dl.left_list li {
	margin-bottom: 10px;
}

div#main dl.left_list a {
	color: #000;
	text-decoration: none;
}

div#main dl.left_list a:hover,
div#main dl.left_list a.active {
	color: #b21382;
}

dl.left_list ul ul {
	margin-left: 32px;
	margin-top: 4px;
}

dl.right_list {
	width: 200px;
	margin-bottom: 20px;
	border: 1px solid #b21382;
	padding: 10px 0 0 5px;
}

dl.right_list dt {
	margin-bottom: 10px;
}

dl.right_list ul {
	list-style: none;
}

dl.right_list li {
	margin-bottom: 10px;
}

dl.right_list a {
	color: #000;
	text-decoration: none;
}

dl.right_list a:hover {
	color: #b21382;
}

dl#alt_list {
	background: #b21382;
}

dl#alt_list a {
	color: #fff;
}

ul#sub-navigatie {
	position: absolute;
	width: 182px;
	height: 59px;
	margin-top: -207px;
	padding: 130px 0 18px 28px;
	background: #9fc54d url(/img/sub-navigatie.gif) repeat-x;
}

ul#sub-navigatie {
	list-style: none;
}

ul#sub-navigatie a {
	text-decoration: none;
	color: #000;
}

li#goto_top {
	background: url(/img/goto_top.gif) 0 2px no-repeat;
	padding-left: 20px;
}

li#print {
	background: url(/img/print.gif) 0 2px no-repeat;
	padding-left: 20px;
}

li#go_back {
	background: url(/img/go_back.gif) 0 2px no-repeat;
	padding-left: 20px;
}

div#navigatie ul { /* Overrule voor IE6 > padding-bottom */
	height: 17px;
	list-style: none;
	background: #fff;
	padding-top: 3px;
	margin: 14px 0 0 218px; /* ie6 > midner margin-left */
	border-bottom: 1px solid #B21382;
}

div#navigatie ul#nav-front {
	float: right;
	width: 790px;
	margin: 0 0 1.6em 0;
	border-bottom: none;
}

div#header_small div#navigatie ul {
	height: 24px;
	margin-top: 0px;
}

div#navigatie ul li.menu_item {
	float: left;
}

div#navigatie ul li.menu_item img {
	display: block;
}

div#navigatie ul ul.dropdown {
	position: absolute;
	display: none;
	width: 160px;
	height: auto;
	margin: 0;
	padding: 10px 10px 0px 10px;
	list-style: none;
	z-index: 2;
	border: none;
	background: #fff;
}

div#header_small div#navigatie ul ul.dropdown { height: auto; }

div#navigatie ul li:hover ul,
div#navigatie ul li.over ul {
	display: block;
}

div#navigatie ul  ul.dropdown li a { /* Overrule voor IE6 > height: 1%; */
	display: block;
	padding-left: 20px;
	background: url(/img/purple_plusje.gif) 0px 3px no-repeat;
	margin-bottom: 10px;
	text-decoration: none;
}

div#navigatie ul ul.dropdown li a:hover {
	background: url(/img/purple_plusje_alt.gif) 0px 3px no-repeat;
	color: #b21382;
}

div#middle ul.archive {
	list-style: none;
	margin: 0;
	color: #000;
}

div#middle ul.archive span {
	float: left;
	display: block;
	width: 90px;
	font-weight: bold;
}

div#middle ul.archive a {
	text-decoration: none;
}

div#middle ul#searchresults {
	list-style: none;
}

div#middle ul#searchresults li {
	margin-bottom: 30px;
}

div#middle ul#searchresults p {
	margin-bottom: 0;
	color: #000;
}

div#middle ul#searchresults a {
	text-decoration: none;
	color: #b21382;
}

div#middle ul#searchresults span.zoekresultaat {
	font-weight: bold;
}

div#middle ul.velden {
	list-style: none;
	margin: 0;
}

div#middle ul.velden li {
	margin-bottom: 10px;
}

div#middle ul.velden label {
	display: block;
	color: #000;
}

div#middle ul.velden input {
	font-size: 1.0em;
}
ul.velden li.checkbox {
	position: relative;
}
div#middle ul.velden input.checkbox {
	margin-top: 3px; /*ie*/
}

/*
####################
#	FORMULIEREN	   #
####################
*/
fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

form#zoekform {
	float: right;
}

form#zoekform input {
	height: 16px;
	background: #fff;
	padding: 1px 2px;
	border: 1px solid #b21382;
	font-size: 1.0em;
	float: left;
}

form#zoekform .zoekknop {
	width: auto;
	height: auto;
	float: left;
	margin-left: 2px;
	padding: 0;
	border: none;
}

form#zoekform legend {
	display: none;
}

form#projecten {
	overflow: hidden;
	clear: both;
}

form#projecten input {
	height: 16px;
	background: #fff;
	padding-left: 2px;
	border: 1px solid #b21382;
	font-size: 1.0em;
	float: left;
}

form#projecten select {
	height: 18px;
	background: #fff;
	padding-left: 2px;
	border: 1px solid #b21382;
	font-size: 1.0em;
	float: left;
}

form#projecten .zoekknop {
	width: 18px;
	height: 19px;
	float: left;
	margin-left: 2px;
	padding: 0;
	border: none;
}

form#publicaties_form select {
	height: 18px;
	background: #fff;
	padding-left: 2px;
	border: 1px solid #b21382;
	font-size: 1.0em;
	float: left;
}

form select {
	height: 18px;
	background: #fff;
	padding-left: 2px;
	border: 1px solid #b21382;
	font-size: 1.0em;
	float: left;
}

fieldset.selects {
	float: left;
	width: 180px;
}

table.sortable th { cursor: pointer; }

/* WEBBEHEER FORMULIER*/
form.webbeheer-formulier h4 { font-size: 1em; }

form.webbeheer-formulier fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

form.webbeheer-formulier legend {
	display: none;
}

div#middle form.webbeheer-formulier ul {
	list-style: none;
	margin-left: 0;	
}

form.webbeheer-formulier ul.velden {
 	margin: 0;
	padding: 0;
	list-style: none;
}
form.webbeheer-formulier ul li {
	overflow: hidden;
	height: 1%;
	margin-bottom: .5em;
}
form.webbeheer-formulier ul li label {
	width: 170px;
	padding-right: 10px;
	float: left;
}
form.webbeheer-formulier ul li.checkbox label {
	float: right;
	width: 502px;
}
form.webbeheer-formulier ul li input {
	float: left;
	margin: 0;
	padding: .1em .2em;
}

form.webbeheer-formulier ul li input.text {
	width: 300px;
}

form.webbeheer-formulier ul li textarea {
	width: 300px;
	height: 100px;
	font: 62.5%/200% Arial, Verdana, Tahoma, sans-serif;
	font-size: 1.0em;
	line-height: 1.2em;
}

form.webbeheer-formulier ul li fieldset.radiogrouper {
	float: left;
}

fieldset.radiogrouper div {
	overflow: hidden;
	height: 1%;
}

form.webbeheer-formulier ul li fieldset.radiogrouper label {
	width: auto;
}

div#middle ul.errors {
	margin: 20px 0 20px 0;
	background: #B21382;
	color: #fff;
	padding: 15px;
}

p.webbeheer-formulier-thanks {
	margin: 20px 0 20px 0;
	background: #B21382;
	color: #fff;
	padding: 15px;
}

div.tooltip { position: relative; }
div.tooltip div.tooltip-content {
	display: none;
	position: absolute;
	top: 105px;
	left: 155px; /* 180px */
	background: #b21382;
	width: 335px;
	color: #fff;
	padding: 4px 8px 0;
}
div#middle div.h4clear div.text_img_left {
	margin-top: 0;
}
div.tooltip-hover div.tooltip-content, div.tooltip:hover div.tooltip-content { display: block; }

ul li.talen {
	float: right;
	text-align: right;
}

ul li.talen a { margin-top: -2px; display: block; }

div.projectitem {
	overflow: hidden;
	margin-bottom: 32px;
}

div.projectitem div.intro {
	float: left;
	width: 610px;
	font-weight: bold;
	margin-bottom: 0;
	
}

div.projectitem img.projectimage,
img.newsthumb {
	float: left;
	margin: 0 10px 0 0;
	
}

ul.imagelinkblok {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.imagelinkblok li {
	list-style: none;
}

/* Quote fader op homepage */
/*  slider container(s) */
#ifader, #container2, #container3 { position: relative; margin: 0 0 10px; width: 500px; height: 74px; overflow: hidden; background-color:#c1429b; left: 499px; }

div.ifader div.ifader-item { left: 0; position: absolute; top: 0; z-index: 0; }
.item { display: block; width: 500px; height: 80px; background: #c1429b url('/img/quote-start.gif') 6px 6px no-repeat; }
.item h3 { font-size: 16px; margin: 10px; color: #fff; }
.item p { font-style: italic; font-size: 13px; padding: 6px 30px 0 40px; margin-right: 6px; color: #fff; background: url('/img/quote-end.gif') right bottom no-repeat; }

.item p.auteur {
	background: none;
	margin: 0;
	padding: 0 6px;
	font-style: normal;
}

/* controls styling */
#controls1, #controls2, #controls3 { display: block; padding: 10px; position: relative; margin: 12px auto; width: 500px; }

.prev_btn, .next_btn { width: 100px; height: 25px; line-height: 25px; text-align: center; text-transform: uppercase; 
	font-size: 12px; color:#AF4B32; border: 1px solid #80301D; background-color:#513328; }
.prev_btn { float: left; }
.next_btn { float: right; }

.play_btn {
	clear: both; width: 100px; height: 25px; margin: 0 auto 12px; line-height: 25px; text-align: center; 
	text-transform: uppercase; font-size: 12px; color:#AF4B32; border: 1px solid #80301D; background-color:#513328;
 }

.num_nav { text-align: center;}
.num_nav ul li { display: inline; margin: 0 2px; }
.num_nav ul li a { padding: 2px 3px; color:#AF4B32; border: 1px solid #80301D; background-color:#513328; }
.num_nav ul li a.active, .num_nav ul li a:hover { border-color: #fff; background-color:#80301D; }


.btn_over { color:#fff; border: 1px solid #fff; background-color: #80301D; }

hr { margin: 22px 0; }

.clearit { clear: both; }


dl.main_list a.youtube-image img {
    width: 220px;
}

