/***** HTML *****/
a
* {
	margin:0px;
	padding:0px;
	}

html, body {
	height:100%;
	}

body {
	background-color:#797979;
	color:#797979;
	font-family:Verdana, Geneva, sans-serif;
	font-size:8pt;
	padding: 0;
	margin: 0;
	}
	
h1,h2,h3 {
margin-bottom: 8pt;
}



/***** DIVS *****/
	
#wrapper {
	position:relative;
	margin:0px auto;
	width:780px;
	min-height:100%;
	height:auto !important;
	height:100%;
	background-color:#dadada;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	}

#header {
	background: url("rotate.php") no-repeat bottom center; 
	height: 150px;
}


#sidebar {
	position:relative;
	float:left;
	width:190px;
	background-color:#dadada;
	z-index:1;
	left: 0px;
	margin: 0;
	padding: 0;
	}
	
#content {
background-color:#DADADA;
height:auto !important;
margin-left:220px;
margin-top:10px;
min-height:100%;
padding-bottom:50px;
padding-top:15px;
position:relative;
width:500px;
}

#content .item h2 a {display:none;}

#content p {
color: #797979;
margin-bottom: 8pt;
line-height: 12pt;
}

#content .meta, #content .postmetadata {
	display:none;
	}

#sidebar h2 {
	display:none;
	}
	
#footer {
	width:780px;
	margin:0 auto;
	background-color:#dadada;
	border-left:1px solid #000;
	border-right:1px solid #000;
	clear:both;
	padding:10px 0;
	font-size:11px;
	text-align:center;
	line-height:16px;
	color:#999999;
	font-weight:bold;
	}
/***** Navigatie *****/

#sidebar a:link, #sidebar a:visited,#sidebar a:active {
	width:100%;
	height:22px;
	display:block;
	color:#000000;
	text-decoration:none;
	list-style:none;
	text-indent:5pt;
}

#sidebar a:hover {
	background-color:#797979;
	border-right:1px solid #006600;
	font-weight:bold;
	color:#ffffff;
	text-indent:10pt;
	}

#sidebar ul {
	list-style:none;
	margin-right:14px;
	border-top:1px solid #000;
	margin: 0;
	padding: 0;
	margin-top:5px;
	}

#sidebar li {
	border-bottom:1px solid #000000;
	line-height:20px;
	}
	

.piclenselink {display:none;}
.ngg-galleryoverview { clear:none;}
