/* xhtml selectors
---------------------------------------- */
html, body {
	height: 100%;
	width: 100%;
	font-family: Verdana, Arial, Helvetica;
	background:none;
}

#container-left, #right-top-container, #submenu {
	display:none;
}


#col-left  {
	float: left;
	width: 100%;
	height: 100%;
}
#col-right {
	float: left;
	width: 50%;
	height: 100%;
	background: none;
}
#right-bottom {
	width: 100%;
	background: none;
	padding:0;
}

/* CONTENT - right-bottom */
#content-box {}
#content-box .item-container {
	margin:0;
}
#content-box h1 {
	font-size:0.95em;
	color:#000000;
	padding:0 0 20px 0;
}
#content-box a {
	color:#000000;
	text-decoration:underline;
}
#content-box .item-text-shorttext, #content-box .item-text-fulltext {
	font-size:0.75em;
	line-height:1.3em;
}
#content-box .item-text-shorttext {
	color:#000000;
}
#content-box .item-text-fulltext {
	color:#000000;
}
#content-box .item-mform-container {
	font-size:0.75em;
}
#content-box .item-mform-container td {
	vertical-align:top;
	padding:2px 5px 5px 0;
}
#content-box .item-mform-container textarea {
	font-family: Verdana, Arial, Helvetica;
	font-size:1.0em;	
}
#content-box .item-file-container {
	font-size:0.75em;
	line-height:1.1em;
}
#content-box .prijzen, #content-box .ontbijt {
	text-align:left;
}
#content-box .prijzen td, #content-box .ontbijt td {
	padding:3px 0;
}
#content-box .prijzen .period {
	font-size:0.85em;
}
/* - images */
.textImagetext {
	background:white none repeat scroll 0 50%;
	bottom:0;
	font-size:0.7em;
	font-weight:normal;
	line-height:16px;
	opacity:0.8;
	padding:2px 0 2px 5px;
	position:absolute;
	width:100%;
	z-index:100;
}
.textMediumLayer {
	margin:105px 0 0 4px;
	position:absolute;
	width:147px;
	z-index:10;
}
.ImgBoxMedium {
	float:left;
	width:160px;
	height:110px;
	margin:0 20px 20px 0;
}
