/* Table of contents
	 0. Reset
	 1. Global
-------------------------------------------------- */

/* 0. Reset
-------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, address, code,
del, dfn, em, i, h4, h5, h6, p, blockquote, pre,
a, abbr, acronymg, q, dl, dt, dd, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: inherit;
	font-weight: inherit;
	font-family: inherit;
}

a img {
	border: none;
}

ul {
	list-style: none;
}

/* 1. Global
-------------------------------------------------- */

body {
	font-size: 11px;
	font-family: Arial, sans-serif;
	color: #888;
	background-color: #f0efef;
	line-height: 18px;
	padding-bottom: 20px;
}

a {
	font: normal 11px Arial, sans-serif;
	color: #888;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.btn {
	font: bold 12px Arial, sans-serif;
	color: #263673;
	text-decoration: none;
	display: -moz-inline-box;
	display: inline-block;
	height: 20px;
	padding-top: 5px;
	text-decoration: none;
}

.baby-kinder a.btn {
	background: url(../gfx/bg-button.gif) top left no-repeat;
	width: 160px;
	text-align: center;
}

.baby-kinder a.btn:hover {
	background: url(../gfx/bg-button.gif) left -25px no-repeat;
}

.medisch a.btn {
	background: url(../gfx/bg-button.gif) left -50px no-repeat;
	width: 200px;
	text-align: center;
}

.medisch a.btn:hover {
	background: url(../gfx/bg-button.gif) left -75px no-repeat;
}


.main-container {
	background: url(../gfx/bg-main.gif) repeat-y;
	width: 1002px;
	margin: 0 auto;
	position: relative;
	padding: 428px 0 0;
}

.logo-nut {
	position: absolute;
	top: 34px;
	left: 52px;
}

.logo-nut-med {
	position: absolute;
	top: 50px;
	right: 48px;
}

.img-mood-baby-kinder {
	position: absolute;
	top: 130px;
	left: 29px;
}

.img-mood-medisch {
	position: absolute;
	top: 130px;
	right: 29px;
}

.content-row { /* ie6.css */
	overflow: auto;
	position: relative;
	margin: 0 29px;
}

.content-row .baby-kinder {
	background: url(../gfx/bg-columns.gif) 0 0 no-repeat;
	float: left;
	display: inline;
	margin-right: 16px;
}

.content-row .baby-kinder p {
	float: left;
	display: inline;
	width: 181px;
}

.content-row .baby-kinder p.first-child {
	width: 203px;
	margin-right: 30px;
}

.content-row .medisch {
	text-align: right;
	background: url(../gfx/bg-columns.gif) 0 -206px no-repeat;
	float: left;
}

.content-row h2 {
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	margin: 8px 0 23px;
}

.content-row .baby-kinder,
.content-row .medisch {
	padding: 0 20px;
	height: 206px;
	width: 424px;
	position: relative;
}

.baby-kinder p a.btn {
	position: absolute;
	bottom: 31px;
	left: 250px;
}

.baby-kinder p.first-child a.btn {
	position: absolute;
	left: 20px;
}

.medisch p a.btn {
	position: absolute;
	bottom: 31px;
	right: 20px;
}

.footer {
	clear: both;
	text-align: center;
	margin-top: 28px;
	padding-bottom: 28px;
}

.footer li {
	display: inline;
	border-left: 1px solid #ccc;
	padding-left: 11px;
	margin-left: 10px;
}

.footer li.first-child {
	border-left: none;
	padding-left: 0;
	margin-left: 0;
}

.main-container-footer {
	width: 1002px;
	height: 14px;
	margin: 0 auto;
	background: url(../gfx/bg-main-btm.gif) 0 0 no-repeat;
	font-size: 0;
	line-height: 0;
}