html, body {
	margin:						0;
	padding:					0;
}

body {
	background-image:           url(../images/website/bg.gif);
    background-repeat:          repeat-x;
	background-color:           #E5E5E5;
}

table {
	border-collapse:            collapse;
    width:                      100%;
}

table td, table th {
	padding :					0;
}

td {
	vertical-align:             top;
	font-family:				arial,verdana,helvetica,tahoma,geneva,sans-serif;
	font-size:					11px;
	color:						#5D1F04;
	text-decoration:            none;
}

p {
	padding:					0;
	margin:						0;
}

h1 {
	padding:					0;
    padding-bottom:             4px;
	margin:						0;
    font-size:                  22px;
    font-weight:                bold;
    color:                      #BE1B84;
}

h2 {
	padding:					0;
    padding-bottom:             4px;
	margin:						0;
    font-size:                  12px;
    font-weight:                bold;
    color:                      #BE1B84;
}

a {
    color:                      #BE1B84;
    text-decoration:            none;
}

a:hover {
    color:                      #5D1F04;
    text-decoration:            underline;
}

a.readmore {
    background-image:			url('../images/website/arrow_pink.gif');
	background-position:		5px 2px;
	background-repeat:			no-repeat;
	padding-left:				15px;
	color:						#BE1B84;
	text-decoration:			none;
}

a.readmore:hover {
    background-image:			url('../images/website/arrow.gif');
	color:						#5D1F04;
	text-decoration:			underline;
}

ul.childlinks {
	padding:					0;
	margin:						0;
	list-style:					none;
    font-weight:                bold;
}

ul.childlinks ul {
	padding:					0;
	margin:						0;
	list-style:					none;
    padding-top:                5px;
    font-weight:                normal;
}

ul.childlinks li span {
    padding-left:               14px;
}

ul.childlinks a {
    background-image:			url('../images/website/arrow_pink.gif');
	background-position:		5px 2px;
	background-repeat:			no-repeat;
	padding-left:				15px;
	color:						#BE1B84;
	text-decoration:			none;
}

ul.childlinks a:hover {
    background-image:			url('../images/website/arrow.gif');
	color:						#5D1F04;
	text-decoration:			underline;
}

.value {
    padding-bottom:             4px;
    padding-top:                4px;
}

.leftcolom {
    width:                      34%;
}

.rightcolom {
    width:                      34%;
}

.centercolom {
    width:                      912px;
}

.header_logo {
    width:                      912px;
    height:                     102px;
    background-image:           url(../images/website/bgintranetmenu.gif);
    background-repeat:          no-repeat;
    background-position:        bottom left;
}

.header_intranetmenu {
    width:                      669px;
    height:                     102px;
    text-align:                 right;
    vertical-align:             bottom;
}

ul.intranetmenu {
	padding:					0;
    padding-right:              6px;
	margin:						0;
	list-style:					none;
    float:                      right;
}

ul.intranetmenu li {
	padding:					0;
	margin:						0;
	float:                      left;
}

ul.intranetmenu a {
	display:					block;
    background-color:           #BE1B84;
    color:                      #ffffff;
    text-decoration:            none;
    padding-top:                4px;
    padding-bottom:             4px;
    padding-left:               15px;
    padding-right:              15px;
    border-left:                #ffffff 1px solid;
    /* compensate for a style */
    background-image:			none;
}

ul.intranetmenu a:hover {
    background-color:           #5D1F04;
    color:                      #ffffff;
    text-decoration:            none;
}

.leftshadow {
    width:                      6px;
    background-image:           url(../images/website/leftshadow.png);
    background-repeat:          repeat-y;
    background-position:        top right;
}

.rightshadow {
    width:                      6px;
    background-image:           url(../images/website/rightshadow.png);
    background-repeat:          repeat-y;
    background-position:        top left;
}

.header_photo {
    width:                      900px;
    height:                     212px;
    background-repeat:          no-repeat;
    background-position:        top right;
}

.menu_container {
    padding-top:                14px;
    width:                      225px;
    height:                     212px;
    background-image:           url(../images/website/header/bgmenu.png);
    background-repeat:          no-repeat;
    background-position:        top left;
}

.menu_container ul {
    padding:					0;
	margin:						0;
	list-style:					none;
}

.newslist_container {
    padding-top:                15px;
    float:                      left;
}

ul.newslist_titles {
    padding:					0;
	margin:						0;
	list-style:					none;
}

ul.newslist_titles li {
    padding-top:                5px;
}

ul.mainmenu {
    padding:					0;
	margin:						0;
	list-style:					none;
}

ul.mainmenu li {
    padding:					0;
	margin:						0;
	float:                      left;
}

ul.mainmenu li a {
    display:					block;
    width:                      225px;
    height:                     30px;
    /* compensate for a style */
    background-image:			none;
	background-position:		0 0;
    padding:                    0;
}

ul.mainmenu li a span {
    display:                    none;
}

ul.mainmenu li a.home {
    background-image:           url(../images/website/menu/home.png);
    background-repeat:          no-repeat;
}

ul.mainmenu li a.home:hover, ul.mainmenu li#active a.home {
    background-image:           url(../images/website/menu/home_o.png);
    background-repeat:          no-repeat;
}

ul.mainmenu li a.nieuws {
    background-image:           url(../images/website/menu/news.png);
    background-repeat:          no-repeat;
}

ul.mainmenu li a.nieuws:hover, ul.mainmenu li#active a.nieuws {
    background-image:           url(../images/website/menu/news_o.png);
    background-repeat:          no-repeat;
}

ul.mainmenu li a.onswerk {
    background-image:           url(../images/website/menu/work.png);
    background-repeat:          no-repeat;
}

ul.mainmenu li a.onswerk:hover, ul.mainmenu li#active a.onswerk {
    background-image:           url(../images/website/menu/work_o.png);
    background-repeat:          no-repeat;
}

ul.mainmenu li a.doemee {
    background-image:           url(../images/website/menu/helpus.png);
    background-repeat:          no-repeat;
}

ul.mainmenu li a.doemee:hover, ul.mainmenu li#active a.doemee {
    background-image:           url(../images/website/menu/helpus_o.png);
    background-repeat:          no-repeat;
}

ul.mainmenu li a.doneer {
    background-image:           url(../images/website/menu/donate.png);
    background-repeat:          no-repeat;
}

ul.mainmenu li a.doneer:hover, ul.mainmenu li#active a.doneer {
    background-image:           url(../images/website/menu/donate_o.png);
    background-repeat:          no-repeat;
}

ul.mainmenu li a.organisatie {
    background-image:           url(../images/website/menu/organisation.png);
    background-repeat:          no-repeat;
}

ul.mainmenu li a.organisatie:hover, ul.mainmenu li#active a.organisatie {
    background-image:           url(../images/website/menu/organisation_o.png);
    background-repeat:          no-repeat;
}

.menu_container li.nonvisible1 {
    width:                      225px;
    height:			30px;
    background-image:           url(../images/website/menu/empty1.png);
}

.menu_container li.nonvisible2 {
    width:                      225px;
    height:			60px;
    background-image:           url(../images/website/menu/empty2.png);
}

.menu_container li.nonvisible3 {
    width:                      225px;
    height:			90px;
    background-image:           url(../images/website/menu/empty3.png);
}

.menu_container li.nonvisible4 {
    width:                      225px;
    height:			120px;
    background-image:           url(../images/website/menu/empty4.png);
}

.menu_container li.nonvisible5 {
    width:                      225px;
    height:			150px;
    background-image:           url(../images/website/menu/empty5.png);
}

.menu_container li.nonvisible6 {
    width:                      225px;
    height:			180px;
    background-image:           url(../images/website/menu/empty6.png);
}

.submenu_container {
    width:                      225px;
    height:                     212px;
}

.header_empty {
    width:                      225px;
    height:                     212px;
}

.submenu_div {
    width:                      225px;
    height:                     212px;
    background-image:           url(../images/website/submenu/bgsubmenu.png);
    background-repeat:          repeat;
    position:                   absolute;
    /*display:                    none;*/
}

.submenu_spacer {
    padding:					13px;
}

ul.submenu {
    padding:					0;
    padding-top:				6px;
    padding-bottom:				11px;
	margin:						0;
	list-style:					none;
    width:                      199px;
    background-color:           #ffffff;
}

ul.submenu li {
    padding:					0;
    padding-top:				5px;
    padding-left:               3px;
	margin:						0;
    overflow:                   hidden;
}

ul.submenu li a {
	background-position:		5px 2px;
	padding-left:				15px;
	color:						#BE1B84;
	text-decoration:			none;
}

ul.submenu li a:hover {
	background-image:			url('../images/website/arrow.gif');
	background-repeat:			no-repeat;
	color:						#5D1F04;
    text-decoration:            underline;
}

.content_container {
    background-color:           #ffffff;
}

.content_banners {
	background-image:			url('../images/website/bgbanners.gif');
	background-repeat:			repeat-x;
    width:                      225px;
    height:                     300px;
    padding-top:                13px;
}

ul.banners {
    padding:					0;
	margin:						0;
	list-style:					none;
}

ul.banners li {
    padding:					0;
    padding-bottom:             9px;
	margin:						0;
    float:                      right;
}

.content_page {
    padding:                    13px;
}

.footer {
	background-image:			url('../images/website/footer/bgfooter.gif');
	background-repeat:			repeat-x;
    padding:                    13px;
    background-color: #BE1B84;
}

.footer_blok {
    width:                      225px;
    background-image:			url('../images/website/footer/line.gif');
	background-repeat:			no-repeat;
    padding-left:               15px;
}

.footer_blok_navigate {
    width:                      219px;
    background-image:			url('../images/website/footer/line.gif');
	background-repeat:			no-repeat;
}

.footer_blok_remaining {
    width:                      218px;
    background-image:			url('../images/website/footer/line.gif');
	background-repeat:			no-repeat;
}

ul.footer_list {
    padding:					0;
	margin:						0;
	list-style:					none;
    color:                      #ffffff;
}

ul.footer_list ul {
    padding:					0;
	margin:						0;
	list-style:					none;
    padding-top:                10px;
}

ul.footer_list li {
    padding:					0;
	margin:						0;
    font-weight:                bold;
}

ul.footer_list li.links span {
    padding-left:               14px;
}

ul.footer_list ul li {
    padding:					0;
	margin:						0;
    font-weight:                normal;
}

ul.footer_list li a {
	background-position:		5px 2px;
	padding-left:				15px;
	color:						#ffffff;
	text-decoration:			none;
}

ul.footer_list li a:hover {
	background-image:			url('../images/website/arrow.gif');
	background-repeat:			no-repeat;
	color:						#5D1F04;
	text-decoration:			none;
}

ul.footer_list li a.email {
	padding-left:				0;
	color:						#ffffff;
	text-decoration:			none;
}

ul.footer_list li a.email:hover {
	background-image:           none;
	color:						#5D1F04;
	text-decoration:			none;
}

ul.footer_mark {
    padding:					0;
	margin:						0;
	list-style:					none;
}

ul.footer_mark li.cbf {
    padding-top:                7px;
    padding-right: 		8px;
    float:                      left;
    text-align: 		right;
    width: 			111px;
}

ul.footer_mark li.iso {
    padding-top:                7px;
    float:                      left;
}

ul.footer_mark li.npcl {
    padding-top:                4px;
    padding-right:              8px;
    float:                      left;
    text-align: 		right;
    clear: 			left;
    width: 			111px;
}

ul.footer_mark li.anbi {
    padding-top:                4px;
    float:                      left;
}