/* BOEKENCENTRUM LAYOUT / STYLING */

body {
	background: white url(../images/interface/leftcolumn_uitgeverijboekencentrum.png) repeat-y left top;
}
body.home {
	background: white url(../images/interface/homepicture_uitgeverijboekencentrum.jpg) no-repeat left 203px;
}

#header {
	background: white url(../images/interface/header_uitgeverijboekencentrum.gif) repeat-x left top;
}

#header #logo h1 a {
	position: absolute;
	top: 20px;
	left: 115px;
	background: url(../images/interface/logo_uitgeverijboekencentrum.gif) no-repeat left top;
	width: 640px;
	height: 84px;
}


/* marquee homepage */

#ticker,
#ticker a,
#ticker a:hover {
	color: black;
}


/* anchors */
a {
	color: #c61031;
	text-decoration: underline;
}
a:hover {
	color: #B7B455;
	text-decoration: underline;
}

.more,
.more a:link, 
.more a:active,
.more a:visited	{
	color: #C40F2F;
}
.more a:hover	{
	color: #B7B455;
}


/* text */

.alert {
	font-weight: bold;
}

/* titles */

h2 {
	color: #c61031;
}

h3 {
	color: #c61031;
}


/* menu */

#topmenu li a {
	color: white;
}
#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: #c61031;
}
#wrapper #topmenu ul li li.hover a,
#wrapper #topmenu ul li li:hover a,
#wrapper #topmenu ul li li a:hover {
	background: #d57a8a;
	color: white;
}

/* sub-subs */ 
#wrapper #topmenu ul li li li a {
	background: white !important;
	color: #c61031 !important;
}
#wrapper #topmenu ul li li li a:hover {
	background: #c61031 !important;
	color: white !important;
}


/* right menu */

#rightmenu ul li {
	background: url(../images/interface/bullet_uitgeverijboekencentrum.png) no-repeat 2px 5px;
}

#rightmenu ul li a {
	color: black;
}