@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-color: #FF6;
	background-image: url(../gfx/achtergrond.jpg);
	background-position: center top;
}

img {
	border: 0;
}

a {
	color: #000;
}

a:hover {
	text-decoration: underline;
}

div#container {
	position: relative;
	width: 934px;
	margin: 0px auto 10px auto;
}

div#topmenu {
	width: 759x;
	height: 30px;
	margin-bottom: 40px;
	padding: 25px 0 0 175px;
}

div#header_home {
	width: 934px;
	height: 222px;
	background: transparent url(../gfx/content_header_home.png) no-repeat;
}
div#header {
	width: 934px;
	height: 19px;
	background: transparent url(../gfx/content_header.png) no-repeat;
}

div#content {
	width: 874px;
	min-height: 50px;
	_height: 50px;
	background: transparent url(../gfx/content_repeat.png) repeat-y;
	padding: 1px 30px 5px 30px;
}

#footer {
	width: 934px;
	height: 12px;
	background: transparent url(../gfx/content_footer.png) no-repeat;
}

#credits {
	width: 904px;
	height: 16px;
	padding: 6px 15px;
	background: transparent url(../gfx/footer.png) no-repeat;
	
	text-align: right;
	font-size: 11px;
	color: #d1b217;
}

/* Menu */

div#topmenu ul {
	width: 500px;
	margin: 0;
	padding: 0;
}

div#topmenu ul li {
	float: left;
	margin-right: 30px;
	list-style: none;
}

div#topmenu ul li a {
	color: #fff;
	font-size: 18px;
	text-decoration:none;
	font-weight: lighter;
}

div#topmenu ul li a:hover {
	color: #616161;
}

/* Kindje */
div#child {
	position: absolute;
	top: 75px;
	left: 710px;
	z-index: 100px;
	width: 228px;
	height: 300px;
	background: transparent url(../gfx/kindje.png);
}

/* Fonts */

h1 { 
	font-size: 15px;
	margin-top: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}


div.topmargin h1 {
	margin-top: 25px;
}div#agenda {
	position: absolute;
	top: 140px;
	left: 20px;
	z-index: 100px;
	width: 117px;
	height: 40px;
	background-color: transparent;
	background-image: url(../gfx/agenda.png);
}
div#fotos {
	position: absolute;
	top: 180px;
	left: 20px;
	z-index: 100px;
	width: 100px;
	height: 40px;
	background-color: transparent;
	background-image: url(../gfx/fotos.png);
}
div#ook {

	position: absolute;
	top: 220px;
	left: 20px;
	z-index: 100px;
	width: 260px;
	height: 40px;
	background-color: transparent;
	background-image: url(../gfx/ook_bij_u_in_de_buurt.png);
}

