@charset "UTF-8";




html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
        	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0
}
body {
	line-height: 1;
	color: black;
	background: white;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}




html, body {
	height: 100%;
	overflow: inherit; /* triggers 100% height in Opera 9.5 */
}


body {
	font-size: 62.5%;
	color: #000;
	height: 100%;
	overflow: hidden;
	font-weight: bold;
}

#back {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#afdek {
	display: none;
}

#scroller {
	position: relative;
	width: 100%;
	margin: 0;
	height: 100%;
	overflow: auto;
}

#container {
	background: url("../images/back.png") repeat-y 0 0;
	position: relative;
	width: 770px;
	min-height: 100%;
	margin: 0 auto;
}

* html #container { 
	height: 100%; /* IE6 treats height as min-height */
}



#logo {
	background: url("../images/logo.png") no-repeat 0 0;
	position: absolute;
	left: 260px;
	top: 40px;
	width: 318px;
	height: 63px;
	text-indent: -999em;
}



#content {
	width: 450px;
	position: relative;
	padding-left: 260px;
	padding-top: 210px;
	overflow: hidden;
}

#content h1 {
display: inline;
	font: normal 1.8em/1.2em Georgia, "Times New Roman", Times, serif;
	padding: 0;
	color: #006666;
}

#content h2 {
	font: normal 1.6em/1.6em Georgia, "Times New Roman", Times, serif;
	padding: 0;
	color: #006666;
}

#content p {
	font: 1.3em/1.6em Arial, Helvetica, sans-serif;
	padding: 0 0 1.8em;
	font-weight: 400;
}

#content p.first {
	display: inline;
}

#content p.klein {
	font-size: 1.1em;
}

#content p.quote {
	font: 1.6em/1.6em Georgia, "Times New Roman", Times, serif;
	padding: 0 0 0.6em;
}

#content p.maria {
	font: 1.6em/1.6em Georgia, "Times New Roman", Times, serif;
	padding: 0 0 1.8em;
}



.gedichten #content p.klein {
	font-size: 1.2em;
}

.gedichten #content p.terug {
	font-size: 1.2em;
	padding-top: 1em;
}

.gedichten #content p {
	
	font: 1.5em/1.5em Arial, Helvetica, sans-serif;
	padding: 0 0 1em;
}

.gedichten #content p.maria {
	font: 1.2em/1.5em Arial, Helvetica, sans-serif;
	padding: 0.6em 0 3.6em;
	margin: 0;
}


.gedichten #content p.link {
	margin: 0;
	line-height: 1.5em;
	padding: 0;
}

.gedichten #content p.link a {
	text-decoration: none;
	color: #333;
}

.gedichten #content p.link a:hover {
	text-decoration: underline;
	color: #066;
}

.gedichten #content p.link a:visited {
	color: #066;
}

.gedichten #content p.linkdatum {
	margin: -3px 0 10px;
	font-size: 1.1em;
	color: #999;
	font-style: italic;
	padding: 0;
	
}

.gedichten #content p.datum {
	font-size: 1.1em;
	color: #666;
	text-align: right;
	margin-top: -2.5em;
	display: none;
}

a {
	color: #066;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
	color: #006666;
}




/* ========= HOOFDNAVIGATIE ========= */


#hoofdnavigatie {
   position: absolute;
   left: 79px;
   top: 140px;
}

#hoofdnavigatie ul {
   list-style: none;
   margin: 0;
   padding: 0;
}

#hoofdnavigatie ul li {
   display: block;
   float: left;
   margin: 0;
   padding: 0;
   position: relative;
	background: url(../images/stip.png) no-repeat 0 9px;
}

#hoofdnavigatie ul li#geschreven {
	background: none;
}


#hoofdnavigatie ul li a {
   display: block;
   margin: 0 24px 0 30px;
   padding: 0;
   color: #006666;
   text-indent: -999em;
   height: 25px;
}


#hoofdnavigatie ul li#geschreven a {
	background: url(../images/but_geschreven.png) no-repeat 0 0;
	width: 153px;
}

#hoofdnavigatie ul li#gesproken a {
	background: url(../images/but_gesproken.png) no-repeat 0 0;
	width: 140px;
}

#hoofdnavigatie ul li#gedichten a {
	background: url(../images/but_gedichten.png) no-repeat 0 0;
	width: 133px;
}



#hoofdnavigatie ul li#geschreven a:hover, #hoofdnavigatie ul li#gesproken a:hover, #hoofdnavigatie ul li#gedichten a:hover, #hoofdnavigatie ul li#geschreven a.active, #hoofdnavigatie ul li#gesproken a.active, #hoofdnavigatie ul li#gedichten a.active {
	background-position: 0 -25px;
}



/* ========= UTILITIES ========= */



#utilities {
	position: absolute;
	top: 7px;
	right: 20px;
 	width: 826px;
	list-style: none;
}

#utilities li {
 	position: relative;
	float: right;
}

#utilities li.last_item {
	border-right: none;
}


#utilities li a {
	text-decoration: none;
	font: 1.2em Arial, sans-serif;
	color: #000;
	padding: 4px 10px;
}

#utilities li a:hover, #utilities li a.active {
	color: #006666;
}






