/*http://gathering.tweakers.net/forum/list_messages/1095246///footer*/

html {
	margin: 0; 
	height: 100%; 
	background: #CCC;
} 
body {
	position: relative; 
	min-height: 100%;  
	width: 950px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	margin: 0 auto;
	background: #EEE;  
	font: 9pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:url(../images/main_container.jpg) repeat-y;
}
h1,h2,h3,h4 { 
	color: blue;
	margin-top: 0.2em;
}
h1 {
	font: 12pt Verdana;
}
h2 {
	font: 11pt Verdana;
}
h3 {
	font: 10pt Verdana;
}
a {
	border-bottom: 1px dotted #CCC;
	text-decoration: none;
	color: #3284B5;
}
a:hover {
	border: none;
	color: #B13413;
}
img {
	border: none;
}
td {
	vertical-align:top;
}
td a {
	border-bottom: 0;
}

/*** Pagina indeling ***/

#container {
	width: 950px; 
	padding:0;
}
#header {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background:#8F888F;
	height:110px;
	background:white;
	text-align:center;
}
#header * {
	margin: 0;
	border: none;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
	color: white;
}
#inhoud {
	margin: 0 1em 10px 150px;
	width:760px;
}
#links {
	width: 610px;
	float:left;
}
#rechts {
	width: 145px;
	margin-left:630px;
}
#footer {
	position: absolute; 
	bottom: 0;
	left: 0;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	width: 930px;
	padding: 2px 10px 4px 10px;
	height: 20px;
	background: #036;
	font-size:8pt;
	color: white;
}        
#footer td, #footer a {
	font-size:8pt;
	color: white;
	text-decoration: none;
	border-bottom: 0;
	font-weight:normal;
} 

/**** Topmenu ****/

#statmenu {
	min-height:20px;
	background: url("../images/navBarBg.gif") repeat;
	text-align: center;
	border-top: 1px solid #A8B090;
	border-bottom: 1px solid #A8B090;
}
#statmenu ul{
	width: 100%;
	padding: 0;
	margin: 0;
}
#statmenu ul li{
	display: inline;
}
#statmenu ul li a{
	display: block;
	float: left;
	background: url("../images/navBarBg.gif") repeat;
	font: 10px/20px "Lucida Grande", verdana, sans-serif;
	color: black;
	border-right: 1px solid #A8B090;
	width: 140px;
}
#statmenu ul li a:hover{
	background: url("../images/navBarBgHover.gif") repeat-x 20px; 
}

/**** Menu links ****/

#navigatie {
	float: left;
	width: 130px;
	margin-left: 1px;
	padding-top: 1em;
	padding-left: 4px;
	font: 14px verdana bold;
	color:#036;
	font-weight: bold;
	background:#E0F0FF;
	background:#D0D0FF;
}
#navigatie a {
	width:128px;
	display: block;
	text-decoration: none;
	font: 12px verdana;
	color: #036;
	border: 0;
}
#navigatie a:hover {
	color:red;
	text-decoration: underline;
}
.servertijd {
	color:black;
	font-weight:normal;
	font-size:10px;
}
/**** Diverse userinterface items ****/
.combobox {
	height: 20px;
	font-size: 10px;
}
.tabel {
	width: 100%;
}
.tabel td, .tabelkort td {
	border: 0;
	background: #DDD;
}
.servertijd {
	color:black;
	font-weight:normal;
	font-size:10px;
}
.button {
	background:url(../images/button.gif);
	width:100px;
	height:20px;
	float:left;
	padding-top:2px;
	margin-right:10px;
	text-align:center;
	border:0;
}
.button a {
	display:block;
}
.errorbox, .infobox {
	background:white;
	border:1px solid black;
	padding:5px;
	width:500px;
}
.infobox {
	background:#FFFFE1;
}
.boxtekst {
	vertical-align:middle;
}
.error td {
	background:red;
}
.supervisor td {
	background:#FFFFE1;
}

#mypassword_bar {
	font-size: 1px; 
	height: 5px; 
	width: 0px; 
	border: 1px solid white;
}
