/*
BBNH Stylesheet

kleuren
 #00798C blauwachtig
 #FFFFFF wit
 #AD243A bordeau rood
 #4a555a donkergrijs
 #949e9c lichtgrijs
*/

* {
    padding: 0;
    margin: 0;
}

html {
    height: 100%;
}

body {
    background: url(img/header-back.png);
    background-repeat: repeat-x;
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    color: #4a555a;
}
a img {
	border: 0px;
}

#wrapper {
    width: 1000px;
    position: absolute;
	left:50%;
	margin-left: -500px;
    /* margin: 0 auto; *//*Dit werkt niet in IE6*/
    text-align: left;
}
/* ######## HEADER ######## */
#header {
    height: 105px;
    clear: both;
}

h1 #header {
}

img.logo_bbnh {
    margin-bottom: 20px;
}

/* ######## CONTENT ######## */
#content {
    padding: 8px 0 8px 0;
    font-size: 100%;
}
#content .contentpaneopen{
 	font-size: 100%;
}
#content h1 {
    font-size: 125%;
    font-weight: bold;
}

#content p {
    margin-bottom: 16px;
}

#content a {
    color: #4a555a;
    text-decoration: underline;
}

#content a:visited {
    color: #00798C;
    text-decoration: underline;
}

#content a:active {
    color: #AD243A;
    text-decoration: underline;
}

#content a:hover {
    color: #AD243A;
    text-decoration: none;
}

#content .componentheading, .contentheading, h2 {
    font-size: 140%;
    font-weight: bold;
    padding-bottom: 20px;
}
#content ul li {
    margin-left: 20px;
}
#vlak1 {
    height: 240px;
    width: 300px;
    background-color: #D6DBD6;
    float: left;
    display: inline;
    margin: 8px;
    margin-left: 0;
    padding: 10px;
}

#vlak1 h3 {
    font-size: 125%;
    margin-bottom: 10px;
}

#vlak2 {
    height: 258px;
    width: 318px;
    background-color: #949e9c;

    border: 1px solid #4a555a;
    float: left;
    text-align:center;
    display: inline;
    margin: 8px;
    overflow: hidden;
}

#vlak3 {
    height: 240px;
    width: 300px;
    background-color: #D6DBD6;
    float: left;
    display: inline;
    margin: 8px;
    margin-right: 0;
    padding: 10px;
}

#vlak3 h3 {
    font-size: 125%;
    margin-bottom: 10px;
}

#vlak4 { /*thema 1*/
    background: url(img/wit16x16.gif);
    background-repeat: repeat-x;
    height: 260px;
    width: 320px;
    background-color: #002d6b;
    margin: 8px;
    margin-left: 0;
    float: left;
    display: inline;
    position: relative;
}

#vlak5 { /*nieuws*/
    background: url(img/wit16x16.gif);
    background-repeat: repeat-x;
    height: 240px;
    width: 292px;
    background-color: #D6DBD6;
    color: #000;
    margin: 8px;
    float: left;
    display: inline;
    padding: 20px;
    padding-top: 0;
    padding-left: 8px;
}

#vlak5 h3 {
    font-size: 125%;
    width: 284px;
    color: white;
    padding: 8px;
	 background-color: #002d6b;
	margin-bottom: 4px;
}
#vlak5 h4 {
	margin: 8px 0;
	font-size: 120%;
}

#vlak5 div.module div ul{
	margin-top: 16px;
}
#vlak5 ul {
    clear: both;
}

#vlak5 li, a {
    color: #000;
}
#vlak5 a.contentpagetitle{
	text-decoration: none;
}
#vlak6 { /*thema 2*/
    background: url(img/wit16x16.gif);
    background-repeat: repeat-x;
    height: 260px;
    width: 320px;
    background-color: #002d6b;
    margin: 8px;
    margin-right: 0;
    float: left;
    display: inline;
    position: relative;
}
/* ######## NAVIGATIE ######## */
#navigatie {
    clear: both;
    color: #4a555a;
	margin-top:-3px;
    margin-left: 8px;
    margin-bottom: 16px;
}

#navigatie ul {
    margin-left: 0;
    padding-left: 0;
    display: inline;
    font-weight: bold;
}

#navigatie ul li {
    margin-left: 0;
    margin-bottom: 1px;
    padding: 2px 15px 5px 15px;
    margin-right: 2px;
    list-style: none;
    display: inline;
    height: 16px;
    width: 112px;
    background-color: #002d6b;
	font-size:115%;
}

#navigatie a {
    color: #fff;
    text-decoration: none;
}

#navigatie ul li#current {
    background-color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}
#navigatie ul li#current a {
	color: grey;
}
/* ######## FOOTER ######## */
#footer {
    height: 25px;
    border-top: 1px solid #4a555a;
    padding: 4px;
    color: #949e9c;
	clear: both;
	margin: 5px 0 5px 0;
}

#validXhtml {
	width: 80px;
	height: 15px;
	vertical-align: text-bottom;
}
#footer a {
    color: #949e9c;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}
/* ######## MOD THEMA ######## */
.thema_naam {
    width: 136px;
    float: right;
    color: white;
    font-size: 125%;
    font-weight: bold;
	position: absolute;
	top:200px;
	left:160px;
}

.thema_text {
    width: 128px;
    height: 234px;
    color: #000;
    padding: 8px;
    margin-left: 8px;
    float: left;
    display: inline;
    background-color: #d1e7f4;
}

.thema_img {
    position: relative;
    float: right;
    display: inline;
}
hr {
    border: none;
    background-color: #949e9c;
    color: #949e9c;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
}
/* ######## ZOEK (module!) ######## */
FORM INPUT[type="text"] {
	border: 1px solid #ccc;
}

INPUT, TEXTAREA, SELECT, BUTTON {
    border: solid 1px;
}

FORM DT, FORM DD {
    margin-bottom: 5px;
}

FORM DL {
    clear: both;
    margin: 10px 0;
}

FORM DT {
    float: left;
    padding-right: 10px;
}

FORM DT LABEL {
    font-weight: bold;
    white-space: nowrap;
	display: block;
	text-align: left;
	width: 80px;
}

/* simplegroups: */

DD.simplegroup OL {
	list-style: none;
}

DD.simplegroup OL LI {
	float: left;
}

DD.simplegroup OL LI LABEL,
DD.simplegroup OL LI INPUT {
	margin-right: 5px;
}

/* Advanced search form */
FORM.advanced INPUT[type="text"] {
	width: 180px;
}

FORM.advanced DD {
	text-align: right;
}

/* Simple search form */
FORM.zoek INPUT[type="text"], FORM.zoek SELECT {
	width: 180px;
}

FORM.zoek DD {
	text-align: right;
}

FORM.zoek_hp INPUT[type="text"], FORM.zoek SELECT {
	width: 300px;
}

FORM.zoek_hp DD {
	text-align: left;
}
FORM.zoek_hp DT {
	width: 0;
	display: inline;
	margin: 0;
	padding: 0;
}

/* Errors */
FORM UL.errors LI {
	margin-left: 25px;
	color: red;
	padding: 5px 0;
	list-style-image: url('http://beeldbank-nh.nl/templates/bbnh2013/images/warning.png');
}


#pager {
    width: 984px; /*==1000px minus padding van #content*/
    height: 24px;
    clear: both;
    padding: 4px;
    text-align: center;
    color: #AD243A;
}
#pager span {
	padding:5px;
	color: grey;
}

#pager a.pagenav, #pager a.pagenav:visited {
    height: 16px;
    background-color:#AD243A;
	color: white;
    text-decoration: none;
    padding:5px;
}

#pager a.pagenav:hover {
    color: white;
    background-color:#00798C;
    text-decoration: none;
}

#pager p{
	display: inline;
}
#pager p.pager_links{
}
#pager p.pager_right {
	float: right;
	font-weight: bold;
}
#pager p.pager_right img {
	vertical-align: text-bottom;
	width: 27px;
	height: 18px;
}

#pager p.pager_left {
	float: left;
}

div.record_action {
    background-color: #0093B5;
    width: 54px;
    height: 50px;
    position: absolute;
    top: 0px;
    left: 266px;
}

div.record_action img {
    border: 0;
    cursor: pointer;
	margin-top: 16px; /* = (50 -18) / 2 */
}

#com_provider a {
    text-decoration: none;
}

#com_provider ol.resultlist a img {
    border: 0;
    /*margin-top: 16px;
	max-width: 200px;
    max-height: 200px;
    width: expression( this.width > 200 && this.width > this.height ? 200 : true );
	height: expression(this.height > 200 && this.height > this.width ? 200 : true );
	*/
}

.logo_noimg {
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    max-width: 200px;
    /*width: expression( this.width > 200 && this.width > this.height ? 200 : true );*/
 	max-height: 200px;
	/*height: expression( this.height > 200 && this.height > this.width? 200 : true );*/
	border:2px solid #00798C;
}

/*############# ZOEKEN ##############*/
/*formulieren*/
#zoek_eenvoudig input {
    font-size: 100%;
    border: 1px solid #949e9c;
}

#zoek_geavanceerd input {
    font-size: 100%;
    border: 1px solid #949e9c;
}

#geavanceerd tr, #eenvoudig tr {
    height: 20px;
}
#eenvoudig_zoeken{
	background: url(img/wit16x16.gif);
    background-repeat: repeat-x;
    background-color: #2a58a6;
    color: white;
    width: 300px;
    margin: 8px;
    padding: 0 20px 0 8px;
    float: left;
    display: inline;
}
#eenvoudig_zoeken h2 {
	background-color: #1a386b;
	font-size: 150%;
    color: white;
    padding: 8px;
    margin: 0 0 16px 0;
    width: 292px;
}
#geavanceerd_zoeken{
	background: url(img/wit16x16.gif);
    background-repeat: repeat-x;
    width: 300px;
    background-color: #AD243A;
    color: white;
    margin: 8px;
    float: left;
  	padding: 0 20px 0 8px;
  	display: inline;
}
#geavanceerd_zoeken h2 {
	background-color: #DA2C49;
	font-size: 150%;
    color: white;
    padding: 8px;
    margin: 0 0 16px 0;
    width: 292px;
}

#geavanceerd_zoeken dd a.facetlink img
{
	padding-left: 5px;
	display: inline;;
	}

#uitleg_zoeken{
	background-repeat: repeat-x;
    background-color: #D6DBD6;
    color: #4a555a ;
 	width: 600px;
 	height: 552px;
	margin: 8px;
    padding: 0 20px 0 8px;
	float: right;
	display: inline;
}
#uitleg_zoeken table tbody tr td{
	font-size:10px;
}

#uitleg_zoeken h2{
	padding-top: 12px;
}


.current input {
    font-size: 100%;
    border: 1px solid #949e9c;
}

div.current {
    clear: both;
    border: 1px solid #949e9c;
    padding: 5px;
    position: relative;
    top: -1px;
}


/*overige hulp css dingen*/
.float_left {
    float: left;
}

.float_right {
    float: right;
}

.clear {
    clear: both;
}

.detail {
    width: 500px;
    height: 250px;
    background-color: white;
    color: #4a555a;
    float: left;
    margin: 20px;
    margin-bottom: 4px;
    position: relative;
    padding: 20px;
}

#com_provider .detail p a {
    text-decoration: underline;
}

#com_provider .detail em {
    font-style: normal;
    font-weight: bold;
}
/* Modal dialog */
#sbox-overlay {
    background-color: #4a555a;
}

#sbox-window {
    position: absolute;
    background-color: #002D6B;
    text-align: left;
    overflow: visible;
    padding: 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.sbox-content-url {
    background-color: #FFFFFF;
    color: #4a555a;
}


.sbox-content-url * {
    color: #4a555a;
}

#sbox-content #detail {
    padding: 10px;
}

#sbox-content #detail H2 {
    font-size: 140%;
    font-weight: bold;
    margin: 10px 0 20px 0;
}

#sbox-content #detail UL {
    margin: 10px 0px 10px 0px;
    list-style: none;
}

#sbox-content #detail EM {
    color: #4a555a;
    font-style: normal;
    font-weight: bold;
}

#sbox-content #detail p a {
    color: #4a555a;
}

/* ##### aantalbeelden_hp #####*/
#aantalbeelden_hp {
    margin-top: 16px;
    margin-bottom: 16px;
}

#aantalbeelden_hp em {
    font-style: normal;
    font-weight: bold;
}
#overzicht li{
	margin-left:16px;
	list-style: none;
}
h3.stretchtoggle{
	font-size: 130%;
	margin: 0px !important;
	padding: 3px 6px 0px 12px !important;
	border: none !important;
	color: white;
	width: 512px;
	height: 20px;
	background-color: #1a386b;
	cursor: pointer;
}
ol.stretcher {
	margin:0px !important;
	padding: 0px 0px 0px 8px !important;
	height: 1px;
}
div.error{
	margin: 24px;
	color: #AD243A;
	font-weight: bold;
}
address{
	font-style: normal;
}
#wrapper #content .gallery li {
    background: #D6DBD6;
    margin: 0 10px 10px 0;
    display: table-cell;
    width: 30%;
    min-height: 320px;
}

#wrapper #content .gallery li p {
    background: transparent;
    margin: 0;
    padding: 0;
    float: none;
    display: block;
    width: 100%;
    text-align: center;
    height: 270px;
}

#wrapper #content .gallery li h2 {
    margin: 10px auto 0 auto;
    padding: 0;
    font-size: 1em;
    color: #002d6b;
    width: 90%;
    text-align: center;
    line-height: 1.2em;
    min-height: 30px;
}

#wrapper #content .gallery li h2 a {
    color: #fff;
}

a.close-modal {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 1.5em;
}

/* Styling fixes 25-11-2013 */
#com_provider.detailrecord p.navigation {
    margin-left: 30px;
    margin-top: 10px;
}

/* Center image in container */
#com_provider.detailrecord p.imgcontainer {
    display: block;
    top: auto;
    height: 260px;
    padding-top: 10px;
    margin-top: 10px;
}

/* Styles for thema's page */
#com_provider ol.resultlist li p {
    height: 275px;
    background: #D6DBD6;
    line-height: 275px;
    padding-top: 25px;
}

#com_provider #thema {
    margin-top: 0;
    height: 596px;
}
