@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

html, body {
	width: 100%;
	min-height: 100%;
	height: 100%;
}

body {
    position: relative; 
    min-height: 100%; 
	background-color: #000000;
    color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	
}

h1 {
	font-size: 15px;
	font-weight: normal;
}

h2 {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}

p.note {
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	margin-top: 45px;
	font-style:italic;

}

p {
	margin-bottom: 23px;
}


a {
	color: #997839;
	text-decoration: none;
	font-size: 12px;
} 
	
a:hover {
	color: #997839;
	text-decoration: underline;
	font-size: 12px;
} 

ul {
	margin-bottom : 23px;
}

li {
	list-style-type: none;
	margin-left: 23px;
}

span {
	display:none;
	}

#container {
	position: relative;
	width: 960px;
	left: 50%;
	margin-left: -480px;
	min-height: 100%;
	height:auto !important;
	height:100%;
}

#content {
	position: relative;
	min-height: 100%;
	clear: both;
	height:1020px;
}

#bio {
	position: relative;
	top: 65px;
	min-height: 100%;
	line-height: 19px;
	letter-spacing: 1px;
	font-weight:lighter;
	z-index: 1;
	float:left;
	width: 600px;
	margin-left: 18px;

}

#publicatie {
	top: 65px;
	position: relative;
	min-height: 100%;
	clear: both;
	line-height: 19px;
	letter-spacing: 1px;
	font-weight:lighter;
	margin-left: 18px;
	}

#boekje-1 {
	position: absolute;
	top: 80px;
	left: 605px;
	background-image:url(../publicaties/thumbs/boekje-1.jpg);
	background-repeat: no-repeat;
	width: 150px;
	height: 109px;
	z-index: 2;
}

#boekje-2 {
	position: absolute;
	top: 49px;
	left: 755px;
	background-image:url(../publicaties/thumbs/boekje-2.jpg);
	background-repeat: no-repeat;
	width: 150px;
	height: 104px;
	z-index: 1;
}

#boekje-3 {
	position: absolute;
	width: 150px;
	height: 109px;
	top: 259px;
	left: 377px;
	background-image:url(../publicaties/thumbs/boekje-3.jpg);
	background-repeat: no-repeat;
	z-index: 3;
}

#boekje-4 {
	position: absolute;
	width: 111px;
	height: 150px;
	top: 175px;
	left: 518px;
	background-image:url(../publicaties/thumbs/boekje-4.jpg);
	background-repeat: no-repeat;
	z-index: 2;
}

#boekje-5 {
	position: absolute;
	width: 116px;
	height: 150px;
	top: 255px;
	left: 623px;
	background-image:url(../publicaties/thumbs/boekje-5.jpg);
	background-repeat: no-repeat;
	z-index: 5;
}

#boekje-6 {
	position: absolute;
	width: 150px;
	height: 100px;
	top: 387px;
	left: 695px;
	background-image:url(../publicaties/thumbs/boekje-6.jpg);
	background-repeat: no-repeat;
	z-index: 6;
}

#bio_foto {
	float: right;
	z-index: 1;
}

#mina-1 {
	position: absolute;
	width: 180px;
	height: 113px;
	top: 165px;
	left: 683px;
	margin: 5px;
	background-image: url(../bio/thumbs/mina-me.jpg);
	background-repeat: no-repeat;
}

#mina-2 {
	position: absolute;
	width: 150px;
	height: 98px;
	top: 303px;
	left: 766px;
	z-index: 6;
	margin: 5px;
	background-image: url(../bio/thumbs/minamuur.jpg);
	background-repeat: no-repeat;
}

#nav_top {
	position: absolute;
	height: 50px;
	top : 0px;
	color: #997839;
	font-size: 12px;
	width: 960px;
    }

#mina-top {
	position: absolute;
	height: 50px;
	width: 283px;
	top : 0px;
	background-image:url(mina-van-elewyck.jpg);
	background-repeat: no-repeat;
}

#nav_home {
	position: absolute;
	height: 50px;
	width: 106px;
	top : 0px;
	left: 579px;
	background-image:url(home.jpg);
	background-repeat: no-repeat;
}

#nav_bio {
	position: absolute;
	height: 50px;
	width: 96px;
	top : 0px;
	left: 685px;
	background-image:url(bio.jpg);
	background-repeat: no-repeat;
}

#nav_publications {
	position: absolute;
	height: 50px;
	width: 179px;
	top : 0px;
	left: 781px;
	background-image:url(publications.jpg);
	background-repeat: no-repeat;
}


#nav_bottom {
	position: absolute;
	height: 30px;
	bottom : 0px;
	text-align: right;
	color: #997839;
	font-size: 12px;
	width: 940px;
	clear: both;
	left: 18px;
	margin-right: 20px;
    } 
	
#copyright {
	float: left;
}



#navbar_bottom {
	float: right;
}

	#navbar_bottom a {
		color: #997839;
		text-decoration: none;
		font-size: 12px;
		margin-left: 23px;
		display: inline-block;
    } 
	
	#navbar_bottom a:hover {
		color: #997839;
		text-decoration: underline;
		font-size: 12px;
    } 
	


