/*
#  :: labierge_print.css 1.0 ::
#
#  File: labierge_print.css
#  Website: http://www.labierge.nl
#  Last modified: 26-02-2006
#
#  Purpose: defining text and colors of text, background and borders for printing output
#
#  CSS code by: Jeroen de Grebber <j.p.degrebber@gmail.com>
#
*/

body{
	color: black;
	font-family: georgia, 'Times New Roman', Times, serif;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}


#pageImgHeader{display:none}

#pageTextHeader{
	font-size: 18pt;
	text-align: left;
}

#menuContainer{display:none}

#lngSelect{display:none}

.menuItemActive{
	line-height: 1.0;
	}

h1{
	font-size: 14pt;
	font-weight: normal;
}

h1:first-letter{font-size: 16pt}

h2,h3,h4{
	font-size: 12pt;
	font-weight: normal;
}

p.bodytext, ul.csc-bulletlist{
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
}

table.contenttable{
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	width: 400px;
}

td.status{padding-right: 25px}

.april{background-color: #c4de91}

.meivakantie{background-color: #b0e1f8}

.laagseizoen{background-color: #6699CC	}

.tussenseizoen{background-color: #99CC66}

.hoogseizoen{background-color: #FFCC33}

.herfstvakantie{background-color: #CC6600}

ul.csc-bulletlist{
	list-style-position: outside;
	list-style-type: square;
}


