﻿body {
	font-family:Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size:medium;
	margin: 0px;
}

#head {
	background-image: url('images/Header.png');
	background-repeat: no-repeat;
	height: 150px;
	background-color: black;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:1;
}

/* Tabs */

.tab {
	position:absolute;
	height:26px;
	width:100px;
	display:block;
	text-decoration:none;
	top:124px;
}

#navKalender {
	background-image:url('images/KalenderTab.png');
	left:200px;
}
#navKalender:hover {
	background-image:url('images/KalenderOver.png');
}

#navAccomodatie {
	background-image:url('images/AccomodatieTab.png');
	left:300px;
}
#navAccomodatie:hover {
	background-image:url('images/AccomodatieOver.png');
}

#navContact {
	background-image:url('images/ContactTab.png');
	left:400px;
}
#navContact:hover {
	background-image:url('images/ContactOver.png');
}

#navReglement {
	background-image:url('images/ReglementTab.png');
	left:500px;
}
#navReglement:hover {
	background-image:url('images/ReglementOver.png');
}

#navOverOns {
	background-image:url('images/SintAubertusTab.png');
	left:600px;
}
#navOverOns:hover {
	background-image:url('images/SintAubertusOver.png');
}


#container {
	position: absolute;
	width: 100%;
	top:154px;
}

#left_nav {
	width: 190px;
	position: fixed;
	left: 0px;
	top: 154px;
	bottom:0px;
	font-size: small;
	cursor: hand;
}

#content {
	margin-left: 200px;
 	margin-right:8px;
}

.tableCell {
vertical-align:top;
}

/* Silverlight - picasa */

#silverlightControlHost {
 height:100%;
}

#imgViewParent {
	position:fixed;
	top: 154px;
	left: 190px;
	right:0;
	bottom:0;
	cursor:pointer;
	background-color:white;
	display:none;
}

#imgViewClose {
	position:absolute;right:4pt;top:4pt;
	border: 0;
}

#imgViewClose img {
	border: 0;
}

#imgView {
	margin-top:24pt;
	margin-left:auto;
	margin-right:auto;
	display:block;
	border:thick silver solid;
}
