/*v01-10-2020
 --201001_ungeheuer
*/
/*v12-11-2019
	gallery hxb thumnails
*/
/*valideren CSS versie 3*/
/*valideren 2.1*/
/*-------------------------------------www.marioncoenen.nl-------------------------------------------*/
/*----------------------------------atelier@marioncoenen.nl------------------------------------------*/
/*-------------------------------------------------------------------------------------main structure*/
/* Remove browser styles (see https://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/) */
/* https://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
height:100;	
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*--------------------------------------------------------------------end eric meyer reset*/

html{
	background-color: transparent;
	background-image:url(../img/bg/bg_info.png); /*achtergrond filter transparante png*/
	background-repeat:repeat;
	height: 100%;
	font-family : sans-serif;
	font-size : small;
	min-width: 780px;
}

.print,.nodisplay,.smart{
	display: none;
}

.hidden{ visibility: hidden; }	
.noprint{}

body{	
	background-color:transparent ;
	background-image: url(../img/bg/bg_zh.png);
	background-repeat: repeat-x; 
	color: rgb(40,40,40);
	font-family: verdana, arial, sans-serif;
	font-size: 98%;
	font-style:normal;
	font-weight: 300;
	overflow: hidden;
	text-align : center;
	width: 100%;
	overflow-y: visible;
	}

header{
	background-color: transparent;
	padding-top: 17%;
	width: 100%;
	}
/*--------------------------------------------------------------------------------------main*/
main
{
	background-image:url(../img/bg/bg_main.png); /*achtergrond filter transparante png*/
	background-repeat:repeat;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 0;
	min-height: 650px;
	overflow-x: visible;
	position: center;
	padding: 0.1%;
	width: 79.8%;
}
footer{
	background-color: transparent;
	color: #666;
	font-size: x-small;
	margin-top: 50px;
	width:100%;
	}

h1,h3,h2,h3,h4,h5,h6{}
h1{font-variant: small-caps;}
h2{font-weight: 600;
	font-size:150%;
	width: 94%;}
p{
	font-size: 100%;
	width: 92%;	
}
p, h1,h2,h3,h4,h5,h6,a{
		color: inherit;
		}

h4.pusher {cursor: pointer;}
.pusher:active, 
.pusher:hover {color: whitesmoke;}

h4 a{text-decoration: none;}

h4 a:active, h4 a:hover {color: whitesmoke;}
p.uc{background-color: yellow;}
a{
	}
a:link {
	}
a:visited{
	}
a:hover{}
	}
a, a:link, a:visited, a:hover{
}

/*05-03-2018------------------------------------------link list style square
*/
ul.square{
	color: inherit;	list-style: square;	
	}
ul.square a{ text-decoration: none;}	
/*-------------------------------------------------------------------------------------header h1*/
h1{
	background-image: url(../img/bg/bg_header.png); /*ZH picto*/
	 background-position: center bottom; background-repeat:no-repeat; background-size:3%;
	 color: white;
	 font-family: serif;  font-size: 350%;  font-weight: 600;
	 min-height:20px;
	 padding-bottom: 40px;
	 }	
h1 a{text-decoration: none;}
h1 a:hover {color: orange;}

#content{
background-color:transparent ;
}
/*---------------------------------------------------------------------------------201001_ungeheuer*/
/*	
background-image:url(../img/bg/ungeheuer.png);
*/
#content.ungeheuer{
	background-image:url(../img/bg/ungeheuer.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}
/*---------------------------------------------------------------------------------201001_ungeheuer end*/


/*-------------------------------------------------------------------------------------------main*/
/**/
main{
}
.mover{display: none;}/*voorkomt flash*/
/*-------------------------------------------------------------------------------------------nav*/
nav .main{
	background-image:url(../img/bg/bg_nav.png); /*achtergrond filter transparante png*/
	background-repeat:repeat;
	background-color: transparent;
	min-height: 20px;
	width: 100%;	
}
nav .lang{
	background-image:url(../img/bg/bg_zh.png); /*achtergrond filter transparante png*/
	background-repeat:repeat;
	background-color: transparent;
	position: absolute;
	margin-top: -17%; /*strookt met header*/
	min-height: 20px;
	text-align: right;
	width: 100%;	
}
nav a{
	color: #666;
	padding: .5% 1% .5% 1%;
	text-decoration: none;
}
nav a:hover{
	background-color: #fff;
	color: orange;
}
#ind .ind, #con .con, #log .log, #loc .loc, #gal .gal, #var .var, #col .col{color: #fff;}

/*------------------------------------------------------------article*/
article {margin-top: 1%;
	width:98%; }

article.plaatjes{ margin:6%; width: 88%;}

article p{
	font-size: 98%;
	padding-top: .5%;
	padding-left: 5%;
	padding-right: 5%; 	
}

article h4{ 
	font-size: 100%;
	font-weight: 900;
	text-align: right;} 

article h5{ 
	font-size: 100%;
	font-weight: 900;
	text-align: left;
	text-indent: 7%;
	} 

article ul{
margin-left: 7%;}

article table{
	float: right;
	text-align: right;
	width: 100%;}

.lall {text-align: left;}
.rall {text-align: right;}
.center {text-align: center;}

/*20-10-2017----------------------------------------------actueel*/
.front{ /*background-color:#ccc;*/ font-size:90%; margin: 5% 5% 0 7%; padding-top: 2%; padding-bottom: 2%;}
.actueel{ background-color:transparent; font-size:90%; margin: 1% 5% 0 7%; padding-top: 2%; padding-bottom: 2%;}
.actueel h3, .front h3{font-size:110%; 	font-variant: small-caps; font-weight: 600;  }

/*12-11-2019*/
#links img{	min-height: 60px; }/*correctie voor div hxb ratio*/