html {
	height: 99%;
}

img { 
	behavior: url(iepngfix.htc) 
}

body {
	height: 99%;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #008FC4;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0;
}

div {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	cursor: default;
}

div.main {
	width: 900px;
	height: 100%;
	margin: auto;
}

div.header {
	margin-top: 17px;
	margin-bottom: 2px;
	width: 100%;
	border-bottom: #39AFFF solid 1px;
}

div.menu {
	width: 100%;
	height: 26px;
	margin-top: 8px;
	font-size: 18px;
	color: #90CEF9;
	font-weight: bold;
}

a:link, a:active, a:visited {
	color: #90CEF9;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #39AEFF;
	font-weight: bold;
}

div.menu a:link, a:active, a:visited {
	color: #90CEF9;
	text-decoration: none;
}

div.menu a:hover {
	color: #39AEFF;
}

div.inhoud {
	width: 100%;
	margin-top: 20px;
}

div.bericht {
	width: 98%;
	padding-left: 10px;
	padding-bottom: 5px;
	border-left: #0166A3 solid 4px;
	margin-bottom: 40px;
}

div.berichttitel {
	width: 50%;
	float: left;
	font-size: 30px;
	margin-bottom: 14px;
}

div.berichtdatum {
	width: 50%;
	font-size: 24px;
	margin-bottom: 14px;
	float: left;
	text-align: right;
	color: #015D9C;
}

div.berichttags {
	/*margin-top: 10px;*/
	margin-top: -5px;
	float: left;
}

div.berichtfooter {
	text-align:right;
	width:100%;
	padding-top:15px;
	vertical-align:bottom;
}

div.reactie {
	margin-bottom:25px;
	padding:2px;
	border:#0184B4 solid 1px;
}

div.footer {
	width: 900px;
	text-align: right;
	color: #015D9C;
	bottom: 3px;
	position: relative;
	clear: both;
}

div.box {
	background-color:#EEEEFF; 
	border: #777777 solid 1px;
	padding: 10px;
	margin: 15px;
	margin-left: auto;
	margin-right: auto;
	color: #000000;
}

div.imgsize {
	background: #FFFFE1;
	color: #000000;
	border: 1px solid #CCC;
	font-size: 11px;
	font-weight: normal;
	font-family: Tahoma;
	width: 348px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}
