/* @override http://rockox/stylesheets/global.css */

* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%;
}

body {
	font: 12px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	color: #525252;
	background: #74160f url(/images/bovenrand.gif) repeat-x 0 top;
}

/* @group main */

#main {
	width: 972px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

#push {
	height: 80px;
	clear: both;
}

#container {
	min-height: 100%;
	height: auto !important;
	height:expression(this.scrollHeight > 600 ? "auto":"520px");
    min-height:520px;
	margin: 15px auto -80px;
}

/* @end main */



/* @group heading */

#heading {
	height: 128px;
}

#heading h1 img{
	position: relative;
	left: 604px;
	top: 7px;
}

#heading p.line {
	border-bottom: 1px solid #62150f;
	width: 894px;
	margin-top: 13px;
	font-size: 1px;
	float: left;
}

/* @group language */

#language_selection {
	position: relative;
    right: 15px;
    float: right;
}

#language_selection li {
	display: inline-block;
	float: left;
}

#language_selection li a {
	display: block;
	height: 27px;
	width: 17px;
	text-align: center;
	text-decoration: none;
	line-height: 24px;
	font-size: 11px;
	color: #fff;
}

#language_selection li a:hover {
	text-decoration: underline;
}

#language_selection li a.active {
	background: url(/images/lang_active.gif) no-repeat center top;
}

/* @end language*/

/* @end heading */

/* @group navigation */

#navigation {
	background-image: url(/images/navigation_mid.gif);
	height: 33px;
	margin: 2px;
	padding: 0;
}

#navigation li {
	background: url(/images/navigation_divider.gif) no-repeat right 7px;
    display: block;
    /*margin: 5px 0 0 7px;*/
	float: left;
	clear: right;
	/*padding: 4px 22px 4px 0;*/
	padding: 0 24px 0 9px;
}

#navigation li.final {
	background: none;
}


#navigation li.first {
    margin: 0px 3px 0px 0px;
	width: 4px;
	height: 32px;
	padding: 0;
	background: url(/images/navigation_left.gif) no-repeat left top;
}

#navigation li.last {
    margin: 0px;
	width: 4px;
	height: 32px;
	padding: 0;
	background: url(/images/navigation_right.gif) no-repeat right top;
	float: right;
}

#navigation li a {
	line-height: 32px;
	font-weight: bold;
	color: #c3b5b5;
	text-decoration: none;
	padding-bottom: 5px;
}

#navigation li a:hover {
	color: #FFF;
}

#navigation li a.active {
	color: #FFF;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

a.btn_return {
	text-decoration: none;
	color: #525252;
}

a.btn_return p {
	font-weight: bold;
	padding: 4px 11px 5px 5px;
}

a.btn_return:hover p {
	background: url(/images/arrow_redonwhite.gif) no-repeat right 7px;
}


/* @end navigation */

/* @group content */

#content {
    width: 960px;
    padding: 0px;
    background-color: #fff;
	border: 6px solid #64130d;
}

/* @group dividers */

#content .divider {
	border-bottom: 2px solid #ccc;
	padding: 0;
	text-align: center;
}

#content .divider span {
	padding: 0 5px;
	background-color: #fff;
	position: relative;
	top: 7px;
	font-weight: bold;
	font-style: italic;
	color: #aeaeae;
}

/* @group small no margin */

#content .divider.s15 {
	margin: 0 0 15px;
}

#content .divider.s10 {
	margin: 0 0 10px;
}

#content .divider.s5 {
	margin: 0 0 5px;
}

#content .divider.s0 {
	margin: 0;
}

/* @end small */

/* @group big, with left and right margin */



#content .divider.b15 {
	margin: 0 10px 15px;
}

#content .divider.b10 {
	margin: 0 10px 10px;
}

#content .divider.b0 {
	margin: 0 10px;
}

/* @end big */

/* @end dividers */

/* @group menu left */

#menu_left {
	
}

#menu_left li {
	border-top: 2px solid #ccc;
	padding: 2px 0;
	width: 100%;
}

#menu_left li a {
	padding: 4px 14px 5px 4px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #525252;
}

#menu_left li a:hover {
	background: url(/images/arrow_redonwhite.gif) no-repeat right 7px;
}

#menu_left li a.active {
	color: #FFF;
	background-color: #9d1c2a;
}

#menu_left li a:hover.active {
	background-image: none;
}

#menu_left li a.extra {
    font-weight: normal;
}

/* category */

#menu_left.category {
}

#menu_left.category li {
	border-top: 2px solid #ccc;
	padding: 2px 0;
}

#menu_left.category li.title {
	background-color: #f5f7f7;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	zoom: 1;
}

/* @end */

/* @group menu right */

#menu_right {
	
}

#menu_right li {
	border-top: 2px solid #ccc;
	padding: 2px 0;
}

#menu_right li a {
	padding: 4px 14px 5px 4px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #525252;
}

#menu_right li a:hover {
	background: url(/images/arrow_redonwhite.gif) no-repeat right 7px;
}

#menu_right li a.active {
	color: #FFF;
	background-color: #9d1c2a;
}

#menu_right li a:hover.active {
	background-image: none;
}

/* category */

#menu_right.category {
}

#menu_right.category li {
	border-top: 2px solid #ccc;
	padding: 2px 0;
}

#menu_right.category li.title {
	background-color: #f5f7f7;
	text-align: center;
	font-weight: bold;
	padding: 10px 5px;
	width: 210px;
}

#menu_right.category li.title.empty {
	font-weight: normal;
	font-style: italic;
	font-size: 11px;
}

/* @end menu right */

/* images */

#content .main_image img {
	padding: 15px 5px;
}

#content .slideshow {
	margin-bottom: 15px;
	margin-top: 15px;
	height: 470px;
	width: 940px;
}

/* titles */

#content h1 {
	color: #9a3321;
	margin-bottom: 12px;
	font-size: 24px;
	font-weight: bold;
}

#content h2 {
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 18px;
}

#content h3 {
	font-weight: bold;
	background-color: #fff;
	padding-bottom: 2px;
	border-bottom-color: #c6c6c6;
	font-size: 15px;
	color: #5e5e5e;
}

#content h4 {
	color: #676969;
	font-weight: bold;
}

/* @group text styles*/

#content .page_content{
	font-size: 13px;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 15px;
}

#content .page_content p {
	margin: 0.5em 0 1em;
	text-align: justify;
}

#content .page_content {   
    line-height: 1.5em;
}

#content .page_content p img {
	float: right;
	margin: 12px 0 12px 12px;
}

#content .page_content p .caption img {
    float:none;
	margin: 0;
}

#content .page_content p img.free {
    float:none;
    margin: 0px 0 0px 5px;
    max-width:650px;
}


#content .page_content a{
	color: #FF0000;
	text-decoration: none;
}

#content .page_content a:hover{
	text-decoration: underline;
}

#content .page_content ul {
	list-style-type: square;
	list-style-position: outside;
	margin: 15px 10px 15px 20px;
}

#content .page_content li {
}

#content .page_content table {
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #f5f7f7;
	width: 100%;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
}

#content .page_content table td{
	padding: 2px 10px 2px 4px;
	border-bottom: 1px solid #ebebeb;
}

#content .page_content p.address {
	margin: 0 0 12px;
	padding-left: 5px;
}

#content .page_content .caption {
	position: relative;
	float: right;
	display: inline;
	margin: 0 0 12px 12px;
	overflow: hidden;
	text-align: left;
	color: #8c8c8c;
	font-style: italic;
	font-size: 11px;
}

#content .page_content .caption span {
    padding-left: 3px;
    padding-right: 3px;
    display:block;
}

#content .page_content .caption img {
    
}

/* @end text styles */

/* @group small */

#content .small_content{
	font-size: 11px;
	margin-bottom: 0;
	background-color: #f7f7f7;
	padding: 6px 5px 15px;
}

#content .small_content h2{
	font-size: 12px;
	margin-bottom: 5px;
}

#content .small_content a{
	color: #232323;
	text-decoration: none;
}

#content .small_content a:hover{
	text-decoration: underline;
}

#content .small_content p{
	margin-top: 7px;
}

/* @end small*/

/* @group search */

#content .search_content{
	font-size: 11px;
	margin-bottom: 0;
	padding: 6px 5px 15px;
}

#content .search_content h3{
	font-size: 12px;
	margin-bottom: 5px;
	font-weight: bold;
	font-style: normal;
	text-align: center;
}

#content .search_content #terms{
	border: 2px solid #ccc;
	margin-top: 6px;
	padding: 4px 4px 3px;
	margin-bottom: 6px;
	width: 135px;
	float: left;
}

#content .search_content p#info{
	font-style: italic;
	color: #8c8c8c;
	padding-top: 7px;
}

#content .search_content .btn {
	margin-top: 6px;
	margin-left: 5px;
	width: 58px;
}

/* @end search */

/* @group detail_content */

#content .detail_content {
	padding: 10px 5px 10px;
}

#content .detail_content h2 {
	margin: 0 0 5px 0px;
}

#content .detail_content h4 {
	margin: 0 0 35px 0px;
}

#content .detail_content p {
	font-size: 11px;
}

/* @end */




/* @group collection_list */

#collection_list {
	
}

#collection_list li {
	border-bottom: 2px solid #ccc;
}

#collection_list li.last {
	border: none;
}

/* anchor */

#collection_list li a {
	display: block;
	text-decoration: none;
	color: #525252;
	height: 72px;
	margin-left: 2px;
	padding-top: 2px;
}

#collection_list li .info_container.empty {
	float: none;
	text-decoration: none;
	color: #959595;
	padding-left: 10px;
	font-style: italic;
	padding-bottom: 3px;
	text-align: center;
	background-color: #f5f7f7;
	padding-top: 3px;
}

#collection_list li .image {
	float: left;
}

#collection_list li .info_container {
	float: left;
	padding-left: 10px;
}

#collection_list li .title {
	font-weight: bold;
}

#collection_list li .artist {
	font-style: italic;
	font-size: 11px;
}

/* titles */

/* more info part */

#collection_list p.info {
	font-size: 11px;
	color: #525252;
	font-style: italic;
	padding: 0 14px 3px 5px;
	font-weight: bold;
	float: right;
}

#collection_list a:hover p.info {
	background: #9d1c2a url(/images/arrow_whiteonred.gif) no-repeat right 3px;
	color: #fff;
}

/* @end collection_list */

/* @group exceptions for nicolaas rockox page */

#content .timeline ul {
	list-style-type: none;
	margin-bottom: 0px;
}

/* @end */

.free {
    margin:0;
    padding:0;
}


.btn {
	height: 24px;
	color: #525252;
	cursor: pointer;
	border-style: none;
	border-width: 0;
	font-weight: bold;
	text-decoration: none;
	background: url(/images/button_left.gif) no-repeat left top;
}

.btn:hover {
	background-position: 0 -24px;
}

.btn.hover {
	background-position: 0 -24px;
}

.btn span{
	background: url(/images/button_right.gif) no-repeat right 0px;
	width: 58px;
	display: block;
	padding: 0px 0px;
	height: 24px;
	line-height: 23px;
}

.btn:hover span{
	color: #FFF;
	background-position: right -24px;
}

.btn.hover span{
	color: #525252;
	background-position: right -24px;
}

/* @group language selection home page */

#content p.language_selection {
	margin-top: -4px;
	margin-bottom: 15px;
	font-size: 18px;
	color: #9b9b9b;
	text-align: right;
	line-height: 0;
	margin-right: 5px;
}

#content p.language_selection a {
	font-style: italic;
	font-size: 14px;
	color: #9b9b9b;
	text-decoration: none;
}

#content p.language_selection a:hover {
	text-decoration: underline;
}

/* @end language selection home page */

/* @group home */

/* standard */

#content a.home_button {
	text-decoration: none;
	padding: 8px 5px 10px;
	display: block;
	height: 45px;
	margin-top: 2px;
	margin-bottom: 2px;
}

#content a.home_button h3 {
	background-color: transparent;
	font-size: 14px;
	color: #525252;
}

#content a.home_button p.date {
	font-size: 11px;
	color: #929292;
	font-style: italic;
	padding: 0;
	margin: 0;
}

#content a.home_button p.info {
	font-size: 11px;
	color: #525252;
	font-style: italic;
	padding: 0 12px 0 0;
	font-weight: bold;
	float: right;
	clear: right;
}

/* hover */

#content a:hover.home_button  {
	color: #FFF;
	background-color: #9d1c2a;
}

#content a:hover.home_button h3  {
	color: #FFF;
}

#content a:hover.home_button p.date  {
	color: #FFF;
}

#content a:hover.home_button p.info {
	color: #FFF;
	background: url(/images/arrow_whiteonred.gif) no-repeat right 3px;
}

/* @end */

/* @end content */

/* @group footer */

#footer {
	height: 80px;
    clear: both;
    padding: 0px 10px 10px 10px;
	font-size: 11px;
	font-weight:300;
	color: #525252;
}

#footer .logo {
	background: url(/images/kbc_logo.gif) no-repeat 13px 11px;
}

#footer #copyright {
	border-bottom: 2px solid #ccc;
	border-top: 2px solid #ccc;
	height: 15px;
	padding-top: 61px;
}

#footer #copyright div {
}

#footer #copyright .left {
}

#footer #copyright .right {
	float: right;
}

#footer #copyright a {
	color: #808080;
	text-decoration: none;
	font-weight: 400;
}

#footer #copyright a:hover {
	text-decoration: underline;
}

/* @end footer */

a.knop {
	width: 100%;
	display: block;
	border-top: 2px solid #e6e6e6;
	border-bottom: 2px solid #e6e6e6;
	margin: 5px 0;
	text-decoration: none;
	color: #FFF;
	padding: 2px 0;
}

a.knop div {
	background-color: #9c1c29;
	padding: 5px;
}

.clear {
    clear: both;
}





/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/

/* @group 960 grid */

.container_12 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	margin-top: 15px;
}

/* @group grids */

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	display:inline;
	float: left;
	position: relative;
	margin-left:10px;
	margin-right:10px;
}

/* grids widths */

.container_12 .grid_1 {
	width:60px;
}

.container_12 .grid_2 {
	width:140px;
}

.container_12 .grid_3 {
	width:220px;
}

.container_12 .grid_4 {
	width:300px;
}

.container_12 .grid_5 {
	width:380px;
}

.container_12 .grid_6 {
	width:460px;
}

.container_12 .grid_7 {
	width:540px;
}

.container_12 .grid_8 {
	width:620px;
}

.container_12 .grid_9 {
	width:700px;
}

.container_12 .grid_10 {
	width:780px;
}

.container_12 .grid_11 {
	width:860px;
}

.container_12 .grid_12 {
	width:940px;
}
/* @end */





/* Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_1 {
	padding-left:80px;
}

.container_12 .prefix_2 {
	padding-left:160px;
}

.container_12 .prefix_3 {
	padding-left:240px;
}

.container_12 .prefix_4 {
	padding-left:320px;
}

.container_12 .prefix_5 {
	padding-left:400px;
}

.container_12 .prefix_6 {
	padding-left:480px;
}

.container_12 .prefix_7 {
	padding-left:560px;
}

.container_12 .prefix_8 {
	padding-left:640px;
}

.container_12 .prefix_9 {
	padding-left:720px;
}

.container_12 .prefix_10 {
	padding-left:800px;
}

.container_12 .prefix_11 {
	padding-left:880px;
}



/* Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_1 {
	padding-right:80px;
}

.container_12 .suffix_2 {
	padding-right:160px;
}

.container_12 .suffix_3 {
	padding-right:240px;
}

.container_12 .suffix_4 {
	padding-right:320px;
}

.container_12 .suffix_5 {
	padding-right:400px;
}

.container_12 .suffix_6 {
	padding-right:480px;
}

.container_12 .suffix_7 {
	padding-right:560px;
}

.container_12 .suffix_8 {
	padding-right:640px;
}

.container_12 .suffix_9 {
	padding-right:720px;
}

.container_12 .suffix_10 {
	padding-right:800px;
}

.container_12 .suffix_11 {
	padding-right:880px;
}



/* Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .push_1 {
	left:80px;
}

.container_12 .push_2 {
	left:160px;
}

.container_12 .push_3 {
	left:240px;
}

.container_12 .push_4 {
	left:320px;
}

.container_12 .push_5 {
	left:400px;
}

.container_12 .push_6 {
	left:480px;
}

.container_12 .push_7 {
	left:560px;
}

.container_12 .push_8 {
	left:640px;
}

.container_12 .push_9 {
	left:720px;
}

.container_12 .push_10 {
	left:800px;
}

.container_12 .push_11 {
	left:880px;
}



/* Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_1 {
	left:-80px;
}

.container_12 .pull_2 {
	left:-160px;
}

.container_12 .pull_3 {
	left:-240px;
}

.container_12 .pull_4 {
	left:-320px;
}

.container_12 .pull_5 {
	left:-400px;
}

.container_12 .pull_6 {
	left:-480px;
}

.container_12 .pull_7 {
	left:-560px;
}

.container_12 .pull_8 {
	left:-640px;
}

.container_12 .pull_9 {
	left:-720px;
}

.container_12 .pull_10 {
	left:-800px;
}

.container_12 .pull_11 {
	left:-880px;
}




/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
    
	display: block;
}

/* @end 960 grid*/