/* UDMv4.5 */
/***************************************************************\
 
 ULTIMATE DROP DOWN MENU Version 4.5 by Brothercake
 http://www.udm4.com/
 
 This script may not be used or distributed without license
 
 \***************************************************************/
/***************************************************************/
/* Generated CSS - DO NOT EDIT THIS DIRECTLY                   */
/***************************************************************/
/* added by jenkhardt. this are the the no-script css definitions */


.udm, .udm li, .udm ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
} .udm {
    position: relative;
    left: 0;
    top: 0;
    z-index: 21000;
    width: 7.5em;
    cursor: default !important;
    border: none;
    text-align: left;
} .udm {
    float: none;
    width: 100%;
}
@media screen, projection {.udm {

float:left;
}
} .udm {
    padding-top: 0;
} .udm > li:first-child {
    margin-left: 0;
}
@media Screen, Projection {.udm >

li:first-child {
        margin-left: 0;
        margin-right: 0;
}
} .udm li {
    left: 0;
}
@media screen, projection {.udm

li {
        position: relative;
}
} .udm li {
    display: block;
    width: auto;
    float: left;
} .udm li a {
    position: static;
    display: block;
    float: left;
    white-space: nowrap;
}
@media screen, projection {.udm

l\i a {
        position: relative;
        float: none;
}
}

ul[class
^= "udm"]

li a {
    position: relative;
    float: none;
}
@media screen, projection { *

html .udm li a {
        position: relative;
        float: none;
}
} .udm li, .udm li:first-child {
    margin-right: 1px;
} .udm li a {
    margin-bottom: 1px;
}

/*
ul[class
^= "udm"]: not([

class = "xxx"])
*/

li a {
    margin-bottom: 0;
}
/*
ul[class
^= "udm"]: not([

class = "xxx"])*/

li {
    margin-bottom: 1px;
} .udm a, .udm a:link, .udm a.nohref {
    background-image: none;
    background-color: transparent;
    cursor: pointer !important;
    z-index: 2000;
    text-align: left;
    border-style: solid;
    border-color: #ead4a4 #edbb85 #edbb85 #ead4a4;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-decoration: none;
    color: #ffffff;
    border-width: 0px;
    font-style: normal;
    font-family: arial;
    font-weight: bold !important;
} .udm a, .udm a.nohref {
    font-size: 16px;
} .udm li a:visited {
    background-image: none;
    background-color: transparent;
    border-width: 0px;
    color: #ffffff;
    font-style: normal;
    border-style: solid dashed solid solid;
    border-color: #ead4a4 #edbb85 #edbb85 #ead4a4;
} .udm li a.udmR, .udm li a.udmY, .udm li a.udmR:visited, .udm li a.udmY:visited, .udm li a:hover, .udm li a:focus, .udm li a.nohref:hover, .udm li a.nohref:focus {
    font-style: normal;
    background-image: none;
    background-color: transparent;
    text-decoration: none;
    color: #666666;
    border-color: #ead4a4 #ead4a4 #fae4b4 #fae4b4;
    border-style: solid;
    border-width: 0px;
} * html .udm li a:active {
    font-style: normal;
    background-image: none;
    background-color: transparent;
    text-decoration: none;
    color: #666666;
    border-color: #ead4a4 #ead4a4 #fae4b4 #fae4b4;
    border-style: solid;
    border-width: 0px;
} .udm a.nohref, .udm ul a.nohref {
    cursor: default !important;
}
@media screen, projection { *

html .udm li {
        display: inline;
}
}
@media screen, projection { *

html .udm li, * html .udm ul li {
        display /**/:block;
        float /**/:left;
}
}

ul[class$="udm"].udm li, ul[class$="udm"].udm ul li {
    display: block;
    float: left;
}
/*
ul[class$="udm"].udm:not([class="xxx"]) li {
    float: left;
}*/
/*@media all and (min-width:0px){ul[class$="udm"].udm li {*/
@media all {ul[class$="udm"].udm li {
    float: left;
}
}


/* - - - - - -- OVERRIDE UDM STYLES - - - - - - - - - - - */
/* CSS OBERHALB: !important entfernen bei padding UND margin-bottom auf 0px !! */

div#main_menu {
	height:47px;
	bottom:0px;
}ul#udm li.lvl1 {
	height:47px !important;	
	margin-right:05px !important;
}
ul#udm li.lvl1 a.lvl1 {

	height:47px;
}
ul#udm li ul {
        display:none;
}