/*
	© Copyright 2008
	Robert Adema | AdemaMedia
	www.ademamedia.nl
*/

* {
	margin:0;
	padding:0;
	}
	
html, body {
	height:100%;
	}

body {
	font-family:tahoma, verdana, helvetica, sans-serif;
	font-size:9pt;
	color:#555;
	background:#fff;
	}
	
h1 {
	font-size:15pt;
	color:#069;
	font-weight:normal;
	}
	
/* 	PAGE CONFIG 	*/
#container {
	position:relative;
	width:825px;
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0 auto;
	background:url(images/bodybg.png) repeat-y right;
	}
	
#header {
	width:665px;
	height:120px;
	background:url(images/header.png) no-repeat #fff;
	float:right;
	}
	
a#head-link {
	position:relative;
	width:311px;
	height:50px;
	margin-top:32px;
	margin-right:179px;
	float:right;
	border:none;
	text-decoration:none;
	}
	
#slogan {
	width:665px;
	height:20px;
	/*color:#c0d0e0;
	color:#1C6896;*/
	color:#1080aa;
	float:right;
	text-align:center;
	margin-top:2px;
	font-size:8pt;
	font-family:Trebuchet MS, Trebuchet, Helvetica, sans-serif;
	/*font-style:italic;*/
	}
	
#left {
	width:155px;
	height:auto;
	background:url(images/menubg.jpg) repeat-y #fff;
	float:left;
	}
	
.menutop {
	width:100%;
	height:30px;
	background:url(images/menutop.jpg) no-repeat #fff;
	text-align:center;
	}
	
#menu {
	padding:0px 0px 0px 10px;
	}
	
.menubottom {
	width:100%;
	height:30px;
	background:url(images/menubottom.jpg) no-repeat bottom center #fff;
	}
	
#adress {
	width:155px;
	height:auto;
	background:#fff url(images/menubg.jpg) repeat-y;
	float:left;
	font-size:8pt;
	}
	
.adres {
	padding-left:18px;
	}
		
#content {
	width:630px;
	min-height:100%;
	height:auto;
	float:right;
	background:transparent;
	margin-right:20px;
	_margin-right:10px; /* IE Hack for content */
	padding-bottom:80px;
	overflow:hidden;
	}
	
div#content p {
	line-height:1.35em;
	padding:4px 2px;
	}
/*	
.pagecontent {
	padding:4px 2px;
	}
*/
.clear {
	clear:both;
	}
	
.v-man {
	position:relative;
	background:#fff;
	padding:6px 6px 6px 6px;
	margin-bottom:-2px;
	}
	
#footer {
	width:820px;
	height:auto;
	position:absolute;
	bottom:0;
	margin:0 auto;
	}
	
#bodybottom {
	position:relative;
	width:655px;
	height:auto;
	background:url(images/bodybottom.png) no-repeat white;
	float:right;
	font-size:7pt;
	color:#aaa; 
	text-align:center;
	padding-top:35px;
	padding-bottom:5px;
	}
		
ul, li {
	margin-left:14px;
	}
		
/** NAVIGATION & LINKS **/
ul.menuitem, li.menuitem {
	list-style-type:none;
	margin-left:0px;
	}
	
li.menusubitem {
	list-style-position:outside;
	padding:1px 0px;
	margin:2px 0px 2px 5px;
	}
	
li.menusubitem a {
	display:block;
	}
	
a.menuitem {
	color:#555;
	text-decoration:none;
	display:block;
	width:137px;
	padding:2px 2px 2px 6px;
	font-weight:bold;
	font-size:10pt;
	overflow:hidden;
	}
	
a.menuitem:hover {
	background:#fff url(images/menubg.png) repeat-x bottom;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:1px 2px 1px 6px;
	color:#069;
	text-decoration:none;
	font-weight:bold;
	}
	
#current_page {
	background:#fff url(images/menubg.png) repeat-x bottom;
	border:1px solid #ccc;
	padding:1px 0px 1px 6px;
	color:#036;
	font-weight:bold;
	cursor:default;
	}
	
a {
	color:#036;
	text-decoration:underline;
	}
	
a:hover {
	color:#069;
	text-decoration:underline;
	}
	
#loginbtn {
	width:auto;
	height:auto;
	padding:2px 4px;
	float:right;
	}
	
a.login {
	text-decoration:none;
	}
	
.dates {
	font-size:7.5pt;
	color:#909090;
	margin:3px 10px;
	padding:3px 8px;
	border-top:1px dotted #ccc;
	}
	
/*** IMAGES ***/
.side-img {
	width:180px;
	padding:4px;
	margin:4px;
	background:#fff;
	border:1px solid #ccc;
	float:right;
	}
	
.logo {
	float:left;
	height:120px;
	margin-left:25px;
	border:none;
	}
	
#bodybottom a img {
	border:none;
	margin-bottom:-2px;
	}
	
a#author {
	position:absolute;
	right:10px;
	bottom:4px;
	width:26px;
	height:20px;
	background:#ededed url(beheer/images/am-logo-small.png) no-repeat 0px 0px;
	text-decoration:none;
	z-index:10;
	}

a#author:hover {
	background-position:0px -20px;
	}
