/* ****************************************************
	www.digilogue.nl
	Aanvullingen voor homepagina t.o.v. overige pagina's 
	
	**************************************************** */

#taskmenu{
	position:relative;
	float:right;
	padding-top:20px;
	/* correctie IE6: */
	_left:120px;
}
#taskmenu ul{
	list-style:none;
	margin:0;
	padding:0;
	font-size:13px;
	font-weight:bold;
	height:34px;
	text-align:right;
}
#taskmenu li{
	float: left;
	padding-right:0px;
	padding-bottom: 20px;
	margin-right: 4px;
}
#taskmenu li a{
	padding-bottom:3px;
}
#taskmenu li a:hover{
	text-decoration:none;
	border-bottom-style:solid;
	border-bottom-width:3px;
}

body, html, #container{
	height:100%;
}
body{
	background:transparent url(../gfx/bgBody.jpg) fixed repeat-y center top;
}
#header,
#navbar{
	height:47%;
}
#header{
	text-align:right;
	min-height:220px;
}
#footer{
	height:6%;
}
#centerNext{
	height:50%;
	margin-bottom:-120px;
	float:left;
	width:1px;
	}
#logo{
	clear:left;
	height:200px;
	position:relative;
}
#navbar{
	min-height:280px;
}

/* IE6-correctie: */
* #logo{
	height:220px;
}
* #navcontent{
	height:230px;
	}
