/* $Id: tabber.css,v 1.1 2010-02-16 10:42:26 dschwarz 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 {
	
}
#content .tabberlive {
	margin-top:1em;
	background-image:url(/fileadmin/templates/gebietsleitungen/tabber_ul_bg.jpg);
	background-repeat:no-repeat;
	background-position:left 31px;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
#content ul.tabbernav {
	margin:0;
	padding: 2px 0;
	font-size:12px;
	height:28px;
}

#content ul.tabbernav li.lastTab {
	float:none;
	clear:both;
	height:1px;
	width:1px;
	line-height:1px;
	font-size:1px;
	display:none;
}

#content ul.tabbernav li {
	list-style: none;
	margin: 0;
	display: inline;
	background-image:none;
	padding:0;
	float:left;
}

#content ul.tabbernav li a {
	padding: 3px;
	margin-right: 3px;
	border-top: 1px solid #E3E5E4;
	border-left: 1px solid #E3E5E4;
	border-right: 1px solid #E3E5E4;
	border-bottom: none;
	background: #fff;
	text-decoration: none;
	display:block;
	width:64px;
	margin-top:6px;
	text-align:center;
}

#content ul.tabbernav li a:link { color: #2E5FA1; }
#content ul.tabbernav li a:visited { color: #2E5FA1; }

#content ul.tabbernav li a:hover {
	color: #2E5FA1;
}

#content ul.tabbernav li.tabberactive a {
	background: none;
	border-bottom: none;
	font-weight:bold;
	padding-top:9px;
	margin-top:0px;
	background: #fff;
}

#content ul.tabbernav li.tabberactive a:hover {
	color: #2E5FA1;
	background: #fff;
}

#content ul.tabbernav li.tabber_first a,
#content ul.tabbernav li.tabber_first a:hover {
	background-image:url(/fileadmin/templates/gebietsleitungen/background.jpg);
	background-position:left top;	
}

#content ul.tabbernav li.tabber_last a,
#content ul.tabbernav li.tabber_last a:hover {
	background-image:url(/fileadmin/templates/gebietsleitungen/background.jpg);
	background-position:160px top;	
}

#content ul.tabbernav li.tabberactive_first a {
	background: none;
	border-bottom: none;
	font-weight:bold;
	padding-top:9px;
	margin-top:0px;
	background-image:url(/fileadmin/templates/gebietsleitungen/background.jpg);
	background-position:left top;
}
	
#content ul.tabbernav li.tabberactive_first a:hover {
	color: #2E5FA1;
	background: none;
	background-image:url(/fileadmin/templates/gebietsleitungen/background.jpg);
	background-position:left top;
}

#content ul.tabbernav li.tabberactive_last a {
	background: none;
	border-bottom: none;
	font-weight:bold;
	padding-top:9px;
	margin-top:0px;
	background-image:url(/fileadmin/templates/gebietsleitungen/background.jpg);
	background-position:100px top;
}
	
#content ul.tabbernav li.tabberactive_last a:hover {
	color: #2E5FA1;
	background: none;
	background-image:url(/fileadmin/templates/gebietsleitungen/background.jpg);
	background-position:160px top;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
#content .tabberlive .tabbertab {
	padding:30px 20px 20px 15px;
	border:1px solid #E3E5E4;
	border-top:0;
	background-image:url(/fileadmin/templates/gebietsleitungen/background.jpg);
	background-reapeat:no-repeat;
	min-height:257px;
	*height:320px; /*<---explorer weiche*/

 /* 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 */
#content .tabberlive .tabbertab h5 {
	display:none;
}

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

#content .tabberlive .tabbertab .left {
	float:left;
	width:267px;
}

#content .tabberlive .tabbertab .right {
	float:left;
	color:#666;
}

#content ul.tabbernav li a.gebietsleitung {
	width:93px;
}
#content ul.tabbernav li a.leistungen {
	width:76px;
}
#content ul.tabbernav li a.ueber_uns {
	width:64px;
}
#content ul.tabbernav li a.bezirksleitungen {
	width:105px;
}
#content ul.tabbernav li a.kontakt {
	width:60px;
}
#content ul.tabbernav li a.ablesung {
	width:62px;
}

.tabbertab .mail_key {
	width:33%;
}

.tabbertab .mail_kalorimeta .mail_value_nachricht {
	padding-left:180px;
}

.tabbertab .mail_kalorimeta .mail_submit {
	padding:10px 10px 10px 180px;
}

.tabbertab .mail_kalorimeta .mail_error {
	color:#FF0000;
	padding:0 10px 5px 180px;
}

h1 {
	background-color:#9d9c9c;
	color:#FFF;
}

.pretext {
	padding-bottom:20px;
}
