/* tvm-tennis, Okt 2018 */
 @import url('https://fonts.googleapis.com/css?family=Oswald');
/****************************************/
#page {
    position: relative;
    width: 1278px;
    margin: 0 auto;
    box-shadow: 0 0px 11px rgba(0, 0, 0, 0.18);
}
/****************************************/

#header {
    height: 224px;

    background-color: #fff;
    background-image: url("../gfx/header_180.jpg");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 1278px;
    background-size: cover;
}
/****************************************/

#logo {
    width: 160px;
    height: 184px;
    margin:20px 0 20px 30px;
    float: left;
    /*
    background-color:rgba(255,255,255,0.7);
    */
}
#logo img, #logo a {
    width: 180px;
    height: 224px;
    display: block;
}
#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;
}
/****************************************/

#tabs { 
    overflow:hidden; 
    clear: both;
    background-color: #888;
    line-height: 44px;
    font-size: 18px;
    padding-left: 15px;

    border: solid 1px #FFFFFF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11) inset;
    background: #FFFFFF url(../gfx/s5_menu_bg.png) repeat-x bottom left;
    text-transform: uppercase;
    font-family: Oswald;
    color: #333333;
}
#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;
    color: #ccc;
}
#tabs li li {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}
#tabs a {
    font-weight: normal;
    color: #000000;
}
#tabSelected a {
    color: #009475;
}
#tabSelected {
    border-left-color: #FFFFFF!important;
}
#title {
    display: none;
}
/****************************************/

#breadcrumb {
    clear: both;
    height:44px;
    line-height:44px;
    margin-bottom:15px;
    font-size:12px;
    padding-left:15px;
    
    background-color:#dddddd;
    background: #FFFFFF url(../gfx/s5_menu_bg.png) repeat-x bottom left;
    color: #999;
    border-top: solid 3px #009475;
    /*
    border: solid 1px #FFFFFF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11) inset;
    */
}
#breadcrumb a {
    display: inline-block;
    margin:0 10px; 
}
#breadcrumb a:first-child {
    margin-left: 0;
}

/****************************************/

#container {
    width: 1278px;
    clear: both;
}
#navigation {
    width: 210px;
    color: #000000;
    float:left;
    padding: 0 16px;
    margin:0 0 16px 0;
}
#navigation > ul {
    background: #FFFFFF;
    padding: 0px 15px 15px 15px;
    border: solid 1px #D8D8D8;  
    margin:0;
    list-style: none;
}
#navigation select {
    width: 156px;
}
#navigation a {
    display: block;
    font-weight: normal;
    color:#000;
}
#navigation ul ul {
    margin:0;
    padding: 0;
}
#navigation ul li {
   margin: 0px;
    padding: 0 0 0 15px;
    font-size:13px; 
    color:#000;
}
#navigation ul li strong { 
    display:block; 
    color:#009475;
    text-transform: uppercase;
    font-family: Oswald;
    font-size: 17px;
    line-height: 18px;
    margin: 16px 0 16px -15px;
}
#navigation ul li ul li {
    padding:2px 0;
}
#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: 986px;
    float:left;
    padding:16px;
    border: solid 1px #D8D8D8;
    margin-bottom: 16px;
}
#content-col1 {
    float: left;
    width: 720px;
    padding:0;
}
#content-col2 {
    float: right;
    width: 262px;
    padding:0 0px;
}
#content-row1 {
    clear: both;
    padding:0;
}
#content-row2 {
    clear: both;
    padding:0;
}
/****************************************/

#footer {
    width: 1278px;
    clear: both;
    font-size: 13px;

    background: #151618;
    padding-top: 38px;
    padding-bottom: 38px;
    border-top: solid 3px #009475;
    color: #fff;
    text-align: center;
}
#footer a {
    font-weight: normal;
}
/****************************************/

body, td, th, input, option, select, textarea, legend  {
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
}
body {
    position: relative;
    font-size:14px;
    line-height:20px;

}
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:not(.btn) {
    color: #009475;
}
a:visited:not(.btn) {
    color: #009475;
}
a:hover:not(.btn) {
    color: #009475;;
    text-decoration: underline
}
a:active:not(.btn) {
    color: #FF0000
}

/* Banner */

#banner {
    width: 468px;
    height: 60px;
    margin: 4px 0 0 0;
    position: absolute;
    top: 0px;
    left: 488px;
}
#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; }

