font,td {
    font-family: Verdana,Arial,sans-serif;
    font-size: 8pt;
}

html {
    overflow: -moz-scrollbars-vertical;
    height: 100%;
}

body {
    color: black;
    background-color: white;
    font-family: Verdana,Arial,sans-serif;
    font-size: 8pt;
    margin: 0;
    padding: 0;
    height: 100%;
    background: url(/website/img/bg.gif);
    /*behavior:url("/website/csshover.htc");*/
}

div#container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    background: #ffffff url(img/bgleft.gif) repeat-y;
    min-height: 100%;
}

img {
    border: none;
}

div#header {
    margin: 0;
    padding: 60px 5px 5px 5px;
    background: #ffffff url(/website/img/logo.jpg) no-repeat;
    width: 790px;
    height: 13px;
    text-align: right;
    color: white;
    font-size: 10px;
}

div#searchbox {
    margin-top: 20px;
    height: 26px;
    padding-top: 24px;
}

div#navitop {
    background-color: #105075;
    width: 800px;
    height: 18px;
    padding-top: 4px;
    padding-bottom: 4px;
}

div#navileft {
    position: absolute;
    top: 104px;
    left: 0px;
    width: 171px;
    border-top: 1px solid white;
    padding-top: 14px;
}

div#content {
    padding: 10px 10px 5px 30px;
    margin-left: 171px;
    width: 586px;
    left: 171px;
}

input#searchtext {
    border: 1px solid #105075;
    height: 14px;
    width: 94px;
    float: left;
    margin-left: 6px;
}

input#btn_search {
    float: right;
    margin-right: 6px;
}

h1 { /* for use with gif-headlines */
    font-size: 10px;
    padding-top: 0px;
    margin-top: 20px;
}

h2, h3 {
    font-size: 9pt;
    padding-top: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
}

h4, h5, h6 {
    font-size: 8pt;
    padding-top: 0px;
    margin-top: 4px;
    margin-bottom: 4px;
}

div.companylistitem {
    border: 1px dotted silver;
    padding: 5px;
    margin-bottom: 10px;
}

#languagedd {
    position: absolute;
    z-index: 99;
    left: 697px;
    top: 104px;
    width: 93px;
    border: none;
    background-color: white;
    padding: 5px;
    display: none;
}

#languageddtable {
    border: 1px solid #105075;
    width: 100%;
}

a {
    color: steelblue;
}
a:hover {
    color: #EEAA5C;
}