/* tvn, Mai 2018 */

@import url('https://fonts.googleapis.com/css?family=Roboto:400,600,700,400italic');
/****************************************/
#page {
    position: relative;
    width: 1124px;
    margin: 10px 0 0 10px;
    margin: 10px auto 0 auto; 
}
/****************************************/

#header {
    height: 165px;
    background-color: #fff;
    background-image: url('../gfx/521116_original_R_K_B_by_Rainer Sturm_pixelio.de.jpg');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 1124px;
}
/****************************************/

#logo {
    width: 200px;
    height: 165px;
    margin:0px 0 0px 0px;
    background-image: url('../gfx/Logo.png');
    background-size: contain;
    float: left;
}
#logo img {
    width: 160px;
    height: 165px;
}
#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 {
   position: absolute;
   top: 233px;
   left: 213px;
   color: #666666;
   display: none;
}
/****************************************/

#tabs { 
    overflow:hidden; 
    clear: both;
    background-color: #fff;
    /*height: 49px;*/
    margin: 10px 0 10px 213px;

}
#tabs ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;

    padding-left: 15px;
    box-shadow: 0 5px 7px 0 #e0dfdf;
    background: rgba(0, 0, 0, 0) url("../gfx/menu_bg.jpg") repeat scroll 0 0;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    text-transform: uppercase;
    height: 49px;
    line-height: 47px;
}
#tabs li {
    list-style: none;
    padding: 0px 6px 0px 0px;
    float: left;
    margin: 0 10px 0 0;
    color: #ccc;
    border-right: 1px solid #dbdbdb;
}
#tabs a {
    font-weight: normal;
    color: #000000;
}
#tabSelected a {
    color: #009a9b;
}
#tabSelected {
    border-left-color: #FFFFFF!important;
}
/****************************************/

#breadcrumb {
    clear: both;
    
    height:30px;
    line-height:30px;
    margin: 10px 0 10px 213px;
    
/*  
    font-size:12px;
    padding-left:15px;
    background-color:#dddddd;
    box-shadow: 0 5px 7px 0 #e0dfdf;*/
}
#breadcrumb a:link {
    color: #333333;
    font-weight: normal;
}
#breadcrumb a:visited {
    color: #666666;
    font-weight: normal;
}
/****************************************/

#container {
    width: 1124px;
    clear: both;
}
#navigation {
    margin: -40px 0 40px 0;
    width: 198px;
    line-height: 120%;
    color: #000000;
    float:left;
    padding: 15px 0;

    border: 1px solid rgb(219, 219, 219);
    border-radius: 6px;
    box-shadow: 0 5px 7px 0 rgb(224, 223, 223);
}
#navigation select {
    width: 156px;
}
#navigation a {
    display: block;
    font-weight: normal;
/*    color:#fff;
    color:#000;*/
}
/*#navigation a:visited { color:#fff; }
#navigation a:hover {
    text-decoration:none;
}*/
#navigation ul {
    padding: 0 0 4px 0;
    margin: 0 0 4px 0px;
    list-style: none;
}
#navigation ul li {
   margin: 0px;
    padding: 0px 0 0 15px;
    line-height: 120%;
    
    color:#000;
/*    background-color:#dddddd;
font-size:12px; line-height:13px;
*/
}
#navigation ul li strong { display:block; height:30px; line-height:30px; }
#navigation ul li ul li {
    padding:2px 0;
}
#navigation ul li ul li a {
    font-weight: normal;
}
/****************************************/

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

#content {
    width: 907px;
    float:left;
    padding:15px 0 15px 15px;
}
#content-col1 {
    float: left;
    width: 600px;
    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: 911px;
    padding: 16px 0 16px 213px;
    clear: both;
    font-size: 80%;
    line-height: 133%;
    border-top:1px solid #ccc;
}
#footer a {
    font-weight: normal;
}
/****************************************/

body, td, th, div, ul, ol, dt, input, option, select, textarea, legend, a, h1, h2, h3, h4, h5, h6, p {
    font-family: Roboto, 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: #009a9b
}
a:visited:not(.btn) {
    color: #009a9b
}
a:hover:not(.btn) {
    color: #009a9b;
    text-decoration: none;
}
a:active:not(.btn) {
    color: #009a9b
}

/* Banner */

#banner {
    width: 468px;
    height: 60px;
    margin: 4px 0 0 0;
    position: absolute;
    top: 0px;
    left: 488px;
    display: none;
}
#banner-skyscraper {
    /*160x600*/
    position: absolute;
    top: 0;
    left: 1004px;
    z-index: 10;
    display: none;
}
#banner-super {
    /*728x90*/
    padding-left: 276px;
    width: 728px;
    display: none;
}

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

