/* achtergrond voor het grote leesvenster */
#home, #mainBig, #zaalVolw, #zaalJeugd {
	width:766px;
	height:640px;
	background-repeat:no-repeat;
	text-align:left;
	vertical-align:top;
	z-index:3;
}
#home {
	background-image: url(images/home.jpg);
}
#mainBig {
	background-image: url(images/contentbig.jpg);
}
/*
#zaalVolw {
	background-image: url(images/zaalvolw.jpg);
}
#zaalJeugd {
	background-image: url(images/zaaljeugd.jpg);
}
#zaalStrips {
	background-image: url(images/zaalstrips.jpg);
}
#zaalStage {
	background-image: url(images/zaalstage.jpg);
}
#zaalFilms {
	background-image: url(images/zaalfilms.jpg);
}
#zaalSchrijfsels {
	background-image: url(images/zaalschrijfsels.jpg);
}
*/

/* wrapper voor de tekst in het grote leesvenster */
#textWrapBig {
	margin-left:142px;
	margin-top:79px;
	width:483px;
	height:496px;
	float:left;
	clear:both;
	visibility: visible;
	padding-right:10px;
	overflow:auto;
	z-index:3;
}
#textWrapBig a {text-decoration: none;}
#textWrapBig a:hover {color:red;text-decoration: none;}

/* wrapper voor de venstertitel */
#titleBig {
	margin-top:20px;
	margin-bottom:20px;
}
/* linker- en rechterdeel van de venstertitel*/
#leftWindowTitleBig {
	font-size:30px;
	font-weight:bold;
}
#riteWindowTitleBig {
	font-size:30px;
	color:red;
}

/* menu-div's in de S-Room */
.mnudiv {
	width:142px;
	height:100%;
	float:left;
	text-align:right;
	font-variant:small-caps;
	font-weight:bold;
	font-size:130%;
}
.mnudiv a {text-decoration: none;}
.mnudiv a:hover {color:red;text-decoration: none;}



/* css voor tonen van een boek */
#boekTitel {font-size:18px;font-weight:bold;color:#666;}
#subtitel {font-size:14px;font-weight:bold;color:#666;}
#flaptekst, #intro, #filmtekst  {font-size:110%;}
#flaptekst, #intro  {font-weight:bold;}
#bijzonderheden, #media, #datum {}
#fragmentkop {font-size:16px;font-weight:bold;color:#666;}
#fragment {font-size:12px;}
#recensent{font-size:125%;font-weight:bold;}
#recensietext {font-size:110%;padding-left:20px;padding-right:20px;}
#lijstkop {font-size:18px;font-weight:bold;color:#666;margin-top:15px;margin-bottom:15px;width:91%;clear:both;}

