/* ==============================================
Layout Style Sheet (for version 5 browsers and above)

version:  1.0
site:     vanbreeden.nl
author:   Bedrijvenweb Nederland BV by Peter Ruijter
date:     October 20th, 2006
================================================= */


/* =LAYOUT =STYLING
================================================= */
/*
div, img, form, select, input, table, td {
	margin: 0;
	padding: 0;
}
*/
html, body{
	font-family: "Tahoma", Arial, sans-serif;
	font-size:11px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #A4D6FF;
}
body {
    min-width:665px;
}

div#page {
	margin:0 auto;
	width: 665px;
	background-image:url('images/layout/page_shadow.gif');
	background-repeat:repeat-y;
}	
div#header {
	background-image:url('images/layout/top_shadow.gif');
}	
div#footer {
	background-image:url('images/layout/bottom_shadow.gif');
	clear:both;
}
div#footer, div#header {
	height: 13px;
	background-repeat:no-repeat;
	background-position: bottom;
}
div#middle {
	width: 665px;
	background-image:url('images/layout/leftcolumn_gradient.jpg');
	background-position:7px bottom;
	background-repeat:no-repeat;
}

h1, h2, hr {
	color:#0184EF;
	margin:0;
}
h1 {
	font-size:20px;
	margin-top: 10px;	
}
h2 {
	font-size:11px;
	margin-top: 10px;	
	margin-bottom: -10px;	
}
hr {
	height: 2px;
	background-color:#0184EF;
}
label {
	width: 8em;
	float: left;
	text-align: left;
	margin-right: 0.5em;
	display: block
}
label#info {
	width: 14em;
	margin-top:10px;
}	
.submit input {
	margin-left: 4.5em;
}


/* =CONTENTCOLUMN
================================================= */
div#contentcolumn {
	float:right;
	width:334px;
	padding:24px 24px 0px;
}
div#contentcolumn_middle {
	line-height:16px;
}	
div#contentcolumn_bottom {
	text-align:center;
	font-size:9px;

}
div#contentcolumn_bottom #copyright_txt {
	width: 308px;
	height: 13px;
	float:left;
}
div#contentcolumn_bottom #bwnlogo {
	width: 25px;
	height: 13px;
	float:left;
}
div#link_container {
	width:334px;
	float:left;
}	
div#link {
	width: 73px;
}
div#link_desc {
	width: 260px;
}
/* =LEFTCOLUMN
================================================= */
div#leftcolumn {
	float:left;
	width:270px;
	margin-bottom:200px;
}
div#leftcolumn_top {
	padding-top:17px;
	text-align:center;
}
div#leftcolumn_middle {
	padding-top:20px;
}
div#leftcolumn_middle a {
	text-decoration:none;
	font-weight:bold;
	color: #000;
	
}
div#leftcolumn_middle img{
	padding-top:25px;
	padding-left:40px;
}
/* =NAVIGATION
================================================= */
ul#nav {
	font-size:16px;
	list-style-type:none;
}
ul#nav li {
	width: 125px;
	padding-left:2px;
	line-height: 20px;
}
ul#nav li#act {
	line-height: 20px;
	border: #0184EF solid 1px;
}

