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

html {
	height: 100%;
}
body {
	background-image: url(../images/body.jpg);
	background-repeat: repeat-y;
	background-position: center;
	height: 100%;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #005192;
	font-size: 12px;
}

div#container {
	min-height: 100%;
	width: 100%;
	background-image: url(../images/content.jpg);
	background-position: center;
	background-repeat: repeat-y;
	position: relative;
}

div#header_container {
	background-image:url(../images/header_container.jpg);
	background-repeat: repeat-y;
	background-position: center;
	width: 100%;
	height: 204px;
}

div#header {
	background-image: url(../images/header.jpg);
	width: 950px;
	height: 204px;
	margin: 0px auto;
	position: relative;
}

h1#logo {
	position: absolute;
	top: 30px;
	left: 0px;
}

h1#logo a{
	width: 380px;
	height: 80px;
	display: block;
}

a.web51{
	background-image: url(../images/logo.jpg);
}
a.web52{
	background-image: url(../images/logo_statenkwartier.jpg);
}
a.web53{
	background-image: url(../images/logo_duinoord.jpg);
}

h1#logo a span {
	display: none;
}

div#body {
	padding-bottom: 140px;
	width: 910px;
	min-height: 200px;
	padding: 20px 20px 170px 20px;
	margin: 0px auto;
}

div#footer {
	position: absolute;
	bottom: 0px;
	width: 970px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 70px;
	left: 50%;
	margin-left: -485px;
}

div#footer address {
	font-style: normal;
	font-size: 12px;
	color: #005192;
	padding-top: 32px;
	padding-left: 32px;
}

div#footer address br {
	display: none;
}

div#footer address span{
	color: #c3024b;
}

div#kids {
	background-image: url(../images/kids.png);
	width: 284px;
	height: 174px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

h1,h2,h3,h4,h5,h6,p {
	margin: 0px;
	padding: 0px;
}

a {
	color: #c3024b;
	text-decoration: none;
}
a:hover {
	color: #005192;
	text-decoration: underline;
}

a img {
	border: 0px;
}


p {
	line-height: 18px;
	text-align: justify;
	margin-bottom: 18px;
}

ul#topnav {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 172px;
	left: 16px;
}

ul#topnav li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
}

ul#topnav li a {
	display: block;
	height: 32px;
	background-position: 0px 0px;
	white-space: nowrap;
}

ul#topnav li a:hover {
	display: block;
	height: 32px;
	background-position: 0px -32px;
}

ul#topnav li a.active {
	background-position: 0px -64px;
}

ul#topnav li a span {
	display: none;
}

li.agenda a {
	background-image: url(../images/nav/agenda.png);
	width: 91px;
}
li.beleid a {
	background-image: url(../images/nav/beleid.png);
	width: 78px;
}
li.contact a {
	background-image: url(../images/nav/contact.png);
	width: 89px;
}
li.groepen a {
	background-image: url(../images/nav/groepen.png);
	width: 94px;
}
li.home a {
	background-image: url(../images/nav/home.png);
	width: 71px;
}
li.kwaliteit a {
	background-image: url(../images/nav/kwaliteit.png);
	width: 92px;
}
li.loginvoorouders a {
	background-image: url(../images/nav/login_voor_ouders.png);
	width: 162px;
}
li.infovoorouders a {
	background-image: url(../images/nav/info_voor_ouders.png);
	width: 162px;
}
li.oudercomissie a {
	background-image: url(../images/nav/oudercomissie.png);
	width: 139px;
}
li.vacatures a {
	background-image: url(../images/nav/vacatures.png);
	width: 103px;
}

ul#topnav li ul.subnav {
	position: absolute;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: auto;
	display: none;
	z-index: 50;
	left: 0px;
	top: 32px;
}
ul#topnav li:hover ul.subnav {
	display: block;
}

ul#topnav li ul.subnav li {
	float: none;
	margin: 0px;
	padding: 10px;
	list-style: none;
	border-bottom: 1px solid #ccc;
}

ul#topnav li ul.subnav li a{
	background-image: none;
	width: auto;
	height: auto;
}

table.calendar a, span.vakantie {
	position: relative;
	background-color: #c3024b;
	color: #FFF;
	display: block;
	height: 20px;
	line-height: 20px;
}

table.calendar a span.title{
	display: none;
	position: absolute;
	top: 0px;
	margin-top: -1px;
	left: 30px;
	background-color: #FFF;
	padding: 3px;
	border: 1px solid #ccc;
	text-align:left;
	color: #000;
	z-index: 999;
	height: 20px;
	width: auto;
	white-space: nowrap;
}
table.calendar a:hover span.title{
	display: block;
}


table.calendar{
    float:left;
    border:1px solid #ccc;
    margin:8px;
    border-collapse:collapse;
}

table.calendar td {
	border:1px solid #ddd;
	color:#555;
	padding:0px;
	text-align:right;
	width: 30px;
	height: 20px;
	line-height: 20px;
}

table.calendar th {
	padding:5px;
}

table.calendar .actday{
	font-weight:bold;
}

table.calendar .days{
	background-color:#f1f1f1;
}

div.vlak {
	background-color: #efefef;
	background-image: url(../images/vlak_footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

div.vlak div.cell {
	float: left;
	width: 200px;
	background-image: url(../images/vlak_seperator.gif);
	background-repeat: repeat-y;
	background-position: 100% 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.clear {
	clear: both;
}

.gallery_image {
	float: left;
	margin-right: 1px;
	margin-bottom: 1px;
	height: 112px;
	width: 150px;
	overflow: hidden;
}

.nieuws_img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 160px;
	min-height: 120px;
}

div#calendars table.calendar td{
	padding: 2px;
	width: 35px;
}

div#calendars table.calendar a span.title{
	margin-top: -3px;
	left: 37px;
}

table.calendar th {
	text-align: center;
}

th {
	text-align: left;
	vertical-align: top;
}

ul.radio_list {
	margin: 0px;
	padding: 0px;
}

ul.radio_list li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.error input[type=text],
.error textarea,
.error select{
	border: 1px solid red;
}
input[type=text],
textarea,
select{
	border: 1px solid #ccc;
}

.error {
	color: red;
}

#map_canvas {
	width: 910px;
	height: 300px;
	margin-bottom: 10px;
}


div#personeelskalender td{
	width: 130px;
	vertical-align: top;
}

div#personeelskalender td div.day_container{
	width: 126px;
	min-height: 40px;
	position: relative;
	font-size: 10px;
}

div#personeelskalender td div.day_container span.day{
	position: absolute;
	right: 0px;
	top: 0px;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding-left: 2px;
	padding-right: 1px;
}

div#personeelskalender td.actday div.day_container span.day{
	background-color: #333;
	color: #FFF;
}

div#personeelskalender td div.day_container span.text{
	display: block;
	width: 112px;
	text-align: left;
	padding: 2px;
	line-height: normal;
}

div#personeelskalender tr.days td {
	height: auto;
}

.inschrijving .radio_list li,
.inschrijving input[type=text],
.inschrijving span{
	float: left;
	margin-right: 2px;
}
.inschrijving textarea {
	width: 480px;
	height: 160px;
}
.inschrijving input[type=text] {
	width: 180px;
}


.contact input[type=text],
.contact textarea {
	width: 300px;
	padding: 2px;
}
