* {
  font-family:'Trebuchet MS',verdana,arial,'sans-serif';
}
body {
  background-color:#012B3F;
  background:url('images/background.jpg') center repeat-y;
  padding-top:0px;
  margin-top:0px;
}

#container {
  position:absolute;
  left:50%;
  width:780px;
  margin-left:-390px;
  background:#ffffff url('images/bgtop.jpg') right top no-repeat;
}

#top {
  height:120px;
  width:100%;
  padding-bottom:6px;
  background:url('images/lijn.jpg') repeat-x bottom;
}

#menutop {
  position:absolute;
  top:28px;
  left:150px;
  height:120px;
  width:300px;
}

a.menuhead {
  position:relative;
/*  top:92px;*/
  display:block;
  float:left;
  height:35px;
  padding:0px 4px;
  text-align:center;
  line-height:30px;
  text-decoration:none;
  letter-spacing:-1px;
  color:#FF6600;
  font-size:14px;
  background-color:white;
}

a.menuhead:hover {
  background-color:#FF6600;
  color:white;
  line-height:35px;
}



h1{
  font-weight:bold;
  color:#35A947;
  letter-spacing:3px;
  font-variant:small-caps;
  padding-left:20px;
  background:url('images/h1.gif') no-repeat left;
}


h2{
  color:#FF6600;
}

#content {
  padding:0px 5px 0px 150px;
  padding-bottom:20px;
  background:url('images/lijn.jpg') repeat-x bottom;
  color:#3F352E;
}

#content img {
  float:left;
  margin-right:5px;
}

#content a {
  color:#FF6600;
}
#content a:hover {
  color:#000000;
}

#bottom {
  background-color:white;
  background:url('images/bottom.jpg') bottom no-repeat;
  height:80px;
}


#left {
  float:left;
  width:150px;
  text-align:left;
  margin-top:10px;
}

#left .a2{
  display:block;
  height:25px;
  line-height:25px;
  width:135px;
  text-decoration:none;

  background-color:#FF6600;

  border-top:1px solid #ffffff;
  border-bottom:1px solid #ffffff;
  margin-bottom:-1px;
  padding-left:5px;
  color:#ffffff;

  font-size:13px;
}

#left .a2:hover {
  background:url(images/bgmenu2.jpg) left repeat-y;
  color:#333333;
}



/*tooltip*/


a.tooltip, a.tooltip:link, a.tooltip:visited, a.tooltip:active {
  position:relative; 
  text-decoration: none;
  font-style: bold;
  border-bottom:0px dotted #4dbcf3;
  z-index:99;
}

a.tooltip:hover {
  background: transparent;
  z-index:100;
}

a.tooltip span {
  display: none;
  text-decoration: none;
}

a.tooltip:hover span {
  display: block;
  position: absolute;
  top: 30px;
  left: 0px;
  width: 200px;
  color: #000000;
  font-size:14px;
  border-left: 4px solid #FF6600;
  padding: 2px 10px 2px 10px;
  background: #EEEEEE;
  text-align: left;
  line-height:15px;
}