@charset "UTF-8";

/* MUSEUM BELVEDERE CSS */

/*************************************************/
/* HTML tag styles                               */
/*************************************************/

* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

body, html {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
}

/*************************************************/
/* Page Layout styles                            */
/*************************************************/

/* Positionering algemeen
**************************************************/

div .no-margintop {
	margin-top: 0px;
}

div .no-marginright {
	margin-right: 0px;
}

div .no-marginbottom {
	margin-bottom: 0px;
}

/* Main blocks
**************************************************/

#hor_center {
	height: 100%;
	width: 100%;
	text-align: center;
}

#vert_mid {
	vertical-align: middle;
}

#outer {
	background: url(../img/img_site/bg.jpg) no-repeat center center;
	height: 661px;
	width: 974px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#wrap {
	width: 960px;
	height: 647px;
	background: #fff;
	position: absolute;
	left: 7px;
	top: 7px;
	text-align: left;
}

#header {
	height: 64px;
}

.twitter {
	position:absolute;
	right:0px;
	margin:1px 1px 0 0;
}

.facebook {
  position:absolute;
  right:20px;
  margin:1px 1px 0 0;
}

.linkedin {
  position:absolute;
  right:40px;
  margin:1px 1px 0 0;
}

#header_home {
	background: url(../img/img_site/header_home.jpg) no-repeat;
	height: 97px;
}

#hor_menu {
	height: 20px;
	line-height: 20px;
	background: #000;
	color: #fff;
}

#hor_menu ul, #hor_menu li {
	margin: 0px;
	padding: 0px;
	height: 20px;
	line-height: 20px;
	list-style: none;
}

#hor_menu li {
	display: inline;
}

#hor_menu img {
	cursor: pointer;
	border-style: none;
	margin: 0px 0px 0px 30px;
	padding: 0px;
	border-width: 0px;
}

#servicebar, #servicebar_home {
	position: relative; /* refbox */
	text-align: left;
}

#servicebar {
	height: 38px;
}

#servicebar_home {
	height: 20px;
}

#service {
	color: #FFDE01;
	position: absolute;
	white-space: nowrap;
	right: 5px;
	height: 20px;
	width: auto;
	top: 0px;
	font-size: 9px;
	text-transform: uppercase;
	line-height: 20px;
	letter-spacing: 0.1em;
}

#service a {
	color: #000;
	text-decoration: none;
}

#service a:hover {
	color: #666;
}

#breadcrumbs {
	color: #FFDE01;
	font-size: 9px;
	white-space: nowrap;
	height: 20px;
	width: auto;
	position: absolute;
	left: 5px;
	text-transform: uppercase;
	line-height: 20px;
	letter-spacing: 0.1em;
}

#breadcrumbs a {
	color: #000;
	text-decoration: none;
}

#breadcrumbs a:hover {
	color: #666;
}

#breadcrumbs_current {
	font-weight: bold;
}

#main, #main_home {
	border-bottom: 1px solid #FFDE01;
}

#main {
	height: 510px;
}

#main_home {
	height: 477px;
	margin-top: 6px;
	padding-bottom: 11px;
}

#footer {
	position: relative; /* refbox */
	height: 15px;
	text-align: left;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 0.1em;
}

#footer_left {
	color: #FFDE01;
	position: absolute;
	height: 15px;
	width: auto;
	left: 5px;
	line-height: 15px;
	white-space: nowrap;
}

#footer_left a {
	color: #000;
	text-decoration: none;
}

#footer_left a:hover {
	color: #666;
}

#footer_right {
	color: #FFDE01;
	position: absolute;
	height: 15px;
	width: auto;
	line-height: 15px;
	right: 5px;
	white-space: nowrap;
}

#footer_right a {
	color: #000;
	text-decoration: none;
}

#footer_right a:hover {
	color: #666;
}

#nav {
	float: left; /* since this element is floated, a width must be given */
	width: 174px;
	height: 510px;
}

#nav_content {
	position: relative;
}

#pagename {
	display: block;
	padding-left: 5px;
}

#nwsbrf {
	position: absolute;
	height: 40px;
	width: 174px;
	bottom: 15px;
	_bottom: 16px; /* IE6 */
	vertical-align: bottom;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 20px;
}

#nwsbrf p {
	padding-left: 5px;
}

#nwsbrf a {
	background: #CCCCCC;
	display: block;
	color: #000;
	text-decoration: none;
	padding-left: 5px;
}
#nwsbrf a:hover {
	font-weight: bold;
}

#scrolldiv {
	margin: 0px 0px 0px 229px;
	_margin: 0px 0px 0px 226px; /* IE6 */
	padding: 0;
	height: 510px;
	width: 731px;
	background: #CC99FF;
}

#col1, #col1a, #col3, #col1_home {
	float: left;
}

#col1 {
	width: 219px;
}

#col1_home {
	width: 477px;
}

#col2 {
	margin-left: 283px;
}

#col2_home {
	margin-left: 483px;
}

/**
 * col3 -> voor impressie
 */
#col3 {
	width: 501px;
}

/**
 * col1a -> voor contactformulier (moet breder door FormCMS tabel)
 */
#col1a {
	width: 266px;
}

.block_home {
	height: 135px;
	padding-bottom: 6px;
	background: url(../img/img_site/box_home_bg.jpg) no-repeat;
	padding-left: 110px;
	padding-right: 65px;
	font-size: 12px;
	line-height: 18px;
	padding-top: 20px;
	cursor:pointer;
}

.block_home h2 {
	font-size: 21px;
	font-weight: normal;
	line-height: 25px;
	margin-top: 15px;
	margin-bottom: 5px;
}

.hover {
	background: url(../img/img_site/box_home_bg_hover.jpg);
}

/*************************************************/
/* Styles Losse onderdelen                       */
/*************************************************/

/* block styles
**************************************************/

.block_wrap {
	width: 177px;
	margin-bottom: 36px;
	height: 177px;
	border: 1px solid #FFDE01;
	float: left;
	margin-right: 36px;
	margin-top: 34px;
	padding: 8px;
}

.block {
	font-size: 11px;
	line-height: 15px;
	vertical-align: top;
	position: relative;
}

img.blockmore2 {
	position: absolute;
	right: 0px;
	bottom: 4px;
	float: left;
	margin-top: 2px;
	margin-left: 4px;
}

.pos_more {
	position: absolute;
	top: 180px;
	vertical-align: bottom;
}

.more {
	font: bold 9px Verdana, Arial, Helvetica, sans-serif;
}

.more a {
}

.more a:hover {
	color: #666;
}

.overzicht {
}

.overzicht h1 {
	font-size: 21px;
	line-height: 24px;
	margin-bottom: 11px;
}

.block h2 {
	font-size: 15px;
	font-weight: normal;
	line-height: 17px;
	margin-bottom: 0px;
	height: 39px;
	color: #000;
	text-decoration: none;
}

div.foto {
	height: 83px;
	vertical-align: bottom;
	font-size: 10px;
	line-height: 12px;
}

.block a {
	color: #065d8d;
	text-decoration: none;
}

.block a:hover {
	color: #0195e7;
}

.block label {
	display: block;
	font: bold 10px/16px Verdana, Geneva, sans-serif;
}

.block input {
	background: #fff;
	margin: 0px;
}

.block .blockfoto {
	display: block;
	cursor: none;
}


/* photobox styles
**************************************************/

#photobox {
	width: 417px;
	heigth: 417px;
}

.photo {
	display: block;
}

.thumb {
	margin-right: 3px;
	vertical-align:top;
}


/* Width styles
**************************************************/

.w20 {
	width: 20px;
}

.w30 {
	width: 30px;
}

.w42 {
	width: 42px;
}

.w50 {
	width: 50px;
}

.w70 {
	width: 70px;
}

.w80 {
	width: 80px;
}

.w100 {
	width: 100px;
}

.w120 {
	width: 120px;
}

.w130 {
	width: 130px;
}

.w150 {
	width: 150px;
}

.w160 {
	width: 160px;
}

.w180 {
	width: 180px;
}

.w200 {
	width: 200px;
}

.w300 {
	width: 300px;
}

.w100percent {
	width: 100%;
}

/* Content CMS
**************************************************/

.content {
	font-size: 11px;
	line-height: 15px;
	color: #000;
}

.content hr {
	color: #333;
	height: 1px;
	border-width: 0px;
	background: #333;
}

.content ul {
	margin-bottom: 11px;
}

.content li {
	list-style: url(none) none;
	background: url(../img/img_algemeen/bullet_content.gif) no-repeat 0.4em 0.5em;
	padding-left: 15px;
}

.content ul li ul {
	margin-bottom: 0px;
}

.content ul li ul li {
	list-style: url(none) none;
	background: url(../img/img_algemeen/bullet_content.gif) no-repeat 0.4em 0.5em;
	padding-left: 15px;
}

.content a {
	text-decoration: underline;
	color: #000;
}

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

.content .imglinks {
	float: left;
	margin: 6px;
}

.content .imgrechts {
	float: right;
	margin: 6px;
}

.imglinks {
	float: left;
	margin-right: 6px;
	display: inline;
}

.imgrechts {
	float: right;
	margin: 6px;
}

.content p {
	font-size: 11px;
	line-height: 15px;
	color: #000;
	margin-bottom: 11px;
}

.content h1, .content.nieuws h2{
	margin-bottom: 11px;
	color: #000;
	text-transform: none;
	font-size: 21px;
	line-height: 24px;
	font-weight: normal;
}

.content h2, .letsFormContainer legend   {
	font-weight: bold;
	font-size: 11px;
	line-height: 15px;
	color: #000;

}

.content.nieuws h1 {
	margin-bottom: -2px;
	color: #000;
	text-transform: none;
	font-size: 14px;
	font-weight: bold;
}

.content.nieuws h1 a {
  text-decoration: none;
}

.content h3 {
	font-weight: bold;
	font-size: 11px;
	line-height: 15px;
	color: #000;
}

.content h4 {
	font-weight: bold;
	font-size: 11px;
	line-height: 15px;
	color: #000;
}

.content h5 {
	font-weight: bold;
	font-size: 11px;
	line-height: 15px;
	color: #000;
}

.content h6 {
	font-weight: bold;
	font-size: 11px;
	line-height: 15px;
	color: #000;
}

#naarboven {
	float:left;
	color: #000;
	font-size: 11px;
	cursor: pointer;
}

#toonpdf {
	float:right;
}

/* Custom scrollbar
**************************************************/

#mycustomscroll {
	/* Typical fixed height and fixed width example */
  width: 731px;
 *width: 731px; /* IE6 en IE7 */
	height: 510px;
 *height: 510px; /* IE6 en IE7 */
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
  position: relative;
	background-color: #fff;
	/*margin: 0.3em auto;*/
	text-align: left;
	outline:none; /* haal de standaard usability stippellijn weg */
}

.clearfloat { /* Nodig voor floats binnen de div met de custom scrollbar */
	clear:both;
	height:0px;
	line-height:0px;
	visibility: hidden;
}


/* Formulieren CMS
**************************************************/

.letsFormContainer fieldset {
	border: 0px dotted #000;
}

/*
.letsFormContainer legend {
	font-size: 11px;
	color: #000;
	font-weight: bold;
	padding-bottom: 5px;
}
*/

input, select, textarea, file {
	background: #FFFFFF;
	padding: 2px;
	border: 1px solid #000;
	margin-left: 2px;
	font: 11px Arial, Helvetica, sans-serif;
}

select {
	width: 181px;
}

textarea {
	height: 80px;
	width: 175px;
	font: 11px Arial, Helvetica, sans-serif;
}

.letsFormTable {
	padding: 2px;
	display:block;
	font-size: 11px;
	line-height: 15px;
}

.letsFormInput_error {
	border: 1px solid red;
}

.letsFormTD {
	width: 150px;
	padding-bottom:10px;
}

.letsErrorList {
	color:red;
}

.letsFormButton {
	color: #fff;
	background: #000;
	padding: 1px;
	cursor: pointer;
	margin-top: 5px;
	font: bold 9px Verdana, Geneva, sans-serif;
	border-style: none;
	width: 130px;
}

.letsFormCheckbox {
	border: 0px solid #B4CDE1;
	background: #FFF;
	margin:3px 3px 3px 3px;
}

.letsFormCheckbox_error {
	border: 0px solid red;
	background: red;
	margin:3px 3px 3px 3px;
}

.letsFormRadio {
	border: 0px solid #6e7176;
	background: #FFFFFF;
	margin:3px 3px 3px 0px;
}

.letsFormRadio_error {
	border: 0px solid red;
	background: red;
	margin:3px 3px 3px 0px;
}

.letsFormTijdSelect {
	width: 50px;
 *width: 40px;
	font-size: 11px;
}

#toolTip { /* Styling van het infoplaatje */
	position:relative;
	top:3px;
	cursor: pointer;
}

.formInfo {
	font-size: 11px;
	line-height: 15px;
	background: #FFF;
	border:     1px solid #000;
	width:      150px;
	margin:     0px;
	padding:    3px;
}

#letsFormCaptcha { /* Styling van het captchaplaatje */
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 3px;
}

/* Google maps
**************************************************/

#map { /* container kaart */
	height: 312px;
	width: 417px;
}

#balloon { /* container tekstballon */
}

#balloon h3 {
	font: normal 18px/21px Georgia, "Times New Roman", Times, serif;
	padding-left: 0px;
	margin-bottom: 11px;
}

#balloon .datum {
	font: bold 10px Georgia, "Times New Roman", Times, serif;
}

#balloon a {
	font: 11px Georgia, "Times New Roman", Times, serif;
	color: #1E2E6A;
}

#balloon a:hover {
	color: #8FB0CC;
}



/* Tell a friend
**************************************************/

.letsTellTable {
	padding: 2px;
	display:block;
	font-size: 11px;
	line-height: 15px;
}


.letsTellTD {
	width: 100px;
	padding-bottom:10px;
}

.letsTellHeader{
	font-weight:bold;
	font-size: 12px;
	padding-bottom: 5px;
}

sup {
  font-size:12px;
}

/* fixes float problems
**************************************************/

.clearfix:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

.clearfix {
	zoom: 1;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

