/*
CSS voor Duckspalace Poederlee
CFI Web.be
*/


/* ALGEMENE INSTELLINGEN */

* {
margin: 0;
padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-color: #677c04;
	background-image:url(../achtergrond.jpg);


}


a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #545301;
	font-variant: normal;
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #545301;
	font-variant: normal;
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
	text-decoration: none;
}



a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fce805;
	font-variant: normal;
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
	text-decoration: none;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fce805;
	font-variant: normal;
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
	text-decoration: underline;
}

/* POSITIONERING VAN DE SITE */

#container{
 	position: absolute;
	top: 13px;
	left:50%;
	height: auto;
	width: 940px;
	margin-left:-470px;

	background-color:#c5e045;
	padding-bottom: 10px;
} 
	

#header {
	position:relative;
	width:940px;
	height:68px;
	left:150px;
	background-image:url(../layout/header.jpg);
	background-repeat:no-repeat;
	left: 0px;
	top: 0px;
}

#headerimage {
	position:relative;
	width:940px;
	height:266px;
	left:150px;
	left: 0px;
	top: 0px;
	background-color: #c5e045;
	text-align:center;
}
#navigatie {
	position:relative;
	width:772px;
	height:35px;
	left: 84px;
	top: -35px;
	text-align:center;
	background-image:url(../layout/nav-back.png);
	background-repeat:no-repeat;
	color:#FFF;
	z-index: 100;
}


#txt-container {
	position:relative;
	width:772px;
	left: 84px;
	top: -35px;
	background-repeat:no-repeat;
	background-color:#677c04;
	height: auto;

}

#txt {
	position:relative;
	width:70%;
	height:auto;
	left: 15px;
	top: 0px;
	text-align:justify;
	background-color:#aaa946;
	color:#000;
	padding: 10px 10px 10px 10px;
	
	
}
#nieuws {
	position:absolute;
	width:176px;
	height:auto;
	left: 580px;
	top: 0px;
	padding: 1px 1px 1px 1px;
	color:#000;
	background-color:#9a993c;
	z-index: 10;

}



#txt-container {
	position:relative;
	width:772px;
	left: 84px;
	top: -35px;
	background-repeat:no-repeat;
	background-color:#677c04;
	height: auto;

}

#titel {
	position:relative;
	width:772px;
	height:auto;
	left: 84px;
	top: -35px;
	font-size:18px;
	color:#545301;
	text-align:left;
	text-indent:15px;
	background-color: #677c04;

}	

#titelsmall {
		height:auto;
		font-size:14px;
	color:#fff;
			
}

.subtitel {
	color:#000;
	font-weight:bold;
	
}
.lees-meer {
	color:#000;
	font-weight:bold;
	font-size:10px;
}

.stippellijntje {
	color:#fff;
}

.copyright {
	color:#ddd8c6;
	margin-left:10px;
	}

	

