
/* achtergrondskleuren van de tabs geregeld onderaan in layout_home, layout_inspiratie, etc. */


/* ======= SCRIPTACULOUS TABS (bron: http://wiki.script.aculo.us/scriptaculous/show/Tabs) ======= 
Voor editen van teksten en RSS-tab erbij
*/

#tabspacer {
	display:none;
	height:30px;
}

#tabs{
	margin-top:-1px;
	margin-left: 5px;
	padding: 0;
	background: transparent;
	padding-left: 5px;
	display:none;
}
#tabs ul{
	font: bold 11px Arial, Verdana, sans-serif;
	margin:0 0 -2px 15px;
	padding:0;
	list-style:none;
}
#tabs li{
	display:inline;
	margin:0 2px 0 0;
	padding:0;
	text-transform:uppercase;
}
#tabs a{
	float:left;
	background:#A3BBE6 url(images/tabs_left.gif) no-repeat left top;
	margin:0 2px 0 3px;
	padding:0 0 1px 3px;
	text-decoration:none;
}
#tabs a span{
	float:left;
	display:block;
	background: transparent url(images/tabs_right.gif) no-repeat right top;
	padding:4px 9px 2px 6px;
}
#tabs a span{float:none;}

#tabscontent, #tablijn {
	display:none;
}
#tablijn {
	border-top:1px solid #42577B;
	height:1px;
	clear:both;
	width:320px;
	margin:3px 0 0 20px;
}
.tabContent {
	clear:both;
/*	border:1px solid #42577B; */
	background-color:transparent;
	margin:0 10px 0 10px;
	padding-bottom:20px;
	width:95%;
	overflow:hidden;
}

/* ======= TWEEDE TABBERSCRIPT HIERONDER ======= 
Voor menubeheer en zoekmachine
*/

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
 width:92%;
 overflow:hidden;
 margin-left:-12px;
}
.tabberlive {
 margin-top:1em;
 width:92%;
 overflow:hidden;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0 1px 0;
 font: bold 12px Verdana, sans-serif;
 width:92%;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 padding-top:20px;
/* border:1px solid #aaa; */
 border-top:0;
 width:95%;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:hidden;
}

.rsstoelichting {
	margin-top:-2px;
	margin-bottom:-2px;
}

