<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* PTTV, Dezember 2015 */
/****************************************/

#page {
    position: relative;
    width: 988px;
    width: 1000px;
    margin: 4px 0 0 4px;
}
/****************************************/

#header {
    height: 98px;
    background-color: #FFFFFF;
    background-image: url("../gfx/header.jpg");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 1000px;
}
/****************************************/

#logo {
    width: 180px;
    float: left;
}
#logo img {
    width: 146px;
    height: 98px;
}
#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: #888;
    height: 30px;
    line-height: 30px;
    margin-bottom: 4px;
    font-size: 12px;
    padding-left: 15px;
}
#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 a {
    font-weight: normal;
    color: #000000;
}
#tabSelected a {
    color: #FFFFFF;
}
#tabSelected {
    border-left-color: #FFFFFF!important;
}
/****************************************/

#breadcrumb {
    clear: both;
    background-color:#dddddd;
    height:30px;
    line-height:30px;
    margin-bottom:4px;
    font-size:12px;
    padding-left:15px;
}
#breadcrumb a:link {
    color: #333333;
    font-weight: normal;
}
#breadcrumb a:visited {
    color: #666666;
    font-weight: normal;
}
/****************************************/

#container {
    width: 988px; width: 1000px;
    clear: both;
}
#navigation {
    width: 198px;
    line-height: 120%;
    color: #000000;
    float:left;
}
#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: 0px;
    margin: 0 0 4px 0px;
    list-style: none;
}
#navigation ul li {
   margin: 0px;
    padding: 0px 0 0 15px;
    line-height: 120%;
    font-size:12px; line-height:13px;
    color:#000;
    background-color:#dddddd;
    background-color:#f3d592;
}
#navigation ul li strong { display:block; height:30px; line-height:30px; }
#navigation ul li ul li {
	padding:0;
	background-color:#888888;
	background-color:#eea500;
    padding:2px;
    text-align:center;
    border-bottom:1px solid #fff;
}
#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: 726px; width: 738px;
    float:left;
    margin-left:4px;
    border:15px solid #ddd;
    padding:15px;
}
#content-col1 {
    float: left;
    width: 476px;
    padding:0;
}
#content-col2 {
    float: right;
    width: 250px; width: 262px;
    padding:0 0px;
}
#content-row1 {
    clear: both;
    padding:0;
}
#content-row2 {
    clear: both;
    padding:0;
}
/****************************************/

#footer {
    width: 759px;
    padding: 16px 0 0px 196px;
    clear: both;
    font-size: 80%;
    line-height: 133%;
}
#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: 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 {
    color: #003366
}
a:visited {
    color: #006699
}
a:hover {
    color: #FF0000;
    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: 1008px;
    z-index: 10;

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

}

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

</pre></body></html>