@charset "UTF-8";

html, body {
	height:100%;
	overflow:auto !important;
	overflow:inherit;
	color:#333;
	font:14px Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #bddce8;
}

p {
	padding:0px;
	margin:0px;
	
	line-height:17px;
}

h1 {
	margin:4px 0 29px;
	padding:4px 30px 8px 0;
	
	color:#4da2c1;
	font:italic bold 20px Arial, Helvetica, sans-serif; 
}

h2 {
	margin:8px 0 8px;
	padding:4px 0 4px;
	
	border-bottom:solid 1px #bddce8;
	
	font:bold 19px Arial, Helvetica, sans-serif;
}

a {
	text-decoration:none;
	color:#333;
	text-transform:uppercase;
} 
a:hover {
	background:#eee;
	
	text-decoration:none;
} 
a:link, a:visited, a:active {
	text-decoration:none;
}

#container {
	position:relative;
	min-height:100%;
	height:auto !important;
	height:100%;
	overflow:auto !important;
	overflow:visible;
	width: 750px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 30px;
}

#header {
	float:left;
	height:145px;
	padding:10px 0 0;
	width:100%;
	margin:0 0 10px;
	cursor:pointer;
	background-image: url(../Elektronische_nieuwsbrief/images/kop.png);
	background-repeat: repeat-x;
	background-position: right 10px;
}

#menu {
	float:left;
	width:100%;
	height:50px;
	font-size: 10px;
	color: #333;
	text-align: center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #333;
	border-bottom-color: #333;
	padding-top: 5px;
	display: none;
}

#content {
	float:left;
	width:750px;
	height:auto;
}

#content_wrap {
	position:relative;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}

#middle img {
	float:left;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 19px;
	margin-left: 0;
	display: none;
}

#middle p {
	padding:0px;
	margin:0 0 18px;
}

#middle {
	background:#fff;
	border-top:solid 1px #666;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 60px;
	padding-left: 30px;
}

#middle .met_img {
	float:none;
	
	overflow:hidden;
	width:100%;
}

#left {
	padding:15px 15px 29px;
	width:150px;
	position:absolute;
	left:0px !important;
	left:-192px;
	top:0px;
	background:#ffb12c;
	border:dashed 1px #000;
	border-top:solid 1px #000;
	display: none;
}

#left_links {
	padding:0 0 29px;
	width:182px;
	position:absolute;
	left:0px !important;
	left:-192px;
	top:0px;
	background:#ffb12c;
	border:0px;
	border-top:solid 1px #000;
	display: none;	
}

#right {
	padding:10px 10px 24px;
	width:230px;
	position:absolute;
	right:0px !important;
	right:-1px;
	top:0px;
	background:#ffb12c;
	border:dashed 1px #000;
	border-top:solid 1px #000;
	display: none;
}

#right_links {
	width:250;
	position:absolute;
	right:0px !important;
	right:-1px;
	top:0px;
	border:dashed 1px #000;
	border-top:solid 1px #000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 24px;
	padding-left: 0px;
	background-color: #77B6D0;
	display: none;
}

#right_links_img {
	width:250px;
	position:absolute;
	right:0px !important;
	right:-1px;
	top:0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	display: none;
}

#printpagina {
	float:right;
	margin-right:8px;
	margin-top: 8px;
	font-size: 9px;
	text-decoration: none;
	display: none;
}

#footer_wrap {
	float:left;
	height:36px;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
	display: none;
}

#footer {
	height:36px;
	position:absolute;
	bottom:0px;
	left:0px;
	font-size: 10px;
	line-height:36px;
	color:#666;
	padding-left: 30px;
	display: none;
}

