@charset "UTF-8";
/* CSS Document */

html, body	{
	height:100%;
}

/*Opera Fix*/
body:before	{
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}
/*END Opera Fix*/

body	{
	background:url(../images-basis/BG-body.jpg) center top repeat;
	font-family:Arial, Helvetica, sans-serif;
}

#wrapper	{
	width:100%;
	min-height:100%;
	margin:0 auto;
}

/* HEADER */
#header-container	{
	width:100%;
	height:170px;
}

#header-wrapper	{
	width:990px;
	height:170px;
	margin:0 auto;
}

.logo	{
	width:616px;
	height:120px;
	margin:10px 0 8px 0;
	float:left;
	background:url(../images-basis/logo-demenkenkeuken.png) no-repeat;
}

.vlaggen	{
	width:112px;
	height:18px;
	float:right;
	background:#7d7e83;
}

.vlaggen-vw {
	width:84px;
	height:18px;
	float:right;
	background:#7d7e83;
}

.vlaggen .vlag,
.vlaggen-vw .vlag {
	width:26px;
	height:17px;
	float:left;
	margin:0 1px 1px 1px;
}

.vlaggen .vlag img,
.vlaggen-vw .vlag img {
	width:26px;
	height:17px;
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
	border:none;
}

.vlaggen .vlag img.hover,
.vlaggen .vlag img:hover,
.vlaggen .vlag img.lang-on,
.vlaggen-vw .vlag img.hover,
.vlaggen-vw .vlag:hover,
.vlaggen-vw .vlag img.lang-on {
    opacity:1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
} 

.menu-wrapper	{
	width:990px;
	height:32px;
	float:left;
}

.pompdoek	{
	width:115px;
	height:233px;
	margin-top:-40px;
	float:right;
	z-index:998;
}

.spacer-pompdoek	{
	border:none;
	float:right;
	margin:0 0 10px 10px;
}

/* MVO MENU */
#mvo-menu {
	position:fixed;
	right:0;
	top:180px;
	background:#FFF;
	padding:10px 20px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-left:1px solid #7d7e83;
	border-top:1px solid #7d7e83;
	border-bottom:1px solid #7d7e83;
	z-index:99;
}

#mvo-menu ul {
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	line-height:15pt;
	color:#7D7E83;
	font-weight:bold;
	text-align:left;
	margin:0;
	padding:0;
}

#mvo-menu ul li {
	margin:10px 0;
}
/* END MVO MENU */
/* END HEADER */

/* CONTENT */
#content-wrapper	{
	width:990px;
	min-height:10px;
	margin:0 auto;
}

.sfeerfoto	{
	width:363px;
	height:529px;
	float:left;
	margin-bottom:20px;
}

.content	{
	width:615px;
	min-height:10px;
	margin:50px -115px 20px 0;
	float:right;
	z-index:999;
}

.clearer	{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}

.clearer10	{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
	height:10px;
}

.clearer20	{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
	height:20px;
}

.clearer40	{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}
/* END CONTENT */

/* FOOTER */
#footer	{
	position:relative;
	margin-top:-30px; /* negative value of footer height */
	height:25px;
	padding-top:5px;
	clear:both;
}

#footer-wrapper	{
	width:990px;
	margin:0 auto;
}

.footer-copyright	{
	float:left;
	text-align:left;
}

.footer-contact	{
	float:right;
	text-align:right;
}
/* END FOOTER */

/* BUTTONS THICKBOX */
.buttons-thickbox	{
	background-color: #FFF;
    font-size: 9pt;
	color:#7D7E83;
	width:auto;
	cursor:pointer;
	border:1px solid #7D7E83;
	-moz-border-radius:10px;
    -webkit-border-radius:10px;
    -khtml-border-radius:10px;
    border-radius:10px;
	padding:5px;
	float:right;
	margin-left:5px;
}

.buttons-thickbox.hover, .buttons-thickbox:hover	{
	width:auto;
	background-color:#7D7E83;
	color:#FFF;
}
/* END BUTTONS THICKBOX */