/******************************************
DEM
CSS : Eefje Ferwerda
E-mail: eferwerda@lautenbagreclame.nl
WWW: http://www.lautenbag.nl
---------------------------------------
CSS bestand vrijgegeven onder C.C. licentie:
http://creativecommons.org/licenses/by-sa/2.0/nl/
******************************************/

:-moz-any-link:focus {outline: none;}
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, font, img, ins, kbd, q, s, samp,
sub, sup, tt, var, dd, dl, dt, li, ol, ul, form, fieldset, input, textarea, label, 
table, legend, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	text-align: left;
	list-style: none;}
	
img, a img, :link img, :visited img {border: 0;}
div.clear {clear: both; width: 100%; height: 0px;}


/*LAYOUT
**************************************************/
body {
	background: #fff;
	}

div#site {
	min-height: 1100px;
	height: auto !important;
	height: 1100px;
	width: 750px;
	margin: 0 auto;
	position: relative;
}

div#top{
  height: 230px;
  width: 100%;
  }

div#main{
  width: 100%;\
  }

div#bottom{
  clear: both;
  margin: 0 auto;	
  }

div#header{
  width: 750px;
  height: 230px;
  margin: 0 auto;
  }

div#container{
  width: 720px;
  margin: 0 auto;
  }

div#footer{
	clear: both;
  width: 960px;
  margin: 0 auto;
  }

div#sidebar {
	height: 300px;
	float: right;
	display: inline;
	position: absolute;
	right: -10px;
	bottom: 180px;
}

/*content
**************************************************/
div#content{
  float: left;
  display: inline;
  width:608px;
  margin-top: 35px;
	}

div#text{
	float: left;
	display: inline;
	width: 560px;
	margin-left: 40px;
	margin-bottom: 20px;
	}
  
 h2 {
	font: bold 15px lucida grande, lucida, tahoma, arial, sans-serif;
	color: #fff;
	}

p {
	color: #fff;
	float: left;
	display: inline;
	line-height: 20px;
	clear: left;
	}

/*footer
**************************************************/
div#footer {
	width: 750px;
	margin: 0 auto;
	bottom: 0px;
	clear: both;
	position: absolute;
	bottom: 0px;
	}

/*-----overzicht-----*/
 div#foto_overzicht {
 	min-height: 450px;
 	width: 720px;
 	float: left;
 	display: inline;
 }
 
div#overzicht {
	float: left;
	display: inline;
	width: 720px;
	padding: 20px 0 40px 20px;
}

div#print_foto {
	float: left;
	display: inline;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 15px;
	height: 200px;

	border: 1px solid #000;
}

div#print_foto img{
	float: left;
	display: inline;
	height: 200px;
}

div#vertegenwoordigers {
	margin-left: 40px;
	float: left;
	display: inline;
}

/*-----TYPOGRAFIE-----*/

body{font: normal 11px lucida, sans-serif, tahoma, arial;
line-height: 15px;} 

h3{font: 10px lucida, sans-serif, tahoma, arial;}

h1 {
	font: bold 20px lucida, sans-serif, tahoma, arial;
	margin-bottom: 15px;
	}

h4 { 
line-height: 18px;
	font-size: 12px;
	font-weight: 600;
}

li {
	font: normal 13px lucida, sans-serif, tahoma, arial;
	line-height: 17px;
	clear: both;
	list-style-type: disc;
	list-style-position: inside;
}

div#content p{
	font: normal 13px lucida, sans-serif, tahoma, arial;
	color: #000;
	margin-bottom: 15px;
	line-height: 17px;
	}
