
* {
	padding: 0;
	margin: 0;
}

body {
	background-color: white;
	padding: 0;
	margin: 0;
	border: 0;
	font-family: georgia, Verdana, Arial, Helvetica, Courier, "Trebuchet MS";
	font-size: 15px;
	background-color: white;
	background-image: url(../images/home/koord_grijs2.jpg); 
/*	background-image: url(../images/header/top_gras.jpg); */
	background-repeat: no-repeat;
	background-position: 60% -20px;
	background-attachment: fixed;
	behavior: url(/styles/csshover.htc);

}

h1 {
	font-size: 24px;
	font-weight: bold;
	margin: 20px 0 15px 0;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0 15px 0;
}
div#wrapper {
	position: relative;
	top: 0px;
	width: 790px;
	margin: 0px auto;
}

div#top {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 130px;
	color: #666;
	overflow: hidden;
	padding: 4px 0 0 5px;
	font-size: 11px;

}
div#top ul {
	list-style: none;
}
div#top li {
	display: inline;
	fonst-size: 9px;
	color: #666;
	border-left: 1px solid gray;
	padding: 0px 3px;

}
div#top li:hover {
	background-color: #DDD;
}
div#top li.selected, div#top li.selected:hover {
	color: white;
	background-color: #626588;
}
div#top a {
	color: #666;
	text-decoration: none;
}
div#top strong {
	background-color: #DDD;
	font-weight: bold;
}

div#top img {
	margin-top: 10px;
	border: 0;
}



div#menu {
	position: absolute;
	top: 90px;
	left: 0;
	padding-left: 5px;
}

ul.menu, div#content ul.content {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.menu {
	border-left: 1px solid #626588;
}

ul.menu li {
	padding: 1px 0;

}

ul.menu li:hover {
	background-color: #DDD;
}

ul.menu li.menuitem_selected, ul.menu li.menuitem_selected:hover {
	background-color: #626588;
	color: white;
}

a.menuitem_selected {
	text-decoration: none;
	color: white;
	padding-left: 5px;
}

a.menuitem {
	text-decoration: none;
	color: #333;
	padding-left: 5px;
}
ul.boeken {
	width: 106px;
	font-size: 12px;
	list-style: none;
	margin: 50px 0 0 0;
	padding: 0;
	border: 1px solid gray;
}
ul.boeken li {
	padding: 3px;
}

ul.boeken li:hover {
	background-color: #DDD;
}

ul.boeken img {
	border: 0;
}

ul.boeken a {
	text-decoration: none;
	color: #333;
}


#content a, #content_publicatie a {
	text-decoration: underline;
	color: #010A8D;
}
#content a:hover, #content_publicatie a:hover {
	text-decoration: none;
	color: #010A8D;
	background-color: #DDD;
}
a.terug {
	font-size: 12px;
	text-decoration: underline;
	color: #333;
}
a.terug:hover {
	text-decoration: none;
	color: #111;
}

div#content {
	position: absolute;
	top: 90px;
	left: 110px;
	padding-right: 8%;
}

/*

div#content img {
	margin: 4px 8px;
	padding: 0;
	border: 0px;
}
*/

div#underconstruction {
	margin-top: 30px;
	padding: 10px;
	background-color: #FDD9DA;
	border: 1px solid red;
}

div#content ul.content {
	padding: 5px 25px; 
	width: 575px;
}


li.item_titel {
/*	background: url(../images/bg_item_titel2.jpg);
	background-repeat: repeat-y; 
	background-color: #010A8D; */
	background: url(../images/bg_item_titel.gif);
	background-repeat: repeat-x;
	color: #1C1D2F;
	font-weight: bold;
	font-size: 11px;
	padding: 2px 2px 4px 6px;  
	height: 14px;
}

li.item {
	padding: 4px 6px 12px 6px;  
	border-right: 1px solid #B4B3B3; 
	border-left: 1px solid #B4B3B3; 
	border-bottom: 1px solid #B4B3B3; 
	margin-bottom: 8px;
	text-align: left;
	color: black;
	background-color: #EDEFFC;
}

li.item ul, li.item ol {
	padding: 10px 20px 10px 40px;
}

li.item table {
	margin: 5px;
	background-color: #D6E2FC;
}
li.item td {
	vertical-align: top;
	padding: 5px;
	font-size: 12px;
}
/*
li.item:hover {
	color: black;
	background-color: #DDE0FC;
}
*/

img.leftimage {
	float: left; 
	border: 1px solid black; 
	margin: 0 5px 0 0;
	padding: 0;

}

img.rightimage {
	float: right; 
	border: 1px solid black;
	margin: 0 0 0 5px;
}

ul.inline {
	padding: 10px 30px;
	margin: 8px;
	width: 400px;
	list-style-type: disc;
	background-color: #DDD;
	border: 1px solid #999;
}

div#credits {
	font-size: 12px;
	color: gray;
	margin: 20px 10px 10px 10px;
	padding: 10px;
	border: 1px solid gray;
}
/* Styles voor opmaak lange teksten */

div#content_publicatie {
	position: absolute;
	top: 90px;
	left: 5px;
	width: 700px;
	padding: 10px;
	background-color: #FBF0DB;
	border: 1px solid #E0BA77;
}

div#content_publicatie ul {
	padding-left: 30px;
}


div.citaat {
	display: inline;
	background-color: #626588;
	color: white;
	font-size: 16px;
	width: 150px;
	padding: 6px;
	background-image: url(../images/bg_citaat.jpg);
	background-repeat: no-repeat;
	background-position: 100% 100%;
}

div.links {
	float: left;
	margin: 5px 5px 5px 0;
}


div.rechts {
	float: right;
	margin: 5px 0 5px 5px;
}

p.tekst {
	margin-top: 15px;
}

p.tekst_footer {
	margin-top: 15px;
	font-size: 10px;
	color: #444;
}

dl {
	
}

dt {
	font-weight: bold;
	padding: 10px 5px 5px 5px;
}

dd {
	font-size: 12px;
	padding-left: 10px;
}

hr {
	clear: both;
	height: 1px;
}
/* styles voor overzicht vertalingen */

table.vertalingen {
	margin: 10px auto 0 auto;
	padding: 0;
	border: 0;
	border-collapse: collapse;
}

table.vertalingen th {
	background-color: #2D3C6D;
	color: white;
	text-align: left;
}

table.vertalingen tr {
	border: 1px solid #2D3C6D;
}

table.vertalingen td {
	padding: 3px;
	vertical-align: top;
}

td.huidig {
	background-color: #989FB7;
	color: black;
}

table.vertalingen a {
	color: #010533;
}

table.vertalingen a:hover {
	text-decoration: none;
	background-color: #AFB4C3;
}

.vertaald {
	background-color: #D2FBCC;
}

.tevertalen {
	background-color: #FBCFCC;
}

.bezig {
	background-color: #FDFCC2;
}

hr {
	margin: 20px 0;
}

/* voor het tonen van foto's met mouse-over */
div#foto {
		display: none;
		position: absolute;
		padding: 0;
		border: 1px solid black;
		opacity: 0.2;
		filter: alpha(opacity=20);
	}
