body {
	font-family: Gill Sans, Arial, Helvetica, sans-serif;
	font-size: 120%;
	background-image: url(../img/achtergronddef.gif);
	background-repeat: repeat-x;
	quotes: '\201E' '\201D';
}

h1 {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0.4em;
	padding-bottom: 0;
}

h1:first-child {
	margin-top: 0;
	padding-top: 0;
}

h1:first-child:first-letter {
	text-transform: uppercase;
}

p {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}

[lang="en"] {
	font-style: italic;
}

sup {
	font-size: 90%;
	vertical-align: top;
}

a sup {
	font-size: 90%;
	vertical-align: top;
}

#maintext h1, .newmaintext h1 {
	font-size: 100%;
}

#maintext h1:after, .newmaintext h1:after {
	content: ":";
}

#maintext h1:first-child:after, .newmaintext h1:first-child:after {
	content: "";
}

ul {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 1em;
	line-height: 1.5em;
}

ul#menu {
	list-style-type: none;
	padding-left: 0;
	line-height: 1.8em;
	float: left;
	display: inline-block;
}

ul#menu a {
	font-size: 100%;
	color: #000;
	/* font-weight: bold; */
}

li.newsection {
	margin-top: 1em;
}

p+p {
	margin-top: 1em;
}

p+p.conjunct {
	margin-top: 0em;
}

p+h1, ul+h1 {
	margin-top: 1em;
}

a {
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: black;
	line-height: 1.04em;
	text-decoration: underline;
}

#maintext {
	top: 2em;
	left: 4em;
	position:absolute;
	z-index: 30;
	margin: 0;
	padding: 0;
	overflow: visible;
}

.newmaintext {
	top: -100em;
	left: 0px;
	position:absolute;
	z-index: 20;
	margin: 0;
	padding: 0;
	overflow: visible;
	visibility: hidden;
}

.newtitle {
	top: 0px;
	left: 0px;
	position:absolute;
	visibility: hidden; 
}

#quotetext {
	top: -2em;
	left: -10em;
	top: 0px;
	left: 0px;
	position:absolute;
	z-index: 10;
	margin: 0;
	padding: 0;
	visibility: hidden;
	visibility: visible;
}

#contentsquare {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #FFD42F;
	z-index: 5;
	visibility: hidden;
}

#contentsquare2 {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #FFD42F;
	z-index: 5;
	visibility: hidden;
}

#bread-crumb-trail {
	position: absolute;
	right: 10px;
	bottom: 10px;
	margin: 0;
	font-size: 90%;
}

#bread-crumb-trail a,
#bread-crumb-trail p
{
	color: #404040;
}

#sidemenu {
	top: 20em;
	left: 1em;
	position:absolute;
	font-size: 100%;
	z-index: 40;
}

#sidemenu a{
	color: #404040;
}

#measurerightbottom {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height:	0;
	visibility: hidden;
	line-height: 0;
	font-size: 0em;
}

.comment {
	color: brown;
}

#status {
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	width: 40px;
	z-index: 20;
	background-color:pink;
	clip: rect(0px 40px 40px 0px);
	visibility: hidden;
}

#debug {
	position: absolute;
	right: 0px;
	top: 40px;
	height: auto;
	width: 300px;
	z-index: 40;
	background-color:pink;
	visibility: hidden;
}

#trace {
	position: absolute;
	right: 0px;
	top: 40px;
	height: auto;
	width: 300px;
	z-index: 1;
	background-color:pink;
	visibility: hidden;
}

#preloadready {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 10px;
	height: 10px;
	z-index: 1;
	background-color: #FFD42F;
	font-size: 0em;
}

#source {
	position: absolute;
	left: 0px;
	top: 0px;
	height: auto;
	width: 100%;
	z-index: 100;
	background-color: white;
	visibility: hidden;
}

#photograph {
	position: absolute;
	visibility: hidden;
}

@media only screen and (max-width: 1024px) {
/* tablets in landscape mode */
}
@media only screen and (max-width: 960px) {
/* tablets in portrait mode */
}
@media only screen and (max-width: 767px) {
/* smartphones in landscape mode */
	body {
		background-image: none;
	}
	
	#sidemenu {
		top: 0.2em;
		left: 0.2em;
		position:absolute;
		font-size: 100%;
		z-index: 40;
	}
	
	ul#menu li {
		float: left;
		display: inline-block;
		margin-left: 0.5em;
		margin-right: 0.5em;
	}
	
	#maintext {
		display: block;
		left: 0;
		top: 0;
		margin-left: 0.7em;
		margin-right: 0.7em;
		margin-top: 3em;
		padding-top: 2em;
		position:absolute;
		z-index: 30;
		overflow: visible;
	}
}
@media only screen and (max-width: 479px) {
/* smartphones in portrait mode */
}

