/* ************************************ */
/* SerenDipiTY_ic. | www.serendipity.be */
/* ************************************ */

* {
	padding: 0px;
	margin: 0px;
}
html, body {
	height:100%
}
body {
	padding:0;
	margin:0;
	color: #999;
	font-size: 10pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color:#d2d1c3;
	background-image:url(../_img/_basics/main_bg.gif);
	background-position:center;
	background-repeat:repeat-y;
}
html>body #middle {
	height:auto;
} /*for mozilla as IE treats height as min-height anyway*/
#top {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:180px;
	background-image:url(../_img/_basics/top_bg.gif);
	background-color:#0F1013;
	overflow:hidden;
	text-align:center;
}
#middle {
	height:100%;
	min-height:100%;
	background-image:url(../_img/_basics/middle_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	margin-bottom:-320px; /*needed to make room for footer*/
}
#bottom {
	width:100%;
	clear:both;
	height:320px;
	background-color:#d3d2c2;
	position:relative;
}
* html #bottom {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}
#pushtop {
	height:180px; /*needed to make room for header*/
}
#pushbottom {
	clear:both;
	height:320px; /*needed to make room for footer*/
}
div, p { /*clear top margin for mozilla*/
	margin-top:0 ;
}
* html #centrecontent { /* combat IE's 3 pixel jog */
	height:1%;
	margin-bottom:12px;
}
#header {
	display: none;
}
#main {
	margin-left:auto;
	margin-right:auto;
	width:960px;
	background-image:url(../_img/_basics/main_bg.gif);
	background-position:center;
	background-repeat:repeat-y;
}
#vnav {
	display: none;
}
#content {
	position:relative;
	width:750px;
	float:left;
	color:#3A3E30;
	font-size: 10pt;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 1.5;
	background-image:url(../_img/_basics/content_bg.gif);
	background-position:top;
	background-repeat:no-repeat;
}
#sky {
	display: none;
}
#footer {
	display: none;
}
/* ********************************************************************** */

BLOCKQUOTE {
	margin: 4px 4px 4px 20px;
}

HR {
	height: 0;
	border: 0;
	border-top: 2px solid #718e9c;
	margin: 20px 10px 20px 0px;
}
IMG {
	border-width: 0px;
}
/* HEADER */
/* ****** */



#headerlogo {
	margin-left: 380px;
	height: 150px;
}
#headerlogo #logorollover {
	display: block;
	background-image: url(http://www.whff.info/web2009/_img/_basics/headerlogo.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	width: 200px;
	height: 150px;
}
#headerlogo #logorollover:hover {
	background-position: left bottom;
}

#search {
	position:relative;
	margin-top:0px;
	margin-left: 710px;
	float:left;
	width:220px;
	height:30px;
	font-size: 8pt;
	text-align:right;
	padding-top: 6px;
	padding-right: 20px;
}
#search A {
	text-decoration: none;
	color: #333;
}
#search A:hover {
	text-decoration: underline;
	color: #666;
}

#GoogleTranslateFloater {
	position:absolute;
	float: right;
	right: 6px;
	top: 0px;
	width:170px;
	height:100px;
	z-index:10;
}








/* VERTICAL-NAV */
/* ************ */

#vnavcont {
	margin-top: 6px;
	margin-right: 6px;
	width: 188px;
	font-size: 10pt;
	float:right;
}
#vnavcont UL LI {
	list-style-type: none;
}
#vnavcont UL UL {
	background-color: #0F4966;
	padding-bottom: 6px;
}
#vnavcont UL LI A {
	text-decoration: none;
	display: block;
}
a.lvl01 {
	color: #b3b19e;
	padding: 4px 16px 10px 20px;
	border-bottom: solid 1px #0f4a68;
	background-color: #102228;
}
a.lvl02 {
	color: #30312a;
	padding: 4px 16px 4px 20px;
	font-size: 10pt;
	background-color: #b3b69f;
	border-bottom: solid 1px #818565;
}
a.lvl03 {
	color: #999;
	padding: 1px 2px 1px 40px;
	font-size: 10pt;
	background-color: #1B1D1F;
}
#vnavcont UL LI a:hover.lvl01 {
	color: #FFF;
	text-decoration: none;
}
#vnavcont UL LI a:hover.lvl02 {
	color: #FFF;
	text-decoration: none;
	background-color: #A9AC91;
}
#vnavcont UL LI a:hover.lvl03 {
	color: #FFF;
	text-decoration: none;
}
#vnavcont UL UL {
	display: none;
} /* submenu uitschakelen */


/* CONTENT */
/* ******* */

#content a {
	color: #12577A;
	padding-top: 3px;
	padding-right: 5px;
	border-right: solid #FFF 4px; /* iconize zet padding-right op 20, voor iconloze links toch afstand maken door border */
	padding-bottom: 3px;
	padding-left: 5px;
	text-decoration: underline;
}
#content a:hover {
	background-color: #12577A;
	text-decoration: none;
	color: #FFF;
	border-right: solid #12577A 4px; /* iconize zet padding-right op 20, voor iconloze links toch afstand maken door border */
}
#content H1 {
	color: #FFF;
	margin: 10px 20px 20px 10px;
	padding-left: 10px;
	font-size: 15pt;
	font-weight: normal;
	background-color:#B3B69F;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#content H2 {
	color: #12577A;
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 14pt;
	font-weight: bold;
	font-weight: normal;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#content .H2sub {
	font-size: 12pt;
	font-weight: normal;
	color: #5f5d49;
}
#content H3 {
	color: #12577A;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12pt;
	font-weight: normal;
	border-bottom-color: #CCC;
}
#content {
	color: #5f5d49;
}
#content P {
	margin-left: 40px;
	margin-right: 40px;
	font-size: 10pt;
	line-height: 1.5;
	font-weight: normal;
}
#content UL {
	margin-left: 60px;
	margin-right: 30px;
	padding-bottom: 10px;
	list-style-position: outside;
	list-style-type: disc;
	font-size: 10pt;
}
#content UL LI {
	padding-top: 5px;/*text-indent: 6px;*/
}
#content UL UL {
	margin-left: 20px;
	padding-bottom: 5px;
	list-style-position: outside;
	list-style-type: circle;
}
#content UL UL LI {
	padding-top: 5px;/*text-indent: 6px;*/
}
#content OL {
	margin-left: 60px;
	margin-right: 30px;
	padding-bottom: 10px;
	list-style-position: outside;
	font-size: 10pt;
}
#content OL LI {
	padding-top: 5px;/*text-indent: 6px;*/
}




#hometopper {
	width: 740px;
	height: 240px;
	background-image: url(../_img/_basics/home_topper.gif);
	background-repeat:no-repeat;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#hometoppermenu {
	width: 240px;
	height: 240px;
	float:left;
}
#hometoppermenu .item a div {
	margin-left: 20px;
	line-height: 3.5;
}
#hometoppermenu .item a {
	/*color:#0A2634;*/
	color:#BBC2CE;
	font-size: 12pt;
	font-weight: bold;
	display: block;
	width: 240px;
	height: 60px;
	text-decoration:none;
	padding:0px;
	border:none;
}
#hometoppermenu .item a:hover {
	color:#FFF;
	background:none;
	padding:0px;
}







/* FOOTER */
/* ****** */

#footer a {
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	text-decoration: none;
	color: #333;
}
#footer a:hover {
	background-color: #12577A;
	text-decoration: none;
	color: #FFF;
}


/* floaters */
/* ******** */

.paginaafbeelding {
	float: right;
	margin-top: -22px;
	margin-left: 16px;
	margin-bottom: 10px;
}
.floatright { /* gebruik deze class om een element rechts te plaatsen. Plaats dit element voor het element waar het naast moet staan */
	float: right;
	margin-left: 8px;
}
.floatleft { /* gebruik deze class om een element rechts te plaatsen. Plaats dit element voor het element waar het naast moet staan */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* gebruik deze class in een div of break element om de float in een container af te sluiten */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
