/*#Main styles/General#*/
* {
	padding: 0;
	margin: 0;
	border: 0;
}
body {
    background-color: #fff;
    color: #fff;
    font-family: arial;
    font-size: .70em;
    text-align: center;
}

a {
    text-decoration: none;
    color: #B4E349;
}

a:hover {
    text-decoration: underline;
}
img {
	border: 0;
}
h1 {
    font-size: 1.3em;
    margin-top: .4em;
    margin-bottom: .4em;
}

h2 {
    font-size: 1.2em;
    margin-top: .4em;
    margin-bottom: .1em;
}

h3 {
    font-size: 1em;
    margin-top: .4em;
    margin-bottom: 0em;
}

p {
    margin-top: 0em;
    margin-bottom: 1em;
    padding: 0px;
}

pre {
    font-size:1.0em;
    z-index:10
}

ul { margin-left: 1.6em; padding: 0px; list-style-type: disc; }

ol { margin-left: 2.2em; padding: 0px; }

ul ol { margin-top: 0.1em; margin-bottom: 0.1em; }

td,th { vertical-align: top; text-align: left; }

.clearall {
	clear:both;
}

/*#Main styles/Zones#*/
.zonetop {
	width: 735px;
	padding-right: 15px;
}
.zoneleft {
	float: left;
	width: 350px;
}
.zoneright {
	float: right;
	width: 360px;
}

.SubscriptionTextbox {
	margin-left: 10px;
}

/*#Main styles/IDs#*/

#main {
    position: relative;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    overflow: hidden;
}

#fototop {
    position: absolute;
    left: 231px;
    top: 5px;
    width: 577px;
    height: 95px;
    overflow: hidden;
}

#topnav {
    position: absolute;
    left: 808px;
    top: 0px;
    width: 145px;
    height: 96px;
    overflow: hidden;
    background-color: #fff;
    padding-left: 14px;
    padding-top: 5px;
    font-size: .9em;
}    

#topnav a { color: #000000; padding-right: 1px; }

#swfTrailerContainer {
	position: relative;
	margin-top: 30px;
}

.toegankelijk { display: none; visibility: hidden; }

.stippellijn {
    height: 1px;
    width: 100%;
    background-image: url("http://www.oxfamnovib.nl/vormgeving/oxfamnovibsite/images/stippellijn.gif");
    background-color: #5CA201;
    overflow: hidden;
    margin-bottom: -1px;

}

form {
    padding: 0px;
    margin: 0px;
}  

#bezoekookbutton {
    position: absolute; 
    top: 80px;
    left: 864px;
    cursor : pointer;
}    

#bezoekook {
    position: absolute; 
    top: 94px;
    left: 864px;
    width: 114px;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    background-color: #fff;
    visibility: hidden;
    z-index: 99;
}  

#bezoekook p {
    padding: 2px;
    margin: 0px;
    border-bottom: 1px #000000 solid;
    line-height: .95em;
}

#bezoekook a {
	font-size: .9em;
	color: #5CA300;
}

/*#Navigation#*/
/*#Navigation/Top#*/

.topmenu {
	width: 981px;
	height: 29px;
	border-bottom: 1px solid #fff;
	background: #5BA100;
	clear: both;
}

#buttonleeg { left: 0px; width: 230px; }

#button0  { left:   0px; width: 115px; }

#button1  { left: 116px; width: 114px; }

#button2  { left: 231px; width: 115px; }

#button3  { left: 347px; width: 115px; }

#button4  { left: 463px; width: 114px; }

#button5  { left: 578px; width: 115px; }

#button6  { left: 694px; width: 114px; }

.navbutton {
    position: absolute;
    top: 101px;
    border-right: 1px solid #fff;
    background-color: #5CA300;
    height: 29px;
    text-align:center;
}

.navbutton a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;  
    font-size: 1.2em;
    font-weight: bold;
    letter-spacing: -.05em;
    text-align:right;
} 

.navbutton a:hover , .navbuttonselected {
    background-color: #99CC01;
    text-decoration: none;
}
   
.navbutton a span{
    padding-right: 4px;
    padding-top: 6px;
    display:block;
}

/*#Navigation/Left#*/
.logo {
    width: 230px;
    height: 100px;
}

#menu {
    float: left;
    width: 230px;
    height: 846px;
    background: #000000 url(http://media.groenesint.nl.s3.amazonaws.com/website/images/sidebanner.jpg) top;
}

#menu a { color: #99CC01; }

#menu a:hover { color: #000; text-decoration: none; }

#menu h1 { 
    color: #fff;
    text-align: right;
    padding-right: 6px;
    font-size: 2.1em;
    margin-top: 0px;
}

#menu h1 a { color: #fff; }

#menu h1 a:hover { color: #000; text-decoration: none; }

#menu ul { 
	margin-left: 0px;
	margin-bottom: 1px;
}

/* niv 1 */
#menu ul li {
    display: block;
    position: relative;
    width: 220px;
    padding-top: 8px;
    padding-bottom: 6px;
    padding-right: 10px;
    font-size: 1.2em;
    font-weight: bold;
    text-align: right;
    background: url(http://media.groenesint.nl.s3.amazonaws.com/website/images/1px_line.gif) no-repeat bottom;
}

#menu ul li ul {
    margin: 0px;
    padding: 0px;
    padding-top: 6px;
    margin-right: -10px;
}

/* niv 2 */

#menu ul li ul li {
    font-size: .8em;
    padding-top: 4px;
    padding-bottom: 3px;
    background-color: #CCE580;
    font-weight: normal;
}

/* niv 3 */

#menu ul li ul li ul {}

#menu ul li ul li ul li {
    font-size: .9em;
    background-color: #E3F3B1;
}

#menu a.dezepagina { 
    background-image: url("http://www.oxfamnovib.nl/vormgeving/oxfamnovibsite/images/pijl_wit.gif");
    background-repeat: no-repeat;
    background-position: left 2px;
    padding-left: 12px;
}

#menu ul li ul li ul li a.dezepagina {
    background-position: left 0px;
}

#menu ul li.actief {
    background-color: #5CA300;
    padding-bottom: 0px;
}

#menu ul li ul li.actief {
    background-color: #78B302; /* was  #99CC01;*/
    padding-bottom: 0px;
}

/*#Main Styles/Content#*/

#content {
    float: left;
    width: 735px;!important
    width: 751px;
    min-height: 757px;
    background-color: #5BA100;
    border-left: 1px solid #fff;
    padding: 30px 0px 30px 15px;
}
/*#Left column content#*/
.updatetitle, .hyvestitle
{
	padding-top:20px;
	padding-bottom:20px;
}
/*#Left column content/Stream#*/
.stream 
{
	display: block;
	color: #315600;
	background-color: #fff;
	width: 340px;
	font-size: 13px;
}
.stream .title, .stream .body
{
	display:none;
}
.stream .icon
{
	display: none;
	float: right;
	width: 15px;
	height: 15px;
}
.stream .thumb
{
	display: none;
	float: left;
}
.stream body
{
	display:none;
	margin-bottom:10px;
}
.stream .link-youtube, .stream .link-flickr, .stream .link
{
	display: none;
	margin-top: 5px;
	margin-bottom: 10px;
}
.stream .timestamp
{
	font-size:10px;
	padding:0;
	margin:0;
}
.paging {
	padding: 5px;
}

/*#Left column content/Stream#*/
.clearer
{
	clear:both;
	height: 1px;
}
.separator
{
	display: block;
	clear: both;
	border-top: 1px solid #b8e236;
}
.youtube, .twitter, .flickr, .heros, .sites, .scrap
{
	min-height: 50px;
	padding: 10px;
}
.youtube:hover, .flickr:hover, .heros:hover, .sites:hover
{
	cursor: pointer;
}
.youtube .title, .flickr .title
{
	display: block;
	height: 50px;
	overflow: hidden;
}
.youtube .thumb, .flickr .thumb, .heros .thumb, .sites .thumb, .scrap .thumb
{
	display: block;
	overflow: hidden;
	margin-right: 10px;
	margin-bottom: 10px;
	height: 75px;
}
.heros .thumb {
	width: 75px;
	height: 86px;
}
.youtube .thumb {
	width: 120px;
	height: 100px;
}
.youtube .link, .flickr .link, .heros .link, .sites .link
{
	display: block;
	float: right;
}
.link a {
	cursor: pointer;
}
.youtube .icon, .flickr .icon, .twitter .icon
{
	display: block;
}
.youtube {
	overflow: hidden;
}
.heros .body, .sites .body, .scrap .body 
{
	display: block;
	width: 200px;
	height: 50px;
	overflow: hidden;
}
.twitter .body {
	display: block;
	width: 275px;
}
.flickr .body a
{
	display:none;
}

/*#RadTabs#*/
.RadTab{
	border:0px;
	padding:0px;
	margin:0px;
}
.tabstrip img{
	border:1px;
	padding:0px;
	margin-left: -14px;
	margin-right: -22px;
}
.pageview {
	min-height: 125px;
}

/*#Top content#*/
/*#Top content/introtext#*/
.intro {
	margin-bottom: 25px;
}
.introtext
{
	width: 700px;
	font-size: 1.1em;
	font-weight: bold;
	padding: 4px;
}
/*#top content/ActionPage#*/
.actionpage 
{
	font-size: 1.1em;
	display: block;
	color: #315600;
	background-color: #fff;
	width: 700px;
	min-height: 125px;
	padding: 10px;
}

.actionpage .errortext
{
	color:red;
	margin-left:20px;
}
.actionpage .namelabel, .actionpage .emaillabel
{
	float: left;
	height: 25px;
	margin-right: 10px;
	padding-top: 5px;
}
.actionpage .nametextbox, .actionpage .emailtextbox
{
	float: left;
	height: 25px;
	margin-right: 30px;
}
.actionpage .petitiontext, .taf-introtext
{
	font-weight: bold;
	margin-bottom: 20px;
}

.actionpage .submitbutton
{
	float:right;
}

.actionpage .textboxcontrol
{
	border:1px solid #315600;
}

.actionpage .checkboxcontrol input
{
	margin-right: 10px;
}
.taf-label {
	float: left;
	width: 150px;
	height: 25px;
	margin-right: 10px;
	padding-top: 5px;
}
.taf-textbox {
	float: left;
	width: 175px;
	height: 25px;
}
/*#Right column content#*/
#filmposter
{

}

.journaal
{
	padding-top:20px;
}
.newsdate
{
	color: #000;
	font-weight: bold;
}
.newsslider {
	display: block;
	color: #315600;
	background-color: #fff;
	width: 320px;
	height: 125px;
	overflow: hidden;
	font-size: 13px;
}
.newsslider .newslatest {
	width: 310px;
	padding: 5px;	
}
.newsslider .title {
	font-weight: bold;
	height: 20px;
	overflow: hidden;
}
.newsslider .summary {
	height: 80px;
	overflow: hidden;
}
.newsslider .more {
	padding-right: 10px;
	float: right;
}