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

body {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: center top;
	background-image: url(boekdelen_bg.jpg);
}

#container{
	position: absolute;
	margin-left: -400px;
	left: 41%;
	top: 0px;
	width: 1024px;
	height: 100%;
	}
	
#content {
	position: absolute;
	left: 265px;
	top: 119px;
	width: 500px;
	height: 100%;
	padding-top: 0px;
	background-repeat: no-repeat;
}

#logo {
	position: absolute;
	width: 200px;
	height: 89px;
	top: 60px;
	left: 0px
	}
#logolezersfeest {
	position: absolute;
	width: 148px;
	height: 89px;
	top: 60px;
	left: 830px
	}
#logoboekdelen {
	position: absolute;
	width: 92px;
	height: 50px;
	top: 200px;
	left: 830px;
	text-align: left;
	}
#logobibliotheek {
	position: absolute;
	width: 188px;
	height: 89px;
	top: 280px;
	left: 830px
	}

#titel {
	position: absolute;
	width: 400px;
	height: 60px;
	top: 20px;
	left: 320px
}

/* navigatie */
#navigatie {
	position: absolute;
	width: 100px;
	height: 89px;
	top: 170px;
	left: 100px
}


a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #09A3E3;
	text-decoration: none;
	letter-spacing: 3px;
	display: block;
	text-align: right;
	font-weight: bold;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #09A3E3;
	text-decoration: none;
	letter-spacing: 3px;
	display: block;
	text-align: right;
	font-weight: bold;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #9ABF0F;
	text-decoration: underline;
	letter-spacing: 3px;
	display: block;
	text-align: right;
	font-weight: bold;
}
a.navc:link, a.navc:visited {
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	font-weight: normal;
}
 
a.navc:hover {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}


/* tags */

.titel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}
.subtitel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0099;
	font-weight: bold;
}
ul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
}

