/*===============================================================================================*/
/*
	body, td, a, p, h1..6, hr, div, input, textarea, button
*/
/*-----------------------------------------------------------------------------------------------*/
/*
	CSS classes voor standaard objecten. Moeten altijd in dit bestand voorkomen, maar mogen 
	natuurlijk wel	worden aangepast of uitgebreidt.

	09-02-2010: Deze tekst toegevoegd door Stefan
*/
/*===============================================================================================*/
*
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

html, body 
{
	height: 100%; /* belangrijk */
}

body 
{
	margin: 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
}

.editor table
{
	font-size: 98%;
}

a:link, a:active, a:visited, a:hover 
{
	color: #000000;
	text-decoration: underline;
}

img 
{
	border: 0px;
	behavior: url(../js/pngbehavior.htc);
}

ul
{
	margin: 0px;
	padding: 0px;
}

li
{
	margin-left: 20px;
}

h1, h2, .h2 
{
	margin: 0px;
	padding: 0px;
	margin-bottom: 13px;
	font-size: 14px;
	font-weight: bold;
}

h3 
{
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	margin-bottom: 8px;
	margin-top: 27px;
}

form 
{
	margin: 0;
	padding: 0;
}


td
{
	margin: 0px;
}

p
{
	margin: 0px;
}


h4
{
	font-size: 13px;
	font-weight: bold;
}

h5
{
	font-size: 12px;
	font-weight: bold;
}

h6
{
	font-weight: bold;
}

hr
{
	color: #D9E4E6;
	width: 100%;
	clear: both;
	height: 1px;
}

ol
{
	margin: 0px 0px 0px 20px;
} 

blockquote
{
	margin: 0px 0px 0px 20px;
}

div 
{
	text-align: left; 
}


input 
{
	color: #000000;
}

input.checkbox, input.radio
{
	border: 0px;
	background: transparent;
}

textarea
{
	float: left;
}

option
{
	color: #000000;
}

button 
{
	border: 1px solid #4AB0DA;
	padding: 2px 4px 2px 4px;	/* top right bottom left */
	margin-right: 5px;
	background: #0D93C8 url("../img/bgBtn.gif") repeat-x 0 0;
	color: #383D41;
	font-size: 1.0em;
	font-weight: bold;
}

p
{
	line-height: 15px;
}

form span
{
	width: 98%;
	margin-top: 12px;
	float: left;
}

form table tr td
{
	padding-bottom: 0px !important;
}
/*===============================================================================================*/
/*
	EDITOR class
*/
/*===============================================================================================*/
.editor
{
	background-color: #FFFFFF;
	text-align: left;
	font-size: 0.7em;
}
/*===============================================================================================*/
/*
	Kalender CSS classes
*/
/*===============================================================================================*/
/*	De weekdagen (m, d, w, d, v, z, z) */
td.calDayHeader 
{
	text-align:	right;
	width: 18px;
	border-bottom: 1px solid #B8B8B8;
	color: #014D9B;
}

/* De weeknummers */
td.calWeekNo 
{
	text-align:	right;
	width: 18px;
	border-right: 1px solid #B8B8B8;
	cursor: pointer;
	color: #333366;
}

/* onMouseOver van de weeknummers */
td.calSel
{
	background-color: #CCCCCC;
}

/* De dagen in de huidige maand */
td.calDay
{
	text-align: right;
	background-color: #62B8DB;
	color: #014D9B;
	cursor: pointer;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}

/* De dagen van een andere maand (Other Month) */
td.calDayOM
{
	text-align: right;
	color: #B8B8B8;
	cursor: pointer;
}

/* Een geselecteerde dag in de huidige maand */
td.calSelected
{
	background-color: #C4E4F1;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

/* Een geselecteerde dag in een andere maand */
td.calSelectedOM
{
	background-color: #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	color: white;
}

/* Vandaag */
td.calToday
{
	border: 1px solid #333366;
}

/* Als er agenda/kalender items zijn op die dag */
td.calFilled
{
	font-weight: bold;
}

/* De TD waar de maand in getoond wordt */
td.calMonth
{
	color: #014D9B;
}
/*===============================================================================================*/
/*
	Forum CSS classes
*/
/*===============================================================================================*/
thead.forumHead
{
	background: #008DC5;
	color: #FFF;
	font-weight: bold;
}

td.forumHead
{
	color: #FFF;
}

a.forumTitle, a.forumTitle:hover
{
	color: #008DC5;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
}

tr.forum
{
	background-color: #D9E4E6;
}

td.forum
{
	color: #008DC5;
}

td.forumGuestname
{
	font-weight: bold;
	color: #008DC5;
}

/*===============================================================================================*/
/*
	Form CSS classes
*/
/*===============================================================================================*/
.error
{
	color: #FF6600;
	font-weight: bold;
}

.formTitle
{
	font-size: 11px;
	font-weight: bold;
}

.formText
{
	font-size: 11px;
	font-weight: normal;
}
/*===============================================================================================*/
/*
	Gallery CSS classes
*/
/*===============================================================================================*/
img.gallery
{
	margin: 3px;
}

a.gallery
{
	border: 1px solid white;
}

a.gallery:hover
{
	border: 1px solid #333366;
}

/*===============================================================================================*/
/*
	Search CSS classes
*/
/*===============================================================================================*/
.search1
{
	background:	#E6F5FC;
	padding: 4px;
}

.search2
{
	background:	white;
	padding: 4px;
}
/*===============================================================================================*/
/*
	MENU CSS classes
*/
/*===============================================================================================*/
/*	HTML menu                                                                                     */
/*-----------------------------------------------------------------------------------------------*/
a.mnLoc, a.mnLoc:hover
{
	color: #303366;
	background-color: transparent;
	font-weight: bold;
	cursor: default;
}

.menuItem, a.menuItem 
{
	width: 190px;
	padding: 5px;
	color: #FFFFFF;
	overflow: hidden;
	text-decoration: none;
	display: block;
}

a.menuItem:hover, a.miLoc 
{
	background: #FF6600;
	overflow: hidden;
	display: block;
}

/*-----------------------------------------------------------------------------------------------*/
/*	Dynamic HTML menu                                                                             */
/*-----------------------------------------------------------------------------------------------*/
div.menuItem2 
{
	background-color: #303366;
	color: #FFFFFF;
	filter: progid:DXImageTransform.Microsoft.Shadow(color:gray, direction=135, strength=5);
}

a.menuItem2 
{
	display: block;
	padding: 5px;
	background-color: #303366;
	color: #FFFFFF;
	text-decoration: none;
}

a.menuItem2:hover
{
	background-color: #FF6600;
}
/*===============================================================================================*/
/*
	BREADCRUMB CSS classes
*/
/*===============================================================================================*/
a.mainNav
{
	padding: 5px;
	color: #303366;
	background-color: transparent;
	text-decoration: none;
	font-weight: normal;
}

a.mainNav:hover 
{
	color: #FFFFFF;
	background-color: #FF6600;
	text-decoration: underline;
}

a.mnLoc, a.mnLoc:hover
{
	color: #303366;
	background-color: transparent;
	font-weight: bold;
	cursor: default;
}
/*===============================================================================================*/
/*
	MAIN CSS classes
*/
/*===============================================================================================*/
div.mainContainer
{
	margin: 0px auto 0px auto;
	width: 760px;
}

.layout
{
	width: 760px;
	float: left;
}

.header 
{
	width: 760px;
	padding: 0px;
	background: #D9E4E6;
	float: left;
}

div.contentLayout
{
	margin: 0px;
	background: transparent url(../img/bgBody.gif) 0 0 repeat-y;
}

.menu 
{
	width: 200px;
	float: left;
	padding: 0px;
}

.mainContent
{
	width: 555px;
	float: left;
	padding: 0px 0px 5px 5px;
}

div.content
{
	width: 390px; 
	float: left;
}

div.contentBreed
{
	width: 540px; 
	float: left;
}

.search 
{
	padding: 0px;
	width: 200px;
	color: #FFFFFF;
}

.layout 
{
	float: none;
	padding: 0px;
	width: 760px;
	height: 100%;
	background: white;
}

.rightCol
{
	background-color: #D9E4E6; 
	float: right; 
	width: 156px; 
	padding: 2px;
}

a.relObj
{
	width: 146px;
	padding: 5px;
	background-color: transparent;
	color: #303366;
	font-weight: normal;	
	text-decoration: none;
	display: block;
}

a.relObj:hover 
{
	background-color: #303366;
	color: #FFFFFF;
}

.relObjLine
{
	border-bottom: 1px solid #666666;
	width: 156px;
}

.sitemapTitle
{
	background-color: #D9E4E6;
	padding: 5px;
	height: 25px;
}

div.item
{
	background-color: white;
}

.itemTitle
{
	clear: both;
	font-size: 18px;
	text-decoration: none;
	color: #660099;
	font-weight: bold;
	line-height: 21px;
}

.itemTitle a
{
	text-decoration: none;
	color: #660099;
}

a.itemTitle:hover 
{
	color: #4F4648;	
	background: transparent;	
}

div.thumbnail
{
	margin-right: 5px;
	padding: 4px;
	border: 1px solid #D9E4E6;
	float: left;
	spacing: 5px;
}

div.itemContent
{
	border: 0px solid green;
	clear: both;
	padding: 5px 0px 5px 0px;
	width: 100%;
	overflow:hidden;
	line-height: 140%;
}

div.itemContent ol
{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

div.itemContent ul li
{
	margin-left: 20px;
	list-style: disc;
}

div.itemContent ol li
{
	margin-left: 20px;
	list-style: decimal;
}

a.itemFooter
{
	float: left;
	padding: 4px 7px 4px 7px;
	color: #FF6600;
	text-decoration: none;
	text-align: center;
}

a.itemFooter:hover 
{
	background-color:#303366;
	color: #FFFFFF;
}

a.itemFooterRight
{
	float: right;
	padding: 4px 7px 4px 7px;
	color: #FF6600;
	text-decoration: none;
	text-align: center;
}

a.itemFooterRight:hover 
{
	background-color: #303366;
	color: #FFFFFF;
}

div.footer 
{
	padding: 10px;
	width: 740px;
	clear: both;
	background-color: #D9E4E6;

}

a.footer
{
	color: #303366;
	background-color: transparent;
	text-decoration: none;
	font-weight: normal;
}

a.footer:hover
{
	color: #FFFFFF;
	background-color: #FF6600;
	text-decoration: underline;
}
/*===============================================================================================*/

/*=======================================CSS VAN WEBSDESIGN========================================================*/
/* DIVS */
#container {
	margin: auto;
	width: 955px;
	min-height: 100%;
	height: auto !important; /* voor moderne browsers */
	height: 100%; /* voor IE */
}
#header {
	height: 80px;
}
#logo {
	width: 204px;
	height: 80px;
}
#topmenu {
	width: 751px;
	height: 80px;
}
#extramenu {
	right: 24px;
	top: 16px;
}

#topmenu_knop
{
	top: 56px;
	left: 23px;
	height: 25px;
	width: 730px;
}

#topmenu_knop ul li
{
	margin-left: 3px;
	line-height: 25px;
	float: left;
	top: 0px;
}

#topmenu_knop ul li a:link,
#topmenu_knop ul li a:visited,
#topmenu_knop ul li a:active
{
	width: 100px;
	height: 25px;
	display: block;
	padding-right: 0px;
	background: transparent url(../img/layout/bg_topmenu_knop.gif) left top no-repeat;
	color: #000000;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}

#topmenu_knop ul li a:hover,
.topklik
{
	background: transparent url(../img/layout/bg_topmenu_knop_on.gif) left top no-repeat;
}

#foto {
	height: 274px;	
}
#overlay img, #logo img, #foto img{
	behavior: url(../js/pngbehavior.htc);
}
#overlay {
	top: 0px;
	left: 0px;
}
#overlay_tekst {
	right: 27px;
	top: 153px;
	text-align: right;
}
#content_home {
	top: 0px;
	background-color: #FFFFFF;
	padding-left: 16px;
}

#submenu {
	width: 200px;
	left: 17px;
	top: 11px;
	padding-bottom: 15px;
	padding-left: 14px;
}

#submenu_content {
	width: 186px;
}

#submenu_knop
{
	padding-top: 4px;
	padding-left: 16px;
}

#submenu_knop li
{
	line-height: 22px;
}

#submenu_knop li a:link, #submenu_knop li a:visited, #submenu_knop li a:active,
.uitklapmenu ul li a:link, .uitklapmenu ul li a:visited, .uitklapmenu ul li a:active {
	width: 160px;
	/*height: 24px;*/
	display: block;
	color: #008dc5;
	text-decoration: none;
	font-weight: bold;
	border-bottom: solid 1px #afe1fa;
	background: transparent url(../img/layout/submenu_pijl.gif) right 7px no-repeat;
}

#submenu_knop li a.noborder, #submenu_knop li a.noborder:visited,
.uitklapmenu li a.noborder, .uitklapmenu li a.noborder:visited {
	border-bottom: 0px;
}

#submenu_knop li a:hover, #submenu_knop li a.active, #submenu_knop li a.active:visited,
.uitklapmenu ul li a:hover {
	color: #000000;
	text-decoration: none;
	background: transparent url(../img/layout/submenu_pijl_over.gif) right 7px no-repeat;
}

#content_rechts {
	width: 643px;
	top: 11px;
	margin-left: 16px;
	right: 16px;
	padding-left: 25px;
	padding-right: 23px;		
}

#content_breed {
	width: 351px;
	top: 0px;
}

#content_breed_breed {
	width: 100%;
	top: 0px;
}

#actueel {
	width: 251px;
	top: 0px;
}
#actueel ul {
	margin: 0px;
	padding: 0px;
	margin-top: -13px;
}
#actueel ul li {
	line-height: 30px;
}
#actueel ul li a:link,
#actueel ul li a:visited,
#actueel ul li a:active
{
	width: 224px;
	height: 30px;
	display: block;
	text-decoration: none;
}
#actueel ul li a:hover {
	background: transparent url(../img/layout/bg_actueel_over.gif) left top no-repeat;
	text-decoration: none;
}
#spacing {
	height: 52px;
	background-color: #ffffff;
}
#footer {
	background-color: #b2e2f9;
	height: 36px;
	line-height: 36px;
	padding-left: 48px;
	margin-bottom: 32px;
	/*bottom: 0px;*/
	width: 907px;
}
#rechtervlak {
	height: 122px;
}
#linkervlak {
	height: 92px;
}
/* CLASSES */
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.clearboth {
	clear: both;
}
.overflow {
	overflow: hidden;
}
.kleur_combo {
	background-color: #014d9b;
}
.wit, a.wit:link, a.wit:active, a.wit:visited {
	color: #ffffff;
	text-decoration: none;
}
a.wit:hover {
	text-decoration: underline;
}
.blauw, a.blauw:link, a.blauw:active, a.blauw:visited {
	color: #008dc5;
	text-decoration: none;
}
a.blauw:hover {
	text-decoration: underline;
}
.donkerblauw {
	color: #3984a1;
}
.font11 {
	font-size: 11px;
}
.font14 {
	font-size: 14px;
}
.font16 {
	font-size: 16px;
}
.font22 {
	font-size: 22px;
}
.font30 {
	font-size: 30px;	
}
.letterspacing2 {
	letter-spacing: 2px;
}
.content_gradient {
	/*background: #ffffff url(/img/layout/bg_content.gif) left bottom repeat-x;*/
	background: #dff0f7 url(../img/layout/bg_content.gif) left top repeat-x;
}
.bg_submenu {
	background: #ffffff url(../img/layout/bg_submenu.gif) left top repeat-x;
}

.bg_submenu ul
{
	margin: 0px;
	padding: 0px;
}

.bg_submenu ul li
{
	margin-left: 5px;
	padding: 0px;
}

.borderbottom {
	border-bottom: solid 1px #afe1fa;
	padding-bottom: 14px;
}
.paddingleft8 {
	padding-left: 8px;
}
.lineheight18 {
	line-height: 18px;
}
.right15 {
	right: 15px;
}
.bg {
	background: #7dc4e0 url(../img/layout/background_home.gif) repeat-x;
}
.school_content {
	width: 722px;
	padding-top: 30px;
	height: 181px;
	z-index: 100;
}
.schoolinfo {
	height: 153px;
}
.imgborder6 img{
	border: solid 6px #ffffff;
}
.paddingtop13 {
	padding-top: 13px;
}
.paddingleft13 {
	padding-left: 13px;
}
.website, a.website, a.website:visited {
	font-weight: bold;
	text-decoration: none;
}
a.website:hover {
	text-decoration: underline;
}
.uitklapmenu {
	width: auto;
	visibility: hidden;
}
.uitklapmenu ul li {
	line-height: 23px;
}
.uitklapmenu ul li a:link, .uitklapmenu ul li a:visited, .uitklapmenu ul li a:active {
	height: 23px;
	padding-left: 4px;
	padding-right:10px;
	width: 200px;
}
/* UITKLAP MENU */
#sub_overons {
	top: 80px;
	left: 257px;
}
#sub_onderwijs {
	top: 80px;
	left: 372px;
}
#sub_scholen {
	top: 80px;
	left: 487px;
}
#sub_vacatures {
	top: 80px;
	left: 602px;
}
#sub_actueel {
	top: 80px;
	left: 717px;
}
#sub_ambu {
	top: 80px;
	left: 780px;
}
.subpadding {
	background-color: #ffffff;
	padding-left: 4px;
	padding-right: 8px;
}
/*===============================================================================================*/
