/*
==============================================
Layout Style Sheet (for version 5 browsers and above)
version:  1.0
site:     VanderlooAdvies (structure)
author:   Peter Ruijter (bedrijvenweb.nl)
date:     November 24th, 2006
=================================================
*/

html, body, div, ol, ul, li, img, form, select, input, table, td {
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

hr {
	margin-top: 10px;
	margin-bottom: 10px;
}

html, body {
	background-color: #F4EDEC;
}

/*= STRUCTURE
======================================================================*/
#page {
	margin: 0 auto;
	width: 780px;
	background-image: url(images/layout/bg_page.jpg);
	background-repeat: repeat-y;	
}

#header {
	height:174px;
	background-image: url(images/layout/bg_header.jpg);
	background-repeat: no-repeat;	
}

#middle {
	width: 655px;
	margin-top: -60px;
	margin-right: 65px;
	margin-left: 70px;
}

#bottom {
	clear: both;
	background-image: url(images/layout/bg_bottom.jpg);
	background-repeat: no-repeat;	
	background-color: #F4EDEC;
	height:26px;
	text-align:center;
	
	padding-top: 8px;	
	font-size: 11px;
	color: #996259;
}

/*= NAVIGATION
======================================================================*/
#middle_nav {
	width: 120px;
	float:left;
	margin-top: 20px;
}

#middle_nav ul {
	list-style-type: none;
	border-bottom: #F2653C solid 1px;
}

#middle_nav li {
	height: 22px;
	border-top: #F2653C solid 1px;
	font-size: 13px;
	padding-top: 3px;
}

#middle_nav li a {
	text-decoration: none;
	padding-left: 5px;	
	color: #000;
}

#middle_nav li a:hover {
	font-weight: bold;
}

#middle_nav li a.act {
	font-weight: bold;
}

#middle_nav img {
	margin-right: 20px;
	margin-top: 20px;
	
}

/*= MIDDLE CONTENT
======================================================================*/
#middle_content {
	width: 505px;
	float:right;
	background-image: url(images/layout/bg_content.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-left:25px;
	font-size:11px;
	padding-bottom: 65px;
}
#middle_content h1 {
	margin: 0px;
	margin-bottom:2px;
	font-size:14px;
}

#middle_content h2 {
	font-size:11px;
	color: #996259;
	margin-top: 10px;	
	margin-bottom: -10px;	
}

div#middle_content p.first-child {
	margin: 0;
}
#middle_content .fotopand {
	margin-right: 15px;
	margin-bottom: 15px;
}

/*= HEADER
======================================================================*/
#header #logo {
	height: 44px;
	width: 223px;
	padding-top: 21px;
	margin-left: 132px;
}

#header #adres {
	height: 60px;
	width: 185px;
	float:right;
	font-size: 10px;
	margin-right: 30px;
	margin-top: -10px;
}

#header #adres a {
	text-decoration:none;
	color: #000;
}

/*= BOTTOM
======================================================================*/
.bwn {
	height: 13px;
	width: 25px;
	padding-right: 30px;
}

/*= CONTACT FORMULIER
======================================================================*/
label {
	width: 9em;
	float: left;
	text-align: left;
	margin-right: 0.5em;
	display: block
}
label#info {
	width: 14em;
	margin-top:10px;
}	
.submit input {
	margin-left: 4.5em;
}

/*= NIEUWS
===============================================================*/
#netnieuws {
	width:90%;
	padding: 5px;
}

#netnieuws ol {
	margin-left: 20px;
}
#netnieuws li {
	margin-bottom: 5px;
}

/*= PRINT
======================================================================*/
@media print {
	#middle_nav {
		display: none;
	}
	#middle_content {
		float: left;
		margin-left:0;
	}
	#header #adres {
		margin-right: 60px;
		margin-top: -50px;
	}
	#header #logo {
			margin-left:30px;
	}
}
