/* achtergrond voor het kleine leesvenster */
#mainSmall {
	width:766px%;
	height:640px;
	background-image: url(images/contentsmall.jpg);
	background-repeat:no-repeat;
	text-align:left;
	z-index:3;
}

/* wrapper voor de tekst in het grote leesvenster */
#textWrapSmall {
	margin-left:230px;
	margin-top:33px;
	width:307px;
	height:326px;
	float:left;
	clear:both;
	visibility: visible;
	padding-right:10px;
	overflow:auto;
	z-index:3;
}
#textWrapSmall a {text-decoration: none;}
#textWrapSmall a:hover {color:red;text-decoration: none;}

/* wrapper voor de venstertitel */
#titleSmall {
	margin-top:10px;
	margin-bottom:10px;
}
/* linker- en rechterdeel van de venstertitel */
#leftWindowTitleSmall {
	font-size:20px;
	font-weight:bold;
}
#riteWindowTitleSmall {
	font-size:20px;
	color:red;
}

#variatekst {font-size:11px;}
#titel {font-size:18px;font-weight:bold;color:#666;}
#subtitel {font-size:14px;font-weight:bold;color:#666;}

#linkcat {font-size:18px;font-weight:bold;color:#666;margin-top:15px;margin-bottom:15px;width:91%;clear:both;}
#link {font-size:12px;font-weight:bold;clear:both;}
#linktext {font-size:11px;color:#666;}

