/* (c)Copyright Basisschool Dorus Rijkers */

* {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 1024px;
	background-color: #0076a3;
}

ul, ol {
	list-style: none;
}

h1 {
	display: none;
}

h2 { font-size: 28px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }
h7 { font-size: 14px; }
p, br {
	margin-bottom: 6px;
}

a {
	position: relative;
	color: black;
	z-index: 99;
}
a:hover {
	text-decoration: none;
}

/* ------------------------ div */
div#header {
	background: url(../images/private/site_header.gif) no-repeat;
	height: 154px;
	overflow: hidden;
}

div#pageContent {
	font-size: 10px;
	margin-left: 240px;
	width: 559px;
	background: url(../images/private/content_background.gif) repeat-y;
	padding: 0px 8px 2px 8px;
}

div#contentBottom {
	margin-left: 240px;
	background: url(../images/private/content_bottom.gif) no-repeat;
	height: 108px;
}

div#activities {
	position: absolute;
	padding-bottom: 24px;
	top: 140px;
	width: 204px;
	margin-left: 818px;
	/* background: url(../images/private/blokjes.gif) no-repeat bottom left; */
}
div#activities h3 {
	font-size: 12px;
	background-color: #f70614;
	color: white;
	height: 16px;
	text-align: center;
}
div#activities li {
	position: relative;
	margin-top: 6px;
	background-color: #b3d6e4;
	min-height: 37px;
	padding: 5px 5px 14px 5px;
}
* html div#activities li {
	height: 37px;
}
div#activities li strong, div#activities li a {
	color: #f70614;
	display: block;
}
div#activities li a {
	position: absolute;
	bottom: 2px;
}
* html div#activities li a {
	position: relative;
	margin: 2px 0px -12px 0px;
}
div#activities p {
	position: absolute;
	bottom: 5px;
	text-align: right;
	width: 100%;
}
div#activities p a {
	color: white;
}

/* ------------------------ ul */
ul#topMenu {
	position: absolute;
	width: 1004px;
	top: 112px;
	left: 0px;
	font-weight: bold;
	margin-left: 20px;
	font-size: 12px;
}
ul#topMenu li {
	display: inline;
	padding-left: 22px;
	background: url(../images/private/topmenu_dot.gif) no-repeat 6px 5px;
}
ul#topMenu a {
	text-decoration: none;
}
ul#topMenu a:hover {
	text-decoration: underline;
}

ul#subMenu {
	position: absolute;
	left: 0px;
	top: 140px;
	width: 236px;
	display: table-cell; /* Cross-browser min-height */
	height: 400px;
	background: url(../images/private/kinderen2.jpg) no-repeat bottom;
}
* html ul#subMenu {
	xheight: 400px;
}
ul#subMenu li {
	font-size: 12px;
	border: 1px solid #fff399;
	background-color: #6eb1cb;
	color: white;
	font-weight: bold;
	margin-bottom: 4px;
	padding: 2px 6px;
}
ul#subMenu ul {
	background-color: #6eb1cb;
	margin: 0px -6px -6px -6px;
	padding-top: 1px;
}
ul#subMenu ul li {
	border: none;
	background: url(../images/private/submenu_line.gif) no-repeat 34px 10px;
	padding-left: 40px;
	margin: 4px 0px;
}
ul#subMenu a {
	color: white;
	text-decoration: none;
}
ul#subMenu a:hover {
	text-decoration: underline;
}
ul#subMenu li.currentPage {
	background-color: #e0eef4;
}
ul#subMenu li.currentPage a {
	color: #f70614;
}
ul#subMenu li.currentPage ul a {
	color: white;
	font-size: 11px;
	text-decoration: underline;
	font-weight: normal
}
ul#subMenu li.currentPage ul a:hover {
	text-decoration: none;
}
ul#subMenu li.currentPage ul li.currentPage a {
	font-weight: bold;
	color: #f70614;
}

ul#address {
	position: absolute;
	top: 140px;
	left: 8px;
	color: white;
	font-size: 12px;
	xfont-weight: bold;
}
ul#address a {
	color: white;
}

/* ------------------------ other */
h2#siteTitle {
	background: url(../images/private/site_title.gif) no-repeat;
	height: 0px;
	padding: 26px 0px 0px 00px;
	margin: 10px 0px 5px 260px;
	overflow: hidden;
	font-size: 20px;
}

h3#pageTitle {
	font-size: 14px;
	color: #f70614;
	padding: 6px 0px 0px 10px;
	background: url(../images/private/content_top.gif) no-repeat;
	margin: -14px 0px 0px 240px;
	height: 31px;
	width: 550px;
	padding-right: 15px;
	overflow: hidden;
}

/* ------------------------ classes */
.hide {
	display: none;
}