html
{
	font-family: sans-serif;
	font-size: 1em;
	padding:0px;
	margin:0px;
}

body.MainBody
{
	background-color:#ccffcc;
	margin-top:0px;
	padding:10px;
}

body
{
	font-face: Calibri, sans-serif;
}

div.MainDiv
{
	padding:10px;
	background-color:DarkSeaGreen;
	
	-moz-box-shadow: 0 0 5px 5px #888;
	-webkit-box-shadow: 0 0 5px 5px#888;
	box-shadow: 0 0 5px 5px DarkSeaGreen;
}

div.textBlock
{
	width: 100%;
	frameborder: 0;
	scrolling: no;
}

iframe.textBlock
{
	width: 100%;
	frameborder: 0;
	scrolling: no;
}

table.MainTable
{
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
	border-collapse: collapse;
	width: 100%;
	height: 100%;
}

table.MenuTable
{
	border-width: 0px;
	border-spacing: 8px;
	border-style: none;
	width: 100%;
	height: 50px;
}

td.myButton
{
	padding:8px 16px;
	cursor: pointer;
	
	text-align: center;
	text-shadow: 0 1px 3px White;
	
	border: solid DarkOliveGreen 3px;
	border-radius: 25px;
	border: solid #ccffcc 3px;
	box-shadow: 0 1px 2px #fff, 0 -1px 1px #666, inset 0 -1px 1px rgba(0,0,0,0.5), inset 0 1px 1px rgba(255,255,255,0.8);
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,MediumSeaGreen), color-stop(100%,SeaGreen));
}

a.myButton
{
	display: block;
	
	padding:8px 16px;
	cursor: pointer;
	
	text-align: center;
	text-shadow: 0 1px 3px White;
	
	border: solid DarkOliveGreen 3px;
	border-radius: 25px;
	border: solid #ccffcc 3px;
	box-shadow: 0 1px 2px #fff, 0 -1px 1px #666, inset 0 -1px 1px rgba(0,0,0,0.5), inset 0 1px 1px rgba(255,255,255,0.8);
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,MediumSeaGreen), color-stop(100%,SeaGreen));
}

a.myMenu
{
	display: block;
	
	padding:8px 16px;
	cursor: pointer;
	
	text-align: center;
	text-shadow: 0 1px 3px White;
	
	border: solid DarkOliveGreen 3px;
	border-radius: 25px;
	border: solid #ccffcc 3px;
	box-shadow: 0 1px 2px #fff, 0 -1px 1px #666, inset 0 -1px 1px rgba(0,0,0,0.5), inset 0 1px 1px rgba(255,255,255,0.8);
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,MediumSeaGreen), color-stop(100%,SeaGreen));
}

img.resize480 {
  width: 50%;
  max-width: 480px;
  height: auto;
}

img.resize320 {
  width: 50%;
  max-width: 320px;
  height: auto;
}

#nav, #nav ul {
padding: 3px 0 0 0;
margin: 0;
}

#nav li {
float: left;
width: 80px;
}

#nav table {
position: absolute;
width: 250px;
left: -1000px;
}

#nav li:hover table, #nav li.ie_does_hover table {
left: auto;
background-position: 0 0;
}

/* IE only hack \*/
* html ul li, * html ul ul li{
border-bottom: 3px solid #FFF;
}

* html ul ul li{
border-top: 0;
}
/* Einde IE only hack */