/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body
{
	font-family: "Lucida Grande", Arial, sans-serif;
	line-height: 1.1em;
	margin: 0px;
	padding: 0px;
	/* background-image: url(../img/tulp_achter.gif); */
	background-color: #FFF;
	background-repeat: repeat;
}

li.none { list-style-type: none; }

a
{
	color: #00419D;
	text-decoration: none;
}

a:link { color: #00419D; }
p a:link { text-decoration: underline; }
td a:link { text-decoration: underline; }
a:visited { color: #606; }

a:hover
{
	color: #D00021;
	text-decoration: underline;
}

img { border: 0; }

h1
{
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 1.8em;
	color: #00419D;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

h2
{
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 1.4em;
	color: #00419D;
	margin: 0;
	padding: 0 0 4px 0;
	border-color: #999;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	width: 95%;
	font-weight: bolder;
	text-decoration: none;
}

h2 a, h2 a:visited
{
	text-decoration: none;
	color: #00419D;
}

h2 a:hover
{
	text-decoration: none;
	color: #D00021;
}

h3
{
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 1.2em;
	color: #00419D;
	margin: 0;
	padding: 0 0 4px 0;
	font-weight: bolder;
	text-decoration: none;
}

h4
{
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 1.1em;
	font-weight: bolder;
	color: #333;
	margin: 0;
	padding: 0 0 4px 0;
}

h5
{
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 1em;
	font-weight: bolder;
	color: #33;
	margin: 0;
	padding: 0 0 4px 0;
}

h6
{
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 0.9em;
	font-weight: bolder;
	color: #33;
	margin: 0;
	padding: 0 0 4px 0;
}

ul { list-style-type: disc; }
ul ul { list-style-type: circle; }
ul ul ul { list-style-type: disc; }

.quote
{
	margin: 1em 2em 1em 2em;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.1em;
	text-align: center;
}

p.quote
{
	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; }

.err
{
	font-family: "Lucida Grande", Arial, sans-serif;
	color: #D00021;
}

.warning
{
	width: 70%;
	border-style: double;
	border-color: #C03;
	border-width: 2px;
	background-color: #F99;
	margin: 6px;
	padding: 6px;
}

fieldset
{
	border-color: #00419D;
	border-width: 1px;
	border-style: solid;
	padding: 12pt 12pt 0 12pt;
}

legend
{
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #00419D;
}

/* /forms */
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
/* #head */
#head
{
	width: 90%;
	margin: 10px auto 0 auto;
	border-color: #00419D;
	border-width: 0 0 1px 0;
	border-style: solid;
}

#headLogo
{
	border: 0;
	margin: 0 0 3px 0;
}

#headNav
{
	height: 18px;
	margin: 0;
	padding: 4px 0 4px 0;
	font-size: 1em;
	border-color: #00419D;
	border-width: 1px 0 0 0;
	border-style: solid;
}

#headNav li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	text-transform: lowercase;
}

.headSmall
{
	font-size: 0.8em;
	padding: 0 6px 0 0;
}

.headSmall a
{
	text-decoration: none;
	color: #039;
}

.headSmall a:hover
{
	color: #D00021;
	/*
	border-bottom: #D00021;
	border-width: 0 0 2px 0;
	border-style: none none solid none;
*/
	text-decoration: underline;
	text-transform: inherit;
}

#headNav a
{
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #039;
}

#headNav a.active, #headNav a:hover
{
	border-bottom: 4px solid #D00021;
	padding: 0;
	color: #D00021;
}

#headNav a:hover { color: #D00021; }

/* frame etc */
#frame
{
	width: 90%;
	margin: 18px auto 20px auto;
}

#leftColumn
{
	float: left;
	width: 20%;
	margin: 0px;
	padding: 10px 10px 20px 0;
	font-size: 0.8em;
}

#leftColumn h3
{
	border: #999;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	padding: 0 0 4px 0;
	margin: 0 0 5px 0;
	text-decoration: none;
}

#leftColumn h3 a, #leftColumn h3 a:visited
{
	text-decoration: none;
	color: #00419D;
}

#leftColumn h3 a:hover
{
	text-decoration: none;
	color: #D00021;
}

#rightColumn
{
	float: right;
	width: 20%;
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 0.8em;
}

#rightColumn h3
{
	border: #999;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	padding: 0 0 4px 0;
	margin: 0 0 5px 0;
	text-decoration: none;
}

#rightColumn h3 a, #rightColumn h3 a:visited
{
	text-decoration: none;
	color: #00419D;
}

#rightColumn h3 a:hover
{
	text-decoration: none;
	color: #D00021;
}

#content
{
	float: left;
	width: 53%;
}

#programme
{
	clear: both;
	width: 100%;
}

.text { margin: 0 0 1em 0; }

.box
{
	height: 100%;
	background-color: #e4ecec;
	padding: 4px;
	margin: 0 0 8px 0;
}

.box p { margin: 0; }
.nobox { margin-bottom: 10px; }
.nobox p { margin: 0; }

#windowOpen
{
	font-size: 0.8em;
	margin: 8pt;
}

/************* #footer styles ***************/
#footer
{
	clear: both;
	border: solid #cccccc;
	border-width: 1px 0px 0px 0px;
	font-size: 0.8em;
	color: #777;
	margin: 40px 0 0 0;
	padding: 4px 0 40px 0;
	text-align: center;
	line-height: 2em;
}

.credits
{
	font-size: 0.9em;
	color: #777;
}

.credits a:link
{
	color: #777;
	text-decoration: none;
}

/***********************************************/
/* Components                                  */
/***********************************************/
#siteName
{
	margin: 0;
	padding: 0 0 0 10px;
}

/*************** #pageName styles **************/
#pageName
{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/
#breadCrumb
{
	font-size: 0.8em;
	padding: 8px 0 0 10px;
}

/************** .feature styles ***************/
.feature
{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3
{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img
{
	float: left;
	padding: 10px 10px 0px 0px;
}

/************** .story styles *****************/
.story
{
	/*
	clear: both;
*/
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p { padding: 0 0 1em 0; }
.intro
{
	font-weight: bold;
	margin: 1em 0 0 0;
}

/************** related links **************/
.rellinks
{
	display: block;
	clear: both;
	margin: 0 0 1em 0;
}

/************** related images **************/
.imgLeft
{
	float: left;
	text-align: right;
	font-size: 0.8em;
	border-color: #e4ecec;
	border-width: 1px;
	border-style: solid;
	padding: 2px;
	margin: 4px 4px 2px 2px;
	width: 212px;
	/* width for IE5 Windows */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 200px;
	/* actual value for other browsers */
}

.imgLeft img { display: block; }

.imgRight
{
	float: right;
	text-align: right;
	font-size: 0.8em;
	border-color: #e4ecec;
	border-width: 1px;
	border-style: solid;
	padding: 2px;
	margin: 4px 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; }

.imgr
{
	float: right;
	border-color: #e4ecec;
	border-width: 1px;
	border-style: solid;
	padding: 3px;
	margin: 4px;
	width: 88px;
	/* width for IE5 Windows */
	voice-family: "\"}\"";
	voice-family: inherit;

	width: 82px;
	/* actual value for other browsers */
}
.imgr img { display: block; }

.imgRight img { display: block; }

/************* #search styles ***************/

/*
#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}
*/

form
{
	padding: 5px 0px 5px 0px;
	margin: 0px;
}

/*********** #navBar link styles ***********/
/* navBar */
#navBar
{
	margin: 0 0 1em 0;
	padding: 0px;
	background-color: #eeeeee;
	border-width: 1px;
	border-style: solid;
	text-decoration: none;
	border-color: #CCC;
	font-size: 1.2em;
}

#navBar h3 { border: 0; }
#navBar ul a:link, #navBar ul a:visited { display: block; }

#navBar ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li { border-bottom: 1px solid #EEE; }

/* fix for browsers that don't need the hack */
html>body #navBar li { border-bottom: none; }

/*********** #sectionLinks styles ***********/
#sectionLinks
{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 0.9em;
}

#sectionLinks strong a
{
	padding: 5px 0px 5px 10px;
	font-size: 1.1em;
	color: #333;
	border: 0;
}

#sectionLinks h3
{
	padding: 10px 0px 2px 10px;
	font-size: 1.1em;
}

#sectionLinks a
{
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
	text-decoration: none;
}

#sectionLinks a:hover
{
	background-color: #dddddd;
	text-transform: inherit;
	color: #C00;
}

/*********** .relatedLinks styles ***********/
.relatedLinks
{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 0.9em;
}

.relatedLinks h3
{
	padding: 10px 0px 2px 0px;
	font-size: 1em;
}

.relatedLinks a:link,
.relatedLinks a:visited
{
	display: block;
	text-decoration: none;
}

.tulp
{
	background-color: #FFF;
	background-image: url(../img/tulp.gif);
	background-repeat: no-repeat;
}

.sponsors td
{
	vertical-align: bottom;
	padding: 2px;
	text-align: center;
	color: #00419D;
	font-weight: bold;
	font-size: 1em;
}

/* programma tabel */
.tabel
{
	border-color: #666;
	border-width: 1px 0 0 1px;
	border-style: solid;
	font-size: 80%;
}

.tabel caption
{
	font-family: "Lucida Grande", sans-serif;
	color: #FFF;
	padding: 6px;
	border-width: 1px;
	border-style: solid;
	border-color: #334455;
	background-color: #334455;
	font-weight: bold;
}

.tabel th, .tabel td
{
	padding: 4px;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #666;
}

.tabel th
{
	font-family: "Lucida Grande", sans-serif;
	text-align: left;
	background-color: #E2E2E2;
}

.tabel td { vertical-align: top; }
.time
{
	text-align: right;
	white-space: nowrap;
}
.keynote { background-color: #DCE5EE; }
.break { background-color: #F0F5F9; }

#banner { margin: 1em 2em 1em 1em; }
