/* print style sheet */

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

body, html {
	font: 11px Verdana, Helvetica, sans-serf;
	line-height: 17px;
	text-align: left;
}

img {
	border: 0;
}

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

/* main: maincontainer op de pagina's die volgen op de homepage */
#main {
	width: 100%;
}

#main #logo_main,
#main #submenu,
#menu {
	display: none;
}


/* contentTop: de bovensten content container waarin de teksten zitten */
#contentTop {
	width: 100%;
}

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

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

#contentTop a {
	color: #000;
}

.content_tekst {
}

/* contentBottom: onder contentTop staat deze div waarin o.a. foto's worden geplaatst */
#contentBottom {
	width: 100%;
}

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

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

/* 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
**********************************/

.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: 184px;
	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;
}

.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;
}

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

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

/* nieuws & attachments */

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

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

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

.ball {
	color: #1c0c41;
}