/*  */
BODY, HTML {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-family:arial, verdana, sans-serif;
	font-size: 0.9em;
	color: #313062;
}

A, A:visited {
	border-bottom: dotted 1px #A0A0A0;
	text-decoration: none;
	color: #400000;
}

A:hover {
	text-decoration: underline;
/* 	border-bottom: solid 1px #A0A0A0; */
}
 
A.noborder, A.noborder:hover, A.noborder:visited  {
	border-bottom: none;
}

DD {
	margin: 1px 0 10px 0px;
}

H3.toggler {
	background-color: transparent;
	background-repeat: no-repeat;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	font-family: 'Andale Mono', sans-serif;
	height: 20px;
/* 	position: fixed; */
}

input, textarea, label {
    display: block;
    text-align: left;
}

DIV.toggler {
	background: #C3C3C3;
	border: 1px Black outset;
/* 	border-top: 0px; */
	border-left: none;
	margin-top: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	cursor: pointer;
}

DIV.activeToggler {
	border-left: 1px #EEEFF2 solid;
	margin-left: -1px;
	background: #EEEFF2;
}

#left H3.toggler {
/* 	background: transparent url('../images/tab-left.gif') no-repeat; */
/* 	background-position: right top; */
/* 	padding: 4px 5px 2px 10px; */
}

#right H3.toggler {
/* 	background: transparent url('../images/tab-right.gif') no-repeat; */
/* 	padding: 4px 5px 2px 50px; */
}

#right DIV.modContent {
}

DIV.modContainer {
	padding-left: 2px;
}

IMG {
	border: 0px;
}

DIV.modTogglerBar {
	border-left: solid Black 1px;
	width: 30px;
	background: #DCDCDC;
	float:right;
	top: 0px;
	padding-top: 25px;
}

#viewer, #left, #right {
	float: left;
}

#viewer {
	
}

#view {
	overflow:auto;
}
#view IMG#topview {
	margin: 10px;
}
#view P, #view H3 {
	margin-left: 10px;
}

#left, #right {
	background: #EEEFF2;
	background-repeat: repeat-y;
	overflow: auto;
}

#left {
	background-image: url('../images/border-left.gif');
	background-position: right top;
}

#right {
	background-image: url('../images/border-right.gif');
}

* HTML #viewer { display: inline; }

#viewerfooter {
	background: url('../images/back_dark.gif');
	height: 5%;
	padding: 8px;
	text-align: center;
	color: White;
	font-weight: bold;
}

.pager ul{
    list-style-type: none;
    padding:0;
    margin:0;
}

.pager ul li{
    display:inline;
    padding:0;
    margin:0;
}

.pager ul li a:before{
    content:' ';
}

.pager ul li a:after{
    content:' ';
}

#viewerfooter A, #viewerfooter A:link, #viewerfooter A:visited {
	color: #FFFF00;
}


#header {
	height: 60px;
	background: url('../images/back_dark.gif');
	margin: 0px;
}

#header H2 {
	font-size: 1.5em;
	margin: 15px 0 0 10px;
	padding: 0;
	float: left;
	color: White;
	clear: both;
}

#header H3 {
	font-size: 0.8em;
	margin: 15px 0 0 10px;
	padding: 0;
}

.downloadButton {
    float:right;
    display:block;    
    background: #DCDCDC;
    border: 1px;
    margin: 20px 10px 0 0;
    padding: 3px;
}

DIV.modContainerFooter {
	background: url('../images/back_light.gif');
	height: 5%;
	padding: 8px;
	text-align: center;
	color: White;
	font-weight: bold;
}

DIV.modContainerFooter P {
	margin: 0px;
	padding: 0px;
	display: none!important;
}

.tool-tip {
	background: Yellow;
}

dl.listkranten2 dd ol.jaar {margin: 0; padding: 4px; list-style: none; clear: both;}
dl.listkranten2 dd ol.jaar>li>a {font-weight: bold; margin-top: 10px;}
dl.listkranten2 ol.maand {margin: 0; padding: 0 0 0 4px; list-style: none; clear: both;}
dl.listkranten2 ol.maand li {list-style: none; float: left; width: 30%; font-weight: normal; overflow: auto;}

#header-tekst {
	width: 85%;
	display: block;
	float: left;
	overflow: hidden;
}

#pdf-download {
	float: right;
	padding-right: 20px;
}

#pdf-download img {
}

#pdf-download a {
	border: none;
}

.modContainer.pageImages a.thumb {
	margin: 0 0 10px 14px;
	display: block;
}


