html{
}

body{
  background:#eaeaea url(../images/bodybg.png) repeat-y;
  font-family:trebuchet ms, verdana,arial,helvetica;
  font-size:9pt;
  margin:0px;
  overflow:auto;
}

/* Logo */
img#logo{
  position:absolute;
  top:0px;
  left:0px;
}

/* Header */
td#header{
  background:#6ed43b url(../images/topbg.png) repeat-x;
  height:84px;
}

/* Menubalk */
td#menu{
  background:#ccff33;
  height:23px;
  border-bottom:1px solid #ffffff;
  padding-left:200px;
}

/* Taalkeuze-balkje */
td#taalkeuze{
  background:#ccff33;
  height:23px;
  border-bottom:1px solid #ffffff;
  text-align:right;
}

/* Main */
div#main{
  padding-left:205px;
  font-family:trebuchet ms, verdana,arial,helvetica;
  font-size:9pt;
}

/* Linkermenu */
div#links{
  position:absolute;
  left:0px;
  top:250px;
}

/* Selectbox */
select{
  font-size:8pt;
  background-color:#ccff33;
}

/* Textfields voor login */
.login{
  font-family:trebuchet ms, verdana,arial,helvetica;
  font-size:8pt;
  background-color:#ccff33;
  border:1px solid #ffffff;
  width:110px;
}

/* Textfields overig */
.txtfield{
  font-family:trebuchet ms, verdana,arial,helvetica;
  font-size:8pt;
  background-color:#ccff33;
  border:1px solid #ffffff;
}

/* Links */
a, a:active, a:visited, a:hover{
  color:#000;
  text-decoration:underline;
  font-weight:bold;
}

/* Tabellen */
.topic{
  border-collapse: collapse;
  border:1px solid #c0c0c0;
}

.topichead{
  border-collapse: collapse;
  border:1px solid #c0c0c0;
  font-weight:bold;
  background-color:#ccff33;
}

/* Footer */
.footertext, .footertext a, .footertext a:active, .footertext a:visited, .footertext a:hover{
  text-align:right;
  color:#808080;
  padding-right: 15px;
  padding-left: 15px;
  text-decoration: none;
  font-weight:normal; 
}

/* Mijn bedrijf */
span.head{
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 11px; 
  font-weight: bold; 
  color: #C3E800; 
  text-decoration: none; 
  vertical-align: middle
}

/* Punt */
img.point{
  margin-left:20px;
}

html>body img.point{
  position:relative;
  top:-3px;
}

img{
  border:0px;
}

a.info{
  position:relative;
  z-index:24; 
  color:#000;
  text-decoration:none
}

a.info:hover{
  z-index:25; 
  background-color:#eaeaea;
}

a.info span{
  display: none
}

a.info:hover span{ 
  display:block;
  position:absolute;
  top:-3em; 
  left:2em; 
  width:15em;
  border:1px solid #000;
  background:#c0c0c0 url(/images/invulhulp_nl.jpg) no-repeat;
  padding-top: 27px; 
  padding-left: 5px;
  color:#000;
  text-decoration:none;
  font-weight: normal;
}

