/* HEADER MENU */
header {
/*
    background-color:#212121;
    color: #f7d53e; TEXT YELLOW
*/
    background-color:#212121;
    box-shadow: 0 -1px 2px #111111;
    color:#fff;
    display:block;
    height:70px;
    position:relative;
    width:100%;
    z-index:100;


}
header h2{
    position:absolute;
    left:50%;
    margin-left:-400px;
    padding:22px 0;
    width:540px;
    font-size:22px;
    font-weight:normal;
}
header a.stuts,a.stuts:visited{
    border:none;
    text-decoration:none;
    color:#fcfcfc;
    font-size:14px;
    left:50%;
    line-height:31px;
    margin:23px 0 0 110px;
    position:absolute;
    top:0;
}
header .stuts span {
    font-size:22px;
    font-weight:bold;
    margin-left:5px;
}
.container {
    height: 50px;
    margin: 50px auto;
    width: 957px;
}

#nav,#nav ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#nav {
    background: url('../images/menu_bg.png') no-repeat scroll 0 0 transparent;
    clear: both;
    /* TEXT SIZE OF MENUBAR */
    font-size: 26px;
    height: 58px;
/* SCHRIFT IN MENUBAR VERSCHIEBEN padding: 0 0 0 9px;  */
    padding: 0 0 0 100px;
    position: relative;
    width: 957px;
}
#nav ul {
    background-color: #222;
    border:1px solid #222;
    border-radius: 0 5px 5px 5px;
    border-width: 0 1px 1px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
    left: -9999px;
    overflow: hidden;
    position: absolute;
    top: -9999px;
    z-index: 2;

    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);

    /*-moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;

    -moz-transition: -moz-transform 0.1s linear;
    -ms-transition: -ms-transform 0.1s linear;
    -o-transition: -o-transform 0.1s linear;
    -webkit-transition: -webkit-transform 0.1s linear;
    transition: transform 0.1s linear;*/
}
#nav li {
/* SEPARATER STRICH PNG AU FLINKE SEITE BEGINNEND SETZEN no-repeat scroll right 5px transparent; */
    background: url('../images/menu_line.png') no-repeat scroll left 5px transparent;
    float: left;
    position: relative;
}
#nav li a {
    /* color: #FFFFFF;  */
    color: white;
    display: block;
    float: left;
    font-weight: normal;
    height: 30px;
    padding: 23px 20px 0;
    position: relative;
    text-decoration: none;
    text-shadow: 1px 1px 1px #000000;
}
#nav li:hover > a {
    /* color: #00B4FF;  */
    color: #f7d53e;
}
#nav li:hover, #nav a:focus, #nav a:hover, #nav a:active {
    background: none repeat scroll 0 0 #121212;
    outline: 0 none;
}
#nav li:hover ul.subs {
    left: 0;
    top: 53px;
    width: 180px;

    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
#nav ul li {
    background: none;
    width: 100%;
}
#nav ul li a {
    float: none;
}
#nav ul li:hover > a {
    background-color: #121212;
    /* color: #00B4FF;  */
    color: #f7d53e;
}
/* LAVALMP AUSSCHALTEN
#lavalamp {
    background: url('../images/lavalamp.png') no-repeat scroll 0 0 transparent;
    /* height: 16px; */
    height: 25px;
    left: 13px;
    position: absolute;
    top: 0px;
    /* width: 64px; */
    width: 80px;

    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
#lavalamp:hover {
    -moz-transition-duration: 3000s;
    -ms-transition-duration: 3000s;
    -o-transition-duration: 3000s;
    -webkit-transition-duration: 3000s;
    transition-duration: 3000s;
}

#nav li:nth-of-type(1):hover ~ #lavalamp {
    left: 18px;
}
#nav li:nth-of-type(2):hover ~ #lavalamp {
    left: 110px;
}
#nav li:nth-of-type(3):hover ~ #lavalamp {
    left: 240px;
}
#nav li:nth-of-type(4):hover ~ #lavalamp {
    left: 356px;
}
#nav li:nth-of-type(5):hover ~ #lavalamp {
    left: 441px;
}
#nav li:nth-of-type(6):hover ~ #lavalamp {
    left: 550px;
}
#nav li:nth-of-type(7):hover ~ #lavalamp {
    left: 653px;
}
*/