@CHARSET "ISO-8859-1";

#teaser {
    font-size:10px;
    margin: 0px;
    padding: 0px;
}

table#teaser {
    width: 320px;
    padding: 0em;
    margin: 0em;
    border-spacing: 0em;
    #table-layout: fixed;
    padding-bottom: 5px;
    border-bottom: 1px dashed silver;
    border-left: 1px dashed silver;
    border-right: 1px dashed silver;
}

td#teaser.date {
    width: 100px;
}

td#teaser.entry {
    width: 220px;
}

table#teaser TH {
    font-size:11px;
    width: 305px;
    color:white;
    padding: 0.1em;
    padding-left: 0.5em;
}

#teaser_header {
    float:left;
    padding:0.1em;
    margin:0.1em; 
    height: 1.1em; 
    width: 21em
}

div#teaser_newsworthy {
    float: left;
    display: inline;
    padding: 0em;
    margin: 0.5em;
}

div#teaser_highlight {
    float: right;
    display: block;
    padding: 0em;
    margin: 0.5em;
}

table#teaser  {

    /*font-family: fantasy;*/
}

h1#teaser {
  margin:0em;
}
    
#teaser UL {
    margin: 0px;
    padding: 0px;
    padding-left: 0.5em;
    padding-top: 1em;
}

#teaser li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
    
#teaser li:FIRST-CHILD {
    font-weight: bold;
}

div#resultTeaserName {
    display: inline;
    width: 155px;
    float: left;
    margin: 0px;
    padding: 0em;
/*  position: relative;*/
    
}

div#resultTeaserTime {
    display: inline;
    margin: 0em;
    width: 50px;
    float: left;
    padding: 0em;
    position: relative;
}

div#resultTeaserAk {
    display: inline;
    margin: 0em;
    width: 60px;
    float: left;
    padding: 0em;
    position: relative;
    text-align: right;
}

div#resultTeaserRang {
    display: inline;
    margin: 0em;
    width: 50px;
    padding: 0em;
    position: relative;
    text-align: right;
}

.ltbblue {
    background-color: rgb(50,80,255);
}

.lightblue {
    background-color: rgb(80,100,255);
}

a#small {
    padding: 0em;
    padding-right: 0.5em;
    margin: 0em;
    font-weight: bold;
    border: none;
    color: white;
    text-decoration: none;
}

a:hover#small  {
    color: white;   
    text-decoration: underline;
}