html {
	height: 100%;
	padding: 0;	
	color: #222222;
	background: #ECEDDB url("images/bg.png") repeat;
	font: 11px/18px "Arial", Sans-Serif;
}

body {
	position: relative;
	height: 100%;
	margin: 0;
}

#wrapper  {
	width: 825px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -62px; /* the bottom margin is the negative value of the footer's height */
}
.push {height: 66px;}

/* Link opmaak */
a {
	color: #222222;
	text-decoration: none;
}
a:hover {
	color: #222222;
	text-decoration: underline;
}
/* /Link opmaak */

/* Clear */
.clear {
	width: 1px;
	height: 1px;
	clear: both;
}
/* /Clear */

/* Images */
img {border: 0;}
/* /Images  */

/* Alinea */
p {
	margin: 0;
	padding: 7px 0;
}
form p {padding: 0;}
/* /Alinea  */

/* Header  */
div#header {
	position: relative;
	height: 305px;
}
div#header h2, div#header h1 {
	float: left;
	display: inline;
	height: 40px;
	margin: 81px 0 28px 0;
	padding: 0;
	font-family: "Century Gothic", Sans-serif;
}
div#header h1 {
	font-size: 36px;
	line-height: 44px;
}
div#header h2 {
	width: 300px;
	margin-left: 80px;
	margin-right: 3px;
	padding: 12px 0 0 0;
	font: 14px/35px "Century Gothic", Sans-serif;
	text-align: right;
}
img#angstrom {
	position: absolute;
	width: 125px;
	height: 133px;
	top: 0;
	left: 0;
	margin: 47px 0 0 587px;
	behavior: url("iepngfix.htc");
}
/* /Header */

/* Menu  */
ul#menu {
	height: 121px;
	position: relative;
	background: url("images/menu_bg.png") no-repeat bottom left;
	margin: 0;
	padding: 0;
	clear: both;
	list-style: none;
}
ul#menu li {	
	float: left;
	width: 117px;
	height: 80px;
	color: #fff;
	margin: 0;
	text-indent: 13px;
	font: 16px/110px "Century Gothic", Sans-serif;
	overflow: hidden;
}
ul#menu li a {
	float: left;
	width: 117px;
	height: 80px;
	color: #fff;
	margin: 0;
	overflow: hidden;
}
ul#menu li a:hover {text-decoration: none;}
ul#menu li:hover, ul#menu li.active {
	height: 77px;
	margin: 3px 0 0 0;
	line-height: 104px;
}
ul#menu li.home {
	background: #890207;
	border-right: 1px solid #BD7A74;
}
ul#menu li.nieuws {
	background: #A11907;
	border-right: 1px solid #C88573;
}
ul#menu li.kalender {
	background: #B12706;
	border-right: 1px solid #CD896F;
}
ul#menu li.fotos {
	background: #C23706;
	border-right: 1px solid #DC9775;
}
ul#menu li.nnv {
	background: #D54806;
	border-right: 1px solid #E29C72;
}
ul#menu li.hhsboeken {
	background: #E95A05;
	border-right: 1px solid #ECA572;
}
ul#menu li.contact {background: #FE6E05;}

/* /Menu */

/* Content */
div#content {
	float: left;
	width: 550px;
	margin: -3px 66px 0 0;
}
div#content h3 {
	margin: 0 0 0 0;
	padding: 0;
	font: italic 24px "Arial", Sans-serif;
}
div#content p {
	text-align: justify;
}
div#post {
	margin: 5px 0 0 0;
	border-bottom: 1px solid #B12706;
}
div.col1, div.col2 {
	float: left;
	width: 200px;
	height: 88px;
	margin: 37px 0 30px 0;
}
div.col1 {
	margin-right: 15px;
	padding: 0 15px 0 0;
	border-right: 1px solid #B12706;
}
div.col1 strong, div.col2 strong {font: bold 14px "Arial", Sans-serif;}
div.col1 p, div.col2 p {padding: 0;}
div.col1 a, div.col2 a {
	float: right;
	color: #B12706;
	font-weight: bold;
}
div.col1 strong a, div.col2 strong a {
	display: block;
	float: none;
	color: #000000;
	padding: 0 0 5px 0;
}
div.col1 strong a:hover, div.col2 strong a:hover {text-decoration: none;}
ul#fotos {
	margin: 0;
	padding: 0;
	list-style: none;
	clear: both;
}
ul#fotos li.first-child {margin: 0;}
ul#fotos li {
	display: inline;
	float: left;
	margin: 0 0 0 27px;
}
/*ul#fotos li img {border: 7px solid #D9D9D9;}*/
ul#fotos li img {border: 7px solid #B12706;}
ul#fotos li img:hover {border: 7px solid #D54806;}
ul#nav {
	margin: 20px 0;
	padding: 0;
	text-align: center;
	list-style: none;
	clear: both;
}
ul#nav li {display: inline;}
ul#nav li a:hover {
	color: #B12706;
	text-decoration: none;
}
ul#nav li.active {font-weight: bold;}
ul#nav li.active a:hover {color: #222222;}
ul#nieuws {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}
ul#nieuws li {margin: 0 0 10px 0;} 
ul#nieuws li a {color: #890207;} 
ul#nieuws li a:hover {color: #890207;} 
ul#nieuws li h4 {
	margin: 0 0 5px 0;
	padding: 0;
	font: bold 14px "Arial", Sans-serif;
}
ul#nieuws li span {
	display: block;
	text-align: right;
}
ul#nieuws li span a {
	color: #B12706;
	font-weight: bold;
}
ul#nieuws li p {
	padding: 0 0 0 0;
}
/* /Content  */


/* Right */
div#right {
	float: left;
	width: 209px;
	margin: 0 0 30px 0;
}
div#right .rood a {color: #ffffff!important;}
div#right .oranje , div#right .rood  {
	margin: 0 0 20px 0;
	padding: 3px 10px 20px 12px;
	color: #fff;
	font-size: 12px;
}
div#right .oranje strong, div#right .rood strong {
	display: block;
	color: #fff;
	margin: 5px 0 5px 0;
	font: bold 14px "Arial", Sans-serif;
}
div#right .oranje {
	min-height: 100px;
	background: #FE6E05;
	border-top: 2px solid #FFB680;
}
div#right .rood {
	background: #B12706 url("images/red_foot.png") no-repeat bottom left;
	border-top: 2px solid #D89383;
}
div#right .weerstand {
	background: #FE6E05 url("images/weerstand_foot.png") no-repeat bottom left;
}
div#right .banner img {
	border: 1px solid #D89383;
}
/* /Right  */

/* Ad */

div#ad {
	width: 825px;
	padding: 14px 0 0 0;
	clear: both;
}
div#ad .line { 
	height: 1px; 
	border-top: 1px solid black; 
	text-align: center; 
	position: relative; 
}
div#ad span { 
	padding: 0px 3px;
	position: relative; 
	top: -.7em; 
	background: #ECEDDB; 
	display: inline-block; 
	}


/* Footer */
div#footer {
	height: 48px;
	background: #fff url("images/footer_bg.png") repeat-x;
	padding: 14px 0 0 0;
	clear: both;
}
div#footer .inner {
	width: 807px;
	height: 34px;
	color: #4A4A4A;
	margin: 0 auto 0 auto;
	border-left: 1px solid #890207;
	border-right: 1px solid #FE6E05;
	padding: 0 8px;
}
div#footer .inner a {color: #4A4A4A;}
div#footer span {font-size: 12px;}
div#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
div#footer ul li {
	display: inline;
}
div#footer div.rss {
	float: right;
	text-align: right;
}
/* /Footer  */
