/*
VKC
@version: 20090915
*/

/* General layout styles */
body{
	margin: 0;
	padding: 0;
	background: #FFF url(/images/vkc/background/purple-columns.png) top left repeat-y;
}
#header{
	width: 1001px;
	height: 120px;
}
#header h1{ /* Logo */
	margin: 0;
	padding-bottom: 11px;
	border-bottom: 1px solid #b61782;
	position: relative;
	left: 207px;
	width: 682px;
}
.home #header h1{
	width: 542px;
}
#search{
	position: absolute;
	top: 13px;
	left: 15px;
	color: #FFF;
	font-size: 10px;
}
#search input{
	width: 110px;
	font-size: 11px;
}
#search button{
	height: 20px;
	width: 46px;
	padding: 0;
	margin: 0;
	background: none;
	border: none;
}
#langs{
	position: absolute;
	top: 10px;
	left: 840px;
}
.home #langs{
	left: 707px;
}
#langs a, #langs strong{
	display: block;
	float: left;
	width: 17px;
	height: 12px;
	margin: 0 3px;
	text-indent: -5555px;
	background: url(/images/vkc/icons/flags.png);
}
#langs a.nl{background-position: bottom left;}
#langs a.en{background-position: bottom right;}
#langs a.nl:hover, #langs strong.nl{background-position: top left;}
#langs a.en:hover, #langs strong.en{background-position: top right;}

#main{
	height: 210px;
	width: 1001px;
	height: 1%;
	background: transparent url(/images/vkc/background/grey-bar.png) 913px 0px no-repeat;
}
.home #main{
	background: transparent url(/images/vkc/background/grey-bar.png) -88px 0px no-repeat;
}
#wrapper{
	float: left;
	width: 100%;
}
#contents{
	margin: 0 133px 0 225px;
	padding-bottom: 50px;
}
.home #contents{
	margin: 0 253px 0 205px;
}
#breadcrumbs{
	margin-bottom: 0;
}

/* Navigation */
#navigation{
	margin: 0 0 0 -1001px;
	padding: 20px 0 50px 15px;
	float: left;
	width: 176px;
	background-color: #9F2476;
	min-height: 140px;
	list-style: none;
}
* html #navigation{
	height: 140px;
}
#navigation li{
	margin: 0;
	padding: 0;
	line-height: 14px;
}
#navigation li a{
	color: #ff74b7;
	font-size: 10px;
}
#navigation li a:hover, #navigation li a.current{
	color: #FFF;
}
#navigation ul{
	list-style: none;
	margin: 0 0 0 15px;
	padding: 0;
}

#agenda{
	position: absolute;
	top: 10px;
	left: 763px;
	height: 586px;
	width: 120px;
	padding: 7px 15px;
	background-color: #b71783;
	color: #FFF;
}
#agenda h2{
	color: #FFF;
	text-transform: uppercase;
}
#agenda dl, #agenda dd, #agenda dt{
	padding: 0;
	margin: 0;
}
#agenda dt{
	font-size: 13px;
	font-weight: bold;
	color: #999;
	text-transform: uppercase;
	margin-top: -5px;
}
#agenda dd{
	margin-bottom: 15px;
	font-size: 10px;
}
#agenda dd a{
	color: #FFF;
}
#agenda  a.arrow{
	color: #FFF;
	background-position: 0 -17px;
	text-decoration: none;
}
#agenda  a.arrow:hover{
	text-decoration: underline;
}
.agenda h3{
	margin: -10px 0 5px 0;
}
#footer {
	position: absolute;
	top: 87px;
	left: 580px;
	font-size: 10px;
}
.en #footer{
	left: 570px;
}
.home-nl #footer{
	left: 440px;
}
.home-en #footer{
	left: 430px;
}
#footer al{
	color: #9f2476;
}
#footer a:hover{
	color: #FF00B7
}
/* Homepage specific styles: Latest news item plus picture */
#latest-news{
	height: 215px;
	position: relative;
	margin: 0;
	padding: 5px 0 0 247px;
}
#latest-news  a.arrow{
	width: 100px;
	color: #9f2476;
	position: absolute;
	top: 7px;
	left: 425px;
	background-position: 0 -34px;
	text-decoration: none;
}
#latest-news a.arrow:hover{
	color: #FF00B7
}
#latest-news img{
	position: absolute;
	top: 0;
	left: -14px;
	height: 210px;
	width: 250px;
}
#latest-news a{
	color: #666;
	text-decoration: underline;
}
#latest-news a:hover{
	text-decoration: none;
}
img.flora-img{
	float: left;
	margin-right: 10px;
	margin-bottom: 200px;
}














