/* BOEKENCENTRUM LAYOUT / STYLING */

body {
	background: white url(../images/interface/leftcolumn_tijdschriften.png) repeat-y left top;
}
body.home {
	background: white url(../images/interface/homepicture_jesvoorjou.jpg) no-repeat left 203px;
}

#header {
	background: white url(../images/interface/header_jesvoorjou.gif) repeat-x left top;
}

#header #logo h1 a {
	position: absolute;
	top: 10px;
	left: 10px;
	background: url(../images/interface/logo_jesvoorjou.gif) no-repeat left top;
	width: 863px;
	height: 200px;
}


/* marquee homepage */

#ticker,
#ticker a,
#ticker a:hover {
	color: white;
}

/*  tekst in primary content    */
#primaryContent {
	margin: 0 250px;
	max-width: 500px;
}

body.home #primaryContent {
	padding: 150px 0px 0px 150px;
	max-width: 500px;
}

/*	omslagen: meer ruimte omdat er bij tijdschriften 6 ipv 3 of 4 komen	*/
.home #wrapper #content #home_omslagen	{
	left:570px;
	width:625px;
}

/* anchors */
a {
	color: #c61031;
	text-decoration: underline;
}
a:hover {
	color: #c40725;
	text-decoration: underline;
}

.more,
.more a:link, 
.more a:active,
.more a:visited	{
	color: #c40725;
}
.more a:hover	{
	color: #c40725;
}

/* text */

.alert {
	font-weight: bold;
}

/* titles */

h2 {
	color: #c61031;
}

h3 {
	color: #c61031;
}


/* menu */

#topmenu li a {
	color: #ffffff;
	background-color: #c40725;
}
#topmenu li.active a,
#topmenu li.hover a,
#topmenu li:hover a,
#topmenu li a:hover {
	color: black;
}

/* subs */ 
#wrapper #topmenu ul ul {
	border: 1px solid #c61031;
}

#wrapper #topmenu ul li li a  {
	background: white;
	color: #c40725;
}
#wrapper #topmenu ul li li.hover a,
#wrapper #topmenu ul li li:hover a,
#wrapper #topmenu ul li li a:hover {
	background: #000000;
	color: white;
}

/* sub-subs */ 
#wrapper #topmenu ul li li li a {
	background: white !important;
	color: #c40725 !important;
}
#wrapper #topmenu ul li li li a:hover {
	background: #c40725 !important;
	color: white !important;
}


/* right menu */

#rightmenu ul li {
	background: url(../images/interface/bullet_boekencentrum.png) no-repeat 2px 5px;
}

#rightmenu ul li a {
	color: black;
}

#mailPrint a {
	color: white;
}
#mailPrint a: hover {
	color: #dddbc8;
}


/*	ticker  minder breed bij tijdschriften	*/
#cont	{	width: 385px;	}