/* -------------------------------------------------------------- 
  
   Blueprint CSS Framework Screen Styles
   * Version:   0.6 (21.9.2007)
   * Website:   http://code.google.com/p/blueprintcss/
   See Readme file in this directory for further instructions.
   
-------------------------------------------------------------- */

@import 'lib/reset.css';
@import 'lib/typography.css';
@import 'lib/grid.css';
@import 'lib/forms.css';

/* Plugins:
   Additional functionality can be found in the plugins directory.
   See the readme files for each plugin. Example:
   @import 'plugins/buttons/buttons.css'; */
   
/* See the grid:
   Uncomment the line below to see the grid and baseline. */

body
{
	background-color: #e7edc9;
	background-image: url('../img/header_branch.jpg');
	background-position: top center;
	background-repeat: repeat-x;
	
	margin: 0 20px;
	padding: 0;
}

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

a:hover
{
	color: #a80f09;
	text-decoration: underline;
}

.container
{
/*	background: url('lib/grid.png'); */
	width: 850px;
	margin: 0 auto;
}

#header
{
	background-image: url('../img/header_bg.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	
	height: 190px;
}

#header h1, #header p#h1-sub
{
	display: none;
}

#navigation ul
{
	margin: 0 30px;
	padding-top: 130px;
}

#navigation ul li
{
	display: inline;
	text-indent: -9999px;
}

#navigation ul li a
{
	height: 40px;
	display: block;
	float: left;
}

#navigation ul li.home a
{
	width: 72px;
	background-image: url('../img/nav_home.jpg');
}

#navigation ul li.wie-zijn-we a
{
	width: 107px;
	background-image: url('../img/nav_wie-zijn-we.jpg');
}

#navigation ul li.voorwoord a
{
	width: 103px;
	background-image: url('../img/nav_voorwoord.jpg');
}

#navigation ul li.artikels a
{
	width: 82px;
	background-image: url('../img/nav_artikels.jpg');
}

#navigation ul li.contact a
{
	width: 79px;
	background-image: url('../img/nav_contact.jpg');
}

#navigation ul li a:hover
{
	background-position: 0 -80px;
}

#navigation ul li.selected a
{
	background-position: 0 -40px;
}

#content
{
	margin: 0 10px;
	padding: 0 0 60px 0;
	background-color: #f0f3da;
	background-image: url('../img/content_bg.jpg');
	background-position: bottom center;
	background-repeat: no-repeat;
}

#content #introduction
{
	padding: 20px 20px 1px 20px;
	background-image: url('../img/introduction_bg.jpg');
	background-repeat: no-repeat;
	
	position: relative;
}

#content div#introduction.home h2, #content div#introduction.artikeldetail h2
{
	margin-right: 200px;
}

#content #introduction-picture
{
	float: right;
	
	padding-left: 20px;
}

#content .wie-zijn-wij, #content .voorwoord, #content .artikels, #content .contact
{
	padding: 0 20px;
}

a.lees-verder
{
	text-indent: -9999px;
	background-image: url('../img/lees_verder.jpg');
	
	width: 100px;
	height: 18px;
	
	display: block;
}

a:hover.lees-verder
{
	background-position: 0px -18px;
}

#footer
{
	background-color: #f2f5e1;
	background-image: url('../img/footer_bg.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
	
	margin: 0 10px;
	
	position: relative;
	
		
	height: 250px;
}

#footer #laatste-artikels
{
	width: 480px;
	padding: 10px;
	
	position: absolute;
	left: 0px;
	top: 0px;
}

#footer #laatste-artikels ul
{
	list-style-type: none;
	
	margin: 0;
	padding: 0;
}

#laatste-artikels ul li
{
	position: relative;
	padding: 0;
	margin: 0;
}

#laatste-artikels ul li span.datetime
{
	font-size: .85em;
	font-weight: bold;
	
	padding: 6px 10px 5px 5px;
	
	line-height: 1em;
	
	position: absolute;
	left: 0;
	top: 0;
}

#laatste-artikels ul li.artikel.nieuw a
{
	padding-right: 50px;
	background-image: url('../img/nieuw.jpg');
	background-position: 430px center;
	background-repeat: no-repeat;
}

#footer #laatste-artikels a
{
	color: #6f5a33;
	text-decoration: none;
	
	padding: 2px 5px;
	
	display: block;
}

#footer #laatste-artikels a:hover
{
	color: #1e1504;
	background-color: #e4e6c8;
}

#footer #opgedragen-aan
{
	padding: 20px;
	color: #5f5130;
	font-weight: bold;
	
	height: 40px;
	
	position: absolute;
	left: 0px;
	top: 170px;
}

#footer #opgedragen-aan a
{
	color: #806a41;
	text-decoration: none;
	border-bottom: 1px dotted #806a41;
}

p.indekijker
{
	font-size: 1.1em;
	text-align: center;
	background-color: #f6f9ec;
	margin-left: 50px;
	margin-right: 50px;
	padding: 10px 50px;
}

.afbeelding img
{
	border: 5px solid #fff;
}

.afbeelding.links
{
	float: left;
	margin: 0 10px 10px 0;
	padding: 0;
}

.afbeelding.rechts
{
	float: right;
	margin: 0 0 10px 10px;
	padding: 0;
}

.afbeelding.midden
{
	text-align: center;
	display: block;
	margin: 10px 0;
}

.afbeelding.midden img
{
	margin: 0 5px;
}

#map
{
	border: 5px solid white;
	width: 530px;
	margin: 0 20px 0 0;
}

#adres
{
	width: 220px;
	background-color: #f6f9ec;
	float: right;
	text-align: center;
	padding: 10px;
}

#wegwijzer #col1
{
	width: 350px;
	float: left;
	margin-left: 20px;
}

#wegwijzer #col2
{
	width: 350px;
	float: right;
	margin-right: 20px;
}

p.centerlink
{
	text-align: center;
	padding: 20px;
	font-size: 1.1em;
}

table#artikellijst
{
	width: 100%;
}

a
{
	outline: none;
}

.artikeldetail img {
	max-width: 600px;
}

.artikeldetail img {
	_width: expression(this.width < 600 ? 600: true);
}

#artikellijst h3.titel
{
	font-size: 1.3em;
	border: 0;
	padding: 0;
	margin: 0;
}

.artikeldetail .meta
{
	font-size: .9em;
	color: #333;
	background-color: #f6f9ec;
	padding: 10px;
	border-top: 1px solid #d7d9c9;
}

#introduction.referenties ul
{
	padding: 0;
	margin: 0;
}

#introduction.referenties ul li
{
	list-style-type: none;
	padding: 10px 0;
}

#copyright
{
	font-size: .8em;
	padding: 20px 100px 10px 100px;
	text-align: center;
}

img#auteur
{
	float: left;
	margin: 0 20px 15px 0;
}