/**********************************************/
/* KLEUREN
/**********************************************/
/* BLAUW        ACHTERGROND     #C1E4F5
/* BLAUW        MENU            #009EE0
/* BLAUW/ZWART  SUBMENU         #282D3A
/* GRIJS        KOLOM           #E4E4E4
/* WIT          CONTENT         #FAFAFA
/**********************************************/


/**********************/
/*	GENERAL
/**********************/
* {
	margin: 0px;
	padding: 0px;
}

a img {
	border: none;
}

html {
}

body {
	background-color: #C1E4F5;
	background-image: url(../images/background.gif);
	background-position: top left;
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

p {
	margin-bottom: 10px;
}

/**********************/
/*	CLEARER
/**********************/
div.clearer {
	clear: both;
	font-size: 1px;
	line-height: 1%;
}

/**********************/
/*	HOLDER
/**********************/
div.holder {
	background-image: url(../images/wolken.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin: 0px auto 0px auto;
	/*min-height: 600px;*/
	width: 950px;
}

/***********************/
/*	MENU EXTRA
/***********************/
div.menu_extra {
	height: 15px;
	padding-top: 5px;
	margin: 0px 8px 10px 0px;
}

div.menu_extra ul {
	list-style: none;
}

div.menu_extra li {
	float: right;
	padding: 0px 0px 0px 0px;
}

div.menu_extra a {
	color: #666666;
	text-decoration: none;
	margin-left: 8px;
	margin-right: 8px;
}

div.menu_extra a:hover {
	text-decoration: underline;
}

/***********************/
/*	LOGO
/***********************/
img.logo {
	margin-bottom: 15px;
}

/***********************/
/*	MENU
/***********************/
div.holder div.menu {
	background-image: url(../images/menubalk.png);
	background-position: top left;
	background-repeat: no-repeat;
	float: right;
	height: 47px;
	margin-top: 30px;
	width: 633px;
}

div.holder div.menu ul {
	min-height: 39px;
	list-style: none;
	margin: 4px 10px 0px 4px;
	padding: 0px 0px 0px 0px;
}

div.holder div.menu li {
	float: left;
	font-size: 14px;
	font-style: italic;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	z-index: 9;
}
div.holder div.menu ul li a {
	background-color: inherit; /* white zorg voort bug in IE7: niveau 3 achter niveau 2, margin-bottom -3 (zie layout_ie7.css) */
	height: 29px;
	color: #666666;
	display: block;
	padding: 10px 15px 0px 17px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
}
div.holder div.menu ul li a.current {
	color: #BCC53E;
}
div.holder div.menu ul li a:hover {
	background-color: #009EE0;
	color: white;
}

div.holder div.menu ul li:hover {
}

div.holder div.menu ul li:hover > a {
	background-color: #009EE0;
	color: white;
}

/* Niveau 2 */
div.holder div.menu li ul {
	background-color: transparent;
	left: 0px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	top: 39px;
	/*white-space: nowrap;*/
	width: 177px;
}
div.holder div.menu ul li ul li {
	background-image: none;
	color: #451741;
	position: relative;
	font-weight: normal;
	font-size: 14px;
	float: none;
	margin: 0px;
	padding: 0px;
	width: 175px;
}
div.holder div.menu ul li ul li:hover {
	background-color: #F9A138;
	z-index: 10;
}

div.holder div.menu ul li ul li a {
	background-color: #282D3A;
	color: white;
	display: block;
	height: auto;
	padding: 7px 0px 7px 15px;
	margin: 0px;
	width: 160px;
}

div.holder div.menu ul li ul li:hover > a,
div.holder div.menu ul li ul li a:hover {
	background-image: none;
	background-color: #009EE0;
	margin: 0px;
}

div.holder div.menu ul li ul li.metsubs > a {
	background-image: url(../images/menu_pijl_rechts.png);
	background-position: 156px 11px;
	background-repeat: no-repeat;
}
div.holder div.menu ul li ul li:hover > li.metsubs a {
	background-color: #009EE0;
}

/* Niveau 3 */
div.holder div.menu ul li ul li ul {
	background-image: none;
	left: 150px;
	top: 4px;
	width: 139px;
}

div.holder div.menu ul li ul li ul li {
	background-image: none;
	padding: 0px;
	width: 139px;
}

/* hovers with specificity */
/* voor uitleg, zie: http://www.naarvoren.nl/artikel/hover.html */

/* Niveau 3 */
ul ul, li:hover ul ul {
	/* waarde: 2 en 13 */
	display: none;
}
li:hover ul, li:hover li:hover ul {
	/* waarde: 12 en 23 */
	display: block;
}

div.holder div.menu ul li ul li ul li a {
	/*background-image: none;*/
}

/* Niveau 4 */
ul ul ul, li:hover li:hover ul ul  {
	/* 3 en 24 */
	display: none;
}
li:hover li:hover ul, li:hover li:hover li:hover ul {
	/* 23 en 34 */
	display: block;
}

/* Niveau 5 */
ul ul ul ul, li:hover li:hover li:hover ul ul  {
	/* 4 en 35 */
	display: none;
}
li:hover li:hover li:hover ul, li:hover li:hover li:hover li:hover ul {
	/* 34 en 45 */
	display: block;
}

/**********************/
/*	CONTENTBALK
/**********************/
div.contentbalk {
	background-image: url(../images/balk_hoek_links.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 25px;
	height: 31px;
	margin-top: 10px;
}

div.contentbalk div.hoek {
	background-image: url(../images/balk_hoek_rechts.png);
	background-position: top right;
	background-repeat: no-repeat;
	padding-right: 25px;
	height: 31px;
}

div.contentbalk div.hoek div.content {
	background-color: #009EE0;
	height: 31px;
}

/**********************/
/*	FOTOBALK
/**********************/
div.fotobalk {
	background-image: url(../images/fotobalk.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 210px;
}

div.fotobalk.vervolg {
	background-image: url(../images/fotobalk_vervolg.jpg);
	height: 80px;
}

/**********************/
/*	SCHADUWRAND
/**********************/
div.content_schaduw_rand {
	background-color: #FAFAFA;
	background-image: url(../images/content_schaduw_top.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 4px;
}

div.content_schaduw_rand div.kolom {
	background-image: url(../images/content_schaduw_top.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #E4E4E4;
	height: 4px;
	width: 275px;
}

div.content_schaduw_rand_breed {
	background-image: url(../images/content_schaduw_top_breed.png);
}

div.content_schaduw_rand.bottom,
div.content_schaduw_rand.bottom div.kolom {
	background-image: url(../images/content_schaduw_bottom.png);
}

div.content_schaduw_rand_breed.bottom {
	background-image: url(../images/content_schaduw_bottom_breed.png);
}

/**********************/
/*	HOLDER CONTENT
/**********************/
div.holder_content {
	background-image: url(../images/background_content.gif);
	background-position: top left;
	background-repeat: repeat-y;
	min-height: 400px;
}

div.holder_content.breed {
	background-color: #FAFAFA;
	background-image: none;
}

div.holder_content div.kolom {
	float: left;
	padding: 25px 25px 100px 25px;
	width: 225px; /*275px;*/
}

div.holder_content div.content {
	margin: 0px 0px 0px 275px;
	padding: 10px 25px 25px 25px;
}

div.holder_content.breed div.content {
	margin-left: 0px;
}

div.spetters {
	background-image: url(../images/spetters_gedraaid.png);
	background-position: top center;
	background-repeat: no-repeat;
	height: 99px;
	margin-top: -99px;
	margin-left: 25px;
	width: 250px;
}

/**********************/
/*	CONTENT
/**********************/
div.holder_content div.content {
	line-height: 140%;
	padding-top: 20px;
	padding-right: 100px;
}

div.content h1 {
	background-color: transparent;
	color: #009EE0;
	font-size: 1.6em;
	font-style: normal;
	font-weight: bold;
	padding-top: 0px;
	text-align: left;
	margin-bottom: 8px;
}

div.content h2 {
	background-color: transparent;
	color: #009EE0;
	font-size: 1.4em;
	font-style: normal;
	font-weight: bold;
	padding-top: 15px;
	margin-bottom: 5px;
	white-space: nowrap;
}

div.content h3 {
	background-color: transparent;
	color: #009EE0;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	padding-top: 15px;
	margin-bottom: 5px;
	white-space: nowrap;
}

div.content h4 {
	background-color: transparent;
	color: #009EE0;
	font-size: 1.0em;
	font-style: normal;
	font-weight: bold;
	padding-top: 5px;
	margin-bottom: 5px;
	white-space: nowrap;
}

div.content ul,
div.content ol  {
	margin-bottom: 15px;
	margin-left: 15px;
}

div.content ul li,
div.content ol li {
	padding-bottom: 2px;
	list-style-position: outside;
	text-indent: 0px;
	margin-left: 20px;
}

div.content a,
div.content a:link {
	background-color: inherit;
	color: #156790;
	text-decoration: underline;
}
div.content a:visited {
	background-color: inherit;
	color: #009EE0;
}
div.content a:hover {
	background-color: inherit;
	color: #FF8E0D;
	text-decoration: underline;
}

/**********************/
/*	KRUIMELPAD
/**********************/
div.holder_content div.content div.kruimelpad {
	color: #666666;
	font-size: 0.8em;
	margin: 0px 0px 15px 0px;
}

div.holder_content div.content div.kruimelpad a,
div.holder_content div.content div.kruimelpad a:link {
	color: #666666;
	text-decoration: none;
}
div.holder_content div.content div.kruimelpad a:visited {
	color: #666666;
	text-decoration: none;
}
div.holder_content div.content div.kruimelpad a:hover {
	color: black;
	text-decoration: underline;
}

/** CONTENTBALK **/
div.contentbalk div.content div.kruimelpad {
	color: white;
	float: left;
	font-style: italic;
	font-size: 0.9em;
	padding-top: 7px;
}

div.contentbalk div.content div.kruimelpad a,
div.contentbalk div.content div.kruimelpad a:link {
	color: white;
	text-decoration: none;
}
div.contentbalk div.content div.kruimelpad a:visited {
	color: white;
	text-decoration: none;
}
div.contentbalk div.content div.kruimelpad a:hover {
	color: white;
	text-decoration: underline;
}

/**********************/
/*	KOLOM
/**********************/
div.kolom {
	color: #333333;
	font-size: 0.9em;
	font-style: italic;
	line-height: 140%;
}

div.kolom img {
	border: 1px solid white;
}

div.kolom h1 {
	background-color: transparent;
	color: #009EE0;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	padding-top: 0px;
	line-height: 140%;
	text-align: left;
	margin-bottom: 5px;
}

div.kolom h2 {
	background-color: transparent;
	color: #009EE0;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	padding-top: 15px;
	margin-bottom: 5px;
	white-space: nowrap;
}

div.kolom h3 {
	background-color: transparent;
	color: #009EE0;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	padding-top: 15px;
	margin-bottom: 5px;
	white-space: nowrap;
}

div.kolom h4 {
	background-color: transparent;
	color: #009EE0;
	font-size: 1.0em;
	font-style: normal;
	font-weight: bold;
	padding-top: 5px;
	margin-bottom: 5px;
	white-space: nowrap;
}

div.kolom ul,
div.kolom ol  {
	margin-bottom: 15px;
	margin-left: 15px;
}

div.kolom ul li,
div.kolom ol li {
	padding-bottom: 2px;
	list-style-position: outside;
	text-indent: 0px;
	margin-left: 20px;
}

div.kolom a,
div.kolom a:link {
	background-color: inherit;
	color: #156790;
	text-decoration: underline;
}
div.kolom a:visited {
	background-color: inherit;
	color: #009EE0;
}
div.kolom a:hover {
	background-color: inherit;
	color: #FF8E0D;
	text-decoration: underline;
}

/**********************/
/*	SCHOOLJAREN
/**********************/
div.schooljaar {
	color: white;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	float: right;
	padding-top: 5px;
	margin-bottom: 15px;
}

div.schooljaar label {
	padding-right: 5px;
}

div.schooljaar select {
	background-color: transparent;
	border: none;
	color: white;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}

div.schooljaar option {
	background-color: #009EE0;
	border: none;
	padding-left: 5px;
	padding-right: 5px;
}

div.schooljaar option:hover {
	background-color: white;
	color: #009EE0;
}

/**********************/
/*	BALK ONDER
/**********************/
div.balk_onder {
	background-color: #282D3A;
	height: 75px;
	margin-bottom: 10px;
}

div.balk_onder div.kolom {
	background-color: #009EE0;
	float: left;
	height: 75px;
	width: 275px;
}

/***********************/
/*	COPYRIGHT
/***********************/
div.copyright {
	font-size: 0.75em;
	margin: 5px 5px 10px 16px;
	text-align: right;
}

div.copyright a:link,
div.copyright a:visited {
	color: #666666;
	text-decoration: none;
}

div.copyright a:hover{
	color: #000000;
	text-decoration: underline;
}
