.navbar {
    background: url("/pages/u/templates/50tipp/nav-bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #DDDDDD;
    padding: 15px 0;
    text-align: center;
}
.dialog_body .navbar {
    border-bottom-style: none;
}
.navbar ul {
    display: block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.navbar ul.container {
    margin: 0 auto;
}
.navbar ul li {
    display: inline-block;
}
.navbar a {
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 10px;
    color: #666666;
    display: inline-block;
    font-size: 15px;
    margin-right: 5px;
    padding: 5px 15px;
}
.navbar a:hover {
    color: #333333;
}
.navbar li.active a, .navbar a.active {
    background: -moz-linear-gradient(center top , #FEFEFE, #EFEFEF) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #DDDDDD;
    color: #333333;
}
#example-categories.navbar a.active {
    color: #E67100;
    font-weight: bold;
    text-shadow: 1px 1px 1px #FFFFFF;
}
.navbar.navbar-separators a {
    margin-right: 15px;
    position: relative;
}
.navbar.navbar-separators a:after {
    color: #CCCCCC;
    content: "/";
    display: block;
    height: 23px;
    position: absolute;
    right: -11px;
    top: 5px;
}
.navbar.navbar-separators a:last-child:after {
    display: none;
}
.dialog_content .navbar {
    background: url("/pages/u/templates/50tipp/bg2.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.dialog_content .navbar a {
    color: #777777;
}
.dialog_content .navbar a:hover {
    color: #444444;
}
#navbar {
    background: url("/pages/u/templates/50tipp/header-bg-kek.png") repeat scroll 0 0 #E5E5E5;
    border-bottom: 1px solid #FFFFFF;
    height: 77px;
    padding: 0;
	position:fixed!important;
}
#navbar > nav ul {
    margin: 0;
    padding: 0;
    margin-top:10px!important;
}
#navbar > nav li {
    float: right;
    list-style: none outside none;
    padding: 0;
}

#nav-main {
    clear: right;
    float: right;
    /*margin-right: 150px !important;*/
}
#nav-main a {
    color: #ffffff;
    display: block;
    float: right;
    font-size: 14px;
    font-weight: bold;
    margin: 12px 10px 0;
    padding: 6px 10px;
    /*text-shadow: 1px 1px 1px #FFFFFF; */  
    text-decoration:none;
}
#navbar > nav a.highlight {
    color: #549B28 !important;
}
#logo {
    background: url("/pages/u/templates/50tipp/logo.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0);
    display: block;
    float: left;
    font-size: 1px;
    height: 53px;
    margin: 12px 0 0;
    overflow: hidden;
    text-indent: 212px;
    text-shadow: none;
    transition: opacity 0.2s ease-out 0s;
    white-space: nowrap;
    width: 212px;
   
}

}
body > header > nav #nav-main a:hover {
    background: none repeat scroll 0 0 #FFFFFF;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

[fix-header] {
    height: 35px;
    left: 0;
    position: absolute;
    top: 78px;
    width: 100%;
    z-index: 210;
}
header[fix-header] {
    padding: 0;
}
.top-offset[fix-header] {
    top: 116px;
}
#navbar[fix-header] {
    top: 0;
}
#navbar.top-offset[fix-header] {
    top: 38px;
}
#example-categories[fix-header] {
    top: 0;
}
#compare-feature [fix-header] {
    right: 0;
    top: 0;
}
#compare-feature #header-placeholder, #compare-feature [fix-header] {
    height: 38px;
}
#compare-feature .fixed[fix-header] {
    box-shadow: none;
}
.fixed[fix-header], #navbar.fixed[fix-header], .top-offset.fixed[fix-header] {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
}
#header-placeholder {
    height: 77px;
    width: 100%;
}
#header-placeholder.navbar {
    height: 65px;
    padding: 0;
    width: 100%;
}
