/*
# +---------------------------------------------------------------------+
# | Stylesheet: media 'all'                                             |
# +---------------------------------------------------------------------+
# | IE transparancy:                                                    |
# |            |
# +---------------------------------------------------------------------+
*/

/* Standaard opmaak classes */
* {
	margin: 0;
	padding: 0;
}

html, body {
	width: 100%;
	height: 100%;
    border: none;
    }

body {
	background: #99ccff url(./../img/interface/bg.png) repeat-y top center;
	font: 12px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
	}

input, select, textarea {
	font: 12px/13px Arial;
	color: #333333;
	padding: 2px 0 2px 1px;
	}

input.button {
	margin: 0;
	padding: 1px 5px;
	width: auto;
	overflow: visible;
	}

a, a:hover {
	color: #6a6f86;
	text-decoration: underline;
	cursor: pointer;
	}

a:hover {
	color: #2e9bcd;
	}

a img {
	border: none;
	}

.hand {
	cursor: pointer;
	}

.print {
	display: none;
	}

.small {
	font: 10px/11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	}


/* Standaard formulier melding classes */
.error {
	color: #ff0000;
	}

.oke {
	color: #339900;
	}


/* List-item classes */
ul {
	list-style: none;
	}

ul li {
	background: url(./../img/li.png) no-repeat 0 1px;
	padding: 0 0 0 25px;
	}



/* Headings */
h1 {
	font: bold 17px/19px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	color: #80CCFF;
	border-bottom: solid 1px #80CCFF;
	}

h2 {
	font: bold 14px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0 0 5px 0;
	}

h3 {
	font: bold 12px/17px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	}


/* Interface */
#interface {
	background: url(./../img/interface/bgcontent.png) top center repeat-y;
	width: 770px;
	margin: 0 auto;
	text-align: left;
	min-height: 100%;
	height: auto !important;
	}

#nonfooter {
	width: 750px;
	margin: 0 10px;
	min-height: 100%;
	height: auto !important;
	clear: none; 
	}

#header {
	background: url(./../img/interface/bgheader.png) top center no-repeat;
	height: 133px;
	}

#menu {
	position: absolute;
	padding-bottom: 49px;
	width: 230px;
	margin-top: -7px;
	}

#content {
	padding: 10px 20px 57px 230px;
	min-height: 410px;
	}

#footer {
	clear: both;
	background: url(./../img/interface/bgfooter.png) bottom center no-repeat;
	position: relative;
	width: 770px;
	height: 47px;
	margin: -47px auto 0 auto;
	}


/* header */
#headerFotos {
	position: relative;
	}

#headerFotos img {
	position: absolute;
	width: 240px;
	height: 140px;
	left: 540px;
	top: -15px;
	}

#headerSun {
	position: absolute;
	width: 150px;
	height: 150px;
	margin: -20px 0 0 -50px;
	}

#headerVlinders {
	position: relative;
	}

#headerVlinders img {
	position: absolute;
	width: 290px;
	height: 110px;
	left: 515px;
	top: 50px;
	}


/* Gastenboek */
.navigatie {
	text-align: center;
	margin-top: 20px;
	word-spacing: 5px;
	}

.navigatie a, .navigatie span {
	word-spacing: 0px;
	}

.entry {
	background: #F5F092;
	border: solid 1px #E6C351;
	margin-top: 20px;
	}

.entry td {
	padding: 3px 5px;
	}

.entry td.small {
	text-align: right;
	}

.entry td.icon {
	width: 16px;
	}

.entry div.message {
	vertical-align: top;
	padding: 3px 5px;
	border-top: solid 1px #E6C351;
	}


/* Footer */
#woezelPip {
	position: absolute;
	margin: -163px 0 0 0;
	width: 220px;
	height: 210px;
	background: url(./../img/woezelpip/01.png) no-repeat;
	}

#realTime {
	position: absolute;
	width: 550px;
	text-align: right;
	margin: 24px 0 0 0;
	}

#w3c {
	position: absolute;
	width: 750px;
	text-align: right;
	margin: 26px 0 0 0;
	}


/* overige classes */
.formtable td {
	vertical-align: top;
	padding: 5px 0 0 0;
	}

.formtable td.label {
	padding: 7px 10px 0 0;
	text-align: right;
	}

.formtable td.submit {
	padding: 15px 0 0 0;
	}

.mainmenu {
	margin-top: 20px;
	border-top: solid 1px #E6C351;
	padding-top: 10px;
	word-spacing: 5px;
	color: #E6C351;
	text-align: center;
	}

.mainmenu a {
	word-spacing: 0;
	color: #E6C351;
	text-decoration: none;
	font: normal 11px/13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	}

.thumb {
	padding: 10px 0;
	text-align: center;
	}

.thumb img {
	border: solid 1px #E6C351;
	}
