html, body, #container {height: 100%;}

body > #container {height: auto; min-height: 100%;}

body {
	background: #fff;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: .8em;
	line-height: 1.4em;
	color: #333;
}

#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -68px; /* the bottom margin is the negative value of the footer's height */
}

.clear {
	clear: both;
}
a {
	color: #0071ad;
}
a:visited {
	color: #4890c6;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
#header {
	background-color: #a5bfde;
	height: 70px;
	padding-top: 20px;
}
#header h1 a {
	display: block;
	text-indent: -9999em;
	background: transparent url(../gfx/logo.png) no-repeat top left;
	width: 230px;
	height: 55px;
	margin-left: -85px;
}
#header h2 {
	display: none;
}
#header h1,
#header h2,
#navigation ul,
div.content,
#footer address {
	margin: 0 auto;
	width: 850px;
	padding-left: 100px;
/*	padding-right: 50px;*/
/*	margin-right: 50px;*/
}

#navigation {
	background-color: #0071ad;
	color: #fff;
	height: 1.7em;
	border-top: 5px solid #fff;
	padding: 8px 0 5px 0;
}
#navigation li {
	float: left;
	margin-right: 50px;
}
#navigation li a {
	font-weight: bold;
	color: #fff;
}
#navigation li.active a {
	color: #a5bfde;
}
#navigation li a:hover {
	color: #f6be7a;
}

div.content {
	margin-top: 45px;
	margin-bottom: 50px;
	min-height: 420px;
	background: transparent url(../gfx/kleurenbalk.gif) no-repeat scroll top right;
}
.article {
	float: left;
	width: 440px;
}
#right_sidebar {
	float: left;
	width: 210px;
	margin-left: 60px;
	padding-top: 12px;
}
#right_sidebar h3 {
	margin-bottom: .7em;
}
#right_sidebar h3.sub {
	font-size: .9em;
	margin: 2em 0 0em 0;
}
#right_sidebar h3 a {
	margin-bottom: .6em;
	font-size: 1.2em;
/*	font-weight: bold;*/
	color: #333;
}
#right_sidebar li {
/*	height: 1.8em;*/
	margin: 0 0 .5em 0;
	line-height: 1.1em;
}
#right_sidebar li a:hover {
	text-decoration: underline;
}

#right_sidebar li.active a {
	font-weight: bold;
	color: #0071ad;
}
#right_sidebar ul.projecten li {
	margin: 0 0 .3em 0;
}
#right_sidebar ul.projecten li a {
	color: #549534;
	font-size: .85em;
}
.article h2,
.article h3,
.article p,
.article ul,
.article img {
	margin-bottom: .8em;
}

.article h2 {
	font-size: 2.1em;
	line-height: 1.1em;
	margin-bottom: .3em;
/*	font-weight: bold;*/
}
.article h3 {
	font-size: 1.3em;
	margin-bottom: .1em;
	font-weight: bold;
}
.article h3 a {
	color: #333;
}
.article ul {
	list-style: outside disc;
	margin: -.5em 0 0 15px;
}
.article ul li {
	padding-left: 15px;
	line-height: 1.1em;
	padding-bottom: 5px;
}
.article a:hover {
	text-decoration: underline;
}
.intro {
/*	font-weight: bold;*/
}

.article ul#publicaties {
	margin: 1em 0 0 0;
	list-style: none;
}

.article ul#publicaties li {
	padding: 0;
	line-height: 1.4em;
	clear: both;
}
.article ul#publicaties li .illustratie {
	float: left;
	width: 100px;
	margin: 0 15px 15px 0;
	border: 1px #ccc solid;
	height: 100px;
	overflow: hidden;
}
.article ul#publicaties li .description {
	float: right;
	width: 320px;
}

form#contact label {
	width: 120px;
	display: block;
	float: left;
}
form#contact input[type='text'] {
	margin-bottom: 5px;
	width:  170px;
	border: 1px #333 solid;
	padding: 3px;
}
form#contact textarea {
	width: 293px;
	height: 100px;
	padding: 3px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	border: 1px #333 solid;
}
form#contact span.error {
	color: #ee8800;
	margin-left: 120px;
	font-size: .9em;
	display: block;
/*	margin-bottom: 5px;*/
}
form#contact br {
	clear: both;
}
.push {
	height: 68px; /* .push must be the same height as .footer */
/*	clear: both;*/
}

#footer {
	height: 45px;
/*	padding: 15px 0;*/
	font-size: 0.9em;
	background-color: #e48d1a;
	color: #fff;
	/*
	position: absolute;
	bottom: 0;
	width: 100%;
	/*
	background-color: #e48d1a;
	position: relative;
	margin-top: -150px; 
	height: 150px;
	clear:both; 
	*/
	
}
#footer address {
	padding: 15px 0 0 100px;
	letter-spacing: .1em;
}
address a {
	color: #fff;
}
address a:hover {
	text-decoration: underline;
}
#pre_footer {
/*	display: none;*/
	background-color: #eaa146;
	border-bottom: 5px solid #fff;
	height: 18px;
}
p#admin_button {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 10px;
}
