html {
	height:100%;
	width:100%;
	}
body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background:#FFDBAD url(../gfx/bovag_back.jpg) repeat-y left top;
	}

body, table, th, td, p, input, textarea, select {
	font-family:Arial, Helvetica, Sans-serif;		
	font-size:11px;
	color:#000;
	}
form {
	margin:0;
	}
h1, h2, h3, h4, h5, h6 {
	margin:0 0 0 0;
	color:#000;
	}
	
h1 {
	margin-bottom:10px;
	font-size:18px;
	}
h2 {
	margin-bottom:10px;
	font-size:14px;
	text-transform:uppercase;
	color:#FFF;
	}
h3 {
	font-size:14px;
	}
h4 {
	font-size:12px;
	}
h5 {}
h6 {}
p {	
	margin:0 0 10px 0;
	}
a {}
a:hover {
	}

ul {}
ol {}
li {}
li li {}

p {}

a.leesVerder {
	display:block;
	white-space:nowrap;
	padding-left:10px;
	color:#C27C30;
	text-decoration:none;
	background:transparent url(../gfx/../gfx/arrow_small_red.gif) no-repeat 0px 5px;
	}
a.leesVerder:hover {
	color:#DE1F2B;
	text-decoration:none;
	}
	
/* ============================================================	*/ 
/* ========	LAYOUT BLOCKEN  	===============================	*/
/* ============================================================	*/ 

/* ======== CONTAINER	======== */

div.container {
	position:relative;
	margin:0;
	width:100%;
	text-align:left;
	background-color:#FFF;
	background-image:none;
	}
	
.header {
	position:relative;
	height:100px;
	background-color:#FFF;
	background-image:none;
	border-bottom:#CCC;
	}
.logo {	
	position:absolute;
	top:11px;
	left:0px;
	width:56px;
	height:103px;
	z-index:10;
	}
.adresPrint {
	display:block;
	position:absolute;
	top:11px;
	right:0px;
	width:250px;
	height:103px;
	z-index:10;
	text-align:right;
	font-size:11px;
	color:#000;
	line-height:1.6em;
	}
.adresPrint b{
	font-size:12px;
	font-weight:bold;
	}
.searchBalk {
	display:none;
	}
/* ============================================================	*/ 
/* ========	NAVIGATIE			===============================	*/
/* ============================================================	*/ 

.navigatie {
	display:none;
	}
	
/* ============================================================	*/ 
/* ========	NAVIGATIE			===============================	*/
/* ============================================================	*/ 

.base {
	width:100%;
	overflow:hidden;
	background-image:none;
	background-color:#FFF;
}
	
div.tabs {
	display:none;
	}
/* ============================================================	*/ 
/* ========	SIDE BARS			===============================	*/
/* ============================================================	*/ 

div.siteNavBar {
	display:none;
	}
.poll {
	background-color:#CCC;
	}
/* ============================================================	*/ 
/* ========	SIDEBAR				==============================	*/
/* ============================================================	*/ 

div.sideBar {
	display:none;
	}
div.actueel {
	display:none;
	}
/* ============================================================	*/ 
/* ========	CONTENT BLOK			==========================	*/
/* ============================================================	*/

div.content {
	position:relative;
	float:left;
	width:490px;
	margin:40px 0px 20px 0px;
	overflow:hidden;
	}
.breadCrum {
	display:none;
	}
