/* Stylesheet voor website www.hetphondament.nl */

body
{
	width:100%;
	height: 100%;
	font-size: 100%;
	font-family: "MS Reference Sans Serif", Arial, Helvetica, sans-serif;
	background-color: #183030;
	background-image: url(../images/zanglesdenhaagphondamentbg2.gif);
	background-repeat: no-repeat;
	background-position: top center;
	color: #fff;
	text-align: center;
}

/* Main structural parts */

div#wrapper /* provides width and horizontal centering of the total page */
{
	position: relative;
	top: 2em;
	left: 0;
	width: 70%;
	height: 70em;
	margin: 0em auto;
	text-align: center;
}


header#topheader
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 170px; /* 206px;*/
	background-color: #669966;
	color: #fff;
	border: 7px solid #ccc;
	border-top-left-radius: 4em 4em;
	border-top-right-radius: 4em 4em;
}

div#pagebody
{
	position: absolute;
	top: 184px; /* 220px */
	left: 0;
	width: 100%;
	height: auto;
	background-color: #9fac82;
	color: #000;
	border-top: none;
	border-right: 7px solid #ccc;
	border-bottom: 7px solid #ccc;
	border-left: 7px solid #ccc;
	border-bottom-left-radius: 4em 4em;
	border-bottom-right-radius: 4em 4em;
}


div#pagebody nav /* html5 element Main navigation on the left */
{
	float: left;
	margin: 0em;
	padding: 0em;
	width: 17%;
	font-size: 0.7em;
	text-align: left;
	background-color: #9FAC82;
	color: #000;
}


div#maincontent
{
	float:left;
	width: 65%;
	height:100%;
	padding: 2em 0em 0 1em;
	font-size: 90%;
	text-align: left;
	border-left: 0.45em solid #ccc;
	background-color: #FFEBD3;
	color: #183030;
	clear:right;
}


footer
{
	float: left;
	clear: both;
	width: 100%;
	height: auto;
	font-size: 0.7em;
	background: #ce9c6b url(../images/rand-element.png) repeat-x top;
	border-top: 7px solid #ccc;
	border-bottom-left-radius: 5em 5em;
	border-bottom-right-radius: 5em 5em;
	color: #000;
	text-align: center;
	padding-bottom:1em;
}
/* End Main structural parts */


/* General styles */
a:link, a:visited
{
	background-color:transparent;
	color: #4d6c6e; /*#438261 #fff;*/
}

a:hover, a:focus
{
	background-color: transparent;
	color: #4d6c6e; /*#000066;*/
}

ul
{
	background-color: #669966;
	color: #4d6c6e;
	font-weight: normal;
}


header#topheader h1
{
	margin-top: 0.6em; /* 2.5em */
	margin-right: 1em;
	margin-left: 1em;
	font-size: 140%;
	letter-spacing: 0.05em;
	background-color: #669966;
	color: #ffebd3;
}


/* Main Navigation in HTML5-element nav */
div#pagebody nav ul
{
	display: block;
	font-weight: bold;
	margin-top: 3.4em;
	background-color: #9fac82;
}


div#pagebody nav ul li
{
	margin: 0 0 2em 0;
	border-top: 1px solid #9fac82;
	border-bottom: 1px solid #9fac82;
	padding: 10px;
	line-height: 1.5em;
}


div#pagebody nav ul li:hover
{
	margin: 0 0 2em 0px;
	background-color: #fead9a;
	color: #000066;
	border-top: 1px solid #6e4f30;
	border-bottom: 1px solid #6e4f30;
	background-image: url(../images/zangles-li-bg.jpg);
	background-repeat: no-repeat;
}


div#pagebody nav ul li a
{
	display:block;
	font-size: 1.1em;
	text-decoration: none;
	background-color:#9FAC82;
	color: #fff;
	padding:3px 2px 2px 4px;
	border:1px solid transparent;
}


div#pagebody nav ul li a:hover
{
	display:block;
	background-color:#9FAC82;
	color: #000066;
	border:1px solid #666;
}


a.navitemact
{
	display:block;
	background-color: transparent;
	color: #fff;
	text-decoration: underline;
	padding:2px;
	border:1px solid transparent;
}


a.navitemact:hover
{
	display:block;
	background-color:#9FAC82;
	color: #000066;
	border:1px solid #666;
}
/* End Main Navigation */

/* Top navigation */
div#topnav
{
	position: absolute;
	top: 6em;
	left: 0;
	width: 100%;
	height: 122px;
	margin-bottom:0em;
	background-color: transparent;
	color: #FFEBD3;
}

div#topnav nav ul
{
	display: inline-block;
	height: inherit;
	font-size: 1em;
	font-family: "MS Reference Sans Serif", Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	letter-spacing: 0.1em;
}

div#topnav nav ul li
{
	display: inline-block;
	width: auto;
	height:97px; /* 105px */
	padding: 0.14em;
	background-image: url(../images/flower-passive.png);
	background-repeat: no-repeat;
	background-position: center 0.3em;
}

div#topnav nav ul li:hover
{
	background-image: url(../images/flower-selected.png);
	background-repeat: no-repeat;
	background-position: center 0.3em;
}

div#topnav nav ul li a
{
	display: inline-block;
	margin-top: 4.8em;
	font-size:0.9em;
	font-weight:normal;
	color:#fff;
	background-color: #669966;
	padding: 0.2em;
	text-decoration:none;
}

div#topnav nav ul li a:hover
{
	/*color:#99c4cc;*/
	background-color: #669966;
	color: #f7ad94;
	text-decoration: none;
}

div#topnav nav ul li.topnavli-select
{
	display: inline-block;
	width: auto;
	height:97px; /* 105px */
	padding: 0.14em;
	background-image: url(../images/flower.png);
	background-repeat: no-repeat;
	background-position: center 0.3em;
}

div#topnav nav ul li.topnavli-select a
{
	display: inline-block;
	margin-top: 4.8em;
	font-weight:normal;
	background-color: #669966;
	color:#183030;
	padding: 0.2em;
	text-decoration:none;
}
/* End top navigation */

div#maincontent > article
{
	display:block;
	margin: 1.5em 0 0 0em;
	padding: 0em;
	border-right: 1em solid #ffebd3;
	border-left: 1em solid #ffebd3;
}


div#maincontent article section img, iframe
{
	float:left;
	width:auto; /* 15% */
	margin:0 25px 15px 0;
	padding: 0.3em;
	background-color: #ffebd3; /*#cccccc;*/
	color: #000;
}

div#maincontent article section ul
{
	background-color: #ffebd3;
	color: #4d6c6e;
}

div#maincontent ul li
{
	margin: 1em 0 1em 1em;
	font-size:100%;
	list-style: disc outside;
	width: 80%;
}

div#maincontent ul > li.vink
{
	background-image: url(../images/vinkje2.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.1em;
	list-style: none outside;
	padding-left: 14px;
}

div#maincontent table
{
	margin-bottom: 2.5em;
}

div#maincontent table tr td
{
	padding: 0.3em;
	vertical-align:top;
	font-weight: normal;
	font-size:100%;
	background-color:transparent;
	color: #4d6c6e;
}

div#maincontent p
{
	width:80%;
}

div#flashmovie
{
	display: none;
	position: absolute;
	left: 292px;
	top: 35.04em;
}


h1
{
	font-weight: normal;
	font-size: 2em;
	font-family: "MS Reference Sans Serif", Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffebd3;
	color: #FFEBD3;/*#FFEBD3 #241f20;*/
	letter-spacing: 0.03em;
	margin: 1em 0 0 0;
}


h1.messagedate
{
	font-weight: bold;
	font-size: 1.2em;
	font-family:"MS Reference Sans Serif", "Lucida Console", Arial, Helvetica, sans-serif;
	margin-bottom: 0.5em;
	background-color:transparent;
	color: #4d6c6e; /*#183030;*/
}

section
{
	margin: 0em 0 1em 0;
}

section header
{
	margin: 3em 0em 0em 0;
}

article section p
{
	margin: 1em 0 1em 0;
}

article section ul
{
	margin: 1em 0 1.4em 0;
}

article section table
{
	margin: 0;
}

article section table td
{
	padding: 0em 1.6em;
}

h2, h3, h4, h5, h6
{
	font-weight: bold;
	font-size: 1.1em;
	font-family:"MS Reference Sans Serif", "Lucida Console", Arial, Helvetica, sans-serif;
	margin-bottom: 0.9em;
	background-color: #ffebd3;
	color: #4d6c6e; /*#183030;*/
}

h1.wide
{
	font-weight: bold;
	font-size: 1.4em;
	margin-bottom: 1em;
	letter-spacing: 0.2em;
	background-color:transparent;
	color: #4d6c6e;
}


p
{
	width:95%;
	margin: 0.5em 0 1.5em 0;
	padding-right: 0em;
	font-weight: normal;
	font-size: 1em;
	background-color:transparent;
	color: #4d6c6e;
	letter-spacing: 0.07em;
}

p:hover
{
	background-color:transparent;
	color: #4d6c6e; /*#183030;*/
}

p.big
{
	font-size: 1.4em;
}


h2.name
{
	font-size: 1em;
	text-align: right;
	margin-top: 4em;
	padding-right: 7em;
	text-decoration: none;
	clear: both;
}

footer p, footer p:hover
{
	color: #183030;
	background-color: transparent;
}

footer a, footer a:hover
{
	background-color:transparent;
	color: #183030;
	text-decoration: none;
	border-bottom: 1px solid #183030;
}


div#hcard-Sheila-van-Rheenen
{
	margin-top: 4em;
	word-spacing: 0.3em;
	letter-spacing: 0.03em;
	background-color: transparent;
	color: #183030;
}

p.aanmelden
{
	margin: 0.5em 0 1.5em 0;
	font-weight:bold;
	font-size:0.8em;
	color: #183030;
}




