/* common style sheet */

html, body {
height: 100%; /* héél belangrijk */
}
body {
padding:0;
margin: 0;
font: 1.0em "Trebuchet MS", Verdana, Arial, sans-serif;
background: url(images/menubg.gif) repeat-y left top;
color: #000000;
}

#main_container {
min-height: 100%;
margin-left:140px;
margin-right: 0px;
background: #E3E5EA;
border-left:1px solid red;
border-right:1px solid #000;
margin-bottom: -130px; /*-52px;   /* correctie voor footer*/
color: #000000;
}
* html #main_container{height:100%;} /* IE6 and under treat height as min-height anyway*/


#header {
width: 100%;
padding-top: 94px; /*  is dit 120 - 25 -1  ???*/
background-image: url(images/header.jpg);
background-color: #515152;
background-repeat: no-repeat;
margin-left: 0px;
color: #FFF;
text-align: center;
border-top:1px solid #000;
border-bottom:1px solid #000;
}

UL, OL {
	margin: 0;
	padding: 0;
	margin-left: 30px;
}
LI {
	margin-left: 20px;
}

#left {
position:relative;
width: 140px;
float: left;
margin-top: -120px;
margin-left:-139px;/*must be 1px less than width otherwise won't push footer down in older mozilla*/ 
margin-right: 0px;
left:-2px;/* push column into position*/
padding-top: 0px;
padding-left: 0px;
}

#left p {padding-left:2px;padding-right:2px}
#right p {padding-left:2px;padding-right:2px}

#right {
position:relative;
float: right;
width: 220px;
margin-top: 10px;
margin-right:1px;
margin-bottom:70px;
left:2px;
font-size: 14px;
line-height: 80%;
}

#tabel_uitslag{
/*
position: absolute;
top: 120px;
left: 160px;
*/
font-family: Verdana;
font-size: 14px;
margin-top: 20px;
text-align: left;
}

#content {
font-family: Verdana;
font-size: 18px;
text-align: left;
padding-top: 0px;
padding-right: 10px;
padding-bottom: 20px;
padding-left: 20px;
margin-right: 20px;
margin-top: 10px;
margin-left: 10px;
}

#footer{
clear: both;
height: 60px;
background: #000;
width: 100%;
text-align: center;
color: #FFF;
position:relative;
}
* html #footer {/*only ie gets this style*/
\height:62px;/* for ie5 */
he\ight:60px;/* for ie6 */
}

#clearfooter{  /*needed to make room for footer*/ 
clear:both;
height:60px;
}

* html #content {height:1%;margin-bottom:12px}/* combat IE's 3 pixel jog */


.uitslag {
font-size: 15px;
}

.tabel {
font-family: Verdana;
font-size: 16px;
width:90%;
overflow: auto;
}

.mybutton {
margin-top: 3px;
padding-left: 8px;
margin-left: 0px;
width: 100px; 
text-align: left;
font-size: 16px;
}

.mybutton_A {
margin-top: 3px;
padding-left: 8px;
margin-left: 25px;
width: 100px; 
text-align: left;
font-size: 16px;
}

div.float {
  float: left;
  width: 230px;
  padding: 10px;
}
  
div.float p {
   text-align: center;
}

