#tabs{
  padding: 0px 0px 0px 17px;
  margin-top: 15px;
}

#tabscontent {
  padding-left: 17px;
}

#tabs ul{
  list-style-type:none;
  padding:4px 0px 0px 0px;
 *padding:0px;
  margin-bottom:-18px;
}


#tabs li{
  display:inline;
  padding-left:0px;
  font-size:10px;
  text-transform:uppercase;
  line-height:22px;
*line-height:25px;
}


#tabs a {
  float:left;
  background: url(../img/img_site/tab_bg.jpg) repeat-x top left;
  margin:0px 3px 0px 0px;
  text-decoration:none;
  padding: 2px 10px 0px 10px;
*padding: 0px 10px 2px 10px;
  text-align: center;
  border-top:1px solid #403f3e;
  border-right:1px solid #403f3e;
  border-left:1px solid #403f3e;
  color:#979797;
}


#tabs a:hover {
	background: url(../img/img_site/tab_bg_active.jpg) repeat-x top left;
	color: #d8d8d8;
}


#tabHeaderActive a {
	background: url(../img/img_site/tab_bg_active.jpg) repeat-x top left;
	color: #d8d8d8;
}

.tabContent {
  clear:both;
  border:1px solid #403f3e;
  margin-left: -17px;
  padding: 10px 10px 10px 16px;
 *padding: 5px 10px 10px 16px;
  background: url(../img/img_site/content_bg_dark.png) repeat left top;
  behavior: url("skins/iepngfix/iepngfix.php"); /* Transparantie in IE6 */
 }

 /* Formulieren CMS
**************************************************/

input, select, textarea, file {
	background: #FFF;
}