/* algemene eigenschappen */

html {
	overflow:auto;
	height:100%;
}

body	{
	padding:0;
	border:0;
	margin:0;
	height:100%;
	color:#000000;
	background:#ffffff;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-size:16px;
	text-align:center;}
	
a:link	{
	color: #0000ff;
	text-decoration:none;
	}
a:visited	{
	color: #800080;
	text-decoration:none;
}
a:hover	{
	color: #0000ff;
	text-decoration:underline;
}
a:active	{
	color: #0000ff;
	text-decoration:underline;
}
a img	{
	border-width:0;
}

#wrapper {
	max-width:750px;
	text-align:left;
	padding:0;
	border:0;
	margin:auto;
}

#header {
	width:100%;
	padding:0;
	border:0;
	margin:0;
}

#logo {
	float:left;
	padding:0px 10px;
	border:0;
	margin:0;
}
#logo img {
	float:left;
	width:140px;
	height:81px;
	padding:0;
	border:0;
	margin:18px 0 0 6px;
}
#logo p {
	font-size:0.8em;
	text-align:center;
	margin-top:10px;
	margin-left:170px;
}

#search {
	float:right;
	text-align:right;
	padding-top:32px;
	padding-right:18px;
}

#navbar {
	width:100%;
	padding:0;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	margin:8px;
}
#navbar ul {
	padding:20px 0px 20px 8px;
	border:0;
	margin:0;
}
#navbar ul li {
	display:inline;
	padding-right:90px;
}
#navbar a {
	text-decoration:none;
}

#navbar a:active {	
	text-decoration:none;
}

#menu {
	float:left;
	max-width:120px;
	overflow:visible;
	padding:0;
	border:0;
	margin:0;
}
#menu ul {
	list-style-type:none;
	padding:10px 0 0 10px;
	border:0px;
	margin:0px;
}
#menu ul li {
	padding:10px 5px;
	border:0px;
	margin:0px;
}
#menu a {	
	text-decoration:none;
}
#menu a:active {	
	text-decoration:none;
}

#content {
	float:right;
	max-width:569px;
	min-height:500px;
	background:#fff;  
	padding:20px 15px 20px 40px;
/*	border-right:1px dotted #ccc; */ 
	border-left:1px dotted #ccc;
}
#content hr {
    border:none;
    border-top:1px dotted #ccc;
    height:1px;
}
#content h4 {margin:2em 0 -0.6em 0;}
#content ul{
	padding:0.6em 0 0.2em 1.1em;
	margin:0 0 -0.2em 0;}
#content ol {
	padding:0.6em 0 0.2em 2em;
	margin: 0 0 -0.2em 0;}	
#content ul li {padding:1px 0 1px 0;}

.datumKB {
	font-style:italic;
	margin-top:0;}
ul.kobe , ol.kobe {  /* gebruikt op korteberichtenpagina's */
	position:relative;
	top:-1.4em;}
.kb, .datumKB {  /* gebruikt voor index korteberichten */
	position:relative;
	top:-1.6em;}	
 p.kb 	{  /* gebruikt voor index korteberichten */
	position:relative;
	top:-0.8em;}	
	
/* #footer {
	width:590px;
	height:20px;padding-left:160px;
} */



em em {font-style:normal;}
.intro {font-style:italic;}
.intro em, .bron em {font-style:normal;}

.author {font-weight:500;}

.datum {
	text-align:right;
	font-style:italic;}
	
/* caption wordt gebruikt in Teksten/Artikelen/2013-09-13.html voor foto met bijschift, moet nog bijgeschaafd worden */	
.right {
	float:right;
	margin:0 0 2px 12px;}
.left {
	float:left;
	margin:0 14px 2px 0px;}
.caption, .nocaption {
	width:270px; 
	margin-top:0.6em;}
.caption img {width:100%} /* span met class caption (en left of right) met daarin een img en een p. (Voor een afbeelding zonder bijschrift: img met class caption / nocaption (en left of right))  */
.caption p {
	clear:right;
	font-style:italic;
	font-size:0.7em;
	padding:2px 4px 3px 6px;
	border:1px dotted #ccc;
	margin:0;}	

.bron, .creativecommons {						/* bron wordt gebruikt in Korte Berichten en dossier VM */
	font-style:italic;  
	font-size:0.8em;}
.creativecommons {padding-top:1em;}

.creativecommons img {
	display:inline;
	float:left;
	margin-right:12px;}
.creativecommons a {
	color:#000;
	text-decoration:none;}

.kader {						/* wordt gebruikt in Dossier VredesMagazine */
	width:80%;
	padding:15px 25px;
	border:1px dotted #000;
	margin:0 auto;
	background:#eee;}
.center {
	margin-left:auto;
	margin-right:auto;
	width:80%;
	text-align:center;}
	
.clear {
clear:both;}
