
/* =============
   generic layer
   ============= */

body { 
    margin:0pt;
    padding: 0pt;
    font-family: Sans-Serif; 
    font-size: 12pt; 
    font-style: normal; 
    font-weight: normal; 
    font-variant: normal; 
    text-decoration: none; 
    line-height: 16pt; 
    text-align: justify; 
}

a:link {
    color: #000080;
    text-decoration: none; 
}
a:visited { 
    color: #000080; 
    text-decoration: none; 
}
a:active { 
    color: #000080; 
    text-decoration: none; 
}
a:hover {
    color: #207A40;
    text-decoration: underline; 
}

img { 
    border-width: 0px; 
}


/* ============
   layout layer
   ============ */

.linklist {
    padding-left: 10pt;
    padding-right: 10pt;
    padding-top: 1px;
    padding-bottom: 1px;
    position: relative;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    text-align: center;
    font-size: 10pt;
}
.linklist a {
    white-space: nowrap;
    padding-left: 4pt;
    padding-right: 4pt;
    color: #000000;
}
.linklist a.active {
    padding-top: 3px;
    padding-bottom: 4px;
    color: #000000;
}
.linklist a:hover,
.menuone .linklist a.active:hover,
.menutwo .linklist a.active:hover,
.menuthree .linklist a.active:hover,
.menufour .linklist a.active:hover,
.menufinal .linklist a.active:hover {
    padding-top: 3px;
    padding-bottom: 4px;
    background-color: #000000;
    color: #FFFFFF;
}
.uppergradient {
    border-top-width: 2px;
    height: 3px;
    border-bottom-width: 4px;
    border-top-style: solid;
    border-bottom-style: solid;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
}
.lowergradient {
    border-top-width: 4px;
    height: 3px;
    border-bottom-width: 2px;
    border-top-style: solid;
    border-bottom-style: solid;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.title {
    background-color:    #2F9F3F;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    height:  90px;
    z-index: 2;
    overflow: hidden;
}
.title .lowergradient {
    border-top-color:    #2A9A3A;
    background-color:    #259535;
    border-bottom-color: #209030;
}
.titlespacer {
    position: relative;
    height:  90px;
}

.menuone,
.menutwo,
.menuthree,
.menufour,
.menufinal {
    z-index: 1;
    position: relative;
}

.menuone {
    background-color:    #7FCF8F;
}
.menuone .uppergradient {
    border-top-color:    #8BDB9B;
    background-color:    #87D797;
    border-bottom-color: #83D393;
}
.menuone .lowergradient {
    border-top-color:    #7BCB8B;
    background-color:    #77C787;
    border-bottom-color: #73C383;
}
.menuone .linklist a.active {
    background-color: #9FDFAF;
}

.menutwo {
    background-color:    #9FDFAF;
}
.menutwo .uppergradient {
    border-top-color:    #ABEBBB;
    background-color:    #A7E7B7;
    border-bottom-color: #A3E3B3;
}
.menutwo .lowergradient {
    border-top-color:    #9BDBAB;
    background-color:    #97D7A7;
    border-bottom-color: #93D3A3;
}
.menutwo .linklist a.active {
    background-color: #BFEFCF;
}

.menuthree {
    background-color:    #BFEFCF;
}
.menuthree .uppergradient {
    border-top-color:    #CBFBDB;
    background-color:    #C7F7D7;
    border-bottom-color: #C3F3D3;
}
.menuthree .lowergradient {
    border-top-color:    #BBEBCB;
    background-color:    #B7E7C7;
    border-bottom-color: #B3E3C3;
}
.menuthree .linklist a.active {
    background-color: #DFFFEF;
}

.menufour {
    background-color:    #DFFFEF;
}
.menufour .uppergradient {
    border-top-color:    #EBFFFB;
    background-color:    #E7FFF7;
    border-bottom-color: #E3FFF3;
}
.menufour .lowergradient {
    border-top-color:    #DBFBEB;
    background-color:    #D7F7E7;
    border-bottom-color: #D3F3E3;
}
.menufour .linklist a.active {
    background-color: #F7F7F7;
}

.menufinal {
    background-color:    #FFFFFF;
}
.menufinal .uppergradient {
    border-top-color:    #FFFFFF;
    background-color:    #F7F7F7;
    border-bottom-color: #FBFBFB;
}
.menufinal .lowergradient {
    border-top-color:    #F7F7F7;
    background-color:    #EFEFEF;
    border-bottom-color: #E7E7E7;
}
.menufinal .linklist a.active {
    background-color: #F7F7F7;
}

.menutopage {
    position: relative;
    height: 1px;
}
.bordertwo {
    background-color: #7F9F7F;
}
.borderthree {
    background-color: #9FAF9F;
}
.borderfour {
    background-color: #AFBFAF;
}
.borderfinal {
    background-color: #BFBFBF;
}

.titletogradient {
    position: fixed;
    top: 90px;
    left: 0px;
    right: 0px;
    border-top: solid 2px #106020;
    z-index: 1;
}
.titletogradient .p {
    background-color: #9FDFAF;
    height: 3px;
}
.pagegradient {
    position: absolute;
    left: 0px;
    right: 0px;
    z-index: 1;
}
.page .top {
    top: 0px;
}
.page .bottom {
    bottom: 0px;
}
.pagegradient .p {
    background-color: #FFFFFF;
}
.page .top .p {
    height: 3px;
}
.page .bottom .p {
    height: 12px;
}
.titletogradient .one,
.pagegradient .one {
    opacity: 1.00;
}
.titletogradient .two,
.pagegradient .two {
    opacity: 0.92;
}
.titletogradient .three,
.pagegradient .three {
    opacity: 0.83;
}
.titletogradient .four,
.pagegradient .four {
    opacity: 0.75;
}
.titletogradient .five,
.pagegradient .five {
    opacity: 0.67;
}
.titletogradient .six,
.pagegradient .six {
    opacity: 0.58;
}
.titletogradient .seven,
.pagegradient .seven {
    opacity: 0.50;
}
.titletogradient .eight,
.pagegradient .eight {
    opacity: 0.42;
}
.titletogradient .nine,
.pagegradient .nine {
    opacity: 0.33;
}
.titletogradient .ten,
.pagegradient .ten {
    opacity: 0.25;
}
.titletogradient .eleven,
.pagegradient .eleven {
    opacity: 0.17;
}
.titletogradient .twelve,
.pagegradient .twelve {
    opacity: 0.08;
}


/* ===========
   title layer
   =========== */

.titleoverlay { 
    font-family: Sans-Serif;
    color: #FFFFFF;
    font-size: 46pt; 
    line-height: 46pt; 
    font-weight: bold; 
    position: absolute; 
    top:  4px; 
    left: 16px; 
    z-index: 1; 
}
.titleunderlay { 
    font-family: Sans-Serif; 
    color: #7FCF8F; 
    font-size: 32pt; 
    line-height: 32pt; 
    font-weight: bold; 
    position: absolute;
    top: 32px; 
    left: 40px; 
    z-index: 0; 
}
.toparrow a, .topclose span {
    position: absolute;
    top: 4px;
    right: 4px;
    text-align: center;
    vertical-align: middle;
    font-size: 16pt;
    font-weight: bold;
    height: 20pt;
    width: 20pt;
    color: #FFFFFF;
}
.toparrow a:hover, .topclose span:hover {
    text-decoration: none;
    background-color: #000000;
    color: #FFFFFF;
}
.toparrow a.neighbor {
    right: 24pt;
}
.topclose span {
    font-size: 14pt;
    padding-top: 2pt;
    cursor: pointer;
    font-weight: normal;
}

/* ==========
   page layer
   ========== */

.page {
    position: relative;
    z-index: 0;
    /*border-top: solid 1px #AFCFAF;*/
}
.page .content {
    background-color: #FFFFFF;
    margin-left: 10%;
    margin-right: 10%;
    padding-top: 10pt;
    padding-bottom: 106pt;
    padding-left: 16pt;
    padding-right: 16pt;
    border-left: dotted 1px #000000;
    border-right: dotted 1px #000000;
    position: relative;
    z-index: 0;
}
.page .contentIndex {
    background-color: #FFFFFF;
    margin-left: 10%;
    margin-right: 10%;
    border-left: dotted 1px #000000;
    border-right: dotted 1px #000000;
    position: relative;
    z-index: 0;
}
.page .gradient {
    border-left-color:  #AFAFAF;
    background-color:   #CFCFCF;
    border-right-color: #EFEFEF;
    border-left-width: 2px;
    width: 3px;
    border-right-width: 4px;
    border-left-style: solid;
    border-right-style: solid;
    position: absolute;
    top: 0px;
    bottom: 0px;
    z-index: -1;
}
.page .left {
    left: 5%;
}
.page .right {
    right: 5%;
}

.footnote {
    font-size: 8pt; 
    line-height: 10pt; 
    text-align: center;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
}

.footnote hr {
    width: 42%;
    margin: 8pt;
    margin-left: auto;
    margin-right: auto;
}


/* ===========
   table layer
   =========== */

table {
    border: 0px;
    margin-top: 16pt;
    margin-bottom: 16pt;
    border-spacing: 0px;
}
tr { 
    border: 0px;
}
td, th {
    border: 0px;
    text-align: justify; 
    vertical-align: top;
    font-size: 10pt;
}

table.colored {
    text-align: center;
    width: 90%;
}
table.colored tr td {
    padding-left: 4pt;
    padding-right: 4pt;
    padding-top: 2pt;
    padding-bottom: 2pt;
    text-align: left;
    vertical-align: top;
    background-color: rgba(47, 159, 63, 0.12); /*#2F9F3F;*/
}
table.colored tr:nth-child(2n+1) td {
    background-color: rgba(47, 159, 63, 0.04); /*#2F9F3F;*/
}

table.standardsize td,
table.simracing td {
    font-size: 12pt;
    line-height: 16pt;
    padding-left: 4pt;
}

/* ==========
   list layer
   ========== */

ul,
ul ul ul {
    list-style-type: disc;
}
ul ul,
ul ul ul ul {
    list-style-type: circle;
}

ul {
    padding-left: 16pt;
}

ul.customcount {
    list-style-type: none;
    list-style-position: outside;
    font-size: 12pt;
    line-height: 16pt;
    text-align: justify;
    clear: both;
    padding: 0pt;
}
ul.customcount li {
    margin-top: 16pt;
    margin-bottom: 16pt;
    padding-left: 86pt;
    position: relative;
}
ul.customcount li span {
    display: block;
    float: left;
    width: 76pt;
    position: absolute;
    top: -2pt;
    left: 0pt;
    background-color: #2F6F1F;
    color: #FFFFFF;
    font-weight: bold;
    padding: 2pt;
    text-align: left;
}

ul.sitemap {
    border-top: dotted 1px #000080;
    border-bottom: dotted 1px #000080;
    margin-top: 1px;
    margin-bottom: 1px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 16pt;
}
ul.smaller {
    font-size: 10pt;
    line-height: 14pt;
}
ul.sitemap li {

}


/* =============
   content layer
   ============= */

.sidebar { 
    font-size: 7pt;
    line-height: 10pt; 
    text-align: justify; 
    padding: 4px; 
}

.worldnews { 
    color: #000000; 
}
.sitenews  {
    color: #000080;
}

h1 { 
    font-size: 20pt; 
    line-height: 30pt; 
    font-weight: bold; 
    text-align: center; 
}
h2 {
    font-size: 16pt; 
    line-height: 24pt; 
    font-weight: bold; 
    text-align: left; 
    margin-left: 42pt; 
}
h3 { 
    font-size: 14pt; 
    line-height: 21pt; 
    font-weight: bold; 
    text-align: left; 
    margin-left: 24pt;
}

hr {
    background-color: #000000;
    border: 0px;
    height: 1px;
    margin: 16pt;
    width: 76%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

p {
    font-size: 12pt;
    line-height: 16pt;
    text-align: justify;
    clear: both;
    margin-top: 16pt;
    margin-bottom: 16pt;
}
p:first-letter {
    font-size: 24pt;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #2F6F1F;
    padding: 6pt;
    margin-top: 2pt;
    margin-right: 2pt;
    float: left;
    vertical-align: top;
}

.quote {
    font-family: Sans-Serif; 
    margin-top: 16pt;
    margin-bottom: 16pt;
    margin-left: 32pt;
    margin-right: 32pt;
    padding: 8px;
    border: dashed 1px #174F20;
    position: relative;
    display: block;
}

span.right {
    margin-top: 16pt;
    margin-bottom: 16pt;
    display: block;
    text-align: right;
}

div.switch {
    margin-top: 8pt;
    margin-bottom: 8pt;
    padding-top: 8pt;
    padding-bottom: 8pt;
    text-align: center;
    border-top: dotted 1px #000000;
    border-bottom: dotted 1px #000000;
}
div.switch a,
div.switch span {
    margin-left: 4pt;
    margin-right: 4pt;
    padding-left: 42pt;
    padding-right: 42pt;
    padding-top: 2pt;
    padding-bottom: 2pt;
}
div.switch a {
    border-right: solid 1px #000080;
    border-bottom: solid 1px #000080;
}
div.switch a:hover {
    border-top: solid 1px #207A40;
    border-left: solid 1px #207A40;
    border-right: 0px;
    border-bottom: 0px;
}
div.switch span {
    border-top: solid 1px #000000;
    border-left: solid 1px #000000;
}

form {
    margin-top: 8pt;
    margin-bottom: 8pt;
}

.clearer {
    clear: both;
}


/* ===========
   index layer
   =========== */

div.index {
    position: relative;
    padding: 16pt;
    padding-bottom: 96pt;
    margin-right: 170px;
    bottom: 0px;
}
div.divbar {
    font-size: 7pt;
    line-height: 10pt;
    position: relative;
    float: right;
    width: 146px;
    padding: 8pt;
    padding-bottom: 120pt;
    bottom: 0px;
}

div.index div.head {
    margin-top: 16pt;
    text-align: center;
}
div.index div.head div {
    margin-top: 16pt;
    text-align: center;
    font-size: 8pt;
    line-height: 12pt;
    margin-left: auto;
    margin-right: auto;
}
div.divbar-alpha {
    background-color: #000000;
    opacity: 0.10;
    position: absolute;
    top: 0px;
    width: 146px;
    right: 0px;
    bottom: 0px;
    display: block;
    padding: 8pt;
    z-index: -1;
}
div.divbar-border {
    position: absolute;
    top: 0px;
    width: 146px;
    right: 0px;
    bottom: 0px;
    display: block;
    padding: 8pt;
    z-index: -1;
    border-left: dotted 1px #000000;
}
div.divbar div {
    margin-bottom: 16pt;
}
div.divbar div form {
    margin: 0pt;
    padding: 0pt;
}


/* ==========
   news layer
   ========== */

.news {
    margin-top: 16pt;
    margin-left: 16pt;
    margin-bottom: 16pt;
}
.newsheader {
    font-weight: bold;
}
.newsarticle {

}
.news p {
    clear: none;
}
.newsfeature-useragent {
    margin-right: 96pt;
    margin-top: 12pt;
    margin-bottom: 12pt;
}
.newsfeature-useragent .imageouter {
    margin-left: 24pt;
    margin-right: 24pt;
    clear: none;
}
.newsfeature-useragent tt {
    display: block;
    text-align: left;
    font-size: 14pt;
}
.newsfeature-useragent-image {
    float: right;
}


/* ===========
   image layer
   =========== */

.imageouter {
    border-top: dashed 1px #174F20;
    border-bottom: dashed 1px #174F20; 
    text-align: center;
    padding: 10pt;
    margin-top: 16pt;
    margin-bottom: 16pt;
    clear: both;
    position: relative;
    display: block;
}
.imageinner {
    font-size: 10pt;
    line-height: 14pt;
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: block;
}
.imagealpha,
.quotealpha {
    background-color: #3FFF7F;
    opacity: 0.16;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    z-index: -1;
}
.imageinner img,
.imageinner object {
    margin-bottom: 4pt;
}

.gallerypage {
    margin-top: 24pt;
    text-align: center;
    color: #FFFFFF;
    background-color: #000000;
    display: inline-block;
}
.gallerypage span {
    padding: 2pt;
    text-decoration: none;
    display: inline-block;
}
.gallerypage img {
    display: block;
}


/* ===============
   guestbook layer
   =============== */

.gbno { 
    color: #7FCF8F;
    font-size: 24pt;
    font-weight: bold;
}
.gbname {
    color: #2F9F3F;
    font-size: 16pt;
    font-weight: bold;
}
.gbhead {
    line-height: 20pt;
}
.gbcomment { 
    color: #2F9F3F; 
    font-family: Cursive;
}
.gbannotation {
    color: #000000;
    font-family: Cursive;
    font-style: italic;
}
.gbtitle,
.gbhead,
.gbcomment,
.gbannotation {
    font-size: 12pt;
    line-height: 18pt;
    margin: 16pt;
}
.gbhead {
    margin-top: 4pt;
    margin-left: 8pt;
}
.gbtitle {
    margin-bottom: 4pt;
    margin-left: 0pt;
}

.gbform {
    font-size: 12pt;
    line-height: 16pt;
}
.gbform div {
    margin: 2pt;
    text-align: center;
}
.gbform span {
    white-space: nowrap;
    text-align: left;
}
.gbform span span {
    display: inline-block;
    width: 16px;
    text-align: center;
}
.gbform label {
    font-size: 12pt;
    display: inline-block;
}
.gbform .textfields label {
    width: 76pt;
}
.gbform .textfields input {
    margin-right: 16pt;
    font-size: 12pt;
}
.gbform .radiofields label {
    width: 128pt;
}
.gbform .radiofields input {
    margin-right: 4pt;
    font-size: 12pt;
}
.gbform textarea {
    font-family: Sans-Serif;
    font-size: 12pt;
    line-height: 16pt;
    width: 420pt;
    height: 96pt;
}
.gbform input[type=submit] {
    font-size: 14pt;
    margin-top: 16pt;
}


/* ===============
   simracing layer
   =============== */

.simracing {
    margin-top: 0pt;
    margin-bottom: 8pt;
}
.simracing-pseudotable {
    padding-left: 4pt;
}
.simracing {
    clear: both;
}
.simracing a {
    display: block;
    margin-right: 4pt;
    margin-bottom: 4pt;
    padding: 1px;
    float: left;
    position: relative;
    background-color: #000080;
}
.simracing a:hover {
    background-color: #207A40;
}
.simracing img,
.simracing span.download {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    z-index: 0;
    overflow: hidden;
    background-color: #FFFFFF;
}
/*div.simracing img,*/
div.simracing span.download {
    width: 180px;
    height: 135px;
}
.simracing a span.download b {
    display: block;
    margin-top: 25%;
    border-top: solid 1px #000080;
}
.simracing a span.download i {
    display: block;
    margin-bottom: 50%;
    border-bottom: solid 1px #000080;
}
.simracing a:hover span.download b {
    text-decoration: underline;
    border-top: solid 1px #207A40;
}
.simracing a:hover span.download i {
    text-decoration: underline;
    border-bottom: solid 1px #207A40;
}
.simracing a span.hoveralpha {
    background-color: #000080;
    opacity: 0.04;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    z-index: 1;
}
.simracing a:hover span.hoveralpha {
    opacity: 0.08;
    background-color: #207A40;
}


/* ================
   abizeitung layer
   ================ */

div.abizeitung-page {
    text-align: center;
    padding: 16pt;
}
div.abizeitung-page div {
    border-top: 1px solid #DFDFDF;
    border-left: 1px solid #DFDFDF;
    border-right: 1px solid #AFAFAF;
    border-bottom: 1px solid #AFAFAF;
    width: 620px;
    height: 876px; 
    vertical-align: middle;
    display: inline-block;
}
div.abizeitung-page div p {
    padding-left: 32pt;
    padding-right: 32pt;
    padding-top: 16pt;
    padding-bottom: 0pt;
}
div.abizeitung-page img {
    border-top: 1px solid #DFDFDF;
    border-left: 1px solid #DFDFDF;
    border-right: 1px solid #AFAFAF;
    border-bottom: 1px solid #AFAFAF;
}
div.abizeitung-page pre {
    font-size: 4pt; 
    line-height: 6pt; 
    text-align: left; 
    margin: 16pt;
    margin-top: 42pt;
}

div.abizeitung-copyright {
    font-size: 8pt; 
    line-height: 11pt; 
    text-align: center;
}
div.abizeitung-copyright div {
    margin-top: 11pt; 
    width: 620px;
    display: inline-block;
}

.title .abizeitung-dglogo {
    position: absolute; 
    right: 36px; 
    top: 12px;
}
.abizeitung-abilogo {
    position: relative;
    float: right;
    margin-top: 8pt;
    margin-left: 16pt;
    margin-right: 16pt;
    margin-bottom: 32pt;
}


/* ==========
   wahl layer
   ========== */

table.wahl td,
table.wahl th {
    font-size: 12pt;
    padding-left: 4pt;
    padding-right: 4pt;
    text-align: right;
    white-space: nowrap;
}
table.wahl td.left,
table.wahl th.left {
    text-align: left;
}
.wahl-blank-dark {
    background-color: #DFDFDF;
    color: #000000;
}
.wahl-SPD-dark {
    background-color: #CF0000;
    color: #000000;
}
.wahl-CDU-dark {
    background-color: #000000;
    color: #FFFFFF;
}
.wahl-B9G-dark {
    background-color: #00CF00;
    color: #000000;
}
.wahl-FDP-dark {
    background-color: #CFCF00;
    color: #000000;
}
.wahl-PDS-dark,
.wahl-DLP-dark {
    background-color: #CF00CF;
    color: #000000;
}
.wahl-PIR-dark {
    background-color: #CF6F00;
    color: #000000;
}
.wahl-FRW-dark {
    background-color: #00CFCF;
    color: #000000;
}
.wahl-EUC-dark {
    background-color: #0000CF;
    color: #FFFFFF;
}
.wahl-NAZ-dark {
    background-color: #5F2F00;
    color: #FFFFFF;
}
.wahl-blank-light {
    background-color: #FFFFFF; 
    color: #000000;
}
.wahl-SPD-light {
    background-color: #FF0000;
    color: #000000;
}
.wahl-CDU-light {
    background-color: #2F2F2F; 
    color: #FFFFFF;
}
.wahl-B9G-light {
    background-color: #00FF00; 
    color: #000000;
}
.wahl-FDP-light {
    background-color: #FFFF00; 
    color: #000000;
}
.wahl-PDS-light,
.wahl-DLP-light {
    background-color: #FF00FF; 
    color: #000000;
}
.wahl-PIR-light {
    background-color: #FF7F00;
    color: #000000;
}
.wahl-FRW-light {
    background-color: #00FFFF;
    color: #000000;
}
.wahl-EUC-light {
    background-color: #0000FF;
    color: #FFFFFF;
}
.wahl-NAZ-light {
    background-color: #7F3F00;
    color: #FFFFFF;
}
.wahl-border-black {
    border-bottom: solid 1px #000000;
}
.wahl-border-white {
    border-bottom: solid 1px #FFFFFF;
}

.wahl-percentbar {
    width: 100%;
}
.wahl-percentbar td {
    height: 28pt;
    font-size: 14pt;
    line-height: 28pt;
    white-space: nowrap;
    padding: 4.8pt;
}
.wahl-percentbar span {
    display: inline-block;
    text-align: center;
    /*margin: -2.4pt;*/
    margin: -3px;
}

.wahl-percentskyline td,
.wahl-percentskyline th {
    font-size: 12pt;
    white-space: nowrap;
    vertical-align: top;
    text-align: center;
    padding: 2pt;
}
.wahl-percentskyline tr.results td,
.wahl-percentskyline tr.gains td {
    vertical-align: bottom;
}
.wahl-percentskyline tr.losses td {
    vertical-align: top;
}
.wahl-percentskyline span {
    display: inline-block;
    width: 42pt;
    font-size: 10pt;
    border: solid 1px #1F1F1F;
}

.wahl-dot {
    display: inline-block;
    width: 12pt;
    height: 12pt;

}

/* ==========
   link layer
   ========== */

table.links {
    width: 100%;
}
table.links td {
    width: 50%;
    font-size: 12pt;
    line-height: 16pt;
    vertical-align: middle;
    padding: 8pt;
}
table.links td.left {
    text-align: right;
}
table.links td.right {
    text-align: left;
}
table.links td h3 {
    margin: 0pt;
    padding: 0pt;
    margin-bottom: 8pt;
}
table.links td.left h3 {
    text-align: right;
    margin-right: 8pt;
}
table.links td.right h3 {
    text-align: left;
    margin-left: 8pt;
}
table.links td div.by {
    margin-top: 8pt;
}

/* =================
   autosport masters
   ================= */

.autosport {
    width: 100%;
    font-size: 10pt;
    line-height: 14pt;
}
.autosport tr {
}
.autosport tr th {
    background-color: rgba(47, 159, 63, 1); /*#2F9F3F;*/
    color: #FFFFFF;
    text-align: center;
    vertical-align: top;
    line-height: 12pt;
    padding-top: 2pt;
    padding-bottom: 2pt;
}
.autosport tr th span {
    white-space: nowrap;
}
.autosport tr td {
    background-color: rgba(47, 159, 63, 0.12); /*#2F9F3F;*/
    border-right: solid 1px rgba(0, 0, 0, 0.12); /*http://www.w3.org/Bugs/Public/show_bug.cgi?id=9123*/
    text-align: left;
    vertical-align: top;
}
.autosport tr:nth-child(2n+1) td {
    background-color: rgba(47, 159, 63, 0.04); /*#2F9F3F;*/
    border-right: solid 1px rgba(0, 0, 0, 0.08); /*http://www.w3.org/Bugs/Public/show_bug.cgi?id=9123*/
}
.autosport tr td:first-child {
    white-space: nowrap;
}
.autosport tr td:first-child span {
    font-size: 8pt;
    line-height: 11pt;
    position: relative;
    top: -1pt;
}
.autosport tr td:nth-child(3n+4) {
    text-align: right;
}
.autosport tr td:empty {
    background-color: rgba(47, 159, 63, 0.32); /*#2F9F3F;*/
}
.autosport tr:nth-child(2n+1) td:empty {
    background-color: rgba(47, 159, 63, 0.24); /*#2F9F3F;*/
}

.autosport tr td,
.autosport tr th {
    padding-left: 2pt;
    padding-right: 2pt;
}
.autosport tr td {
}
.autosport tr:first-child th:nth-child(2),
.autosport tr:first-child th:nth-child(3),
.autosport tr:first-child th:nth-child(4),
.autosport tr:first-child th:nth-child(5) {
    border-bottom: solid 1px rgba(255, 255, 255, 0.67); /*http://www.w3.org/Bugs/Public/show_bug.cgi?id=9123*/
}
.autosport tr th:nth-child(3n+1),
.autosport tr:first-child th {
    border-right: solid 3px #2F9F3F;
}
.autosport tr td:nth-child(3n+1) {
    border-right: solid 1px rgba(0, 0, 0, 0.48); /*http://www.w3.org/Bugs/Public/show_bug.cgi?id=9123*/
}
.autosport tr:nth-child(2n+1) td:nth-child(3n+1) {
    border-right: solid 1px rgba(0, 0, 0, 0.42); /*http://www.w3.org/Bugs/Public/show_bug.cgi?id=9123*/
}
.autosport tr td:last-child {
    border-right: none;
}

.knopfler {
    width: 100%;
}
.knopfler td {
    font-size: 12pt;
    line-height: 16pt;
    white-space: nowrap;
    padding: 10pt;
}
.knopfler td div:nth-child(2n) {
    margin-left: 10pt;
}
.knopfler td div:first-child:first-letter {
    font-size: 24pt;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #2F6F1F;
    padding: 6pt;
    margin-top: 2pt;
    margin-right: 2pt;
    float: left;
    vertical-align: top;
}

