/* BOEKENCENTRUM LAYOUT / STYLING */

body {
	background: white url(../images/interface/leftcolumn_open-deur.png) repeat-y left top;
}

body.home {
	background: white url(../images/interface/homepicture_open-deur.jpg) no-repeat left 203px;
}


#header {
	background: #cf005d url(../images/interface/header_open-deur.gif) repeat-x left top;
}

#header #logo h1 a {
	position: absolute;
	top: 0;	left: 0;
	background: url(../images/interface/logo_open-deur.gif) no-repeat left top;
	width: 637px;
	height: 203px;
}


/* marquee homepage */

#ticker,
#ticker a,
#ticker a:hover {
	color: #04549D;
}


/* content */

body.home p {
/*	font-style: italic;	(uitgezet want geen idee welk doel het dient?)*/
}
body.home #primaryContent li {
	font-weight: bold;
}

#primaryContent {
	margin: 0 250px;
	max-width: 500px;
}
/*	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 ul li {
	list-style: none;
	margin: 0; padding: 0;
}
#primaryContent ul {
	margin-bottom: 1em;
}
#primaryContent ul li {
	background: url(../images/interface/bullet2_open-deur.png) no-repeat 5px 8px;
	padding-left: 1.5em;
}


/* anchors */
a {
	color: #04549d;	/*	blauw	*/
	text-decoration: underline;
}
a:hover {
	color: #963D63;		/*	rood (#ffd300) wordt paars	*/
	text-decoration: underline;
}

.more,
.more a:link,
.more a:active,
.more a:visited	{
	color: #04549d;
}
.more a:hover	{
	color: #d09600;
}

#mailPrint a {
	color: white;
}
#mailPrint a:hover {
	color: #963D63;		/*	rood (#ffd300) wordt paars	*/
}

/* text */

.alert {
	font-weight: bold;
}

/* titles */

h2 {
	color: #963D63;		/*	rood (#ffd300) wordt paars	*/
}

h3 {
	color: #04549d;	/*	blauw	*/
}

/* forms */
#wrapper .button {
	background: #04549d;	/*	blauw	*/
}

/* menu */

#topmenu li a {
	color: black;
}
#topmenu li.active a,
#topmenu li.hover a,
#topmenu li:hover a,
#topmenu li a:hover {
	color: #04549d;
}

/* subs */
#wrapper #topmenu ul ul {
	border: 1px solid #04549d;	/*	blauw	*/
}

#wrapper #topmenu ul li li a  {
	background: white;
	color: #04549d;	/*	blauw	*/
}
#wrapper #topmenu ul li li.hover a,
#wrapper #topmenu ul li li:hover a,
#wrapper #topmenu ul li li a:hover {
	background: #fff091;
	color: black;
}

/* sub-subs */
#wrapper #topmenu ul li li li a {
	background: white !important;
	color: #04549d !important;	/*	blauw	*/
}
#wrapper #topmenu ul li li li a:hover {
	background: #fff091 !important;
	color: black !important;
}


/* right menu */

#rightmenu ul li {
	background: url(../images/interface/bullet_open-deur.png) no-repeat 8px 7px;
}

#rightmenu ul li a {
	color: black;
}

/* banners */

#headerBanner {
	position: absolute;
	right: 20px; top: 40px;
	width: 220px; height: 50px;
	overflow: hidden;
	background: #963D63;		/*	rood (#ffd300) wordt paars	*/
	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;
}

/*	pay off	*/
#payoff	{
	color: #fff;
}
#payoff a	{
	color: #fff;
}