/**
 * 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
 */

/* Horizontal menu for the header, use the class .navMain in your navigation modul */
.navMain {
  width: 580px;
  height: 94px;
  top: 8px;
  left:330px;
  position: absolute;
}
.navMain ul {
  margin: 0 ;
  padding: 0;
}
.navMain li {
  width: 140px;

  margin: 0;
  padding: 0;
  text-align: center;
  list-style-type: none;
  float: left;
}

.navMain a, .navMain span {
  font-weight: bold;
  font-size: 16px;
  color: #f3f3f3;
	line-height: 86px;
	
}
.navMain a {
	/*background: transparent url(../images/buttons/schild_inaktiv.png) no-repeat center top;*/
	  height: 95px;
  width: 118px;
  display: block;
  text-decoration: none;
  color: #f3f3f3;
	z-index: 0;
}
.navMain a:hover {
   background: transparent url(../images/Bilder/ribbon_bottom.png) no-repeat center top;
  color: #dbdddd;
}

.navMain a:active {
 
}


.navMain a.markit{
	
 background: transparent url(../images/Bilder/ribbon_red.png) no-repeat center top;
  display: block;
  text-align: center;
	color: #dbdddd;
	position: relative;
	visibility: visible;
}

/* Horizontal text menu for the footer, use the class .navMainFooter in your navigation modul */
.navMainFooter {
  width: 400px;
  top: 25px;
  left:40px;
  position: absolute;
  z-index: 300;
}
.navMainFooter ul {
  margin: 0 ;
  padding: 0;
}
.navMainFooter li {
  width: auto;
  margin-right: 25px;
  padding: 0;
  text-align: center;
  list-style-type: none;
  float: left;
  clear: none;
}

.navMainFooter a, .navMainFooter span {
  height: 12px;
  font-size: 10px;
  color: #f3f3f3;
	line-height: 14px;
}
.navMainFooter a {
  display: block;
  text-decoration: none;

}
.navMainFooter a:hover {
  text-decoration: none;
  color: #f3f3f3;

}

.navMainFooter a.markit{
	
 }




