/* tttv, Nov 2018*/
/****************************************/
#page {
    position: relative;

    
}
/****************************************/

#header {
    height: 200px;
    overflow: hidden;
    margin: 0 auto;
    width: 1110px;
}
/****************************************/

#logo {
    float: left;
    background-image: url("../gfx/header_logo.png");
    background-repeat: no-repeat;
    background-position: 5px 3px;
    position: relative;
    background-color: #fff;
    width: 155px;
    height: 153px;
    margin:10px 0 0 0;
    
}
#logo:before {
    position: absolute;
    top:50px;
    left: 185px;
    content: "TTTV ";
    white-space: pre;
    color: #fff;
    font-size: 19.2px;
    font-weight: 700;
    line-height: 28.8px;
}
#logo:after {
    position: absolute;
    top:79px;
    left: 185px;
    content: "Thüringer Tischtennisverband e.V.";
    white-space: pre;
    color: #fff;
    font-size: 16px;
    font-weight: 100;
    letter-spacing: 1px;
    line-height: 24px;
}
#logo img, #logo a {
    width: 150px;
    height: 150px;
}

#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%;
}
/****************************************/

#tabs { 
	overflow:hidden; 
    clear: both;
    background-color: #145fa8;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
   	margin: 0 auto;
    width: 1110px;
}
#tabs ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px 0 0 10px;
}
#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 a {
    font-weight: normal;
    color: #FFFFFF;
}
#tabSelected a {
    color: #FFFFFF;
}
#tabSelected {
    border-left-color: #FFFFFF!important;
}
/****************************************/

#breadcrumb {
    clear: both;
    background-color:#dddddd;
    height:30px;
    line-height:30px;
    font-size:12px;
    margin: 0 auto;
    width: 1110px;
    text-indent: 10px;
}
#breadcrumb a:link {
    color: #333333;
    font-weight: normal;
}
#breadcrumb a:visited {
    color: #666666;
    font-weight: normal;
}
/****************************************/

#container {
    width: 100%;
    clear: both;
    overflow: hidden;
    margin: 20px auto 0 auto;
    width: 1110px;
}
#navigation {
    width: 18%;
    line-height: 120%;
    color: #000000;
    float:left;
}
#navigation select {
    width: 156px;
}
#navigation a {
    display: block;
    font-weight: normal;
    color:#fff;;
}
#navigation a:visited { color:#fff; }
#navigation a:hover {
    text-decoration:none;
}
#navigation ul {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    list-style: none;
}
#navigation ul li {
    margin: 0px 0px 10px 0;
    padding: 0;
    line-height: 120%;
    font-size:13px; line-height:13px;
    color:#000;
}
#navigation ul li strong { 
    display:block; 
    height:25px; 
    line-height:25px; 
    color: #666;
    padding: 0px 2px 0px 0px;
    margin:0;
}
#navigation ul li ul {
    margin: 0;
    padding: 0;
}
#navigation ul li ul li {
    padding:5px 3px 5px 10px;
    margin: 0;
    border-top:1px solid rgba(255,255,255,.2);
    background-color:#145fa8;
}
#navigation ul li ul li a {
    font-weight: normal;
}
/****************************************/

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

#content {
    float: right;
    width: 80%;
}
#content-col1 {
    float: left;
    padding:0;
    width: 70%;
}
#content-col2 {
    float: right;
    width: 30%;
}
#content-row1 {
    width: 100%;
    clear: both;
    padding:0;
}
#content-row2 {
    width: 100%;
    clear: both;
    padding:0;
}
/****************************************/

#footer {
    clear: both;
    background-color: #145fa8;
    font-size: 13px;
    line-height: 1.5em;
    color: #fff;
    padding: 20px 0;
}
#footer a {
    font-weight: normal;
    color: #fff;
}
#footer-copyright, #footer-link, #footer-navigation {
    margin:0 auto;
    width: 1110px;
}
/****************************************/

body, input, option, select, textarea, legend {
    font-family: Arial,Helvetica,sans-serif;
    color: #212529;
}
body {
    position: relative;
    font-size:16px;
    line-height:1.5em;
    background-color: #fff;
    background-image: url('/gfx/hg-tttv.gif');
    background-position: center top;
    background-repeat: repeat-x;
}
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: #145fa8;
}
a:visited {
    color: #145fa8;
}
a:hover {
    color: #145fa8;
    text-decoration: underline
}
a:active {
    color: #145fa8;
}

/* 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; }

.query label {
    width: 76px!important;
}

