/**
 * CSS Style Datei
 * 
 * Autor:    Jens Mischer
 * E-Mail:    jens.mischer@arcor.de
 */


/**
 *
 */
#Banner {
    position: relative;
    height: 7.5em;
    background-image:url('../imgs/banner_top_bg.jpg');
    background-repeat: no-repeat;
}

/**
 *
 */
#TvLogo {
    position: absolute;
    top: 2em;
    left: 49.5em;
    z-index:1;
    border: 0;
}

/**
 *
 */
#EisbrecherLogo {
    position: absolute;
    top: 0em;
    left: 0.3125em;
    z-index:1;
    border: 0;
}

/**
 *
 */
#TopNav {
    position: relative;
    height: 2em;
    background-image:url('../imgs/top_nav_bg.jpg');
    background-repeat: no-repeat;
}

#TopNav ul {
    margin-left: 12em;
    list-style: none;
}

#TopNav ul li {
    float: left;
    line-height: 2em;
}

#TopNav ul li a {
    font-size: 0.75em;
    padding: 0 1em;

    display: block;
    text-decoration: none;
    background-color: #ffffff;
}

#TopNav ul li a:hover {
    background-color: #eeeeee;
}

/**
 *
 */
#LeftNav {
    position: relative;
}

#LeftNav h1 {
    font-size: 0.875em;
}

#LeftNav ul {
    list-style: none;
    padding-bottom: 1em;
}

#LeftNav ul li a {
    display:block;
    text-align: right;
    font-size: 0.75em;
    font-style: italic;
    /*font-weight: bold;
    letter-spacing: 0.05em;*/
    color: #FFFFFF;
    line-height: 2em;
    padding-left: 1em;
    padding-right: 2em;
    text-decoration: none;
    border-bottom: 1px solid #95cc95;
}

#LeftNav ul li a.active {
    background-color: #95cc95;
    color: #008000;
    border-bottom: 1px solid #FFFFFF;
}

#LeftNav ul li a:hover {
    background-color: #95cc95;
    color: #008000;
    border-bottom: 1px solid #FFFFFF;
}

/**
 *
 */
#LeftColumn {
        background-color: #008000;
        background-image:url('../imgs/column_bg.jpg');
        background-repeat:no-repeat;
        background-position:bottom;

}

/**
 *
 */
#CenterColumn {
    overflow: auto;
}

/**
 *
 */
#RightColumn {
        background-color: #008000;
        background-image:url('../imgs/column_bg.jpg');
        background-repeat:no-repeat;
        background-position:bottom;
}

/**
 *
 */
#BreadCrum {
    position: relative;
    text-align: left;
    font-size: 0.75em;
    line-height: 2em;
    border-bottom: 1px solid #008000;
}

#BreadCrum a {
    text-decoration: none;
    color: #008000;
}

#BreadCrum a:hover {
    text-decoration: underline;
}

/**
 *
 */
#Content {
    position: relative;
    overflow: auto;
    text-align: left;
    margin: 0em 0 2em 0;
    border-bottom: 1px solid #008000;
}

#Content h1 {
    font-size: 0.875em;
    color: #008000;
    margin: 1em 0 0.5em 0;
}

#Content h2 {
    font-size: 0.8125em;
    color: #008000;
    margin: 1em 0 0.5em 0;
}

#Content h3 {
    font-size: 0.75em;
    color: #008000;
    margin: 1em 0 0.5em 0;
}

#Content p {
    font-size: 0.75em;
    margin: 0 0 1em 0;
}

#Content p.pCenter {
    text-align: center;
}

#Content a {
    color: #008000;
}

#Content ul {
    font-size: 0.75em;
    margin: 0 0 1em 0;
}

#Content li {
    margin-left: 2em;
}

#Content ul.LinkList {
    list-style: none;
}

#Content ul.LinkList li {
    line-height: 2em;
}

#Content a.picturesLink {
    padding-left: 2em;
    background-image:url('../imgs/icons/pictures.png');
    background-repeat: no-repeat;
    text-decoration: none;
}
#Content a.pdfLink {
    padding-left: 2em;
    background-image:url('../imgs/icons/page_white_acrobat.png');
    background-repeat: no-repeat;
    text-decoration: none;
}

#Content a.excelLink {
    padding-left: 2em;
    background-image:url('../imgs/icons/page_white_excel.png');
    background-repeat: no-repeat;
    text-decoration: none;
}

#Content a.intLink {
    padding-left: 2em;
    background-image:url('../imgs/icons/link_go.png');
    background-repeat: no-repeat;
    text-decoration: none;
}

#Content a img {
    border: 0;
}

#Content a.extLink {
    padding-left: 2em;
    background-image:url('../imgs/icons/link_go.png');
    background-repeat: no-repeat;
    text-decoration: none;
}

#Content table {
    border: 1px solid #008000;
    font-size: 0.75em;
    margin: 1em 0 1em 0;
}

#Content tr {
}

#Content tr.high {
    background-color: #EEEEEE;
}

#Content tr.header {
    background-color: #95cc95;
}

#Content th {
    padding: 1em;
    text-align: center;
    font-weight: bold;
}

#Content td {
    text-align: center;
    padding: 0.2em;
}

/**
 *
 */
#Content div.newsItem {
    border: 1px solid #008000;
    margin: 1em 0 1em 0;
}

#Content div.newsItem h1 {
    font-size: 0.75em;
    margin: 0;
    padding: 0.5em 1em;
    background-color: #95CC95;
}

#Content div.newsItem p {
    margin: 0.5em 1em;
}

#Content div.newsItem ul {
    margin: 0.5em 1em;
}

/**
 *
 */
#Content div.PlayerBoxRow {
    overflow: auto;
    margin-bottom: 1em;
}

#Content div.PlayerBox {
    overflow: auto;
    float: left;
    border: 1px solid #008000;
    width: 16em;
    margin: 0 0 1em 0.8em;
}

#Content div.PlayerBox h1 {
    background-color: #95CC95;
    text-align: right;
    margin: 0;
    padding: 0.5em 1em;
}

#Content div.PlayerBox h2 {
    margin: 0;
    padding: 0;
    margin: 0.5em 0.5em 0.2em 0.5em;
}

#Content div.PlayerBox p {
    margin: 0;
    padding: 0;
    margin: 0 0.5em 0.5em 1em;
}

#Content div.PlayerBox img {
    float: right;
    border: 0;
    padding: 0.2em;
    margin: 0.2em;
    width: 120px;
    border: 1px solid #95CC95;
}


/**
 *
 */
#SideBox {
    position: relative;
}

#SideBox h1 {
    font-size: 0.875em;
    padding: 0.2em 0 0.5em 0;
}

#SideBox p {
    font-size: 0.75em;
    padding: 0 0 0.5em 0;
}

/**
 *
 */
#Footer {
    position: relative;
}

#Footer p {
    font-size: 0.75em;
    line-height: 2em;
    text-align: center;
}

#Footer a {
    text-decoration: underline;
    color: #008000;
}