/*
	------------------------------------------------------------------
	Main stylesheet of www.natuurfragmenten.nl
	created by 		: Paul van Roekel
	date			: juli 2007	------------------------------------------------------------------	
	You're welcome to use any code in this file for your own projects
	the used images however are copyrighted and not for use 
	on other sites! 
*/


body {
	margin: 0px;
	padding: 0px;
/*	background: #333333 url(images/bg_01.jpg) repeat-x  left top; */
	background: #000000;

	text-align: center;
	font: 12px/20px Verdana, Arial, Helvetica, sans-serif;
}

html{
	margin: 0px;
	padding: 0px;
}


#container {
	background: #000000;
	border-right: 1px solid #333;
	border-left: 1px solid #333;
	text-align:left;
	color:#FFFFFF;
	line-height: 20px;
	margin: 0px auto;
	width: 775px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 775px;
	
}

#content {
	text-align:left;
	padding: 0;
	margin: 40px 60px 0px 180px;
	color: #FFFFFF;
}

#content img{
	background-color:#FFFFFF;
	border: 3px solid #FFFFFF;

}


.hidden{
	display: none;
}

.borderless{
	border:0px solid #000000;


}

#nav {
float:left;
width: 160px;
margin:30px 20px 0px 0px;
padding:0px;

}

#nav li {
	color: #CCCCCC;
	list-style-type: none;
	border-bottom: 1px solid #333333;	
	margin: 10px;
	padding:0px;

}

#nav ul{
margin: 10px;
padding: 0px;

}


#nav a {
	color: #fff;
	text-decoration: none;
	margin:0px;
	padding:0px;
	letter-spacing: 1px;
}


#nav a:hover {
	color: #8B9C34;
	text-decoration: none;
	margin:0px;
	padding:0px;
	font-weight: bold;
	font-variant: small-caps;
}



#content h1  {
	color: #8B9C34;
	padding: 0px;
	margin: 10px 0px 0px 0px;
	font: bold small-caps 22px Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}

#content h2 {
	color: #ffffff;
	margin: 10px 0px 0px 0px;
	font: bold 14px Arial, Helvetica, sans-serif;

}


#content a {
	color: #fff;
	text-decoration: underline;
}

#content a:visited   {
	color: #CCCCCC;
	text-decoration: underline;
}

#content a:hover  {
	color: #FFCC00;
	text-decoration: none;
	}







#header {
	margin: 0px;
	width: 100%;
	height: 242px;
	background: url(images/druppelstrook.jpg) no-repeat left top;
	border-bottom: 5px solid #8B9C34;
}


#headerbanner{
	display:block;
	height: 319px;
}


	



#footer {
	text-align:center;
	padding: 30px 0px 10px;
	letter-spacing: 1px;
	clear: both;
	float: none;
	margin: 0px;
	font: 9px/12px Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	}

#footer li {
	color: #CCCCCC;
	padding: 0px;
	display: inline;
	list-style-type: none;	
}

#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: underline;
	font-weight: normal;
	}

#footer a:hover {
	color: #FFFFFF;
	text-decoration:none;
}



.unvisible { 
	display: none;
 }

#content ul li{
	padding: 0px;
	margin-left: 0px;

}