/*CSS-Datei für baysismenu.master; ZVS-UHP*/
BODY
{
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
}

#Sample-Control
{
    top: 100px;
    left: 0px;
    width: 170px;
    position: absolute;
    height: 55px;
    border-right-width: 0px;
}
.PrettyMenu ul.AspNet-Menu li a, .PrettyMenu ul.AspNet-Menu li span
{
    color: White;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    background-color: rgb(154,154,154);
}
.PrettyMenu ul.AspNet-Menu li:hover, .PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover
{
    /*background:#606060;*/
    background-color: rgb(96,96,96);
}

.PrettyMenu ul.AspNet-Menu li a:hover, .PrettyMenu ul.AspNet-Menu li span.Asp-Menu-Hover
{
    background-color: rgb(96,96,96);
}
.AspNet-Menu
{
    background-color: rgb(96,96,96);
}
div.AspNet-Menu-Horizontal
{
    width: auto;
    overflow: hidden;
}
li.AspNet-Menu-top1
{
    padding-left: 12px;
    font-size: 12px;
    color: white;
    padding-top: 4px;
    position: absolute;
    top: 0px;
    height: 19px;
}
A.AspNet-Menu-top1:unknown
{
    text-decoration: underline;
}
.AspNet-Menu-Link
{
    padding-right: 0px;
    padding-left: 0px;
    font-size: 12px;
    padding-bottom: 2px;
    margin: 0px;
    width: 100%;
    cursor: pointer;
    color: white;
    padding-top: 0px;
    text-decoration: none;
}
P.AspNet-Menu-pop_format:unknown A.AspNet-Menu-pop_format
{
    text-decoration: underline;
}
/* Bürger und Bauen */
/* Wahlen */
#child1
{
    border-top: rgb(0,0,0) 1px solid;
    border-bottom: rgb(0,0,0) 1px solid;
    border-right: rgb(0,0,0) 1px solid;
    top: 3px;
    background-color: rgb(154,154,154);
    left: -17px;
    border-left: rgb(0,51,102) 5px solid;
    width: 215px;
    padding-left: 3px;
    z-index: 1;
}
/*------Bauen----------*/

#top1_1
{
    padding-left: 10px;
    left: 10px;
    border-left: rgb(0,102,153) 5px solid;
    width: 110px;
}
#top1_2
{
    left: 10px;
    border-left: rgb(10,156,75) 5px solid;
    width: 74px;
}
#top1_3
{
    left: 10px;
    border-left: rgb(0,51,102) 5px solid;
    width: 52px;
}
#top1_4
{
    left: 10px;
    border-left: rgb(113,112,134) 5px solid;
    width: 83px;
}
#top1_5
{
    left: 10px;
    border-left: rgb(153,0,51) 5px solid;
    width: 55px;
}
#top1_6
{
    left: 10px;
    border-left: rgb(204,102,51) 5px solid;
    width: 81px;
}
ul.AspNet-Menu, ul.AspNet-Menu ul
{
    margin: 0;
    padding: 0;
    display: block;
}

ul.AspNet-Menu li
{
    position: relative;
    list-style: none;
}
ul.AspNet-Menu ul
{
    position: absolute;
    display: none;
}
/* -------------------------------------------------------------------------- */
/* When the Menu control's Orientation property is Horizontal the adapter wraps the menu with DIV */
/* whose class is AspNet-Menu-Horizontal. This allows us to force the top tier of the menu to layout */
/* horizontally, whereas all subsequent tiers of the menu lay out vertically. */

.AspNet-Menu-Horizontal ul.AspNet-Menu li
{
    float: left;
}

.AspNet-Menu-Horizontal ul.AspNet-Menu li li
{
    float: none;
}
