/*Menu en algemeen*/
html {
	
}
body { 
	background-color: #fff;
	font-family: verdana, arial, helvetica;
	font-size: 1em;
	margin: 0;
	padding: 0;
	width: 100%;
	background: white url("../images/onceuponabird_banner.png") repeat-x;
	background-attachment: fixed;
}	

#wrapper {
	width: 63em;
	margin-left: auto;
	margin-right: auto;

}
#left {
	float: left;
	width: 11.5em;
	position: fixed;
	background: white url("../images/onceuponabird2.png") top left;
	height: 24em;
	margin-top: 0;
	margin-left: 0.5em;
}
#right {
	position: absolute;
	width: 11.6em;
	background: transparent url("../images/onceuponabird2_inv.png") top right;
	height: 2.8em;
	margin-top: 0;
	margin-left: 50.5em;
	padding-top: 22em;
	top: 0;
}
#right a {
	margin-top: 20em;
	padding-left: 8em;
	font-size: 6.4pt;
	color: #aaa;
}
#right a:hover {
	color: black;
}
#menu {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	width: 158px;
	/*border: 1px solid red;*/
	border: 1px solid #666;
	font-size: 0.8em;
	padding-left: 2em;
	border-right-width: 0;
	margin-top: 10em;
	background: url('../images/alpha_background.png') repeat;
}
#menu:hover {
	background: url('../images/alpha_background_high.png') repeat;
}
#menu ul li {
	list-style: none;
	margin-top: 0.2em;
}
#menu li#togglemenu.passive {
	list-style-image: url('../images/rightarrow.gif');
}
#menu li.active {
	list-style-image: url('../images/downarrow.gif');
}

#menu #thesis.folded {
	margin-left: 2em;
	padding-left: 0;
	display: none;
}
#menu #thesis.unfolded {
	display: block;
	margin-left: 2em;
	list-style-type: none;
}
.unfolded {
	display: block;
	margin-left: 2em;
	list-style-type: none;
}
a {
	color: black;
}
a:link {}
a:visited {}
a:hover {text-decoration: none;}
a:active {}
#middle {
	/*float: left;*/
	margin-left: 12em;
	margin-right: 12em;
	background-color: white;


}	
#content {
	padding: 1em 1em 1.5em 1.7em;
	border: 1px solid #ccc;
	border-top-width: 0;
	border-bottom-width: 0;
	
}
#core {	
	min-height: 40em;
}
#breadcrumbs {
	font-size: 0.7em;
	padding-left: 3.5em;
	padding-top: 0.1em;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	display: none;
}

/*core (hoofdtekst)*/
h1, h2, h3, h4, h5, h6 {
	font-family: cochin, garamond, arial, sans-serif;
}
	
h1 {
	font-size: 3em; 
	color: #fff;
	/*padding-left: 2.5em;*/
	height: 88px;
	padding-top: 0.35em;
	background: #000 url('../images/gilliams_right.png') bottom right no-repeat;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin: 0;
}
h1 img {
	vertical-align: top;
	border: none;
	/*position: absolute;*/
	margin-top: -0.75em;
	margin-right: 0.5em;
}
h1 a {
	text-decoration: none;
	color: #fff;
}
h5 {
	font-size: 0.85em;
	margin-bottom: 1em;
	margin-top: 2.4em;
	padding-top: 0em;
}
p { 
	font-size: 0.73em;
	margin-top: 0.1em;
	margin-bottom: 0;
	text-indent: 0.7em;
}
p.p_first {
	text-indent: 0;
	margin-top: 2em;
}
p sup {
	font-size: 0.7em;
	color: blue;
	vertical-align: top;
	margin-left: 0.2em;
	background-color: #eee;
}
blockquote {
	font-size: 0.9em;
	margin: 2em 6em;
	background-color: #eee;
	padding: 0.8em;
}

blockquote p.p_first {
	margin-top: 0.5em;
}
blockquote p.p_first:first-letter {
	font-size: 3em;
	margin-top: 0;
	padding-top: 0;
	margin-right: 1px;
	font-family: cochin, garamond, arial, sans-serif;
	float: left;
	line-height: 0.8em;
}
blockquote:before {
	font-family: verdana arial helvetica;
}
abbr {
	border-bottom-width: 0;
}
sup .footnote, sup .footnote_left{
	left: -1000px;
	position: absolute;
}
sup:hover .footnote_left, sup:hover .footnote {
	position: absolute;
	background-color: white;
	width: 300px;
	border: 1px solid #ccc;
	padding: 1em;
	left: auto;
	margin-top: 0;
	margin-left: -330px;
}
sup:hover .footnote {
	margin-top: -40px;
	margin-left: 0;
}
#content ul {
	font-size: 0.8em;
	}
#footer p {
	margin: 0;
	text-align: center;
	font-size: 0.7em;
	border-top: 1px solid #ccc;
	padding: 0.5em 0;
}
h2, h3, h4, h5 {
	margin-top: 1em;
}
p + h2, p + h3, p + h4, p + h5 {
	margin-top: 2.5em;
}
#sitemap {
	font-size: 0.8em;
	margin-left: 1em;
	display: none;
}
.copyright {
	font-size: 6.5pt;
	margin-top: -1.5em;
	display: block;
	margin-left: 11em;
}
.copyright a {
	color: #777;
	font-family: verdana, arial;
	font-weight: 100;
}
.copyright a:hover {
	color: white;
}
#motto {
	margin-top: 5em; 
	border-top: 1px solid #ddd; 
	padding-top: 1em;
}
ol li {
	font-size: 0.73em;
}

ol {
	margin-left: 2em;
	margin-top: 3em;
}
ol ol {
	font-size: 1em;
	margin-left: 2em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
ol ol li {
	font-size: 1em;
}
#navigation {
	font-size: 0.73em;
	text-align: center;
	border-top: 1px solid #ddd; 
	margin-top: 2em;
	padding-top: 1em;
}
#biblio {
	margin-left: 2em;
	margin-top: 2em;
}
#biblio ul li {
	margin-top: 0.5em;
	font-size: 0.95em;
}
