/*
project: LEADER stylesheet, screen media
author : ois
date   : 02 February 2009
*/

/* -- primary layout --------------- */

html,body {
	margin: 0;
	padding: 0;
	}

body {
	background: #FFFFF0 url(grfx/leaderbg_large.gif) repeat-y;
	margin:		0;
	padding:	0;
	color:	#000000;
	font-family: verdana,arial,sans-serif;
	font-size: 12px;
	line-height: 140%;
	}

div#wrapper {
	width: 750px;
	margin: 0;
	padding: 0;
	text-align: left;
	}


div#header {
	height:118px;
	position: absolute;
	top: 10px;
	left: 43px;
	margin: 0;
	padding: 0;
	}

div#address {
	width:250px;
	height:74px;
	position: absolute;
	font-size:10px;
	line-height: 1.1em;
	top: 4px;
	left: 360px;
	margin: 0;
	padding: 5px;
	padding-top: 7px;
	border: 2px solid #026261;
	background: #fff url(grfx/kantoor.jpg) 135px 7px no-repeat;
	}

div#nieuws {
        	min-height: 400px;
	      	height: auto;
 	     	_height: 400px;
     		/* http://wellstyled.com/css-underscore-hack.html */
	width:270px;
	float:right;
	margin-left:10px;
	}



div#content {
        	min-height: 900px;
	      	height: auto;
 	     	_height: 900px;
     		/* http://wellstyled.com/css-underscore-hack.html */
	text-align:left;
	width: 585px;
	margin: 0 0 0 155px;
	padding: 0;
	padding-top: 130px;
	}

div#navigation {
	position: absolute;
	top: 11px;
	left: 150px;
	width: 380px;
	}

div#navigation ul#menu {
	padding:0;
	margin:0;
	border:0;
	list-style-type: none;
	}

#menu li {
	float: left;
	}


#menu li a {
	width: 160px;
	border: 2px solid #026261;
	background-color: #fff;
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #000;
	padding:2px;
	margin:4px;
	}

#footer {
	  margin: 0 0 0 110px;
	  padding: 5 0 5 0px;
	  font-size: 9px;
          color: #007065;
          background: transparent url(grfx/km-provnh.gif) 475px 30px no-repeat;
	}

#footer p {
	  width: 85%;
	}

p#tagline {
          border-bottom: 1px solid #B9D8D3;
	  width: 100%;
	  letter-spacing: 3px;
	  font-size: 12px;
	  }

p#tagline b {
	color: #000080;
	}

/* -- typography --------------- */

h1 	{
	text-indent: -9999px;
	top:-500px;
	margin:0;
	padding:0;
	}

#archivedleaderplus {
	 background-color: #FFF0E8;
         border: 1px solid #ff9900;
         padding:5px;
         margin:2px;
       	 font-family: 'Times New Roman';
         font-size: 11px;
         color:#666666;
	 }

.debug { position: relative; color: #f00; z-index: 200; }