body {
 width: 100%;
 height: 100%;
 margin: 0;
 background-position: bottom left;
 background-repeat: no-repeat;
 background-attachment: fixed;
 background-color: #c3c5c6;
 background-image: url('background.png'); 
 color: #715b2f;
 font-family: verdana, helvetica, sans-serif;
}

div.banner {
	width: 100%;
	height: 130px;
}

div.banner div.top {
	display:table;
	background-image: url('logo-top.png');
	background-color: #715b2f;
	width: 100%;
	height: 50%;
	background-repeat: no-repeat;
	background-position: bottom right;
	color: #c3c5c6;
}

div.banner div.bottom {
	background-image: url('logo-bottom.png');
	background-color: #c3c5c6;
	width: 100%;
	height: 50%;
	background-repeat: no-repeat;
	background-position: top right;
}

div.left {
	position: fixed;
	width: 210px;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #715b2f;
	float: left;
	z-index:-1;
}

div.menu {
	left: 0;
	padding: 1em;
	font-size: small;
	float: left;
	color: #c3c5c6;
	width: 150px;
	background-color: #715b2f;
}

div.menu a {
	padding: 0.5em;
	color: #c3c5c6;
	font-weight: bold;
	text-decoration: none;
	width: 50px;
	clear: both;
	display: block;
}

div.adres {
	position: absolute;
	left: 0px;
	bottom: 10px;
	padding: 1.5em;
	font-size: small;
	color: #c3c5c6;
}

div.adres a {
	color: #c3c5c6;
}

div.content {
	margin-left: 220px;
	font-size: small;
	padding-bottom: 20px;
}

div.footer div.grey {
	position: fixed;
	bottom: 10px;
	height: 10px;
	background-color: #c3c5c6;
	width: 100%;
}

div.footer div.brown {
	position: fixed;
	bottom: 0px;
	height: 10px;
	background-color: #715b2f;
	width: 100%;
}
