
root { 
    display: block;
}

#navi {
    background-image: url('../img/header_new2.png');
    background-repeat: repeat-x;
    width: 100%;
    height: 100px;
    color: white;
    font-weight: normal;
    font-style: normal;
    font-family: verdana, 'helvetica neue', helvetica-neue, helvetica, arial, sans-serif;    
    font-size: small;
    text-align: left;
    display: block;
    position: relative;
    float: left;
    margin: auto;
    margin-bottom: 10px;
    padding: 0px;
    z-index: 5;
}
#naviList {
    text-align: justify;
    clear: both;
    display: block;
    list-style-type: disc;
    text-transform: uppercase;
    position: relative;
    margin: 0px;
    padding: 0px;
}
#naviList li {
    list-style: none;
    display: list-item;
    float: left;

    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    z-index: 10;
}

.menu {
    width:965px;
    background-image: url(../img/naviext.png);
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    margin-top: 62px;    
    height: 38px;
    font-size:0.85em;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
    width: 965px;
    height: 60px;
    padding:0;
    position: absolute;
    top: 32px;
    margin:0;
    list-style-type:none;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
    display: list-item;
    float:left;
    width: auto;
    position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
    display:block;
    font-size:14px;
    text-decoration:none;
    color:#fff;
    width: auto;
    height:40px;
    background: transparent;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 20px;
    line-height: 20px;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
    visibility:hidden;
    position:absolute;
    height:0;
    top:57px;
    left:0;
    width:auto;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
    background-image: url('../img/bdot.png');
    background-color: transparent;
    background-attachment: fixed;
    background-repeat: repeat;
    /* background-color: #009cff; */
    color: #ffffff;
    height:auto;
    line-height:1em;
    padding:5px 10px;
    width:200px;
}

/* style the top level hover */
.menu a:hover{
    color:#009cff;
    background: transparent;
}
.menu a:active{
    color:#009cff;
    background: transparent;
}

.menu :hover > a {
    color:#009cff;
    background:transparent;
    font-weight: normal;
}

.menu ul ul a:hover {
    color:#009cff;
    background-image: url('../img/bdot.png');
    background-color: transparent;
    background-attachment: fixed;
    background-repeat: repeat;
    font-weight: normal;
}

.menu ul ul :hover > a {
    color: #009cff;
    background-image: url('../img/bdot.png');
    background-color: transparent;
    background-attachment: fixed;
    background-repeat: repeat;
    font-weight: normal;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
    visibility:visible;
}

#flags {
	position: absolute;
	left: 880px;
	top: -5px;
    width: 140px;
}

#flags a {
	width:30px;
	padding: 20px 10px 0px 0px;
}

.topImg{
    float: left;
    z-index: 15;
    margin: 0px;

}

.topImg img {
    border: 0px;
}

#topSearch {
    float: right;
    z-index: 15;
    margin: 35px 0px 0px 0px;
    padding: 0px;
}

#searchField {
    background:#ffffff url(../img/icon-lupe.png) no-repeat 4px 4px;
    padding:4px 4px 4px 28px;
    border:1px solid #009cff;
    width:180px;
    height:18px;
}

#searchField:focus {
    background:#ffffff url(../img/icon-lupe.png) no-repeat 4px 4px;
    padding:4px 4px 4px 28px;
    border:1px solid #ff0000;
    width:180px;
    height:18px;
}






