* {
	margin: 0px;
	padding: 0px;
	border: 0;
}

body {
    text-align: center;
    line-height: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #2a5076;
	background-color: #e3e8ee;
}

.index_welcome_text {
    font-size: 12px;
    line-height: 1.2em;
}

#wrapper_0 {
	width: 990px;
	margin: 0px auto;
	position: relative;
	float: none;
}

#wrapper_1_top {
    width: 990px;
	height: 10px;
	background: url(/images/bkg_main_top.gif) top left no-repeat;
	position: relative;
	float: left;
}

#wrapper_1_middle {
	width: 970px;
	padding: 0px 10px;
	text-align: left;
	background: url(/images/bkg_main_middle.gif) top left repeat-y;
	position: relative;
	float: left;
}

#wrapper_1_bottom {
    width: 990px;
	height: 10px;
	background: url(/images/bkg_main_bottom.gif) top left no-repeat;
	position: relative;
	float: left;
}

#header {
	width: 970px;
	height: 65px;
	background: url(../images/bkg_header.gif) top left repeat-x;
	border-bottom: 1px solid #FFF;
	position: relative;
	float: left;
}

#header_bkg {
	width: 970px;
	height: 65px;
	padding-top: 15px;
	text-align: center;
	background: url(../images/bkg_header_logo_fade.gif) top left no-repeat;
	position: relative;
	float: left;
}

/* Navimenu */

#topmenu {
/*	width: 684px;*/
    margin-left: -455px;
	position: absolute;
	float: none;
	top: 57px;
	left: 50%;
	z-index: 50 !important;
	width:930px;
}
.top_menu-item {
	padding: 0px 4px;
	position: relative;
	float: left;
}

/* END Navimehu */

#wrapper_content {
    width: 970px;
	background: url(/images/bkg_wrapper_content.jpg) top left no-repeat;
	position: relative;
	float: left;
	z-index: 20;
}

#content_grey_bar_top {
    width: 970px;
    height: 11px;
    background: url(/images/bkg_content_grey_bar_top.jpg) top left no-repeat;
    position: relative;
    float: left;
}

#content {
    width: 910px;
    min-height: 346px;
    padding: 25px 30px;
    position: relative;
    float: left;
}

h1 { font-size: 13px; font-weight: bold; margin-bottom: 10px; }
h2 { font-size: 12px; font-weight: bold; margin-bottom: 10px; }
h3 { font-size: 11px; font-weight: bold; margin-bottom: 10px; }
h4 { font-size: 10px; font-weight: bold; margin-bottom: 10px; }

p { margin-bottom: 10px; }

#content a:link { color: #3d7e3e; text-decoration: none; }
#content a:visited { color: #3d7e3e; text-decoration: none; }
#content a:hover { color: #3d7e3e; text-decoration: underline; }

ul { margin-left: 14px; }

#content_grey_bar_bottom {
    width: 970px;
    height: 11px;
    background: url(/images/bkg_content_grey_bar_bottom.jpg) top left no-repeat;
    position: relative;
    float: left;
}

.content_left_text {
    width: 520px;
    padding-right: 10px;
    position: relative;
    float: left;
    z-index: 5;
}

.content_right_photos {
    width: 380px;
    padding-top: 30px;
    position: relative;
    float: right;
    text-align: right;
}

#footer {
	width: 970px;
	height: 65px;
	background: url(/images/bkg_footer.gif) top left repeat-x;
	border-top: 1px solid #FFF;
	position: relative;
	float: left;
}

#footer_logo {
    width: 970px;
	height: 65px;
	background: url(/images/img_footer_logo.jpg) center no-repeat !important;
	position: relative;
	float: left;
}

#copyright {
    padding: 26px 0px 0px 20px;
    font-size: 10px;
    position: relative;
	float: left;
}

.wrapper_textfield {
    border: 1px solid #d5d5d5;
}

.wrapper_textfield_white_border {
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
}

.textfield {
    height: 14px;
    padding: 3px 2px 0px 7px;
    font-family: Verdana, Sans-Serif;
    font-size: 11px;
    font-weight: bold;
    color: #979797;
    background: url(/images/bkg_textfield.gif) top left no-repeat;
}

.textarea {
    height: 100px;
    padding: 5px 2px 0px 7px;
    font-family: Verdana, Sans-Serif;
    font-size: 11px;
    font-weight: bold;
    color: #979797;
    background: url(/images/bkg_textfield.gif) top left no-repeat;
}

/* Agenda */

.content_agenda_left {
    width: 360px;
    min-height: 346px;
    position: relative;
    float: left;
}

.content_agenda_left h1 {
    margin-bottom: 15px;
}

.content_agenda_right {
    width: 550px;
    min-height: 316px;
    margin-top: 30px;
    position: relative;
    float: left;
}

.content_agenda_right h1 {
    margin-bottom: 5px;
}

.AgendaItemList {
    width: 300px;
    height: 300px;
    position: relative;
    clear: both; 
}

.AgendaItem {
    width: 300px;
    height: 15px;
    margin-bottom: 5px;
    font-size: 11px;
    position: relative;
    float: left;
    overflow: hidden;
}

#content .AgendaItemList .AgendaItem a:link { color: #294f74; text-decoration: none; }
#content .AgendaItemList .AgendaItem a:visited { color: #294f74; text-decoration: none; }
#content .AgendaItemList .AgendaItem a:hover { color: #5a935b; text-decoration: none; }

.AgendaItemDatum {
    width: 70px;
    font-size: 10px;
    font-weight: bold;
    position: relative;
    float: left;
}

.AgendaItemInfoHeader {
    padding-left: 10px;
    position: relative;
    float: left;
}

.AgendaItemInfo {
    width: 550px;
    height: 50px;
    margin: 10px 0px;
    padding: 10px;
    background: url(/images/bkg_agenda_item.gif) no-repeat;
    position: relative;
    float: left;
}

.AgendaItemInfoContent {
    padding-left: 10px;
    position: relative;
    float: left;
}

/* END Agenda */

/* Gastenboek */

.content_gastenboek_left {
    width: 350px;
    min-height: 346px;
    position: relative;
    float: left;
}

.content_gastenboek_right {
    width: 530px;
    min-height: 346px;
    margin-left: 30px;
    position: relative;
    float: left;
}

.tf_guestbook {
    width: 340px;
}

.ta_guestbook {
    width: 340px;
}

.guestbook_entries {
    width: 545px;
    min-height: 314px;
    position: relative;
    float: left;
}

.guestbook_entries_pager {
    width: 530px;
    height: 20px;
    margin-top: 12px;
    position: relative;
    float: right;
}

.guestbook_list_header {
    width: 525px;
    height: 5px;
    background: url(/images/bkg_guestbook_list_header.gif) no-repeat;
    position: relative;
    clear: both;
}

.guestbook_list_item {
    width: 505px;
    padding: 10px;
    background: url(/images/bkg_guestbook_list_item.gif) repeat-y;
    position: relative;
    clear: both;
}

.guestbook_list_item_footer {
    width: 525px;
    height: 5px;
    background: url(/images/bkg_guestbook_list_item_footer.gif) no-repeat;
    position: relative;
    clear: both;
}

.guestbook_list_item_alternating {
    width: 505px;
    padding: 10px;
    background: url(/images/bkg_guestbook_list_item_alternating.gif) repeat-y;
    position: relative;
    clear: both;
}

.guestbook_list_item_alternating_footer {
    width: 525px;
    height: 5px;
    background: url(/images/bkg_guestbook_list_item_alternating_footer.gif) no-repeat;
    position: relative;
    clear: both;
}

.guestbook_list_item_date {
    font-size: 10px;
}

/*
.btn_guestbook_post_message {
    margin-right: 2px;
    padding: 2px 6px 3px 6px;
    text-decoration: none;
    color: #294f74;
    background-color: #EBEBEB;
    position: relative;
    float: left;
    display: block;
}
*/

.btn_guestbook_post_message a:link,
.btn_guestbook_post_message a:visited {
    margin-right: 2px;
    padding: 0px 6px 2px 6px;
    text-decoration: none;
    font-size: 10px;
    color: #FFF !important;
    background-color: #1d3c5b;
    position: relative;
    float: right;
    display: block;
}

.btn_guestbook_post_message a:hover {
    margin-right: 2px;
    padding: 0px 6px 2px 6px;
    text-decoration: none !important;
    color: #3D7E3E !important;
    background-color: #EBEBEB;
    position: relative;
    float: right;
    display: block;
}

/* END Gastenboek */

/* Pager */

.AgendaItemPager {
    position: relative;
    clear: both;
}

.pager {
    width: 100%;
    height: 18px;
    position: relative;
    float: left;
    overflow: hidden;
}

.pager a:hover {
    margin-right: 2px;
    padding: 0px 6px 3px 6px;
    text-decoration: none !important;
    font-size: 11px;
    color: #FFF !important;
    background-color: #1d3c5b !important;
    position: relative;
    float: left;
    display: block;
}

.pager a:link, .pager a:visited {
    margin-right: 2px;
    padding: 0px 6px 3px 6px;
    text-decoration: none;
    font-size: 11px;
    color: #294f74;
    background-color: #EBEBEB;
    position: relative;
    float: left;
    display: block;
}

.photoalbum_pager {
    position: relative;
    float: left;
}

.photoalbum_pager a:hover {
    margin-right: 2px;
    padding: 0px 6px 3px 6px;
    text-decoration: none !important;
    font-size: 11px;
    color: #FFF !important;
    background-color: #1d3c5b !important;
    position: relative;
    float: left;
    display: block;
}

.photoalbum_pager a:link, .photoalbum_pager a:visited {
    margin-right: 2px;
    padding: 0px 6px 3px 6px;
    text-decoration: none;
    font-size: 11px;
    color: #294f74;
    background-color: #EBEBEB;
    position: relative;
    float: left;
    display: block;
}

.photo_pager a:hover {
    margin-right: 2px;
    padding: 0px 6px 3px 6px;
    text-decoration: none !important;
    font-size: 11px;
    color: #FFF !important;
    background-color: #1d3c5b !important;
    position: relative;
    float: right;
    display: block;
}

.photo_pager a:link, .photo_pager a:visited {
    margin-right: 2px;
    padding: 0px 6px 3px 6px;
    text-decoration: none;
    font-size: 11px;
    color: #294f74;
    background-color: #EBEBEB;
    position: relative;
    float: right;
    display: block;
}

/* END Pager */

.fototool {
    position: absolute;
    top: 45px;
    left: 505px;
    z-index: 0;
}

/* intro */

.introTable
{
	position: absolute;
	z-index: 100;
	top: 0px;
	left: 0px;
}
.flashIntro
{	
    position: relative;
    float: left;
	z-index: 10;
}