﻿.MainMenu
{
    padding-left: 1px;
    padding-right: 1px;
    cursor: default;
}


.MainMenuItem
{
    cursor: pointer;
    width: 195px;
    white-space: nowrap;
    padding: 0px;
    height: 30px;
    color: White;
    text-align: center;
    background-image: url(../images/mainmenu.gif);
    background-repeat: no-repeat;
}

.MainMenuItemHover
{
    border: 0px;
    padding: 0px;
    height: 30px;
    color: white;
    text-align: center;
    white-space: nowrap;
    cursor: pointer !important;
    background: url(../images/mainmenuhover.gif) no-repeat;
}

.MainMenuItem a
{
    font: bold 12px Verdana;
    text-decoration: none;
    color: White;
    background-image: none;
}

.MainMenuItem a:link, .MainMenuItem a:focus, .MainMenuItem a:visited., .MainMenuItem a:active, .MainMenuItem a:hover 
{
    font: bold 12px Verdana;
    text-decoration: none;
    color: White;
    background-image: none;
}

.LevelMenu
{
    padding: 0px;
    cursor: pointer;
    z-index: 100 !important;   /*Wegen Bug im Framework für IE8*/
}

.LevelMenuItem
{
    border: 0px;
    height: 22px;
    color: white;
    width: 179px;
    text-align: left;
    white-space: nowrap;
    background: url(../images/submenu.gif) no-repeat;
    background-position: 0px 0px;
}

.LevelMenuItem a
{
    font: 12px Verdana;
    cursor: auto;
    cursor: pointer;
    color: #FFFFFF;
    font-weight: normal;
    text-decoration: none;
    border:none;
    display:inline-block;
    height:100%;
    width:100%;
}


/*
gibt Probleme im IE8
.LevelMenuItem a[href]
{
    display:table-cell;
    vertical-align: middle;
} */

.LevelMenuItem a:link, .LevelMenuItem a:focus, .LevelMenuItem a:visited., .LevelMenuItem a:active, .LevelMenuItem a:hover 
{
    text-decoration: none;
    cursor: pointer;
    display:inline-block;
    
    /*height: 100%;*/
    width: 100%;
    color: #FFFFFF;
}

.LevelMenuItemHover
{
    border: 0px;
    padding: 0px;
    height: 22px;
    width: 179px;
    color: White;
    white-space: nowrap;
    background: url(../images/submenuhover.gif) no-repeat;
    background-position: 0px 0px;
}

.LevelMenuItemSpan
{
    padding-left:20px;
    /*width:100%;*/
    color: White;
}