/*==================================================================================================

  Holland Open Base Style Sheet
  (c) Copyright 2005 Andre van Toly.
  
  All other stylesheets (h2o_prog.css etc.) inherit from this one.

==================================================================================================*/

/* page layout */
body
{
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 80%;
	line-height: 1.4em;
	background-color: #FFF;
	color: #142142;
}

p
{
	line-height: 1.5em;
	margin: 0 0 2em 0;
}

img
{
	display: block;
	border: 0;
}

a:link
{
	color: #00c;
	text-decoration: none;
	border-color: #00c;
	border-width: 0 0 1px 0;
	border-style: dotted;
}

a:visited
{
	color: #306;
	text-decoration: none;
	border-color: #306;
	border-width: 0 0 1px 0;
	border-style: dotted;
}

a:hover
{
	text-decoration: none;
	color: #C00;
	border-color: #C00;
	border-width: 0 0 1px 0;
	border-style: solid;
}

a:active
{
	color: #9F3;
	border-color: #9F3;
	border-width: 0 0 1px 0;
	border-style: dotted;
}

#frame
{
	background: #fff url("../images/bg980.gif") repeat-y top center;
	margin: 0 auto 0 auto;
	padding: 0 10px 0 10px;
	width: 980px;
	/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 960px;
}

#headred
{
	background-color: #C00;
	/* height: 36px; */
	margin: 0;
	padding: 9px 20px 9px 20px;
	text-align: right;
	font-size: 12px;
	color: #FFF;
}

#headred a:link, #headred a:visited, #headred a:active
{
	color: #fff;
	border: 0;
	text-decoration: none;
}

#headred a:hover
{
	color: #fff;
	border: 0;
	text-decoration: underline;
}

#headempty { vertical-align: bottom; }
#headnav { background-color: #006bb7; }

/* ### footer ### */
#footer
{
	padding: 4px 20px 14px 20px;
	height: 32px;
	/* MSIE needs a height or it will splatter the footer all over the place */
	font-size: 0.75em;
	border-color: #999;
	border-width: 1px 0 0 0;
	border-style: solid;
	background-color: #e2e2e2;
	clear: both;
}

#footer a:link, #footer a:visited
{
	border: 0;
	color: #142142;
}

#footer a:hover
{
	text-decoration: underline;
	color: #C00;
}

#footershadow
{
	height: 7px;
	margin: 0 auto 0 auto;
	background: #fff url("../images/bg_footer980.gif") no-repeat;
	width: 980px;
}

#breadcrumb
{
	font-size: 0.9em;
	padding: 8px 0 0 20px;
}

#breadcrumb a
{
	border: 0;
	text-decoration: underline;
}

/* ### /three columns ### */
.threecolumns
{
	background-color: #fff;
	margin: 0 0 0 0;
}

.left
{
	/*background-color: #DCE5EE;*/
	float: left;
	padding: 10px 10px 20px 20px;
	width: 230px;
	/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 210px;
	/* real value */
}

.middle
{
	/*background-color: #9F4;*/
	float: left;
	padding: 10px 20px 20px 20px;
	width: 400px;
	/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 438px;
	/* real value */
}

.right
{
	/*background-color: #9F6;*/
	float: left;
	padding: 10px 20px 20px 10px;
	width: 230px;
	/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 210px;
	/* real value */
}

/* ### /three columns ### */
h1, h2, h3, h4, h5, h6, 
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link, 
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
	font-family: "Lucida Grande", Arial, sans-serif;
	color: #142142;
	margin: 0px 0px 0.3em 0px;
	padding: 0;
	border: 0;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
{
	color: #c00;
	border: 0;
	text-decoration: underline;
}

h1 a:active, h2 a:active, h3 a:active, h4 a:active, h5 a:active, h6 a:active
{
	color: #9F3;
	border: 0;
	text-decoration: underline;
}

h1
{
	font-size: 1.8em;
	line-height: normal;
}

h2
{
	font-size: 1.4em;
	line-height: normal;
}

h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1em; }
h6 { font-size: 0.9em; }

/* line is een h met een streep erboven */
.line
{
	margin: 2em 0 0 0;
	padding: 0 0 4px 0;
	border-color: #999;
	border-width: 0 0 1px 0;
	border-style: solid;
}

.pagetitle
{
	margin: 0 0 1em 0;
	padding: 0 0 6px 0;
	border-color: #999;
	border-width: 0 0 1px 0;
	border-style: solid;
}

ul
{
	list-style-type: disc;
	padding: 0;
	margin: 0;
}

ul ul
{
	list-style-type: circle;
	margin: 0 0 0 2em;
}

ul ul ul
{
	list-style-type: square;
	margin: 0 0 0 2em;
}

blockquote
{
	margin: 1em 2em 1em 2em;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.1em;
	text-align: center;
}

/* forms */
label { font-family: "Lucida Grande", Arial, sans-serif; }

fieldset
{
	border-color: #999;
	border-width: 1px;
	border-style: solid;
	padding: 1.5em;
}

fieldset li { margin: 1em 0 2em 0; }

legend
{
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #142142;
}

.formtxt
{
	width: 380px;
	font-family: "Courier New", Courier, monospaced;
	font-size: 10pt;
}

.err { color: #D9002E; }

.warning
{
	width: 420px;
	border-style: double;
	border-color: #C03;
	border-width: 2px;
	background-color: #F99;
	margin: 6px auto 6px auto;
	padding: 6px;
}

.message
{
	width: 420px;
	border-style: double;
	border-color: #360;
	border-width: 2px;
	background-color: #CF6;
	margin: 6px auto 6px auto;
	padding: 6px;
	text-align: center;
}

/* box */
.nobox {
	margin: 0;
	font-size: 95%;
	line-height: 1.5em;
}

.nobox p
{
	margin: 0 0 8px 0;
}

.box
{
	margin: 0 0 8px 0;
	font-size: 95%;
	line-height: 1.5em;
	border: 1px solid #999;
}

.box img
{
	border-bottom: 1px solid #999;
	height: 80px;
	width: 208px;
}

.box h3
{
	margin: 0;
	padding: 6px 6px 6px 8px;
	font-size: 120%;
	border-bottom: #999;
	background-image: url("../images/bg_box.gif");
	background-repeat: repeat-y;
	background-color: #DCE6EE;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
}

.box p
{
	margin: 8px;
	padding: 0;
}

.box ul { padding: 0 6px 0 24px; }

.box .rellinks
{
	margin: 8px;
	padding: 0;
}

/* bogbig */
.boxbig
{
	margin: 0 0 10px 0;
	line-height: 1.5em;
	border-color: #999;
	border-width: 1px;
	border-style: solid;
	background: #efefef;
}

.boxbig h2
{
	margin: 0 0 8px 0;
	padding: 6px 6px 6px 10px;
	border-bottom: 1px solid #999;
	font-size: 125%;
	background-color: #DDE6EE;
	background-image: url("../images/boxhead440.gif");
}

.boxbig h2 a { }

.boxbig p
{
	margin: 0 8px 8px 8px;
	padding: 0;
}

.boxbig ul { padding: 0 6px 0 24px; }

.boxbig .rellinks
{
	margin: 8px;
	padding: 0;
}

.rss
{
	float: right;
	font-weight: normal;
	border: 0;
	margin-top: 2px;
}

/* item */
.item { margin: 0 0 0.7em 0; }
.item img { display: inline; }
.item p { margin: 0 0 1.5em 0; }

.item h3
{
	margin: 0;
	padding: 0 0 2px 0;
}

.comments
{
	color: #666;
	margin: 0;
}

.rellinks
{
	display: block;
	clear: both;
	margin: 0.6em 0 1em 0;
}

.rellinks img { display: inline; }

.tulp
{
	background-color: #FFF;
	background-image: url("../images/tulp.gif");
	background-repeat: no-repeat;
}

/* afbeeldingen */
.imghome
{
	float: right;
	border-color: #e4ecec;
	border-width: 1px;
	border-style: solid;
	padding: 2px;
	margin: 2px;
	width: 54px;
	/* width for IE5 Windows */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 70px;
	/* actual value for other browsers */
}

.imghome img { display: block; }

.imgLeft
{
	float: left;
	text-align: right;
	font-size: 0.8em;
	border-color: #e4ecec;
	border-width: 1px;
	border-style: solid;
	padding: 2px;
	margin: 14px 8px 2px 2px;
	width: 210px;
	/* width for IE5 Windows */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 200px;
	/* actual value for other browsers */
}

.imgRight
{
	float: right;
	text-align: right;
	font-size: 0.8em;
	border-color: #e4ecec;
	border-width: 1px;
	border-style: solid;
	padding: 2px;
	margin: 14px 2px 2px 4px;
	width: 210px;
	/* width for IE5 Windows */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 200px;
	/* actual value for other browsers */
}

.imgRight img { display: block; }
.imgLeft img { display: block; }

.image
{
	font-size: 0.8em;
	border-color: #e4ecec;
	border-width: 1px;
	border-style: solid;
	padding: 2px;
	margin: 4px;
	width: 210px;
	/* width for IE5 Windows */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 200px;
	/* actual value for other browsers */
}

.image img { display: block; }

.intro
{
	font-weight: bold;
	margin: 1em 0 0 0;
}

.text { margin: 1em 0 0 0; }

.quote
{
	margin: 1em 2em 1em 2em;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.1em;
	text-align: center;
}

#sponsors { margin-bottom: 10px; }

#sponsors h4
{
	font-size: 1.2em;
	color: #2052A2;
	text-align: center;
}

#sponsors img { border: 0; }

#sponsors a { border: 0; }

.actueel
{
	border-top: 1px solid #999;
	padding: 4px 0 0 0;
}

.actueel h2
{
	/*color: #c00;*/
	padding: 0 0 0 2px;
}

.actueel p { margin: 0 0 1.2em 0; }

.readmore
{
	text-align: right;
	margin: -8px 16px 8px 0;
}
