@charset "utf-8";
/* CSS Document */


/*------------------------------- CSS reset ---------------------------------*/

body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td { 
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img { 
	border: 0;
}
address,caption,cite,code,dfn,th,var {
	font-style: normal;
	font-weight: normal;
}
ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
} 
q:before,q:after {
	content:'';
}
abbr,acronym,iframe {
	border: 0;
}
a, object {
	outline: none;
}
.clear {
	clear: both;
}


/*------------------------------- Body ---------------------------------*/

body {
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/bg.jpg) repeat-x center top #54C3EC;
}

html, body, #container { height: 100%;}

body > #container { height: auto; min-height: 100%;}


/*------------------------------- Headings ---------------------------------*/

h1 { color: #009DDA; font-size: 15px;}
h2 { color: #009DDA; font-size: 14px;}
h3 { color: #E52B7C; font-size: 13px;}
h4 { color: #E52B7C; font-size: 12px;}
h5 { color: #E52B7C; font-size: 11px;}
h6 { color: #E52B7C; font-size: 11px;}


/*------------------------------- Container ---------------------------------*/

#container {
	margin: 0 auto;
	width: 900px;
}


/*------------------------------- Header ---------------------------------*/

#header {
	position: relative;
	width: 900px;
	height: 290px;
	background: url(../images/kidsFloating.png) no-repeat right;
}

/* donatiebanner */
.donatiebanner {
	position: absolute;
	top: 0;
	left: 30px;
	width: 271px;
	height: 121px;
	background: url(../images/donatiebanner.png);
}
	.donatiebanner a { display: block; height: 201px;}
.donatiebanner img { width: 239px; height: 100px; margin: 0 0 0 13px;}

/* logo */
#logo {
	position: absolute;
	z-index: 1;
	top: 200px;
	left: 0;
	width: 302px;
	height: 201px;
	background: url(../images/logo.png);
	text-indent: -9999px;
}
	#logo a { display: block; height: 100%;}


/*------------------------------- Menu ---------------------------------*/

#menu {
	position: inherit;
	z-index: 2;
	width: 625px;
	height: 40px;
	margin: 0 0 0 275px;
	padding: 250px 0 0 0;
	overflow: hidden;
}
#menu li {
	float: left;
	margin: 0 10px 0 0;
	text-indent: -9999px;
}
#menu li a {
	display: block;
	height: 40px;
	background: url(../images/menu.png);
}

#menu li a.intro { background-position: 0 0; width: 60px;}
#menu li a.lobstar { background-position: -70px 0; width: 80px;}
#menu li a.kinderhof { background-position: -160px 0; width: 90px;}
#menu li a.kidsclub { background-position: -260px 0; width: 85px;}
#menu li a.vrienden { background-position: -355px 0; width: 80px;}
#menu li a.vragen { background-position: -445px 0; width: 70px;}
#menu li a.contact { background-position: -525px 0; width: 70px;}

#menu li a.intro:hover, #menu li.active a.intro { background-position: 0 -40px; width: 60px;}
#menu li a.lobstar:hover, #menu li.active a.lobstar { background-position: -70px -40px; width: 80px;}
#menu li a.kinderhof:hover, #menu li.active a.kinderhof { background-position: -160px -40px; width: 90px;}
#menu li a.kidsclub:hover, #menu li.active a.kidsclub { background-position: -260px -40px; width: 85px;}
#menu li a.vrienden:hover, #menu li.active a.vrienden { background-position: -355px -40px; width: 80px;}
#menu li a.vragen:hover, #menu li.active a.vragen { background-position: -445px -40px; width: 70px;}
#menu li a.contact:hover, #menu li.active a.contact { background-position: -525px -40px; width: 70px;}


/*------------------------------- Main-banner ---------------------------------*/

#main-banner {
	height: 250px;
	background: url(../images/kids.jpg) no-repeat left bottom;
}
#main-banner .content {
	w-banneridth: 580px;
	height: 235px;
	margin: 0 0 0 320px;
	padding: 15px 0 0 0;
	overflow: hidden;
	color: #FFF;
	font-size: 14px;
	line-height: 20px;
}


/*------------------------------- Wrapper ---------------------------------*/

#wrapper {
	padding: 0 0 20px 0;
	background: url(../images/wrapperTop.gif) repeat-x top #FCDB18;
}


/*------------------------------- Banners ---------------------------------*/

#banners {
	margin: 0 15px 0 30px;
}
#banners .banner {
	float: left;
	width: 230px;
	height: 92px;
	padding: 118px 30px 20px 15px;
	color: #000;
	font-size: 12px;
	overflow: hidden;
}
#banners .banner h3 { color: #FFF; font-size: 15px;}
#banners .banner p { margin: 5px 0; line-height: 20px;}
#banners .banner a { color: #FCDB18; text-decoration: none;}
#banners .banner a:hover { color: #FCDB18; border-bottom: 1px dotted #FCDB18;}

#banners .banner.left { background: url(../images/banner_left.jpg); margin: 0 15px 0 0;}
#banners .banner.mid { background: url(../images/banner_mid.jpg); margin: 0 15px 0 0;}
#banners .banner.right { background: url(../images/banner_right.jpg);}


/*------------------------------- Main ---------------------------------*/

#main {
	width: 860px;
	margin: 0 30px;
	color: #000;
	font-size: 13px;
}
	#main a { color: #009DDA; text-decoration: none;}
	#main a:hover { color: #000;}


/*------------------------------- Content ---------------------------------*/

#content {
	float: left;
	width: 550px;
	margin: 20px 30px 0 0;
	padding: 30px 0 0 0;
	border-top: 2px dotted #E52B7C;
	color: #000;
	font-size: 13px;
}
	#content a { color: #E52B7C; font-weight: bold; text-decoration: none;}
	#content a:hover { color: #009DDA;}

#content hr { height: 1px; border: 0; border-top: 2px dotted #E52B7C; margin: 5px 0 10px 0;}


/*------------------------------- Sidebar ---------------------------------*/

#sidebar {
	float: left;
	width: 260px;
	margin: 20px 0 0 0;
	padding: 30px 0 0 0;
	border-top: 2px dotted #E52B7C;
	color: #000;
	font-size: 13px;
}
	#sidebar a { color: #E52B7C; text-decoration: none;}
	#sidebar a:hover { color: #009DDA;}

#sidebar h3 { color: #E52B7C; font-size: 15px; border-bottom: 2px dotted #E52B7C; margin: 20px 0 10px 0; padding: 0 0 10px 0;}
#sidebar h3 span { color: #FFF;}

/* doneren */
.doneren { margin: 0 0 30px 0;}
.doneren h4 { color: #E52B7C; font-size: 14px; margin: 0 0 5px 0;}
.doneren input[type=button] {
	width: 100%;
	height: 30px;
	margin: 10px 0 0 0;
	padding: 0 0 0 15px;
	border: none;
	background: #E52B7C;
	color: #FFF;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	line-height: 30px;
}

/* fotos */
.fotos { margin: 0 0 25px 0;}

/* commercial */
.commercial { margin: 0 0 25px 0;}

/* nieuwsbrief */
.nieuwsbrief { margin: 0 0 25px 0;}


/*------------------------------- Footer ---------------------------------*/

#footer {
	width: 870px;
	height: 30px;
	padding: 25px 0 0 30px;
	background: url(../images/wrapperBottom.png) no-repeat top;
	color: #FFF;
	font-size: 12px;
}
	#footer a { color: #FFF; text-decoration: none;}
	#footer a:hover { color: #E52B7C;}



/*------------------------------- Clearfix ---------------------------------*/

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
