/* mhv, juni 2017 */
/****************************************/
#page {
    position: relative;
    padding-top: 15px;
}
/****************************************/

#header {
    height: 105px;
    background-color: #fff;
    background-image: url();
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 1000px;
    margin:0 auto;
}
/****************************************/

#logo {
    width: 258px;
    height: 90px;
    margin: 15px 15px 0 15px;
    float: left;
    background-color:#fff;
    background-image: url(../gfx/logo-mhv.jpg);
    background-size: contain;
}
#logo img {
    width: 258px;
    height: 90px;

}
#navigation li.banner {
    margin: 0 0 0 0px;
    padding: 5px 0px 5px 15px;
    background-image: none;
}
#skyscraper {
    width: 120px;
    height: 600px;
    float: right;
    margin: 4px 0 0 4px;
    clear: right;
}
#user {
    display: none;
}
#date {
    float: right;
    color: #666666;
    padding: 49px 0 4px 0px;
    font-size: 80%;
    display: none;
}
#title {
    display: none;
}
/****************************************/

#tabs { 
    overflow:hidden; 
    clear: both;
    background-color: #999;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    width: 1000px;
    margin:0 auto;
    margin-top: 15px;
    display: none;
}
#tabs ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
#tabs li {
    list-style: none;
    padding: 0px 10px 10px 0px;
    float: left;
    margin: 0 10px 0 0;
    border-right: 1px solid #fff;
    color: #ccc;
}
#tabs li:first-child {
    padding-left: 10px;
}
#tabs a {
    font-weight: normal;
    color: #000000;
}
#tabSelected a {
    color: #FFFFFF;
}
#tabSelected {
    border-left-color: #FFFFFF!important;
}
/****************************************/

#breadcrumb {
    clear: both;
    background-color:#ffffff;
    height:50px;
    line-height:50px;
    font-size:12px;
    padding: 0 0px;
    width: 1000px;
    margin:0 auto;
}
#breadcrumb a:link {
    color: #ff0000;
    font-weight: normal;
}
#breadcrumb a:visited {
    color: #ff0000;
    font-weight: normal;
}
/****************************************/

#container {
    width: 1000px;
    margin:0 auto;
    clear: both;
}
#navigation {
    width: 198px;
    line-height: 120%;
    color: #000000;
    float:left;
}
#navigation select {
    width: 156px;
}
#navigation a {
    display: block;
    font-weight: normal;
    color:#000;
}
#navigation a:visited { color:#000; }
#navigation a:hover {
    text-decoration:none;
}
#navigation ul {
    padding: 0 0 4px 0;
    margin: 0 0 30px 0px;
    list-style: none;

}
#navigation ul li {
    margin: 0px;
    padding: 0px 0 0 15px;
    font-size:12px; 
    line-height:20px;
    color:#000;

    background-image: url(../gfx/bg_boxtop.png);
    background-position: center -6px;
    background-repeat: no-repeat;

    -webkit-box-shadow: 0px 16px 22px -22px rgba(0,0,0,0.7);
    -moz-box-shadow: 0px 16px 22px -22px rgba(0,0,0,0.7);
    box-shadow: 0px 16px 22px -22px rgba(0,0,0,0.7);
    border-radius: 5px 5px 0 0;
}
#navigation ul li strong { display:block; height:44px; line-height:32px; 
    color: #fff;
}

#navigation ul li ul li {
    padding:2px 0;
    background-image: none;
}
#navigation ul li ul li a {
    font-weight: normal;
}
/****************************************/

#sub-navigation {
    padding: 4px 0 0 10px;
    font-size:12px;
    background-color:#efefef;
}
#sub-navigation a {
    font-weight: normal;
}
#sub-navigation ul {} #sub-navigation li {}
/****************************************/

#content {
    width: 768px;
    float:left;
    padding:0 15px 15px 15px;
}
#content-col1 {
    float: left;
    width: 476px;
    padding:0;
}
#content-col2 {
    float: right;
    width: 262px;
    padding:0 0px;
}
#content-row1 {
    clear: both;
    padding:0;
}
#content-row2 {
    clear: both;
    padding:0;
}
/****************************************/

#footer {
    padding: 16px 0 100px 0;
    clear: both;
    background-image: url(../gfx/bg_footer-r.jpg);
    background-repeat: repeat-x;
    background-position: 0 bottom;
}
#footer a {
    font-weight: normal;
}
#footer-copyright, #footer-link, #footer-navigation {
    width: 1000px;
    margin:0 auto;
}
/****************************************/

body, td, th, div, ul, ol, dt, input, option, select, textarea, legend, a, h1, h2, h3, h4, h5, h6, p {
    font-family: Arial, Helvetica, sans-serif;
    color: #3c3c3c;
}
body {
    position: relative;
    font-size:12px;
    line-height:18px;
    background-image: url(../gfx/bg_body.jpg);
    background-repeat: repeat-x;
    background-position: 0 top;

}
textarea {
    font-size: 1em;
}
input {
    font-size: 1em;
}
select {
    font-size: 1em;
}
h1, h2, h3, h4, h5, h6, p {
    padding: 0px 8px 0px 0px;
}
a {
    text-decoration: none;
    font-weight: bold;
}
a:link {
    color: #ff0000
}
a:visited {
    color: #ff0000
}
a:hover {
    color: #FF0000;
    text-decoration: underline
}
a:active {
    color: #FF0000
}

/* Banner */

#banner {
    width: 468px;
    height: 60px;
    margin: 0px 0 0 0;
    top: 0px;
    left: 0;
    float: right;
}
#banner-skyscraper {
    /*160x600*/
    
    position: absolute;
    top: 0;
    left: 1004px;
    z-index: 10;

}
#banner-super {
    /*728x90*/
    
    padding-left: 276px;
    width: 728px;

}

.result-set { background-color:#fff; font-size:12px; }

