html {
	overflow-y: scroll; /* IE horizontal scrollbar bugfix */
}

body {
	margin: 0 0 0 140px;
	background-color: #FFFFFF;
	background-image: url(pics/achtergrond.gif);
	background-repeat: repeat-y;
	background-position: top left;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.title {
	display: block;
}

.intro_agenda {
	width: 340px; /* 420 - 70 - 10 */
	padding: 10px 10px 10px 70px;
	background-color: #BBBBBB;
}

.intro_agenda {
	margin: -12px 0 0 140px;
}



/* ### ITEM ### */

.item_top p {
	/* Safari needs padding, IE needs margin, FF doesn't care*/
	padding: 0 0 4px 0 !important;
	margin: 0 !important;
	padding: 0;
	margin: 0 0 4px 0;
}

.item_info {
	min-height: 30px;
	height: auto !important; /* IE hack */
	height: 30px;
	margin-bottom: 10px;
}

.item_agenda_future,
.item_agenda_past,
.item_info,
.item_home {
	cursor: pointer;
}

.item_agenda_future,
.item_agenda_past,
.item_agenda_single,
.item_info,
.item_home,
.item_home_single,
.item_home_info {
	position: relative;
	width: 420px;
	margin-left: 140px;
	padding-bottom: 10px;
}

.item_agenda_future,
.item_agenda_single,
.item_info,
.item_home,
.item_home_single,
.item_home_info {
	background-color: #BBBBBB;
}

.item_agenda_past {
	background-color: #EEEEEE;
}

.item_agenda_title {
	margin: 0;
	width: 560px;
	height: 40px;
}

.item_img {
	position: absolute;
	top: 0;
	left: -140px;
}

.ects_img {
	position: absolute;
	top: 15px;
	left: 20px;
}

/* .item_agenda_single .item_top { */
 .item_top {
	font-weight: bold;
	padding: 5px 10px 0 70px;
	min-height: 55px;
	height: auto !important; /* IE hack */
	height: 55px;
}

.item_info_title {
	margin: 0 0 10px 0;
	width: 331px;
	height: 16px;
}

.item_home,
.item_home_single,
.item_home_info {
	margin-top: 20px;
	margin-bottom: 10px;
}

.item_home,
.item_home_single {
	min-height: 180px;
	height: auto !important; /* IE hack */
	height: 180px;
}

.item_home_info {
	min-height: 170px;
	height: auto !important; /* IE hack */
	height: 170px;
}

.item_home .item_top,
.item_home_single .item_top {
	font-weight: bold;
	padding: 35px 10px 0 70px !important; /* IE hack */
	padding: 0 10px 0 70px;
}

.home_txt {
	padding: 0 10px 10px 70px;
}

.item_txt {
	padding: 0 10px 0 70px;
}	



/* ### BUTTONS ### */

.but_more {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.item_agenda_future .but_close,
.item_agenda_past .but_close,
.item_info .but_close {
	position: absolute;
	top: 0px;
	right: 0px;
}

.item_agenda_future .but_mail,
.item_agenda_past .but_mail,
.item_agenda_single .but_mail {
	position: absolute;
	bottom: -10px !important; /* IE hack */
	bottom: -11px;
	right: 0px;
}

.item_agenda_future .but_print,
.item_agenda_past .but_print,
.item_agenda_single .but_print,
.item_info .but_print {
	position: absolute;
	bottom: -10px !important; /* IE hack */
	bottom: -11px;
}

.item_agenda_future .but_print,
.item_agenda_past .but_print,
.item_agenda_single .but_print {
	right: 111px;
}

.item_info .but_print {
	right: 0px;
}

.item_home .but_close,
.item_home_single .but_close {
	position: absolute;
	bottom: -10px !important; /* IE hack */
	bottom: -11px;
	right: 0px;
}

.item_home .but_mail,
.item_home_single .but_mail {
	position: absolute;
	bottom: -10px !important; /* IE hack */
	bottom: -11px;
	right: 105px;
}

.item_home .but_mail {
	right: 105px;
}

.item_home_single .but_mail {
	right: 0px;
}

.item_home .but_print,
.item_home_single .but_print {
	position: absolute;
	bottom: -10px !important; /* IE hack */
	bottom: -11px;
}

.item_home .but_print {
	right: 216px;
}

.item_home_single .but_print {
	right: 111px;
}

.item_agenda_single .show_open,
.item_home_single .show_open {
	display: block;
}

.show_open {
	display: none;
}



/* ### TAGS ### */

a,
a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #000000;
	background: #FFFFFF;
}

img {
	border: 0;
}

p {
	margin: 0 0 11px 0;
	padding: 0;
}



/* ### FORM ### */

form {
	margin: 0;
}

.form {
	width: 400px;
	margin: 0 0 24px 140px;
}

.form_field {
	margin: 0 0 24px 0;
}

.form_txt {
	margin-bottom: 8px;
	display: block;
}

.required {
	color: #FF0000;
}

.textfield {
	font-size: 12px;
	width: 400px;
}

.textarea {
	width: 400px;
	height: 100px;
}

.checkbox_label {
	cursor: pointer;
	display: block;
	margin-bottom: 8px;
}

.radio_label {
	cursor: pointer;
	display: block;
	margin-bottom: 8px;
}

.field_checkbox {
	float: left;
}

.field_radio {
	float: left;
}

.email {
	width: 200px;
}

.button {
	display: block;
	height: 30px;
	width: auto;
	margin: 0 0 24px 0;
	padding: 4px;
	float: right;
}