html {
	overflow: -moz-scrollbars-vertical;
}

body {
	margin: 16px 0;
	text-align: center;
	font-size: 76%;
	background: #F8F8F8;
	font-family: Verdana;
}

#wrap {
	margin: 0 auto;
	text-align: left;
	width: 730px;
	background: white;
	border: 1px solid #DEDEDE;
	padding: 25px;
}

#header {
	height: 64px;
	border-bottom: 1px solid #F5F5F5;
}

h1 {
	background: url(../images/nrc_handelsblad.png) no-repeat 0 5px;
	margin: 0 0 0 139px;
}

h1 span {
	display: none;
}

h1 a {
	display: block;
	height: 37px;
	width: 450px;
}

h2 {
	font-size: 1.2em;
}

h2#welkom {
	background: url(../images/welkom.png) no-repeat;
	margin: 24px 0 0 0;
	height: 32px;
}

h2 span {
	display: none;
}

#inleiding {
	background: url(../images/donker.jpg) no-repeat;
	padding-left: 140px;
	border-bottom: 1px solid #F5F5F5;
	padding-bottom: 1em;
}

p {
	line-height: 140%;
	color: #373735;
	margin: 1em 0;
}

p.sig {
	color: #757571;
}

#tabloids {
	padding: 0 0 1em 0;
	border-bottom: 1px solid #F5F5F5;
}

.tabloid {
	margin-top: 28px;
	width: 352px;
	float: left;
}

.tabloid h2 {
	background: #F8F8F8;
	padding: .2em 4px .4em 4px;
	margin: 0 0 .6em;
}

.tabloid p {
	font-size: .9em;
	margin: 0;
}

.left {
	margin-right: 25px;
}

a.cover img {
	float: left;
	margin-right: 10px;
}

p.datum {
	float: right;
	color: #757571;
	padding: .5em 4px .4em 4px;
	margin: 0;
}

h2#zesdaags {
	margin: 28px 0 0 0px;
	float: left;
}

h2#zesdaags a {
	background: url(../images/zesdaags_button.png) no-repeat 0 0;
	height: 130px;
	width: 359px;
	display: block;
}

h2#zesdaags a:hover {
	background: url(../images/zesdaags_button.png) no-repeat -359px 0;
}

h2#weekend {
	margin: 28px 0 0 12px;
	float: left;
}

h2#weekend a {
	background: url(../images/weekend_button.png) no-repeat 0 0;
	height: 130px;
	width: 359px;
	display: block;
}

h2#weekend a:hover {
	background: url(../images/weekend_button.png) no-repeat -359px 0;
}

a:link {
	color: #004488;
	text-decoration: none;
}

a:visited {
	color: #444444;
	text-decoration: none;
}

a:hover {
	color: #D30910;
	background: url(../images/a_bg.png) repeat-x bottom left;
	text-decoration: none;
}

a img {
	border: none;
}

h1 a:hover {
	background: none;
}

h2#aankondiging {
	text-align: center;
	margin-top: 1.5em;
	color: #757571;
}

/* float clearing for IE6 */
* html #wrap,
* html .tabloid,
* html #tabloids {
  height: 1%;
  overflow: visible;
}

/* float clearing for IE7 */
*+html #wrap,
*+html .tabloid,
* html #tabloids {
  min-height: 1%;
}

/* float clearing for everyone else */
#wrap:after,
.tabloid:after,
#tabloids:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}