/**
 * TYPOlight webCMS
 * Copyright (C) 2005-2009 Leo Feyer
 *
 * This program is free software: you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation, either
 * version 2.1 of the License, or (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * License along with this program. If not, please visit the Free
 * Software Foundation website at http://www.gnu.org/licenses/.
 *
 * PHP version 5
 * @copyright  Leo Feyer 2005-2009
 * @author     Leo Feyer <leo@typolight.org>
 * @license    LGPL
 * @version    1.0
 */

/* Container */
.mod_navigation {
  width: 200px;
  top: 43px;
  position: absolute;
}

/* First level */
.mod_navigation ul {
  margin: 0 5px;
  padding: 0;
  border-bottom: 1px solid #c6ad8d;
  list-style-type: none;
}
.mod_navigation li {
  margin: 0;
  padding: 5px 0;
  border-top: 1px solid #c6ad8d;
  list-style-type: none;
}
* html .mod_navigation ul, * html .mod_navigation li {
  height: 1px;
}
*:first-child+html .mod_navigation .parent {
  height: 3px;
}
.mod_navigation span {
  margin: 0;
  padding: 0;
}
.mod_navigation a, .mod_navigation li, .mod_navigation span {
  font-weight: normal;
  font-size: 13px;
  color: #FFFFFF;
}
.mod_navigation a .active, .mod_navigation li .active, .mod_navigation span .active {
  font-weight: bold;
  font-size: 13px;
  color: #FFFFFF;
}

/* Second level */
.mod_navigation .submenu {
  margin: -2px 0 0 8px;
  padding: 0;
  border-top: 0;
}
.mod_navigation .level_2 {
  padding-bottom: 4px;
  border-bottom: 0;
}
.mod_navigation .level_2 li {
  padding: 0 0 4px 0;
  border-top: 0;
}
.mod_navigation .level_2 a, .mod_navigation .level_2 li, .mod_navigation .level_2 span {
  font-weight: normal;
  font-size: 11px;
}



/* Horizontal menu, use the class .navMain in your navigation modul */
.navMain ul {
  margin: 0;
  padding: 0;
}
.navMain li {
  width: 133px;
  margin: 0;
  padding: 0;
  text-align: center;
  list-style-type: none;
  float: left;
}
.navMain a, .navMain span {
  font-weight: bold;
  font-size: 11px;
  color: #ffffff;
}
.navMain a {
  height: 30px;
  display: block;
  margin: 0;
  padding: 5px 0 0 0;
  text-align: center;
  background-color: #cc0000;
  text-decoration: none;
  font-weight: bold;
  font-size: 11px;
  color: #ffffff;
}
.navMain a:hover {
  background-color: #b30000;
  text-decoration: none;
  color: #ffffff;
}
.navMain span {
  height: 30px;
  margin: 0;
  padding: 5px 0 0 0;
  background-color: #b30000;
  text-align: center;
}

.ce_tabcontrol_pane {
	width: 560px;
}

.ce_tabcontrol_tabs {

	position: relative;
	margin-bottom: 0px;
	width: 560px;
}
.ce_tabcontrol_tabs ul{
	margin:0 0 0 0px;
	padding:0;
	list-style-type:none;
}
.ce_tabcontrol_tabs li{
	font-family:Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight:bold;
	font-size:13px;
	color:#006;
	display: inline;
	margin-right: 15px;
	padding: 1px 4px 4px;
	float: left
}
.ce_tabcontrol_tabs li.tabs{
	font-family:Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight:bold;
	font-size:13px;
	color:#006;

}
.ce_tabcontrol_tabs li.tabs:hover {
	color: #fff;
	text-decoration: underline;
	cursor:pointer;cursor:hand;
}
.ce_tabcontrol_tabs li.tabs.selected    {
	color: #006;
	font-size: 13px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: bold;
	display: inline;
	margin-right: 15px;
	float: left;

}

