/**********************************
Standaard tags
**********************************/

body, html {
	height: 100%;
	margin: 0px;
	padding: 0;
	font-family: Verdana, Helvetica, sans-serf;
	font-size: 11px;
	line-height: 17px;
	text-align: center;
	background: #656565 url("../images/body_bg.gif") repeat-x top left;
}

img {
	border: 0;
}

td {
	vertical-align: top;
}

/**********************************
Layout DIVjes
**********************************/

/* home: maincontainer op de homepage */
#home {
	margin: 0px auto;
	width: 900px;
	min-height: 100%;
	_height: 100%; /* hack voor IE */
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: top right;
	text-align: left;
    position: relative;
}
#flashbanner{
    width: 275px;
    height: 194px;
    position: absolute;
    top: 425px;
    left: 0;
}

#home #logo_home {
	float: left;
	width: 625px;
	height: 196px;
	margin: 197px 0 0 0;
}

#home #submenu {
	padding: 198px 0 0 56px;
}

/* main: maincontainer op de pagina's die volgen op de homepage */
#main {
	margin: 0px auto;
	width: 900px;
	min-height: 100%;
	_height: 100%; /* hack voor IE */
	background: #fff;
	text-align: left;
}

#main #logo_main {
	float: right;
	width: 625px;
	height: 120px;
	margin: 0;
	padding: 0;
}

#main #submenu {
	padding: 120px 0 0 56px;
}

/* submenu: het menu aan de linkerkant van de website */
#submenu {
	float: left;
	width: 219px;
	overflow: hidden;
	/* de padding wordt apart voor #home en #main ingesteld */
}

#submenu h1 {
	font-size: 26px;
	margin: 0 0 11px 0;
}

#submenu ul a {
	font-size: 16px;
	line-height: 23px;
	font-weight: bold;
	color: #060607; /* zwart */
	text-decoration: none;
}

#submenu ul ul a {
	font-size: 14px;
	font-weight: normal;
	color: #0082c6; /* blauw */
	text-decoration: none;
}

#submenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#submenu ul ul {
	margin: 0 0 0 13px;
}


/* menu: het hoofdmenu */
#menu {
	float: right;
	height: 32px;
	width: 625px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	background: #a93b0e;
}

#menu a {
	text-decoration: none; /* nodig voor Firefox */
}

#menu li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

#menu li a {
	height: 30px;
	display: block;
	overflow: hidden;
	text-indent: 1000px;
	border-top: 2px solid #a93b0e;
	background-position: 0px -2px;
}

#menu li a:hover {
	border-top: 2px solid #fff;
}

#menu #algemeen_btn a {
	width: 74px;
	background-image: url("../images/algemeen_btn.gif");
}

#menu #directie_btn a {
    width: 66px;
    background-image: url("../images/directie_btn.gif");
}

#menu #ouders_btn a {
	width: 53px;
	background-image: url("../images/ouders_btn.gif");
}

#menu #leerlingen_btn a {
	width: 74px;
	background-image: url("../images/leerlingen_btn.gif");
}

#menu #natschool_btn a {
	width: 79px;
	background-image: url("../images/natschool_btn.gif");
}

#menu #stage_btn a {
	width: 44px;
	background-image: url("../images/stage_btn.gif");
}

#menu #actueel_btn a {
	width: 56px;
	background-image: url("../images/actueel_btn.gif");
}

#menu #fotos_btn a {
	width: 44px;
	background-image: url("../images/fotos_btn.gif");
}

#menu #vcvo_btn a {
	width: 44px;
	background-image: url("../images/vcvo_btn.gif");
}

#menu #contact_btn a {
	width: 56px;
	background-image: url("../images/contact_btn.gif");
}

#menu #home_btn a {
	width: 45px;
	background-image: url("../images/home_btn.gif");
}

/* contentTop: de bovensten content container waarin de teksten zitten */
#contentTop {
	float: right;
	width: 625px;
}

#contentTop h1, 
#contentBottom h1 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 0 0;
}

#contentTop h1 a {
	color: #fff;
	text-decoration: none;
}

#contentTop a {
	color: #fff;
}

#contentTop a:hover {
	background-color: #1c0c41;
}

#contentTop td {
	border-bottom: 1px solid #ffa555;
	padding: 1px 5px 1px 0;
	empty-cells: show;

}


.content_tekst {
	margin: 20px;
	color: #fff;
}

/* contentBottom: onder contentTop staat deze div waarin o.a. foto's worden geplaatst */
#contentBottom {
	float: right;
	width: 578px;
	padding: 0 47px 20px 0;
	color: #000;
}

#contentBottom h1 a {
	color: #000;
	text-decoration: none;
}

#contentBottom a {
	color: #a93b0e;
	text-decoration: none;
}

#contentBottom a:hover {
	color: #fff;
	background-color: #a93b0e;
}

/* nieuwsbrief: vakje waarin het lijstje met te downloaden nieuwsbrieven staat */
#nieuwsbrief {
	float: left;
	width: 252px;
	padding: 20px;
}

#nieuwsbrief .nbItem {
	clear: both;
	margin: 0 0 15px 0;
}

#nieuwsbrief h4 {
	margin: 0 0 0 35px;
	padding: 3px 0 3px 0;
	font-size: 11px;
	font-weight: normal;
	border-bottom: 1px solid #000;
}

#nieuwsbrief a {
	text-decoration: none;
	color: #000;
}


/**********************************
Overige classes
**********************************/

/* de achtergrondkleur van de contentTop div wisselt per site onderdeel */
.algemeen {
	background-color: #0082c6; /* blauw */
}

.ouders {
	background-color: #ff7800; /* oranje */
}

.leerlingen {
	background-color: #c6008c; /* roze */
}

.stage {
	background-color: #8cc000; /* groen */
}

.actueel {
	background-color: #ff7800; /* oranje */
}

.fotos {
	background-color: #c6008c; /* roze */
}

.contact {
	background-color: #0082c6; /* blauw */
}

/* h1 kleurtjes in het submenu */
.h1_algemeen {
	color: #0082c6; /* blauw */
}

.h1_ouders {
	color: #ff7800; /* oranje */
}

.h1_leerlingen {
	color: #c6008c; /* roze */
}

.h1_stage {
	color: #8cc000; /* groen */
}

.h1_actueel {
	color: #ff7800; /* oranje */
}

.h1_fotos {
	color: #c6008c; /* roze */
}

.h1_contact {
	color: #0082c6; /* blauw */
}

.clearer {
	clear: both;
	font-size: 1px;
	height: 1px;
	width: 1px;
	overflow: hidden;	
}

/* kolommen voor de leraren foto's */
.col1,
.col2,
.col3 {
	float: left;
	width: 192px;
	height: 201px;
	margin: 20px 0 0 0;
}

/*
.col1 img,
.col2 img,
.col3 img {
	filter: gray;
}
*/

.col1 {
	text-align: left;
}

.col2 {
	text-align: center;
}

.col3 {
	text-align: right;
}

/* styles voor pagina met foto's */

.item {
	float: left;
	width: 162px;
	margin: 20px 13px 0 0;
	text-align: center;
}

.itemFoto {
	width: 162px;
	height: 162px;
	background-color: #d3d3d3;
}

.itemFoto img {
	background-position: center;
	background-repeat: no-repeat;
}

#foto {
	margin: 20px 0 20px 0;
}

#fotoToolbar {
	background-color: #cfcfcf;
	color: #aeaeae;
	padding: 5px 13px 5px 13px;
	width: 374px;
	height: 17px;
}

#fotoToolbar a {
	color: #000;
	text-decoration: none;
}

#fotoToolbar a:hover {
	background-color: transparent;
	color: #000;
}

/* nieuws & attachments */

#nieuws,
#attachments,
#links {
	padding: 20px;
}

#nieuws h1 {
	border-bottom: 1px solid #000;
	padding: 0 0 3px 0;
}

.attItem {
	padding: 2px 0 2px 0;
}

.ball {
	color: #1c0c41;
}

/* Tabel directie pagina */

table.noborder,
table.noborder td{
    border: 0 !important;
}
    
.TabelBlauw .tr0 td {
    background-color: #6cbde7;
    border-right: 1px solid white;
    border-top: 1px solid white;
    border-left: 0 !important;
    border-bottom: 0 !important;
    color: #281857;
    font-size: 11px;
    padding: 2px 4px;
}
.TabelBlauw .tr1 td {
    background-color: #6cbde7;
    border-right: 1px solid white;
    border-top: 1px solid white;
    border-left: 0 !important;
    border-bottom: 0 !important;
    color: #281857;
    font-size: 11px;
    padding: 2px 4px;
}
.TabelBlauw .row0 td {
    background-color: #0082C6;
    color: white;
    font-weight: bold;
    padding: 2px 4px;
    border: 0;
}
