@charset "utf-8";
/*--------------------------------------------------------------------*/
/*
	Reset
	http://meyerweb.com/eric/tools/css/reset/ 
	v2.0 | 20110126
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	border: 0;
	font-size: 100%;
	font: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*--------------------------------------------------------------------*/

html {
	background: white top right repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	height: 100%;
	background-size: cover;
}
body {
	background: #3a2c3f;
	color: white;
	font: 12px/18px Verdana, Geneva, sans-serif;
	width: 834px;
	min-height: 100%;
	padding-bottom: 1px;
}

html.home {
	background-image: url(images/bg/home.jpg);
}
html.over {
	background-image: url(images/bg/over.jpg);
}
html.diensten {
	background-image: url(images/bg/diensten.jpg);
}
html.projecten {
	background-image: url(images/bg/projecten.jpg);
}
html.contact {
	background-image: url(images/bg/contact.jpg);
}

h1 {
	color: #9c3;
	font-weight: bold;
	padding-bottom: 2em;
	font-size: 13px;
}
h2 {
	color: #ffc;
	font-weight: bold;
	font-size: 12px;
}
h3 {
	color: #ffc;
	font-style: italic;
	font-size: 12px;
}

p {
	margin-bottom: 1em;
}

.invisible {
	height: 0;
	visibility: hidden;
	width: 0;
}

body > nav {
	float: left;
	margin-top: 42px;
	width: 210px;
	font-size: 16px;
	text-align: right;
	text-transform: uppercase;
	line-height: 45px;
}
body > nav a {
	color: white;
	text-decoration: none;
}

nav ul {margin-bottom:20px;}
.home #menu-home a:before,
.over #menu-over a:before,
.diensten #menu-diensten a:before,
.projecten #menu-projecten a:before,
.contact #menu-contact a:before {
	content: '> ';
}
.home #menu-home a,
.over #menu-over a,
.diensten #menu-diensten a,
.projecten #menu-projecten a,
.contact #menu-contact a {
	color: #9c3; ;
}

body > header {
	position: relative;
}
#logo {
	left: 40px;
	position: absolute;
	top: 64px;
}
#banner {
	margin-left: 167px;
}

body > article {
	margin: 35px 0 0 246px;
	width: 439px;
}

body > article ul {
	list-style: disc;
	margin: 1em 0 1em 2em;
}

footer {
	clear: both;
}

address {
	margin-left: 15px;
}

a {
	color: #ffc;
	/*color: #9c3;*/
	text-decoration:none;
}
