/* tennisregionalliga-west.de, Okt 2018 */

 @import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');
/****************************************/
#page {
    width: 1026px;
    margin: 0 auto;
    padding-top: 120px;
    background-color: rgb(250, 249, 218);
}
/****************************************/

#header {
    height: 100px;
    
    background-color: rgb(232, 148, 30);
    position: absolute;
    top:20px;
    left: 0;
    width: 100%;
}

#header > br {
	display:none;
}

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

#logo {
    width: 1026px;
    margin: 0 auto;
}
#logo a {
    margin-left: 20px;
    display: block;
    width: 500px;
    height: 100px;
    background-image: url('../gfx/trlw_logo.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: contain;
}
#logo img {
}
#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 {
    display: none;
}
#title {
    display: none;
}
/****************************************/

#tabs { 
    overflow:hidden; 
    clear: both;
    background-color: rgba(0,0,0,.2);
    height: 30px;
    line-height: 30px;
    width: 996px;
    padding:0 15px;
    margin: 0 auto;
}
#tabs ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
#tabs li {
    list-style: none;
    padding: 0px 10px 0px 0px;
    float: left;
    margin: 0 10px 0 0;
    border-right: 1px solid #fff;
    color: #777;
}
#tabs a {
    font-weight: normal;
    color: #000000;
    text-decoration: none;
}
#tabSelected a {
    color: rgb(153, 51, 0);
}
#tabSelected {
    border-left-color: #FFFFFF!important;
}
/****************************************/

#breadcrumb {
    clear: both;
    height:30px;
    line-height:30px;
    margin-bottom:4px;
    width: 996px;
    padding:0 15px;
    margin: 0 auto;
}
#breadcrumb a:link {
    color: #333333;
    font-weight: normal;
    text-decoration: none;
}
#breadcrumb a:visited {
    color: #666666;
    font-weight: normal;
}
/****************************************/

#container {
    width: 1026px;
    margin: 0 auto;
    clear: both;
    background-color: rgb(250, 249, 218);
    min-height: 400px;
    border-top: 1px solid #999;
}
#container::after {
    content: "";
    clear: both;
    display: table;
}
#navigation {
    width: 198px;
    line-height: 120%;
    color: #000000;
    float:left;
}
#navigation select {
    width: 156px;
}
#navigation a {
    display: block;
    font-weight: normal;
    color:#000;
    text-decoration:none;
}
#navigation ul {
    padding: 0 0 4px 0;
    margin: -1px 0 4px 0px;
    list-style: none;
}
#navigation ul li {
   margin: 0px;
    padding: 0px 0 0 15px;
    color:#000;
    border-top: 1px solid #999;
}
#navigation ul > li:first-child {
    border: 0;
} 
#navigation ul li strong { display:block; height:30px; line-height:30px; color: rgba(0,0,0,0.4)}
#navigation ul li ul li {
    padding:2px 0;
    border: 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: 798px;
    float:left;
    padding:15px;
}
#content-col1 {
    float: left;
    width: 536px;
    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: 996px;
    clear: both;
    background-color: rgb(250, 249, 218);
    padding:15px;
    border-top: 1px solid #999;
}
#footer a {
    font-weight: normal;
    text-decoration: none;
}
/****************************************/

body, td, th, input, option, select, textarea, legend {
    font-family: 'Source Sans Pro', sans-serif;
    color: #4a4949;
}
body {
    position: relative;
    font-size:16px;
    line-height:22px;
    background-color: rgb(153, 51, 0);
}
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 {
    font-weight: bold;
}
a:link {
    color: #000
}
a:visited {
    color: #000
}
a:hover {
    color: #000;
    text-decoration: underline
}
a:active {
    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 { 
}
.search-query {
    background-color: rgba(0,0,0,.2);
}
.query label {
    width: 70px!important;
}

