/* ---------------------------------------- */
/*                Zwart Machines           */
/*    www.zwartmachines.nl      */
/*  Site created by Terp 10 Communicatie  */
/*  Copyright 2009. All rights reserved.  */
/* -------------------------------------- */



/* ------------------------------ */
/*            standaard             */
/* ------------------------------ */


html, body {
  margin: 0;
  padding: 0;
  }

h1, h2, h3, h4, h5, h6, ul, ol, p {
  margin: 0;
  padding: 0;
  }

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
  }

img {
  border: none;
  }

/* ------------------------------ */
/*            layout              */
/* ------------------------------ */


html {
	height:100%;
	}

body {
	background-image: url(../images/achtergrond.png);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color:#6e511f;
	height: 100% - 10px;
	text-align: center;
	}

#container {
	width:855px;
	margin: auto;
	margin-top: 10px;
	border: solid 2px #6e511f;
	background-image: url(../images/menu_bg.png);
	background-position: top left;
	background-repeat: repeat-y;
	}


#header {
	width: 100%;
	height: 181px;
	background-image: url(../images/header_bg.png);
	background-position: top left;
	background-repeat: no-repeat;
	border-bottom: solid 2px #6e511f;
	}

#menu {
	float: left;
	width: 139px;
	padding-top: 15px;
	padding-left: 10px;
	text-align: left;
	}
	
#content {
	float: left;
	width: 491px;
	margin-top: 10px;
	margin-left: 107px;
	}
	
#footer {
	clear:both;
	width: 100%;
	height: 104px;
	background-image: url(../images/footer_bg.png);
	background-repeat: no-repeat;
	}
	
#adres{
	position: relative;
	width: 100%;
	top: 93px;
	text-align: right;
	font-size: 0.6em;
	font-weight: bold;
	}
	

/* ------------------------------ */
/*            opmaak              */
/* ------------------------------ */

h1 {
	font-size: 1.2em;
	line-height: 65px; /* zelfde hoogte als #links-titel voor verticale uitlijning */
	text-align: left;
	color:#6e511f;
	}
	
h2 {
	font-size: 0.9em;
	line-height: 2;
	text-align: left;
	color:#6e511f;
	font-weight: bold;
	}

#content p {
	font-size: 0.8em;
	line-height: 1.4;
	text-align: justify;
	letter-spacing:0.04em;
	color:#6e511f;
	margin-bottom: 0.5em;
	}
	
	
#content img {
	border: solid 2px #6e511f;
	}
	
#menu a{
	font-size: 0.8em;
	letter-spacing:0.04em;
	font-weight: bold;
	color:#fed400;
	}

#menu a:hover, #menu a:active {
	padding-left: 15px;
	}

#menu .link_selected {
	padding-left: 15px;
	}
	
#aanbieding_menu  img{
	border: none;
	text-align: right;
	}

