/* CSS Document */
body, html {
    margin: 0;
    width: 100%;
    height: 100%;

}

html {
	background: #c9c9c9 url("../images/htmlback.gif") repeat-y center top;
	overflow-y: scroll;
}

body {
	font: 9pt Verdana, Arial, Helvetica, sans-serif;
	color: #333;	
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	margin-bottom:  8px;
	font-weight: bold;
}

h1 {
	font-size: 10pt;
}

h2 {
	font-size: 9pt;
}


h3 , h2 span{
	font-size: 8pt;
	font-weight: normal;
}
  
.contentholder {
	width: 938px;
	margin: 0 auto 0 auto;
}

.content {
	width: 938px;
	float: left;
}

.kop  {
	width: 938px;
	height: 119px;
}

.topnav {
	width: 933px;
	padding: 5px 0 5px 5px;
	background-color: #ccc;
	height: 20px;
}

.topnav span {
	font-weight: bold;
}

.topnav a {
	font-weight: bold;
	color: #222;
	text-decoration: none;
}

.topnav a:hover {
	color: #000;
	text-decoration: underline;
}

.leftdiv {
	float: left;
	width: 230px;
	padding: 10px 8px 0px 9px;
}

.menuitemrow {
	float: left;
	height: 14px;
	width: 230px;
	padding: 3px 0 4px 0px;
	/*border-bottom : 1px solid grey; */
}


.menuitemrow a {
	float: left;
	display: block;
	width: 230px;
	text-decoration: none;
	color: grey;
	font-weight: bold;
}

.rightdiv a {
/*	text-decoration: none;
	font-weight: bold;*/
	color: #222;
	
}

.menuitemrow a:hover, .menuitemrow a.selected, .rightdiv a:hover, .rightdiv a.selected{
	color: #e42954;	
}


.edit_button, .edit_button a {
	float: left;
	display: block;
	width: 14px;
	height: 14px;
}

.aanuit {
	width: 22px;
}

.rightdiv {
	float: left;
	width: 610px;
	padding: 10px 10px 0 0;
	/*text-align:justify;*/
}

.rightdiv h1 {
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}

.springin {
	display: block;
	margin-left: 40px;
}

.titeldunrood {
	color: #fff;
	font: normal 10px;
}

.alinea {
	float: left;
	width: 100%;
	margin: 5px 0 5px 0;
	line-height: 18px;
}

.alinea .inhoud {
	float: left;
	width: 624px;
	padding: 8px;
}

.agenda {
	border-bottom: 1px solid #666;
	padding: 5px 0 5px 0;
}

.rightdiv_editrow {
	width: 100%;
	background-color: #ccc;
	height: 14px;
	padding: 4px 0px 6px 0px;
	border-bottom: 1px solid grey;
}

.rightdiv_editrow a {
	float: left;
	display: block;
	width: 220px;
	text-decoration: none;
	color: grey;
	font-weight: bold;
}

.topeditrow {
	background-color: #ffff9f;
	margin-bottom: 5px;
	border-bottom: 1px solid grey;
	height: 14px;
	padding: 4px 0 8px 5px;
}

.topeditrow_left {
	width: 339px;
}

.topeditrow_right {
	width: 680px;
}


.menuitemrow img, .rightdiv_editrow img{
	border: none;
	margin: 0;
}

.alinea .right {
	float: right;
	margin: 0 0 8px 5px;
	text-align: center;
	font-size: 10px;
}

.alinea .left {
	float: left;
	margin: 0 8px 5px 0 ; 
	text-align: center;
	font-size: 10px;
}

.alinea .midden {
	width: 100%;
	margin: 5px 0 5px 0; 
	text-align: center;
	font-size: 10px;
}

.alinea_left, .alinea_center {
	width: 300px;
	text-align: center;
	font-size: 8pt;
	color: #333;
}

.alinea_left {
	float: left;
	margin-left: 10px;
}

.alinea_center {
	margin: 0 auto 0 auto;
}

.alinea_left img, .alinea_center img{
	margin-bottom: 5px;
}

.alinea_right {
	float:left;
	padding-left:60px;
	width:240px;
}
.alinea_right p{
	margin-top: 0;
}

.alinea_textarea {
	width: 662px;
	height: 400px;
}

.taalkop {
	width: 100%;
	font-weight: bold;
	font-size: 14px;
}

.nextprev {
	width: 100%;
}

.nextprev div {
	float: left;
	width: 50%;
	height: 50px;
}

.k_prev {
	text-align: left;
}

.k_next {
	text-align: right;
}


  
