/* Groene kleur: #9e9400 */

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-repeat:repeat-x;
	background-color:#ffffff;
	background-position: top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
}

#hoofdframe {
	background-image:url(images/template/witte_pixel.gif);
	position:relative;
	background-color: #FFFFFF;
	width: 753px;
	/*height: 541px;  testje */
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	padding-left:10px;
	padding-right:10px;
	z-index:10;
}

#footer2 {
	height:18px;
	width:733px;
	background-color: #9e9400;
	clear:both;
	padding-left:10px;
	padding-right:10px;
}

#content {
	background-color:#FFFFFF;
	width:753px;
	margin:0px;
	padding-top:10px;
	position:relative;
	height:100%;
	padding-right: 0px;
	padding-bottom:25px;
	padding-left: 0px;
}

#schaduwlinks {
	width: 20px;
	position: absolute;
	left: -20px;
	top: 0px;
	height: auto;
}


#schaduwrechts {
	width: 20px;
	position: absolute;
	left: 773px;
	top: 0px;
	height: auto;    
}

.logo {
	width: 279px;
	height: 114px;
	position:relative;
	top:0px;
	left:0px;
}

.fotoframe {
	width: 753px;
	height: 297px;
	position:relative;
	margin-bottom:10px;
}
 
.links {
	background-color:#FFFFFF;
	width: 192px;
	float: left;
	position:relative;
	padding-bottom:25px;
}

.actueel {
	width:182px;
	background-color:#9e9400;
	margin-top:0px;
	margin-bottom:10px;
	padding: 0px;
	padding-bottom:15px;
}

.doneren {
	margin-top: 0px;
	width: 182px;
	background-color:#9e9400;
	padding-top: 44px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-image: url(images/template/onlinedoneren.jpg);
}

.actiekids {
	margin-top: 0px;
	width: 182px;
	background-color:#9e9400;
	padding-top: 44px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-image: url(images/template/knop_actiekids.jpg);
}

.vrijwilligers {
	margin-top: 0px;
	width: 182px;
	background-color:#9e9400;
	padding-top: 44px;
	padding-bottom: 10px;
	background-repeat: no-repeat;
	background-image: url(images/template/vrijwilligers.jpg);
}

.titelvak {
	margin-top: 0px;
	width:182px;
	background-color:#FFFFFF;
	padding-bottom:15px;
}

.titelvak_tekst {
	margin-top: 0px;
	width:182px;
	background-color:#9e9400;
	padding-bottom:0px;
	margin-bottom:10px;
}

.midden {
	width: 365px;
	float:left;
	position:relative;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	line-height:22px;
	color:#002f54;
	text-align:left;
}


.rechts {
	background-color:#FFFFFF;
	width: 123px;
	float:right;
	padding-bottom:25px;
}

.vips {
	width: 117px;
	height: 21px;
	font-family: arial;
	font-size: 11px;
	font-style: oblique;
	font-weight:normal;
	line-height: 22px;
	text-align: left;
	color: #9e9400;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
}

.vipdiv {
	width: auto;
	margin-bottom:10px;
	border: 1px solid #9e9400;
	overflow:hidden;
}

hr {
	display: none;
	border:0px;
}

p.image img {
	display: block;
	border: 0px;
}

/* ++++++++++++++++++++++++++ Opmaak navigatie +++++++++++++++++++++++ */


.navigatie { /* menubalk */
	background-color:#FFFFFF;
	background-image:url(images/navigatie/navigatie.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:20px;
	color:#9e9400;
	width: 345px;
	height: 24px;
	position: absolute;
	right:11px;
	top:80px;
	z-index: 2;
	padding-right:20px;
	margin-right:0px;
}

.navigatie ul { /* hoofdmenu lijst */
	list-style: none;
	padding: 0;
	margin: 0;
	width:370px;
	height:24px;
}

.navigatie ul li { /* hoofdmenu lijstitem */
	padding-top:3px;
	padding-right:11px;
	padding-left:11px;
	border-right: solid 1px #FFFFFF;
	height:24px;
	float:left;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align:left;
	cursor:pointer;
}

.navigatie ul li ul { /* submenu lijst, bij openen */
	display: none;
	width:165px;
	height:auto;
	position: absolute;
	padding-left: 0px;
	padding-right: 5px;
	padding-top: 12px; 
	padding-bottom:6px;
	top: 23px;
	left: 0px;
	font-size:11px;
	text-indent: 15px;
	line-height: 20px;
	font-weight:bold;
	background-color:#7F8301;
	border-right: solid 1px #7F8801;
	border-bottom: solid 1px #7F8801;
	-moz-opacity:0.8; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	z-index:50;
}

.navigatie ul li ul li { /* submenu lijstitem */
	display:block;
	position:relative;
	width:175px;;
	float: left;
	background-color: transparent;
	border:0;
	margin:0px;
	padding:0px;
	overflow:visible;
}

.navigatie ul li:hover ul, .navigatie ul li.over ul { /* submenu lijst, bij handover */
	display: block;
}


ul#nav p {
	clear: left;
	background-color:#002f54;
	padding: 0px;
	margin: 0px;
}

ul#nav a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}

ul#nav li li a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px;
	line-height: 10px;
	color: #FFFFFF;	
}

ul#nav li li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	line-height: 10px;
	color: #1c3253;		
}


/* ++++++++++++++++++++++++++ Opmaak navigatie internationale sites +++++++++++++++++++++++ */

.intsites { /* balk internationale sites */
	background-image:url(images/navigatie/topbg.jpg);
	width: 133px;
	height: 15px;
	top:0px;
	right:-1px;
	position:absolute;
	z-index:50;

}

.intsites ul { /* lijst 'button' */
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.intsites ul li { /* lijstitem 'button' */
	float: left;
	position: relative;
	width: auto;
	height:15px;
	padding-left: 10px;
	padding-right: 0px;
	padding-top:1px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	text-align: left;
	color:#FFFFFF;
	cursor: pointer;
	border: 0px;
	border-width: 0px;
}

.intsites ul li ul { /* submenu lijst, bij openen */
	display: none;
	width:120px;
	position: absolute;
	padding-left: 0px;
	padding-right: 5px;
	padding-top:6px;
	padding-bottom:6px;
	margin-left:0px;
	top: 15px;
	left: 0px;
	font-size:11px;
	text-indent: 15px;
	line-height: 20px;
	font-weight:bold;
	list-style:none;
	background-color:#7F8301;
	border-right: solid 1px #7F8801;
	border-bottom: solid 1px #7F8801;
	-moz-opacity:0.95; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=95);
}

.intsites ul li ul li {
	left:-10px;
	height:22px;
}

.intsites ul li:hover ul, .intsites ul li.over ul { /* submenu lijst, bij hand-over */
	display: block;
}


#nav2 p {
	clear: left;
	background-color:#002f54;
	padding: 0em 0em 0 0em;
	margin: 0;
}

#nav2 a {
	clear:left;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}

#nav2 li li a {
	clear:left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px;
	line-height: 10px;
}

#nav2 li li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	line-height: 10px;
	color: #1c3253;		
}



/* ++++++++++++++++++++++++++ Opmaak overige layout-tekst opmaak +++++++++++++++++++++++ */

div.actueel a {
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

div.actueel a:hover {
	text-decoration:underline;
}

div.actueel p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	text-align: left;
	color: #FFFFFF;
	padding-left:16px;
	padding-top:10px;
	padding-right:5px;
}

.titelvak_tekst p {
	padding-top: 10px;
	padding-left:16px;
	padding-right:16px;
	font-family: arial;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	text-align: left;
	color: #FFFFFF;
}

div.titelvak_tekst a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;
}

div.titelvak_tekst a:hover {
	text-decoration:underline;
}

.vrijwilligers p {
	padding-top: 20px;
	padding-left:16px;
	padding-right:16px;
	font-family: arial;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	text-align: left;
	color: #FFFFFF;
}

.vipdiv p {
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
	font-family: arial;
	font-size: 11px;
	font-style: oblique;
	font-weight:normal;
	line-height: 14px;
	text-align: left;
	color: #9e9400;
}

.vipdiv a {
	color:#9e9400;
	text-decoration:none;
	font-weight:normal;
}

.vipdiv a:hover {
	text-decoration:underline;
	font-weight:normal;
}

img {
	border: none;
}

input, select, textarea {
	/*border: thin #9e9400 1px;*/
	color: #002f54;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div.midden img {
	margin-left:5px;
}

div.midden a {
	font-weight:normal;
}

/* #002f54 donkerblauw 			#4c6d87 tint van blauw			#668298 lichtere tint van blauw
	 #9e9400 groen
*/

div.midden p.projectlist {
	line-height:14px;
	margin-bottom:14px;
	color:#668298;
}




/* ++++++++++++++++++++++++++ Opmaak doneerpagina's +++++++++++++++++++++++ */

body.donate {
	background-image:none;
	background-color:#9e9400;
}

body.donate div.hoofdframe {
	background-color:#FFFFFF;
	width:500px;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	padding-bottom:0px;
}

body.donate #footer2 {
	height:18px;
	width:480px;
	background-color: #002f54;
	clear:both;
	padding-left:10px;
	padding-right:10px;
	margin-top:25px;
}

body.donate div.content {
	margin-left:30px;
}


/* ++++++++++++++++++++++++++ Opmaak errorpage +++++++++++++++++++++++ */

body.error {
	background-image:none;
	background-color:#9e9400;
}

body.error div.hoofdframe {
	background-color:#FFFFFF;
	width:500px;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	padding-bottom:0px;
}

body.error #footer2 {
	height:18px;
	width:480px;
	background-color: #002f54;
	clear:both;
	padding-left:10px;
	padding-right:10px;
	margin-top:25px;
}

body.error div.content {
	margin-left:30px;
}

body.error H1 {
	margin-bottom:14px;
}

body.error p {
	margin-bottom:14px;
}



/* ++++++++++++++++++++++++++ Opmaak formulieren +++++++++++++++++++++++ */

form table {
	border:none 0px;
	width:auto;
}