/**
 * 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 */
#mainnav {
padding-top: 115px;
width: 250px;
padding-left: 100px;
clear: right;
}

*html #mainnav {
	clear: none;
	padding-top: 70px;
}

/* First level */
#mainnav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#mainnav li {
  margin: 0;
  padding: 0px 0;
  line-height:0.5em;
  list-style-type: none;
}

* html #mainnav ul, * html #mainnav li {
  height: 1px;
}
*:first-child+html #mainnav .parent {
  height: 3px;
}

#mainnav span {
  margin: 0;
  padding: 0;
}


#mainnav li.last {
	border-bottom: #fff;
}

#mainnav a, #mainnav span {
font-size:30px;
display: block;
color: #666;
margin: 0px;
padding: 3px 10px 0px 42px;
}

#mainnav a:hover {
	color: #E2001A;
}

#mainnav span {
	color: #1b3a7a;
	background: url('../images/arrow_right.png') scroll no-repeat left center;
}

/* Second level */
#mainnav .submenu {
  margin: -2px 0 0 8px;
  padding: 0;
  border-top: 0;
}

#mainnav .level_2 {
  padding-bottom: 4px;
  border-bottom: 0;
}

#mainnav .level_2 li {
  padding: 0 0 4px 0;
  border-top: 0;
}

#mainnav .level_2 a, #mainnav .level_2 li, #mainnav .level_2 span {
  font-weight: normal;
  font-size: 11px;
}


/* TopLink Navigation */

.mod_customnav {
	position: absolute;
  	top: 22px;
 	left: 0px;
 	width: 443px;
 	height: 148px;
 	overflow: hidden;
}

.mod_customnav ul {
  margin: 0;
  padding: 0;
}

.mod_customnav li {
  margin: 0;
  padding: 0;
  text-align: center;
  list-style-type: none;
  float: left;
}
.mod_customnav a, .mod_customnav span, .mod_customnav a:hover {
  background: url("../layout/buchkontor_logo_sea.jpg") no-repeat scroll center top transparent;
  font-weight: bold;
  width: 443px;
  height: 148px;
  font-size: 11px;
  color: #ffffff;
  display: block;
  text-indent: -60000px;
  overflow: hidden; 
}
