﻿
/* ============================================================	*/ 
/* ========	HEADER				===============================	*/
/* ============================================================	*/

div.header {
	height:65px;background-color:#FFF;
	background:#FFF none;
	}
div.header .logo {
	width:190px;
	_width:208px;
	float:left;
	padding:20px 0 0 18px;
	}
div.header .aanwinst {
	width:380px;
	float:right;
	margin-top:1px;
	height: 64px;
	background: transparent url('../gfx/homepage/nieuwe_aanwinst_normal.gif') no-repeat left top; 
	}
.aanwinst a 
{
	text-decoration: none;
	width: 380px;
	height: 64px;
	border: solid 1px green;
}
/* ============================================================	*/ 
/* ========	NAVIGATIE			===============================	*/
/* ============================================================	*/

div.navigatie {
	float:left;
	width:190px;
	_width:208px;
	}

div.navigatie .hoofdNav {
	position:absolute;
	top:65px;
	left:0px;
	width:590px;
	height:250px;
	z-index:200;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	}
div.navigatie .hoofdNav img {
	display:block;
	}
div.navigatie .hoofdNav a {
	display:block;
	}
div.navigatie .hoofdNav a:hover {}
div.navigatie .hoofdNav a.active {}

div.navigatie .subNav {
	margin-top:250px;
	}
div.navigatie .subNav a {
	display:block;
	text-decoration:none;
	color:#133806;
	padding:7px 0px 8px 30px;
	background:transparent url(../gfx/arrow_normal.gif) no-repeat left top;
	}
div.navigatie .subNav a:hover {
	background:transparent url(../gfx/arrow_over.gif) no-repeat left top;
	}
div.navigatie .subNav a.active {
	
	}
	

/* ============================================================	*/ 
/* ========	FOOTER				===============================	*/
/* ============================================================	*/

div#footer {
	position:absolute;
	bottom:0;
	left:0;
	width:970px;
	clear:both;
	}
div#footer .footerText {
	text-align:right;
	padding:7px 10px 7px 0px;
	}
	div#footer .footerText a:hover {
	text-decoration:underline;
	}

/* ============================================================	*/ 
/* ========	CONTENTBLOCK		===============================	*/
/* ============================================================	*/

div.mainContent {
	padding:50px 55px 20px 0;
	_margin:0px 0px 0 45px; /* IE6 fix */
	line-height:1.4em;
	width:590px;
	}

div.sidebar {
	float:right;
	width:380px;
	background:transparent url(../gfx/sideBack.jpg) no-repeat left top;
	}
	
div.sidebar .visual {
	text-align:left;
	height:250px;
	}
.adres {
	margin:30px;
	position:absolute;
	bottom:0px;
	padding-top:20px;
	border-top:1px solid white;
	color:#133806;
	line-height:1.4em;
	}
	.adres a {
		color:#133806;
		text-decoration:none;
		}
	.adres a:hover {
		text-decoration:underline;
		}