#center { position: absolute; top: 50%; width: 100%; height: 1px; overflow: visible; }
#main { position: absolute; left: 50%; width: 946px; margin-left: -473px; height: 576px; top: -288px; z-index:0;}
#content {position: absolute;left: 50%; margin-left:-100px; width: 488px;height: 457px;top: -175px;padding:0px;border:1px none #eee;visibility:hidden; overflow:hidden; z-index:10;}
p {
padding:5px;
}

body {
	background-color: #003300;
	scrollbar-base-color: #ACACAC;
}

.tabcontainer
{
position:absolute;
top:26px;
left:12px;
visibility:hidden;
}

.tabgewoon
{
width:88px;
background-image : url(images/niet_aktieve_tab.gif);
background-repeat : no-repeat;
text-align:center;
margin-left:1px;
float:left;
border-bottom:1px solid black;
font-family : verdana,arial,sans-serif;
font-size:.6em;
color:#00FF99;
text-decoration:none;
}
.tablink {
text-decoration:none;
color:#acacac;
font-weight:bold;
}
.tabaktief
{
width:88px;
background-image : url(images/aktieve_tab.gif);
background-repeat : no-repeat;
text-align:center;
margin-left:1px;
float:left;
border-bottom:none;
font-family : verdana,arial,sans-serif ;
font-size:.6em; 
} 

