/*---{ Imports )-------------------------------------------------------*/

@import url("news.css");

/* ---------- */

#contentHome
{
	position: absolute;
	top: 300px;
	left: 200px;
	padding: 0 10px;
	width: 221px;
	font-size:12px;
	line-height: 1.8em;
	z-index: 999;
}

#sidecolHome
{
	position: relative;
	float: left;
	height: 50px;
}
#contentLogie{
	float: left;
	display: block;
	width: 560px;
}

#sidecolLogie{
	float:right;
	width:180px;
}

#kaartNL{
	background: transparent url(../images/nl.gif) no-repeat top left;
	position:absolute;
	top: 212px;
	left:555px;
	width: 200px;
	height: 226px;
	z-index: 999;
}

#footerBackImg{
	height: 250px;
	background: transparent url(../images/bottomBack.gif) repeat-x top left;
	width: 100%;
	position: absolute;
	top: 590px;
	display: block;
	z-index: 1;
	*z-index: -1;
}

#logie{
	width: 602px;
	display: block;
	position: relative;
}

#cols_side #logie {
	width: auto;
}

#logie ul.logies {
	float: left;
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
}

#logie .logies li{
	width:180px;
	height: auto;
	border-bottom:1px solid #6bab45;
}

#logie ul li.active
{
	border-bottom: 1px solid #1e7b39;
}

#logie ul.logies.left li.active {
	background: #88c066 url(../images/logies/logieActiefBack-left.gif) repeat-y top left;
}
#logie ul.logies.right li.active {
	background: #88c066 url(../images/logies/logieActiefBack-right.gif) repeat-y top right;
}

#logie ul.logies li span
{
	display: block;
	line-height:24px;
	color:#003d0a;
	width:147px;
	font-size: 11px;
	font-family:tahoma;
	padding-left:23px;
	cursor: pointer;
}

#logie ul.logies li.active span{
	font-weight: bold;
}

#logieInfo {
	display: block;
	position: relative;
	float: left;
	margin: 17px 0;
	width: 242px;
	height: 480px;
	background: #88c066;
	z-index: 999;
}

#logieFotos {
	margin: 0;
	padding: 0;
	list-style: none;	
	width: 242px;
	height: 250px;
	overflow: hidden;
}

#logieFotos .logieFoto {
	width: 242px;
	height: 250px;
}

#logieFotos.home .logieFoto {
	display: none;
}

#logieFotos .logieFoto .image {
	margin-top: 15px;
	text-align: center;
}

#logieFotos .logieFoto .name h2{
	display:none;
}

#logieFotos .logieFoto .button{
	margin-left: 20px;
}

#logieFotos .logieFoto .button a{
	text-decoration:none;
	color:#003d0a;
	font-size: 11px;
	font-family:tahoma;	
	padding-left:25px;
	padding-top: 1px;
	padding-bottom:1px;
	line-height: 17px;
	background: url(../images/logies/arrow.gif) no-repeat top left;
}

.logieHeader {
	position: absolute;
	left: 0;
	top: -17px;
	height: 17px;
	width: 243px;
	background: url(../images/logies/logies_top.gif) no-repeat;
}

.logieFooter{
	position: absolute;
	left: 0;
	bottom: -17px;
	height: 17px;
	width: 243px;
	background: url(../images/logies/logies_bottom.gif) no-repeat;
}

#logieMap {
	position: relative;
	width: 530px;
	height: 563px;
	font-family: Arial;
	font-weight: bold;
	line-height: 16px;
	background: url(../images/landkaart.gif) no-repeat;
}

#logieMap .logie {
	position: absolute;
	width: 18px;
	height: 18px;
	text-align: center;
	background: url(../images/landkaart-logie.gif) left top no-repeat;
	cursor: pointer;
	z-index: 1;
}

#logieMap .logie.active {
	background-position: right top;
}