/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  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 {
}
.tabberlive {
	padding: 0px;
	margin-top: 6px;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
	margin:0;
	padding: 0px;
	font: bold 12px Tahoma, sans-serif;
	background-repeat: repeat-x;
	height: 24px;
	background-position: left top;

}

ul.tabbernav li
{
	display: inline;
	padding: 0px;
	background-image: url(bg_tabs.gif);
}

ul.tabbernav li a
{
	border-bottom: 1px none #999999;
	text-decoration: none;
	font-family: tahoma;
	font-size: 11px;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(bg_tabs.gif);
	padding: 6px 9px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #999999;
	border-right-color: #fff;
	border-left-color: #999999;
}

ul.tabbernav li a:link { color: #fff; }
ul.tabbernav li a:visited { color: #fff; }

ul.tabbernav li a:hover
{
	color:#eb9016;
	background-image: url(reiter_big_on.jpg);


}

ul.tabbernav li.tabberactive a
{
	color:#eb9016;
	background-image: url(reiter_big_on.jpg);
}

ul.tabbernav li.tabberactive a:hover
{

}
/*-------------GALLERY !!! ----------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
#gallery ul.tabbernav
{
	margin:0;
	padding: 0px;
	font: bold 12px Tahoma, sans-serif;
	background-repeat: repeat-x;
	height: 25px;
	background-position: left top;

}

#gallery ul.tabbernav li
{
	list-style: inline;
	display: inline;
	padding: 0px;
	background-image: url('');
}

#gallery ul.tabbernav li a, #gallery ul.tabbernav li a.last
{
	border-bottom: 1px none #FF9900;
	text-decoration: none;
	font-family: tahoma;
	font-size: 11px;
	background-image: url('');
	background-repeat: repeat-x;
	background-position: left top;
	padding: 1px 9px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-left-color: #FF9900;
}
#gallery ul.tabbernav li a.last{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#gallery ul.tabbernav li a:link { color: #FFCC66; }
#gallery ul.tabbernav li a:visited { color: #FFCC66; }

#gallery ul.tabbernav li a:hover
{
	color:#eb9016;
	background-image: url('');


}

#gallery ul.tabbernav li.tabberactive a
{
	color:#eb9016;
	background-image: url('');
}

#gallery ul.tabbernav li.tabberactive a:hover
{

}
/*--------------------------------------------------*/
/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
	padding:0px 5px 5px;
	overflow: hidden;
	/*height: 460px; /* 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 */
.tabbertab#tab1 {
	/*background-image: url(bg_tab1.jpg);*/
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
}
.tabbertab#tab1 img, .tabbertab#tab5 img{
	padding: 3px;
}
.tabbertab#tab2 {
	/*background-image: url(bg_tab1.jpg);*/
	background-repeat: no-repeat;
}
.tabbertab#tab2 img{
	padding: 3px;
	/*border: 1px solid #CCCCCC;*/
}
.tabbertab#tab3 {


}
.tabbertab#tab3 img{
	padding: 3px;
	/*border: 1px solid #CCCCCC;*/
}
.tabbertab#tab4 {

}
.tabbertab#tab4 img{
	padding: 3px;
	/*border: 1px solid #CCCCCC;*/
}
.tabbertab#tab5 {
	overflow: visible;
}
.tabbertab#tab6 {

}
.tabbertab#tab2 .tabbertab {

}

