:focus {
	outline: 0;
}  

* {
	padding: 0;
	margin: 0;
	border: none;
}

html, body, #wrapper, #wrapper2 {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;

	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #FFFFFF;   
	background-color: #ff92a2;
}

html>body, html>body #wrapper, html>body #wrapper2 {
	height: auto;
}

div#wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 1154px;
	background: #ff92a2 url(border.jpg) repeat-y bottom left;
}

#header {
	position:relative; 
	z-index:500;
	width: 100%;
	height: 307px;
	text-align: center;
}

#logo {
	margin: 0 auto;
	width: 1154px;
	height: 307px;
	background: transparent url(hoofd.png) no-repeat top center;;
}

/*LABEL -------------------------------------------------- */
#label {
	float: right;
	margin-right: 180px;
	width: 235px;
	height: 257px;
	overflow: hidden;
	background: transparent url(label.png) no-repeat;
}

#labelmarge{
	margin: 50px 35px 0px 35px ;
	overflow: hidden;
}

#label p {
	margin-top: 10px;
	color: #482f78;
}

#label h2 {
	margin-top:10px;
	font-size: 17px;
	color: #482f78;
}

#label input {
	margin-bottom: 10px;
	height: 20px;
}

#label input {
	width: 100px;
	margin: 0 5px;
	padding: 3px 0 0 3px;
	text-align: left;
}

#label input.button {
	width: 30px;
	height: 30px;
	background: transparent url(zoek.png) no-repeat;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

#footer {
	clear: both;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 180px;
	overflow:hidden;
	text-align: center;
}

#footer div {
	margin: 0 auto;
	width: 1154px;
	height: 180px;
	background: transparent url(voet.png) no-repeat bottom center;
}

/* \*/
* html #footer {
	position: absolute;
}
* html #main {
	padding-bottom: 180px;
}

/* \*/
head:first-child+body div#footer {
	position: absolute;
	z-index:0;
}

head:first-child+body div#main {
	padding-bottom: 180px;
}

}

@media all and (min-width:0px) {
head~body {height:180%;}
}

#content {
	text-align: center;
	margin: 0 auto;
	width: 1154px;
}

#tekst {
	width: 720px;
	margin: 40px auto;
	text-align: left;
}

#menu {
	margin: 0px auto;
	width: 720px;
	height: 34px;
	text-align: center;
}

#menu ul {
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	color: #FFF;
	margin-right: 20px;
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	display: block;
	float: left;
}

#menu a:hover, #menu a.active {
	color: #ff92a2;
	background: transparent url(pijl.jpg) no-repeat bottom center;
}


#footer {
	text-align: center;
}



a, a:visited {
	color: #ff92a2;
	text-decoration: none;
}

a:hover, a:active {
	color: #960115;
	text-decoration: none;
}

h1, h2, h3 {
	color: #ff92a2;
	font-weight: normal;
}

h1 {
	font-size: 24px;
	margin-bottom: 10px;
}

#tekst ul, #tekst ol {
	margin: 10px 20px;
	list-style: inside;
}

.hidden {
	display: none;
}















