/* css des CETS headers */

#header {
    height: 130px;
    /*background: grey;*/
    position: relative;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size : 11px;
}

#header_logo_position {
    height: 130px;
    position: absolute;
    top: 0px;
    left: 0px;
}

a#header_logo_invisible_link {
    display: block;
    position: absolute;
    width: 170px;
    height: 130px;
    border: 0px none red;
}

a:hover#header_logo_invisible_link {
    display: block;
    position: absolute;
    width: 170px;
    height: 130px;
    outline: 1px solid grey;
    background-color: transparent;
    border: 0px none red;
}

img#header_logo_invisible_link {
    display: block;
    position: absolute;
    width: 170px;
    height: 130px;
    border: 0px none red;
}

#header_toplink {
    float: right;
    background: black;
    padding-top: 3px;
    padding-bottom: 2px;
    
}

#header_toplink a {
    color: white;
    background: black;
    padding-left: 10px;
    padding-right: 10px;
    border-style:none;
}

/* White vertical lines between toplink elements. */
#header_toplink a+a {
    border-left: 1px solid white;
}

#header_bottom {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 79%;
    color: #767676;
    background: #E1E1E1;

}


#header_searchbar {
    float: right;
    margin-left: 100px;
    margin-right: 50px;
    padding-top: 3px;
    padding-bottom: 2px;
    height: 20px;
}

#header_searchbar form {
    height: 20px;
}

#header_searchbar img {
	border:1px solid white;
	padding:0px;
	margin: 0px;
}

#header_searchbar img:hover {
    border:1px solid black;
    padding:0px;
    margin: 0px;
}

#header_searchbar a {
    float: left;
	display: block;
	margin: 0px;
	padding: 0px;
	margin-right: 4px;
	margin-bottom: 6px;
}

#header_searchbar a:hover {
    padding: 0px;
    margin: 0px;
    margin-right: 4px;
    margin-bottom: 6px;
}

#header_searchbar input {
    width: 115px;
    font-family: Verdana, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #333333;
    margin-top:2px;
}


#header_topmenu {
    list-style-type: none;
    background: white;
    float: left;
    margin: 0px;
    padding: 0px;
    height: 25px;
}

#header_topmenu li {
    float: left;
    /* display: inline; */
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#header_topmenu li a {
    display:block; /* Removes red line at the bottom of the topmenu.*/
    background: #E1E1E1;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 2px;
    margin: 0px;
}

#header_topmenu li a:hover { 
    text-decoration:none; 
    border:1px solid grey;
    color: black;
    background: white;
}

/* Definition of dynamic top menu sub entries, based on css only.*/
#header_topmenu li ul li {
    /* position: absolute; */
    float: none;
    display:block;
    margin: 0px;
    padding: 0px;
}


#header_topmenu li ul {
    display: none;
    position: absolute;
}

#header_topmenu li:hover>ul {
    display: block;
    float: none;
    margin: 0px;
    padding: 0px;
}
