body {
	background: url(../img/backgrounds/bg_blue.jpg) no-repeat center bottom fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	font-size: 0.9em;
    line-height: 1.5;
}

body.page-wat-ik-doe { background-image: url(../img/backgrounds/bg_cyaan.jpg); }
body.page-specialisme { background-image: url(../img/backgrounds/bg_purple.jpg); }
body.page-informatie { background-image: url(../img/backgrounds/bg_blue_purple.jpg); }
body.page-contact { background-image: url(../img/backgrounds/bg_red.jpg); }

a { color: #435398; }
a:hover { color: #0090d4; }

h1 {
	text-transform: uppercase;	
	color: #0090d4;
	font-size: 1em;
	margin-bottom: 0.2em;
}

h4 {
	margin-bottom: 0em;	
}

p {
	margin: 0 0 1.5em 0;	
}

p.note {
	font-size: 0.75em;
	text-align: left;	
}

html,
button,
input,
select,
textarea {
    font-family: Verdana, sans-serif;
    color: #333333;
}

#page_wrapper {
	background: url(../img/page/transparent_px.png) repeat 0 0; 
	width: 920px;
	margin: 0 auto;
	padding: 30px
}

#header {
	position: relative;
	height: 140px;
	margin-bottom: 100px;
}

#header #logo {
	position: absolute;
	bottom: 0;
	left: 490px;	
}

#mainnav {
	position: absolute;
	bottom: 0;
	left: 0;	
}

#mainnav ul {
	margin: 0 0 0 -24px;
	padding: 0;
	list-style: none;
}

#mainnav ul li {
	float: left;
	border-right: 1px solid #836885;
	line-height: 1;
}

#mainnav ul li.last {
	border-right: 0;	
}

#mainnav ul li a {
	text-decoration: none;	
	width: 120px;
	display: block;
	text-align: center;
	white-space: nowrap;
}

#mainnav ul li.first a {
	width: 115px;
}

#mainnav ul li.last a {
	width: 95px;
}

#mainnav ul li.current-item a {
	text-transform: uppercase;
	color: #0090d4;
}


#content {
	min-height: 375px;
}

.columns {
	margin: 0 -32px;
	overflow: auto;
}
	
.columns .column {
	padding: 0 32px;	
	float: left;
	width: 428px;
	text-align: justify;
}
	

