/* BOEKENCENTRUM LAYOUT / STYLING */

body {
	background: white url(../images/interface/leftcolumn_catecheseboek.png) repeat-y left top;
}
body.home {
	background: white url(../images/interface/homepicture_catecheseboek.jpg) no-repeat left 203px;
}

#header {
	background: #ffd503 url(../images/interface/header_catecheseboek.gif) repeat-x left top;
}

#header #logo h1 a {
	position: absolute;
	top: 20px; left: 115px;
	background: url(../images/interface/logo_catecheseboek.gif) no-repeat left top;
	width: 757px; height: 84px;
}


/* content */

body.home p {
	font-style: italic;
}
body.home #primaryContent li {
	font-weight: bold;
}
#primaryContent {
	margin: 0 250px;
	max-width: 500px;
}
body.home #primaryContent {
	margin: 120pt 0pt 250px 425px;
	max-width: 1500px;
}

/*	Fix voor max-width in IE 6	*/
* html #primaryContent {	
	width:expression(document.body.clientWidth > 800? "500px": "auto" );
}
#secondaryContent {
	width: 240px;
}
#header h2 {
	padding-left: 260px;
}

#primaryContent ul,
#primaryContent li {
	list-style: none;
	margin: 0; padding: 0;
}
#primaryContent ul {
	margin-bottom: 1em;
}
#primaryContent li {
	background: url(../images/interface/bullet2_catecheseboek.png) no-repeat 5px 8px;
	padding-left: 1.5em;
}

/* marquee homepage */

#ticker,
#ticker a,
#ticker a:hover {
	color: black;
}


/* anchors */
a {
	color: #D22564;
	text-decoration: underline;
}
a:hover {
	color: #ecad30;
	text-decoration: underline;
}

.more,
.more a:link, 
.more a:active,
.more a:visited	{
	color: #D22564;
}
.more a:hover	{
	color: #ecad30;
}


/* text */

.alert {
	font-weight: bold;
}

/* titles */

h2 {
	color: #231f20;
}

h3 {
	color: #D22564;
}


/* 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 #D22564;
}

#wrapper #topmenu ul li li a  {
	background: white;
	color: #D22564;
}
#wrapper #topmenu ul li li.hover a,
#wrapper #topmenu ul li li:hover a,
#wrapper #topmenu ul li li a:hover {
	background: #ffd503;
	color: black;
}

/* sub-subs */ 
#wrapper #topmenu ul li li li a {
	background: white !important;
	color: #D22564 !important;
}
#wrapper #topmenu ul li li li a:hover {
	background: #D22564 !important;
	color: white !important;
}


/* right menu */

#rightmenu ul li {
	background: url(../images/interface/bullet_catecheseboek.png) no-repeat 2px 5px;
}

#rightmenu ul li a {
	color: black;
}


/* banners */

#headerBanner {
	position: absolute;
	right: 20px; top: 40px;
	width: 220px; height: 50px;
	overflow: hidden;
	background: #ffd300;
	border: 2px solid white;
}
#headerBanner a {
	display: block;
	padding: 2px 10px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	color: black;
}
