* { margin: 0px; padding: 0px; }


html, body {

	font-family: arial, helvetica, "liberation sans", "dejavu sans condensed", sans-serif;
	font-size: 12px;
	background: #FFF;
	color: #000;
	overflow: hidden;
}

a { color: #000; }

img {
	border: 0px;
}

li { margin-left: 10px; }


#master {
	margin: 0 auto;
	width: 996px;
}


#master #banner {
	height: 66px;
	width: 995px;
	overflow: hidden;
}

#master #header {
	background: url('../img/top.gif') no-repeat;
	height: 150px;
}

#master #header .menu {
	color: #FFF;
	text-transform: uppercase;
	padding-top: 2px;
}

#master #header .menu td {
	padding-left: 25px;
	vertical-align: top;
}

#master #header .menu td ul { list-style-type:  none; font-size: 11px; padding-top: 1px; }
#master #header .menu td a  { color: #FFF; text-decoration: none; }
#master #header .menu li { margin-left: 5px; padding: 1px; }
#master #header .menu li a { color: #FFF; text-decoration: none; }


/*
 * Content
 */
#master #content {
	background: url('../img/content.gif');
	height: 441px;
}

#master #content #titel {
	color: white;
	text-transform: uppercase;
	padding-top: 23px;
 	margin-left: 40px;
 	margin-bottom: 20px;
}

#master #content #tekst {
	color: #000;
	width: 600px;
	height: 340px;
	padding-left: 40px;
	overflow: auto;

}

/*
 * Lamp
 */
#master .lamp {
	z-index: 100;
	position: relative;
	margin-left: 545px;
	margin-top: -15px;
}

#master #aanmelden {
	margin-left: 320px;  margin-top: 0px;
	font-weight: bold;
	font-size: 13px;
}

#master #frontpage {
	position: relative;
	margin-left: 520px;
	margin-top: -175px;
	color: #FFF; font-weight: bold;
	font-size: 13px;
}

#master #aanmelden a { color: #000; }

#master #frontpageinfo {
	position: relative;
	margin-left: 895px;
	margin-top: 20px;
	font-weight: bold;
}
#master #frontpageinfo a { text-decoration: none; }

/* Formulieren */
.formulier { width: 95%; }

.formulier td {
	padding: 3px;
}

.formulier td a { color: #000; }

/* Oops, error */
.error {
	border: 1px solid red;
	padding: 3px;
	margin: 5px;
}
.error li {
	margin-left: 15px;
}
.error a { color: #000; }


/*
 * Footer
 */
#footer {
	background: url('../img/footer.gif');
	height: 99px;
}

#footer .logos {
	list-style: none;
	margin-left: 920px;
}

#footer .logos li {
	display: inline;
	padding-right: 20px;
}

.opgeven {
  position: absolute;
  margin-top: -22px;
  margin-left: 650px;
}




.clearBoth { clear: both; }
.left { float: left; }
.right { float: right; }
.center { margin: 0 auto; }