@charset "utf-8";
/* CSS Document */

/* ALGEMEEN */
/* een gewoon item, links uitgelijnd */
.itemleft {
	padding: 10px 10px 20px 0;
}

.button_green {
	background-image:url(../images/button-groen.jpg);
	background-repeat: no-repeat;
	height: 50px;
	padding: 10px 0 0 20px;
}
.button_green a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

/* ACTIVITEITEN */
.item_titel {
	background-color: #E34873;	
	padding: 0 0 0 20px;
	height: 18px;
	font-weight: bold;
	font-size: 14px;	
}
.item {
	padding: 20px;
	overflow: auto; /* ipv een div clearfloat */
	
}
.item_pic {
	float: left;
	margin: 0px 10px 10px 0px;
}

.item_tekst {
	margin-left: 130px;
}

.item_leesmeer {
	cursor: pointer;
	padding-bottom: 20px;
	margin-left: 130px;
	text-decoration:underline;
}
.item_meer {
	padding: 0 20px 0 0;
}


/* één kolom ipv sidebar2 + maincontent  VRIJWILLIGERS + LIT & FILM */

#contentBig {
	float: left;
	width: 620px; 
	padding: 0px 10px 15px 20px; 
	margin-top: -2px; /* omdat header 2px te hoog is en het touwtje anders onderbroken wordt */
	position: relative; 

}

/* twee kolommetjes binen één item in contentBig */
.twoColLeft {
	width: 210px;
	float: left;
	padding: 15px 0 10px 0;
	text-align: right;
}
.twoColRight {
	width: 350px;
	float: right;
}


/* MENU OVER GENDER */

.menu_overgender {
		
	padding: 0;
	border-top: 1px solid #ffffff;
}

.menu_overgender li {
	list-style:none;
	padding-left: 20px;
	height: 30px;
	border-bottom: 1px solid #ffffff;
	padding-top:10px;
		
}

.menu_overgender li a {
	font-weight: bold;
	text-decoration: none;
}

.menu_overgender li a.active {
 color: #F06;
		
}

/* IDEEENBUS POSTIT */
.idee {
	background-image:url(../images/postit.jpg);
	width: 320px;
	height: 271px;
	padding: 100px 0 0 80px;
	margin-left: 10px;
	
}

/* LINKS */
.links{
	list-style-type: none;
	padding-left: 20px;
}

.links li {
	padding-top: 20px;	
}

.links li a {
	font-weight: bold;
	text-decoration: none;
}
.links li a:hover {
	text-decoration: underline;	
}
.links li .link_uitleg
{
	padding-left: 40px;	
}

/* LIT & FILM */
.item_toonmeer {
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
}
.lit_item {
	padding: 0 10px 5px 0;
	overflow: auto;
}
.lit_item_title {
	padding: 0 10px 5px 0;
	overflow: auto;
	border-top: 2px solid #ffffff;
}
.langetekst {
	/*border-bottom: 2px solid #ffffff;	*/
}

