﻿@charset "UTF-8";

@media all
{
  #weiterbtn {
    /* Einfassen der Floats im IE */
    width: 110px;
    overflow: visible;
    /* Einfassen der Floats in allen anderen Browsern */
    float: left;
    display: inline;    
    /* Wiederholung der Hauptfarbe aus der Bilddatei  */
    
    /*background: Transparent url("../../images/misc/bg_weiterbtn.gif") repeat-x center right; 
    border-top: 1px rgb(225,225,225) solid;
    border-bottom: 1px rgb(225,225,225) solid;
    border: 1px rgb(225,225,225) solid;  

border-bottom: 1px rgb(225,225,225) dotted;
    */
    
    line-height: 0;
  }

  #weiterbtn ul {
    border-left: 0; 
    border-right: 0;   
    /* Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left;
    margin: 0;
    /* Abstand des ersten Buttons vom linken Rand  */
    margin-left: 26px;
    padding: 0;
  }

  #weiterbtn ul li {
    
    /* Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left;
    font-size: 1.0em;
    line-height: 1em;
    list-style-type: none;
    margin: 0; /* Abstand des ersten Buttons vom linken Rand (-2 Pixel für 3D-Schatten) über basemod.css anpassen */
    padding: 0;
    width:110px;  /*NEU eingefügt / Gleiche Breite für alle Navigationspunkte */ 
    text-align:left; /* NEU eingefügt text-align:center;  alle Navigationspunkte mittig ausrichten */
  }

  #weiterbtn ul li a,
  #weiterbtn ul li strong {
    background: Transparent;
    color: #fff;
    border-top: 0;
    display: block;
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    padding: 0.5em 0.8em 0.5em 0.8em;
    border-bottom: 1px #ccc dotted;
    text-decoration: none;
    width: auto;     
    background: url(../../images/misc/pfeil.gif) no-repeat 0 .7em
  }

  #weiterbtn ul li a:focus,
  #weiterbtn ul li a:hover,
  #weiterbtn ul li a:active  
  {
    /* background: #eee; 
    background: #6a5c42 url("../../images/navigation/shiny_buttons/bg_sub_nav.gif") repeat-x center right;
    background: rgb(32,159,44) repeat-x center right;
    */
    background: Transparent;    
    text-decoration: none;
    font-weight:bold;
  }

}
