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

  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
{
	color: #C00;
/*
	text-decoration: none;
	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;
*/
}

/* 
  design and head of page

*/

#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: 4px 20px 4px 20px;
	text-align: right;
	font-size: 0.9em;
	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;
}

#head_ho { width: 230px; }
#head_ho img { border: 0; }
#head_tulp { width: 56px; }

/* place for banner f.e. */
#head_empty
{
	width: 684px;
}

#head_banner
{
	float: right;
	padding: 0 20px 0 0;
}

#headblue
{
	background: #006BB7;
	width: 570px;
}

/*
#headmuis	
{
	background-image: url("../images/head2_muisonder.gif");
	background-repeat: no-repeat;
}
*/

/* ### breadcrumb ### */
#breadcrumb
{
	background-image: url("../images/head2_muisonder.gif");
	background-repeat: no-repeat;
	font-size: 0.9em;
	padding: 6px 0 0 76px;
}

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

/* ### footer ### */
#footer
{
	padding: 10px 20px 10px 20px;
	height: 24px;
	/* 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
{
	color: #142142;
	text-decoration: none;
}

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

/* ### /three columns ### */
.threecolumns
{
	background-color: #fff;
	margin: 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;
	text-decoration: none;
}

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-left: 1em;
	margin: 0.5em 0 0 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
{
	border: 2px double #C03;
	background-color: #F99;
}

.message
{
	border: 2px double #360;
	background-color: #CF6;
}

.message, .warning
{
	width: 420px;
	margin: 1em auto 1em auto;
	padding: 1em;
	text-align: center;
}

.message p, .warning p { margin: 0; }

/* 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: 0;
	height: 80px;
	width: 208px;
    border-bottom: 1px solid #999;
}

.box h4 {
	border: 0;
	height: 80px;
	width: 208px;
    border-bottom: 1px solid #999;
	margin: 0;
	padding: 0;
}

/*
.boxlink a {	
	border: 0;
    text-decoration: none;
}
*/

.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;*/
	background-color: #fff;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
}
/*
.box em
{
	font-style: normal;
	font-size: 0.9em;
	display: inline;
}
*/
.box p
{
	margin: 8px;
	padding: 0;
}


.box * { list-style: none; }

.box ul
{
	padding: 0 0 0 8px;
	margin: 0.5em 0 0.5em 0;
}

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

.box fieldset
{
	width: 190px;
	border: 0;
	padding: 0 0 8px 8px;
	margin: 0;
}

.box label
{
	font-weight: bold;
	display: block;
}

.box input
{
	width: 176px;
	margin-top: 2px;
}

input.button
{
	width: auto;
	margin-top: 4px;
}

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

.rss img
{
	display: inline;
	margin-left: 4px;
}
.rss a:link, .rss a:hover, .rss a:visited, .rss a:active
{
	border: 0;
	text-decoration: none;
}

/* 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: #555;
	margin: 0;
}

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

.rellinks img { display: inline; }

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

table.tulp h2, table.tulp h4 { margin-left: 80px; }

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

.text ul { margin-left: 0.6em; }

.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 h2
{
	font-size: 1.4em;
	text-align: center;
}

#sponsors img
{
	border: 0;
	text-decoration: none;
}

#sponsors a
{
	text-decoration: none;
	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;
}

#logoscroller
{
	clear: both;
	margin: 0 20px 20px 20px;
	width: 960px;
	/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 920px;
}

#logoscroller img
{
	display: inline;
	border-color: #CCC;
	border-width: 1px;
	border-style: solid;
}
