/* elk element */
* {
	padding: 0px;
	margin: 0px;
}

/* body + html 100% hoog maken */
html { height: 100%; overflow-y: scroll; }
body { height: 100%; background-image: url('images/achtergrond.gif'); background-repeat: repeat-y;}
img { border: none }

* html body {text-align: center;} 

div.blauw {
	background-color: #009EE0;
	height: 160px;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 5;
}

div.break {
	width: 99%;
	height: 0;
	clear: both;
	float: none;
	overflow: hidden;
}

/* content */
div.canvas {
	width: 780px;
	min-height: 100%;
	position: relative;
	margin:0 auto;
	text-align: left;
	background-image: url('./images/achtergrondcanvas.gif');
	background-repeat: repeat-y;
	z-index: 5;
}

div.inhoud {
	width: 628px;
	z-index:8000;
	margin-left: 152px;
	margin-top: -229px;
	position: relative;
}

div.content {
	padding-left: 44px;
	padding-right: 25px;
	padding-bottom: 15px;
	font-family: Comic Sans MS, Arial;
	color: #003366;
}

/* HEADER */
/* zie voor deze ook corrie6.css */
div.header {
	background-image: url('./images/achtergrondheader.png');
	background-repeat: no-repeat;
	width: 780px; 
	height: 160px;
	z-index: 8000;
	position: absolute;
	top: 0px;
	left: 0px;
}

div.blauwebox {
	background-color: #009EE0;
	width: 780px; 
	height: 160px;
	z-index: 2000;
	position: absolute;
	top: 0px;
	left: 0px;
}
		
img.logo {
	position: absolute;
	top: 19px;
	left: 19px;
}

img.contact {
	position: absolute;
	top: 88px;
	left: 708px;
	border: none;
}

img.apple {
	position: absolute;
	top: 14px;
	left: 540px;
}

/* Jumping kids image */
img.jumpingkids {
	position: relative;
	margin-left: -240px;
	margin-top: 60px;
	z-index: 5000;
}

/* Menu */
div.menu {
}

div.dropdownmenu {
	position: absolute;
	top: 110px;
	left: 300px;
	width: 1px;
	height: 1px;
	z-index: 8000;
}

img.inschrijven {
	padding-top: 5px;
	z-index: 8000;
	border: none;
	cursor: hand;
	cursor:pointer;
}

img.inloggen {
	padding-top: 5px;
	z-index: 8000;
	border: none;
	cursor: hand;
	cursor:pointer;
}

img.inloggenmedewerkers {
	padding-top: 5px;
	z-index: 8000;
	border: none;
	cursor: hand;
	cursor:pointer;
}

img.radiospot {
	padding-top: 5px;
	z-index: 8000;
	border: none;
	cursor: hand;
	cursor:pointer;
}

div.dropdownmenu {
	position: absolute;
	z-index: 9000;
	top: 110px;
	left: 166px;
	width: 628px;
	font: 10px comic sans ms;
}

.dropdownmenu ul {
	width: 628px;
	list-style: none;
}

.dropdownmenu li {
	float: left;
	width: 120px;
	height: 32px;
}

.dropdownmenu a {
	padding: 8px 5px 2px 5px;
	text-align: center;
	display: block;
	text-decoration: none;
	color: #003366;
	background-image: url('./images/menu.png');
	background-repeat: no-repeat;
	width: 110px;
	height: 22px;
}

.dropdownmenu a:hover  {
	padding: 8px 5px 2px 5px;
	text-align: center;
	display: block;
	text-decoration: none;
	color: #003366;
	background-image: url('./images/menuactive.png');
	background-repeat: no-repeat;
	width: 110px;
	height: 22px;
}

.activedropdownmenu a  {
	padding: 8px 5px 2px 5px;
	text-align: center;
	display: block;
	text-decoration: none;
	color: #003366;
	background-image: url('./images/menuactive.png');
	background-repeat: no-repeat;
	width: 110px;
	height: 22px;
}

.dropdownmenu ul li ul li {
	width: 160px;
}

.dropdownmenu li ul li {
	float: none;
	background-image: none;
}

.dropdownmenu li ul {
	width: auto;
	display: none;
}

.dropdownmenu li:hover ul {
	width: auto;
	display: block;
	background-image: none;
}

.dropdownmenu li ul li a {
	text-align: left;
	background-color: #009EE0;
	color: #FFFFFF;
	text-decoration: none;
	background-image: none;
	width: 150px;
}

.dropdownmenu li ul li a:hover {
	text-align: left;
	background-color: #01346C;
	color: #FFFFFF;
	text-decoration: none;
	background-image: none;
	width: 150px;
}

.menucontainer {
	position: absolute;
	top: 132px;
	left: 0px;
	width: 140px;
	z-index: 8000;
}

.menu li {
	list-style: none;
	background-color: #00B8E9;
}

.menu a  {
	color: #FFFFFF;
	background-color: #00B8E9;
	display: block;
	font: 11px comic sans ms;
	font-weight: none;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}

.menu a:visited {
	color: #FFFFFF;
	background-color: #00B8E9;
	display: block;
	font: 11px comic sans ms;
	font-weight: none;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}

.menu a:hover {
	color: #000000;
	background-color: #FFDF0F;
	display: block;
	font: 11px comic sans ms;
	font-weight: none;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}

.activemenu a {
	color: #000000;
	background-color: #FFDF0F;
}

.menu a:active{
	color: #000000;
	background-color: #FFDF0F;
	display: block;
	font: 11px comic sans ms;
	font-weight: none;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

/* menu op pagina's kinderdagverblijven */

a.dagverblijfmenu {
	color: #0099CC;
	font: 11px comic sans ms;
	font-weight: bold;
	text-decoration: none;
}

a.dagverblijfmenu:hover {
	color: #01346C;
	font: 11px comic sans ms;
	font-weight: bold;
	text-decoration: none;	
}

div.inschrijvendag {
	background-color: #00B8E9;
	color: white;
	font: 14px comic sans ms;
	padding: 10px 10px 10px 10px;
	height: 61px;
}

div.inschrijvenrest {
	background-color: #00B8E9;
	color: white;
	font: 14px comic sans ms;
	padding: 10px 10px 10px 10px;
	height: 183px;
}

img.floatRightClear { 
    float: right; 
    clear: right; 
}

