* {
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  margin:0;
  padding:0;
}
img{ border: 0px;}
a {
	color: #000;
}
p,tr,td,table {
  border-collapse: collapse;
}
a:hover{
	text-decoration: none;
}
img{
  border: 0px;
}
#mainbody{
	background:#cccccc;
}
html, body, textarea, td {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
    font: normal 0.9em Verdana, sans-serif;
    color: #000;
    line-height: 16pt;
}
ul{
  margin: 0;
  padding: 20px;
  list-style-type: disc;
  line-height: 16pt;
}
ol{
  margin: 0;
  padding: 0;
  list-style-type: decimal;
  list-style-position: inside;
  line-height: 16pt;	
}
/* container */
.clear {
	clear: both;
}
#container {
	min-height: 100%;
	_height: 100%;
	width: 980px;
	margin: 0 auto;
    background: url(/pict/container.png);
   	position: relative;
}
* html > #container {
	height: 100%;
}
#headerContainer {
	background:url(/pict/header.png) no-repeat top left;
	float: left;
	height: 214px;
	width: 980px;
}
#contentContainer{
    float: left;
    width: 980px;
}
#menu{
	float:left;
	margin-left: 20px;
	_margin-left: 5px;	
	width: 240px;
	* width: 230px;
    margin-bottom:75px;
}
#contentRight{
    float: right;
    width: 700px;
	* width:679px;
	padding: 0px 31px 0px 0px;
	_padding: 0px 21px 0px 0px;
    margin-bottom:75px;
}

#footer {
    width: 980px;
	position: absolute;
	bottom: 0px;
	_bottom: -1px;
    text-align: center;
 	height: 80px;
    padding: 0px;
	vertical-align: middle;
    background-image:url(/pict/footer.png); 
}
/* header */
#logo{
	position:absolute;
	width:270px;
	height:70px;
	cursor:hand;
	left:30px;
	top:65px;
}
/* footer */
#f_left{
   float: left;
   color: #FFF;
   padding: 49px 0px 0px 382px;	
}
#f_right{
   visibility: hidden;	
   float: right;
   padding: 2px 35px 0px 0px;	
}
#f_right a{
	color: #FFF;
	text-decoration: none;
}
#f_right a:hover{
	text-decoration: underline;
}
/* top foto*/
#t_foto{
	position:absolute;
    height: 30px;
    left: 238px;
    width: 450px; 
	top: 24px;
	float:left;
}
/* adminmenu */
#a_menu{
	position:absolute;
    height: 30px;
    left: 350px;
    width: 450px; 
	top: 50px;
	float:left;
}
#a_menu ul{
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}
#a_menu li{
	display: inline;
	list-style-type: none;
}
#a_menu a{
    padding: 2px 5px 2px 5px;
	background: #dd2619;
	color: #fff;
	text-decoration: none;	
}
#a_menu a:hover{
	background: #444;
	color: #fff;
}
#a_menu span{
  background: #b1c2cc;
  padding: 2px 5px 2px 5px;
}
/* topmenu */
#t_menu{
	padding-left:25px;
	float:left;
}
#t_menu a{
	text-decoration: none;	
}
#t_menu a:hover{
	text-decoration: none;	
}
/* zoek */
#zoek{
	margin: 0px auto;
	text-align: center;
}
/* stat */
.s_titel{
	text-align: left;
	padding: 0px 0px 0px 5px;
}

/* log */
#log td{
  text-align: left;
  font: normal 0.7em Verdana, sans-serif;
  padding: 0px 2px 0px 0px;
}
.rijkleur{
  background: #ff4200;
}
/* log */
#log td{
  text-align: left;
  font: normal 0.7em Verdana, sans-serif;
  padding: 0px 2px 0px 0px;
}
.rij2{
	background: white;
}
/* p dir */
#p_dir ul{
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}
#p_dir a{
  display: block;
  padding: 3px;
  width: 160px;
  color: #EEE;
  text-decoration: none;  
  background-color: #3787af;
  border-bottom: 1px solid #eee;
}
#p_dir a:hover{
  background-color: #cfe2ec;
  color: #000;
}
/* p file */
#p_file td{
text-align: center;	
  border-bottom: 10px solid white;	
  width: 300px;
}
#p_file h1{
  font: bold 0.9em Verdana, sans-serif;	
}
/* kruimel pad */
#k_path{
    list-style: none;
    margin: 0;
    padding: 0;
    height: 30px;
}
#k_path ul {
    margin: 0;
    padding: 0;
}
#k_path li {
   float: left;
}
#k_path li a {
   display: block;
   text-decoration:none;
   font-weight:bold;
   background: #a9a9a9;
   text-align: center;
   color: #fff;
   padding: 2px 5px 2px 5px;
   margin-left: 4px;
}
#k_path li a:hover {
   background: #fff;
   color: #e50303;
}