* {
	padding				: 0;
	margin				: 0;
	font-family			: arial;
	font-size			: 12px;
}

body {
	height				: 100%;
	width					: 100%;
	/*background-color: #F2F1F1;*/
	background-color: #939495;
}

h1 {
	font-size: 14px;
}

h2 {

}

th {
   text-align: left;
   border-bottom: 1px solid black;
   background-color: silver;
}

.centertable {
	width: 100%;
	height: 100%;
}	

.centertable td {
	vertical-align: middle;
	text-align: center;
}

.container {
	overflow: hidden; /* Deze, icm met overflow voor .container is nodig voor IE.... */
	border: 4px solid #666465; 
	width: 920px; 
	height: 575px; 
	position:relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-color: #F2F1F1;	
}

.content {
	overflow: auto;
	position:absolute; 
	z-index:15; 
	top:64px; 
	bottom:64px; 
	left:125px; 
	right:0; 
	padding: 25px;
	color: #666465;
		background: url(i/achtergrond.gif);
	background-repeat	: no-repeat;
	/*background-attachment: fixed;*/
	/*background-position: center right;*/
	background-position: 390 -20 ;
	
}

.content table td {
	color: #666465;
	text-align: left;
}

a {
	color: #666465;
	font-weight: bolder;
}
a:hover {
	font-style: italic;
	color: black;
}

	/* IE BUGGYNESS */
* html .content {	top:0; 	left:0; 	right:0; 	bottom:0; 	height:100%; 	max-height:100%; 	width:100%; 	overflow:auto; 	position:absolute; 	z-index:3; 	border-top:64px solid #fff; border-bottom:64px solid #fff; border-left:125px solid #F1F1F1;}
* html .left {height:100%; top:0; bottom:0; border-top:64px solid #fff; border-bottom:64px solid #fff; color:#fff;}


.header {
	position:absolute; 
	top:0; 
	left:0; 
	width:100%; 
	height:64px; 
	z-index:25; 
	background-color: #7E7E7E;
}

.footer {
	position:absolute; 
	bottom:-1px; /* come again?! */
	left:0; 
	width:100%; 
	height:64px; 
	z-index:5;
	background-color: #7E7E7E;
}

.left {
	background: url(i/menu2.gif);
	background-repeat	: no-repeat;
	position:absolute; 
	left:0; 
	top:64px; 
	bottom:50px; 
	width:125px;
	z-index:4; overflow:hidden; 
}

.lefttitle {
	position: absolute;
	right: 0px;
	/*top: 80px;*/
	top: 67px;
}

.speeritlogo {
	position: absolute;
	width: 221px;
	height: 75px;
	left: 60px;
	top: 7px;
	background: url(i/logo_t.gif);
	z-index: 29;
}
.speeritlogob {
	background: url(i/logo_b.gif);
}
.englishversion {
	position: relative;
	float: left;
	padding-left: 20px;
	top: 5px;
	font-size: 12px;
	font-weight: bolder;
	color: #DFEE3B;
}

.date {
	position: relative;
	color: #DFEE3B;
	float: right;
	top: 5px;
	font-size: 12px;
	font-weight: bolder;
	padding-right: 35px;
}

.menu {
	position: relative;
	float: left;
	top: 40px;
	padding-left: 300px;
}
.menu a {
	color: #DFEE3B;
	font-size: 12px;
	
	text-decoration: none;
}
	
.menulist {
	list-style-type: none; 
}
.menulist li {
	float: left;
	padding: 0 8 0 8px;
	border-left: 1px solid #DFEE3B;
}
ul.list {
	padding-left: 25px;
}

.trainingtable {
	border: 2px solid #D5E04D;
	margin-bottom: 10px;
	border-collapse: collapse;
}
.trainingtable td{
	border: 1px solid #D5E04D;
}

/*


het menu

Komt van: http://www.osu.edu/resources/example_pulldownmenu.php


*/


ul#mainMenu, ul#mainMenu ul {	list-style-type: none; z-index: 80;}

ul#mainMenu li
{
	float: left;
	padding: 0 0 0 9px;
	border-left: 0px solid gray;
}

ul#mainMenu li a
{
	display: block;
	padding-right: 9px;
	text-decoration: none;
	border-right: 1px solid #DFEE3B;
}

ul#mainMenu li a:hover { color: white;}
/*ul#mainMenu li a:visited { color: #DFEE3B; }*/

ul#mainMenu ul
{
	position: absolute;
	visibility: hidden;
	/*margin-left: -50px;*/
	margin-top: 0px;
	/*border: 2px solid #BEBFBF;*/
	padding: 4px;
	padding-top: 0px;
	background: #C6DB00;
	width: 160px;
}
/*
ul#mainMenu li:hover {
	background-color: #BEBFBF;
}
*/
ul#mainMenu ul li {
	padding: 4px;
	line-height: 100%;
	float: none;
	cursor: pointer;
	border-top: 1px solid #707277;
	text-align: center;
	padding-top: 7px;
	height: 16px;
}

ul#mainMenu ul li a
{
	border: 0px;
	cursor: pointer;
	color: #707277;
	font-size: 12px;
}

ul#mainMenu ul li a:hover {
	color: white;
	font-style: italic;
}

ul#mainMenu ul a
{
	border-bottom: none;
	border-left: 0px solid gray;
	padding-top: 0px;
	padding-left: 0px;
}

/*ul#mainMenu li:hover ul, ul#mainMenu li.hover ul
{
	visibility: visible;	
}

/ * IE ONLY * /
ul#mainMenu li { 
	behavior: url(iehover.htc); 
}
*/