.body {background-image:url(/_images/bg_colormix.gif)}

#content #topcontent {
    background-color: #fff;
}

#content #contentLeft {
    width: 277px;
    float: left;
	margin:0;
	padding:0;
}
#content #contentRight {
	width: 290px;
	float: left;
	padding: 20px 0 0 15px;
}

#content #topnavigation {
    position: absolute;
    width: 178px;
	height: 101px;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

#content #topnavigation a:link, #content #topnavigation a, #content #topnavigation a:visited, #content #topnavigation a:active {
	font-size: 11px;
	text-decoration: none;
}

#content #topnavigation a:hover {
	font-size: 11px;
	color: #666;
	text-decoration: underline;
}

#content #topnavigation p {
	line-height: 14px;
	margin-bottom: 5px;
}

#content #topimage {
    margin-left:181px;
	height: 221px;
}

#contentLeft p {
	margin: 0;
	margin-bottom:5px;
	padding:0;
}

#contentLeft a, #contentLeft a:link, #contentLeft a:visited {
	text-decoration: none;
	font-weight:bold;
	color: #fff;
}
#contentLeft a:hover {
	text-decoration: underline;
	color: #fff;
}

/* 
blokje met intro van verhaal over de collectie, een deel staat in specifieke css voor de collectie,
*/


#collectionStory #extraInfo {
	background-repeat: no-repeat;
	background-position: left;
	margin-top: 4px;
}

#collectionStory {
	width: 276px;
	font-family: Arial, Helvetica, sans-serif;
	/*height:120px;*/
	font-size: 11px;
	background-color:#FFF;
	line-height: 14px;
	background-repeat: no-repeat;
	background-position: left;
	margin: 15px 0 0px 0;
	padding: 0 2px 0 0;
}


/*
font-family voor de collectie
*/

#content #contentRight p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	padding: 0 15px 0 0;
	margin: 0;
}

/*
achtergrondkleur
*/

#middle  {
	background-image: url(/_images/bg_colorlab.gif);
	background-repeat: repeat-y;
}

/*
kleur en font-family van de titeltje
*/

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#92A049;
	margin: 9px 0 6px 0;
	padding: 0 15px 0 0;	
}

/*
kleur van list item voor de subnavigatie in linkse contentgedeelte
*/

.listItem {
	background-image: url(/_images/list_grey_light.gif);
	background-repeat: no-repeat;
	width: 28px;	
	border-top: 4px solid #92A049; /* border moet zelfde kleur hebben als achtergrond */
}

/*
kleur van list item voor de navigatie linksboven voor de HOME link (andere richting vh pijltje)
*/

.listItemTopMenuHome {
	background-image: url(/_images/list_grey_home.gif);
	background-repeat: no-repeat;
	width: 28px;
	border-top: 2px solid #FFF; /* border moet zelfde kleur hebben als achtergrond*/
}

/*
kleur van list item voor de navigatie linksboven voor de andere links
*/

.listItemTopMenu {
	background-image: url(/_images/list_grey_left.gif);
	background-repeat: no-repeat;
	width: 28px;
	border-top: 2px solid #FFF;
}


#topcontent {
	background-color:#000;
}

#content #topimage {
    margin-left:181px;
	height: 100px;
	background-color:#666;
}

/*
blokje met intro van verhaal over de collectie, overlappende zaken staan in colormix.css, 
hier alleen background-image, border, linker padding+width en hover kleur van de link aanpassen
*/

#collectionStory {
	border-right: 12px solid #92A049;
}

#collectionStory a:hover {
	color: #92A049;
}



