/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
#container header.header {
	position: relative;
}

#container #content,
#container footer.footer  {
	position: relative;
}

.skin-bg iframe {
	display: block;
	height: 100%;
	position: fixed;
	top: 0;
	left: 50%;
	margin-left: -960px; /* Half of the width */
}

.mm-inhoud-ad {
	margin-bottom: 1.5em;
}
.mm-inhoud-ad iframe {
	display: block;
	margin: 0 auto;
	padding: 3px; 
	background-color: #f5f5f5; 
	border: 1px solid #eeeeee;
}

.mm-inhoud-ad-300x250 iframe {
	/*
	width: 300px !important;
	height: 250px !important;
	*/
}

.mm-inhoud-ad-320x480 iframe {
	/*
	width: 320px !important;
	height: 480px !important;
	*/
}

#adsluit {
	display: block;
	position: absolute;
	top: -14px;
	right: calc(50% - 174px);
	width: 25px;
	height: 25px;
	font-size: 20px;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 3px;
	cursor: pointer;
}

.portaal-borgskap-banier iframe {
	display: block;
	height: auto;
	margin: 1.5em auto;
}
