/* dimensions and positions */
body {
	margin: 0;
	padding: 0;
	background-color: white;
	background-image: url(../images/bgg_menu.jpg);
	background-position: 200px;
	background-repeat: repeat-y;
	font-family: helvetica;
	overflow: hidden;
}

div {
	margin: 0;
	padding: 0;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
}

div#logo_bar {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100px;
	background-color: white;
	background-image: url(../images/hond.jpg);
	background-position: right;
	background-repeat: no-repeat;
	z-index: 5;
}

div#logo_bar p {
	margin-top: 20px;
	padding-top: 20px;
	padding-left: 40px;
	background-image: url(../images/logo_zvkc_small.jpg);
	background-position: 20px;
	background-repeat: no-repeat;
	text-align: center;
	height: 60px;
	font-size: large;
	color: rgb(0, 100, 255);
}

div#image_bar_top {
	position: absolute;
	left: 0;
	top: 100px;
	width: 100%;
	height: 80px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-color: black;
	/* background-image: url(../images/top_image.jpg); */
	background-image: url(../images/banner.png);
	background-position: left;
	background-repeat: repeat-x;
	z-index: 5;
}

div#content {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding-top: 200px;
	padding-bottom: 100px;
}

div#menu_left {
	margin: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 200px; 
	height: 100%;
	padding-top: 200px;
	overflow: auto;
	font-size: 12px;
	z-index: 10;
}

ul#menu_left_list {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 200px;
	border-top: solid 1px black;
	/* border-bottom: solid 1px black; */
}

ul#menu_left_list ul {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 200px;
	display: none;
}

ul#menu_left_list li a {
	text-decoration: none;
	display: block;
	width: 200px;
	color: rgb(0, 100, 255);
	padding-left: 10px;
}

ul#menu_left_list ul li a {
	text-decoration: none;
	display: block;
	width: 200px;
	color: rgb(0, 100, 255);
	padding-left: 20px;
}

ul#menu_left_list li a:hover {
	background-color: rgb(0, 100, 255);
	color: white;
}

.mi {
	border-bottom: solid 1px black;
}

.mi_top {
	border-top: solid 1px black;
	border-bottom: solid 1px black;
}

.mi_bottom {
	border: 0;
}

div#texts {
	margin: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%; 
	height: 80%;
	padding-left: 225px;
	padding-top: 200px;
	padding-bottom: 100px;
	padding-right: 25px;
	/* overflow: auto; */
	overflow: none;
	/* z-index: 10; */
}

div#texts p {
}

div#texts table {
	font-size: 14px;
}

div#texts table caption {
	font-weight: bold;
	font-size: 16px;
}

div#texts td {
	border: 1px solid black;
}

div#texts td.day {
	font-weight: bold;
	font-size: 16px;
	background-color: rgb(0, 100, 255);
}

div#texts td.info {
	width: 300px;
}

div#texts td.info_name {
	width: 150px;
}

div#texts td.info_phone {
	width: 125px;
}

div#texts td.info_mail {
	width: 100px;
}

div#texts td.time {
	width: 100px;
}

div#texts td.course {
	width: 300px;
}

div#texts td.trainer {
	width: 150px;
}

div#texts td.time_no_bottom {
	width: 100px;
	border-bottom: 0;
}

div#texts td.course_no_bottom {
	width: 300px;
	border-bottom: 0;
}

div#texts td.trainer_no_bottom {
	width: 150px;
	border-bottom: 0;
}

div#texts td.phone {
	width: 125px;
}

div#texts p {
}

div#texts ul {
	list-style-type: circle;
	list-style-position: inside;
}

div#texts table#trainers td.course {
	width: 600px;
}

/*
div#image_bar_bottom {
	position: absolute;
	left: 0;
	bottom: 70px;
	width: 100%;
	height: 50px;
	border-top: 3px solid #afcad1;
	border-bottom: 3px solid #afcad1;
	background-color: white;
	background-image: url(../img/lb.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
*/

div#address {
	margin: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 70px;
	background-color: white;
	font-size: smaller;
	color: rgb(0, 100, 255);
	border-top: 1px solid black;
}

div#address ul {
	margin: 0;
	margin-left: -200px;
	margin-top: 10px;
	position: absolute;
	left: 50%;
}

div#address ul li {
	display: inline;
	margin-left: 15px;
}

div#address ul li a {
	text-decoration: none;
}

div#address ul li a:hover {
	text-decoration: underline;
}

div#address p {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 30px;
}

div#image_popup{
	margin: 0;
	padding: 0;
	position: absolute;
	display: none;
	/* border: 1px solid black; */
	z-index: 10;
}

div#image_popup img {
	border: 1px solid black;
}

div#menu_left ul li a.active {
	background-color: rgb(0, 100, 255);
	color: white;
}

div#menu_left ul li ul li a.active {
	background-color: rgb(0, 100, 255);
	color: white;
}

a.text_link {
	color: black;
}

table#tbl_bestuur th {
	text-decoration: underline;
}

table#tbl_bestuur td {
	border: 0;
}

table#tbl_bestuur td.contact_type {
	width: 250px;
}

table#tbl_bestuur td.contact_name {
	width: 150px;
}

table#tbl_bestuur td.contact_mail {
	width: 200px;
	text-align: center;
}

table#tbl_bestuur td.contact_mail a {
	color: black;
}

table#tbl_bestuur td.contact_phone {
	width: 100px;
	text-align: center;
}

table#tbl_links td {
	border: 0;
}

table#tbl_thumbs td {
	border: 0;
	width: 100px;
	height: 100px;
}

table#tbl_thumbs td.photo_cell {
	margin: 0;
	width: 103px;
	height: 103px;
	border: 0;
}

table#tbl_thumbs td.photo_cell img {
	border: 1px solid black;
}

table#tbl_thumbs td.photo_cell div {
	position: relative;
	left: 3px;
	top: 3px;
	width: 100px;
	height: 100px;
	background-color: #999999;
	z-index: 1;
}

table#activities {
	border: 0;
}

table#activities td {
	border: 0;
}
