/* Standaard opmaak classes */
html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
    border: none;
    }

body {
	background: #ffffff url(./../img/interface/bg.jpg) center top;
	overflow-x: hidden;    }

body, td {
	font: normal 11px/17px Verdana;
	color: #000000;
    }

input, select, textarea {
	font: normal 11px/13px Verdana;
	color: #000000;
	}

a, a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	cursor: pointer;
	}

a:hover {
	color: #CB962C;
	}

a img {
	border: none;
	}

img.right {
	margin: 0 0 10px 10px;
	}

img.left {
	margin: 0 10px 10px 0;
	}

.error {
	color: #FFFFFF;
	}


/* Standaard extra classes */
.print {
	display: none;
	}

hr {
	height: 1px;
	border: 0;
	border-bottom: solid 1px #A0C680;
	margin: 18px 0;
	}


/* Interface */
#iFace {
	width: 796px;
	margin: 0 auto;
	height: 100%;
	}

#iFaceHeader {
	height: 28px;
	}

#iFaceHeader div {
	margin-left: 96px;
	height: 28px;
	background: url(../img/interface/bgheader.png) no-repeat;
	}

#iFaceLeft {
	width: 205px;
	text-align: right;
	}

#iFaceMenu {
	position: absolute;
	width: 240px;
	height: 400px;
	z-index: 1000;
	margin-left: -205px;
	}

#iFaceContent {
	vertical-align: top;
	background: #009EE0;
	width: 481px;
	}

#iFaceContent div.wrapper {
	padding: 0 60px 0 40px;
	}

#iFaceRight {
	width: 110px;
	}

#iFaceFooter {
	height: 40px;
	}

#iFaceFooter div {
	padding: 17px 0 12px 149px;
	margin-left: 96px;
	font-size: 10px;
	line-height: 11px;
	color: #A0C680;
	background: url(../img/interface/bgfooter.png) no-repeat;
	}

#iFaceFooter div a {
	color: #A0C680;
	text-decoration: underline;
	}


/* Popup Interface */
#iFacePopup {
	width: 100%;
	height: 100%;
	margin: 0;
	}

#iFacePopupContent {
	padding: 20px;
	}

#iFacePopupContent div.wrapper {
	background: #009EE0;
	border: solid 1px #CCCCCC;
	padding: 10px;
	}


/* Headings en titels */
h3 {
	font: bold 12px/13px Verdana;
	color: #FFFFFF;
	margin-bottom: 10px;
	}

.titel {
	margin-bottom: 20px;
	}


/* List items */
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

ul li {
	list-style-type: none;
	background: url(./../img/li.png) no-repeat 0 4px;
	padding-left: 20px;
	}


/* Hand op de homepage */
.handFoto {
	position: absolute;
	margin: -485px 0 0 572px;
	width: 246px;
	height: 468px;
	}


/* Tekst links op de homepage */
.textLinks {
	margin-right: -20px;
	word-spacing: 4px;
	color: #A0C680;
	text-align: center;
	padding-top: 10px;
	border-top: solid 1px #000000;
	margin-top: 30px;
	}

.textLinks a, .textLinks a:hover {
	word-spacing: 0;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	}

/* Vrienden van */
table.vriendenvan td {
	width: 180px;
	border: solid 1px #000000;
	text-align: center;
	}

table.vriendenvan td a {
	padding-top: 10px;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	}

table.vriendenvan td a:hover {
	color: #A0C680;
	text-decoration: none;
	background: #A0C680;
	}

table.vriendenvan td span {
	display: block;
	background: #000000;
	margin-top: 8px;
	padding: 5px;
	}