body#child {
    /* background: #000; */
    padding: 0 5px;
    margin: 0;
    background: none;
    overflow-y: auto;
    overflow-x: hidden;
}

/* Live-Ticker **********************************************************/
body#child #backgroundimg {
    background: #000 url(../img/liveticker_header_verlauf.gif) repeat-x bottom;
    width: 100%;
    overflow: hidden;
    margin-right: 5px;
}

body#child #backgroundimg .livetickerschrift {
    position: absolute;
    right: 50px;
    top: 30px;
}

body#child .content {
    /* background-color: #fff; */
    padding: 0;
    margin: 0 5px 5px 5px;;
}

/* Live-Ticker */
#liveticker {
    background-color: #fff;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
}

#liveticker h1 {
    font-size: 17px;
    font-weight: normal;
    margin-top: 0;
}

#liveticker h1 img {
    vertical-align: middle;
}

#liveticker #trackdetails {
    background: url(../img/line_dotted.gif) repeat-x top;
    padding-top: 1px;
}

#liveticker #trackdetails .trackpic {
    float: left;
    width: 193px;
    text-align: center;
    position: relative;
    border-right: 1px solid #dcdcdc;
    background-color: #fff;
}

#liveticker #trackdetails .trackpic .counter {
    background: #000 url(../img/numbering_black.gif) repeat-x;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 28px;
    padding-top: 3px;
    height: 22px;
    border: 1px solid #000;
    color: #fff;
    font-size: 17px;
}

#liveticker #trackdetails .greyinfo {
    /* padding: 7px 0 0 15px; */
    background-color: #f2f2f2;
    /* float: left; */
    /* width: 399px; */
    /* width: 100%; */
    border: 1px solid #fff;
    height: 76px;
    font-size: 12px;
    position: relative;
}

#liveticker #trackdetails .greyinfo p {
    font-weight: bold;
    margin: 8px 0 0 210px;
}

#liveticker #trackdetails .greyinfo h2 {
    margin: 2px 0 0 210px;
    font-size: 15px;
}

#liveticker #trackdetails .greyinfo h3 {
    margin: 4px 0 0 210px;
    font-size: 12px;
    color: #333333;
    font-weight: normal;
}

#liveticker #trackdetails .greyinfo .morelinks {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: absolute;
    top: 8px;
    right: 0;
    border-top: 1px solid #dcdcdc;
}

#liveticker #trackdetails .greyinfo .morelinks li {
    border-left: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    font-size: 11px;
    padding-right: 10px;
}

#liveticker #trackdetails .greyinfo .morelinks li span {
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    display: block;
}

#liveticker #trackdetails .greyinfo .morelinks li img {
    vertical-align: middle;
    border-right: 1px solid #fff;
}

#liveticker #trackdetails .info {
    clear: both;
    float: none;
    width: 100%;
    /* width: 609px; */
    padding: 4px 0;
    border-top: 1px solid #dcdcdc;
    background: url(../img/line_dotted.gif) repeat-x bottom;
    margin-bottom: 10px;
}

#liveticker #trackdetails .info td {
    font-size: 12px;
}


body#child table.liveticker { width: 100%; padding-right: 410px; float: left; }

body#child table.liveticker th,
body#child table.liveticker td {
    background-color: #f2f2f2;
    font-size: 12px;
    padding: 3px 5px;
    border-top: 1px solid #dcdcdc;
}

body#child table.liveticker th {
    background-color: #dcdcdc;
    border-bottom: 1px solid #fff;
}

body#child table.liveticker tr.color2 td {
    background-color: #fff;
}

body#child table.liveticker td.time {
    font-weight: bold;
    text-align: center;
    vertical-align: top;
}

body#child table.liveticker td img {
/*     float: left;
    display: block;
    margin: 0 5px 0 0; */
    vertical-align: middle;
}

body#child table.liveticker td.nofloat img {
    float: none;
    display: inline;
    margin: 0;
}

body#child #tickerinfos {
    width: 400px;
    position: absolute;
    top: -30px;
    right: 0;
    margin-bottom: 10px;
}

body#child #tickerinfos .twotabs li {
    width: 130px;
}

body#child table.positions th {
    padding: 3px 0;
    font-weight: bold;
    background: #dcdcdc;
    border-bottom: 1px solid #FFFFFF;
    border-left: 1px solid #dcdcdc;
    text-align: center;
    border-top: 1px solid #dcdcdc;
}

body#child table.positions td {
    text-align: left;
    padding: 3px 2px 3px 5px;
    border-left: 1px solid #dcdcdc;
}

body#child table.positions tr.firstrow td {
    border-top: 1px solid #dcdcdc;
}

body#child table.positions td img {
    vertical-align: middle;
}

body#child table.positions td.pos {
    font-weight: bold;
    border-left: 0;
}

body#child .copyright {
    margin: 0 0 0 15px;
    font-size: 12px;
    color: #777777;
    text-align: left;
}

body#child .copyright a {
    color: #777777;
}

/* Sendlink ******************************************************/
body#child .sendlinkwrapper {
    background: #fff;
}

body#child .sendlinkwrapper h2 {
    margin: 0;
    padding: 0;
    font-size: 17px;
    font-weight: normal;
}










