/*
	Stick footer to bottom of the page
	<http://scott.sauyet.com/CSS/Demo/FooterDemo1.html>
*/

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

html>body, html>body #container {
	height: auto;
}

#container {
	position: absolute;
	left: 50%;
	margin-left: -495px;
}

#footer {
	position: absolute;
	bottom: 0;
}

#container {
	width: 970px;
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
	background-color: #fff;
	text-align: left;
}

/* classes
---------------------------------------------------------- */

.submit-button {
	width: auto;
	padding: 4px 10px; 
	font: normal bold 7pt Verdana, sans-serif;
	border: 0;
	color: #fff;
	background-color: #f60;
}

.error {
	width: 305px;
	padding: 5px;
	border: 1px solid #f60;
	background-color: #ffede1;
}

.error input {
	background-color: #fff;
}

.errorMsg {
	margin: 5px 0 0 0;
	font-weight: bold;
	color: #000;
}

.js-enabled .errorMsg {
	display: none;
}

.validation-advice {
	background-color: #ffc6e4;
	padding: 2px 2px 2px 5px;
	margin: 0;
	color: #000;
	width: 285px;
}

/* header
---------------------------------------------------------- */
#header {
	background: #000;
	height: 180px;
	margin-top: 10px;
}
#header #banner {
	position: absolute;
	left: 0;
	padding: 0;
	margin: 0;
}
#header #contact {
	position: absolute;
	right: 0;
	background: url(../images/backgrounds/header-contact.gif) top right no-repeat;
	width: 316px;
	padding-top: 74px;
	padding-bottom: 30px;
}
/* rollovers for email, form and nureclame links in contact header */
#header #contact.email {
	background-image: url(../images/backgrounds/header-contact-email.gif);
}
#header #contact.formulier {
	background-image: url(../images/backgrounds/header-contact-formulier.gif);
}
#header #contact.nureclame {
	background-image: url(../images/backgrounds/header-contact-nureclame.gif);
}
#header #contact h3 a {
	position: absolute;
	width: 75px;
	height: 75px;
	top: 20px;
}
#header #contact li {
	display: none;
}
#header #contact li.email {
	display: block;
	padding-bottom: 26px;
}
#header #contact a {
	text-indent: -1000em;
	display: block;
	height: 16px;
}

/* navigation
---------------------------------------------------------- */
#navigation {
	position: absolute;
	top: 210px;
	bottom: 50px;
	width: 345px;
	overflow: auto;
	margin-left: 625px;
}
#navigation li {
	border-top: 1px solid #d5d5d5;
	margin: 0;
	overflow: hidden;
}
#navigation li.over {
	background-color: #dddddd;
	cursor: pointer;
}
#navigation li.over h3 {
	color: #e40079;
}
#navigation li h3 {
	margin-top: 5px;
	margin-bottom: 10px;
}
#navigation li .image {
	background-color: #e7e7e7;
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}
#navigation li .image  p {
	margin: 0;
}
#navigation li .image p a {
	padding: 0;
	padding-left: 5px;	
	margin: 0;		
	font-size: .9em;
	font-style: italic;
	color: #777;
	display: block;
}
#navigation li .image p a:hover {
	text-decoration: none;
	color: #E40079;
}

/* container content
---------------------------------------------------------- */
#main {
	position: absolute;
	top: 210px;
	bottom: 50px;
	width: 595px;
	padding: 0 15px 0 0;
	overflow: auto;
}
#portfolio_content {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 410px;
	width: 165px;
	overflow: none;
}
#portfolio_content h1 {
	border: 0;
	font-size: 1em;
	padding: 0;
	font-weight: normal;
}
#portfolio_content h2 {
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	padding: 15px 0 15px 0;
	margin: 0 0 15px 0;
	font-size: 1em;
}
#portfolio_content ul li {
	list-style-type: none;
	padding-left: 10px;
	background: url(../images/bullets/bullet-list.gif) 0 8px no-repeat;
}

/* contactform
---------------------------------------------------------- */

#contactform {
	width: 295px;
}
#main.home {
	width: 535px;
	margin-left: 60px;
}
#main.home p {
	margin-right: 20px;
}
.reactieformulier h1 {
	border-bottom: 1px solid #d5d5d5;
	padding-bottom: 10px;
}
.reactieformulier h3 {
	padding-top: 10px;
	margin-right: 20px;
	border-top: 1px solid #d5d5d5;
}
#contactform em {
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}
#contactform label {
	margin: 0;
	display: block;
	color: #999;
}
#contactform label strong {
	color: #333;
}
#contactform textarea {
	height: 60px;
}
#contactform input.largeInput, 
#contactform textarea {
	width: 285px;
}
#contactform input.smallInput {
	width: 75px;
}
#contactform input.mediumInput {
	width: 203px;
}
#contactform textarea {
	font-size: 100%;
}
#contactform .form-row {
	margin: 0 0 1em 0;
}
#contactform .submit-button {
	float: right;
	width: auto;
	padding: 4px 10px; 
	font-family: Verdana, sans-serif;
	border: 0;
	background-color: #f60;
}
#contactform .submit-button:focus {
	border: 0;
}
#contactform em.geslacht {
	color: #999;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
}

/* archief
---------------------------------------------------------- */

ul#archief {
	list-style-type: none;
}
ul#archief li {
	float: left;
	margin: 0 2px;
}

/* footer
---------------------------------------------------------- */
#footer {
	width: 970px;
	height: 20px;
	margin-bottom: 10px;
	background-color: #000;
	text-align: center;
	color: #666;
}
#footer p {
	padding: 0;
	margin: 0;
}
#footer strong {
	color: #fff;
}
#footer a {
	color: #666;
	text-decoration: underline;
}
#footer a:hover {
	color: #ff0099;
	text-decoration: underline;
}