html, body {
	height: 100%;
}

body {
	text-align: center;
	margin: auto;
	background-image: url('gfx/background.gif');
	background-repeat: repeat-y;
	background-position: top center;
}
img {
	border: none;
	margin: 0px;
	vertical-align: middle;
}
a {
	text-decoration: none;
 	color: #4E4E4E;
	outline: none;
}
  
table {
	border-collapse: collapse;
}
td {
	padding-left: 5px;
	vertical-align: top;
}


/*header */
div#header {
	position: absolute;
	width: 100%;
	height: 107px;
	left: 0px;
	top: 0px;
	background-image: url('gfx/header.gif');
	background-repeat: repeat-x;
}
table#main {
	position: relative;
	height: 95%;
	width: 1000px;
	margin: auto;
}
/* Header */
td#tableHeader {
	height: 160px;
	background-image:url('gfx/headerTable.jpg');
	background-repeat: no-repeat;
	background-position: 0px 15px;
}
td#tableHeader img {
	margin-top: 15px;
	float: right;
	margin-right: 33px;
}

tr#menuInfo{
	height: 41px;

}

td#startpagina{
	width: 140px;
	border-top: dashed 1px #7C7A74;
	border-bottom: dashed 1px #7C7A74;	
}
td#bezoeker {
	width:674px;
	font-size: 0.7em;
	font-weight: bold;
	padding-left: 22px;
	border-top: dashed 1px #7C7A74;
	border-bottom: dashed 1px #7C7A74;
	text-align: left;
	vertical-align: middle;
}
td#bezoeker img {
	vertical-align: middle;
}
td#chirurgenText {
	width: 171px;
	padding-right: 10px;
	font: small fonts;
	font-size: 0.6em;	
	border-top: dashed 1px #7C7A74;
	border-bottom: dashed 1px #7C7A74;
	vertical-align: middle;
	text-align: center;
}

/*linker menu */
td#menu {
	width: 155px;
	background-image: url('gfx/menubackground.gif');
	border-right: 1px solid #A2A8CA;
	background-repeat: repeat-y;
	font-family: verdana;
	font-size: 0.7em;
}
div#menuItems{
	margin-top: 25px;
	height: 100%;
	width: 200px;
	padding-left: 5px;
	text-align: left;
	margin-bottom: 25px;
	
}
div#menuItems a.mainItem{
	background-image: url('gfx/bg_nav.gif');
	background-repeat: no-repeat;
	margin-bottom: 10px;
	text-indent: 28px;
	height: 16px;
	display: block;	
	color: #4E4E4E;
}
div#menuItems a.subItem{
	background-image: url('gfx/menu_arrow.gif');
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 7px;
	padding-bottom: 7px;
	font-size: 0.98em;
	margin-bottom: 10px;
	margin-left:35px;
	text-indent: 0px;
	height: 15px;
	display: block;
	line-height: 16px;
	color: #4E4E4E;
}
div#menuItems a.subsubItem{
	background-image: url('gfx/submenu_arrow.gif');
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 7px;
	margin-left: 50px;
	font-size: 0.96em;
	margin-bottom: 10px;
	height: 19px;
	display: block;
	line-height: 16px;
	color: #4e4e4e;
}
div#menuItems a:hover.mainItem{
	color: #909090;
}

td#menuLogoMCL {
	height: 67px;
	width: 155px;
	border-top:dashed 1px #7C7A74;
	border-bottom:dashed 1px #7C7A74;
	border-right: 1px solid #A2A8CA;
	background-image: url('gfx/logomcl.gif');
	background-repeat: no-repeat;
	background-position: center center;
}
td#menuBottom {
	width: 155px;
	border-right: 1px solid #A2A8CA;
	background-image: url('gfx/menubottombackground.gif');
	background-repeat: repeat-y;
	border-bottom: dashed 1px #A2A8CA;
}
div#menuBottomContent{
	height: 100%;
	width: 155px;
	padding-left: 32px;
	margin-top: 15px;
	margin-bottom: 10px;
	text-align: left;
	font-family: verdana, arial;
	font-size: 0.7em;	
}
td#footer{
	height: 0px;
	border-top: dashed 1px #A2A8CA;
	text-align: right;
	vertical-align: bottom;
	padding-right: 32px;
	font-family: verdana, arial;
	font-size: 0.7em;
	padding-top: 5px;
}
td#footer img{
	padding-left: 14px;
	margin-right: 5px;
	vertical-align: middle;
}
td#footer a:hover {
	color: #A2A8CA;
}
/* content */
td#content{
	height: auto;
	width: 100%;
	top: 15px;
	text-align: left;
	padding-left: 42px;
	padding-right: 125px;
	border-bottom: dashed 1px #A2A8CA;
	font-family: sans-serif,arial,verdana;
	font-size: 1em;
	padding-top: 30px;
}

td#content h1{
	font-size: 0.75em;
	font-weight: bold;
	font-family: Trebuchet MS, arial,verdana;
}
td#content h2{
	font-size: 0.9em;
	font-weight: bold;
	color: #A2A8CA;
	font-family: Trebuchet MS, arial,verdana;
}
td#content p{
	font-size: 0.7em;
	color: #575757;
}
td#content a {
	text-decoration: underline;		
	color: #575757;

}
td#content img {
	border:1px solid #a2a8ca;
	padding:2px;
}
td#content a:hover {
	color: #4a4a4a;
	text-decoration: underline;		

}

/* footerbackground */
div#footerBackground {
	height: 5%;
	width: 100%;
	background-color: #ffffff;
	background-image: url('gfx/footer2.gif');
	background-repeat: no-repeat;
	background-position: 50% 0px;

}
.fontMdl {
font-size:13px;
}
.fontLrg {
font-size:16px;
}