/* ==================================================== */
/* (c) Stylesheets für die Homepage des TK-Grevenbroich */
/*             Erstellt: 2007-12-12 (me)                */
/* ==================================================== */



* {
        font-size: 12px;
        color:000000;
        line-height: 13px;
        font-family: Arial, Helvetica;
}

body {
        background-color: #666666;
        background-image: url(img/bgtile.jpg);
        background-repeat: repeat-x;
        font-size: 12px;
        line-height: 14px;
/*        color: #000000;   */
}



/* ======================= */
/* Allgemeine Definitionen */
/* ======================= */


img {
        border: 0px;
}


a {
        font-family: Arial, Helvetica;
        text-decoration: none;
        color: #000000;
        font-size: 12px;
        font-weight: bold;
}


a:active {
        text-decoration: none;
        color: 000000;
        font-size: 12px;
        font-weight: bold;
}
a:hover {
        cursor: pointer;
        text-decoration: none;
        color: #d32525;
        font-weight: bold;
}


p {
    margin: 0px 0px 0px 0px;
    font-size: 12px;
    font-weight: normal;
        line-height: 17px;
    color: 000000;
}


h1 {
        padding-top: 0px;
        font-weight: bold;
        margin: 20px 0px 0px 0px;
        font-family: Arial, Sans-Serif;
        font-size: 16px;
        line-height: 34px;
}

h1 a{                                        /* Text aktiv rot */
    font-size: 16px;
    font-weight: bold;
        margin: 20px 0px 0px 0px;
        font-family: Arial, Sans-Serif;
        font-size: 16px;
        line-height: 34px;
    color: 000000;
}


h2 a:hover {                                 /* Text aktiv rot */

    cursor: pointer;
    font-size: 12px;
    font-weight: normal;
    color: #d32525;
}

/* table {
        border: 0px;
        font-family: Arial, Sans-Serif;
        font-size: 12px;
        line-height: 17px;
}     */

td {
        vertical-align: top;
/*        border-bottom: 1px solid #FF0000;  */
/*        padding: 4px 0px 4px 0px;       */
}


li {
	list-style-type:square;
      line-height: 15px;
	
}

/* ===================== */
/* Feststehende Elemente */
/* ===================== */

#stage {
        overflow: hidden;
        position: absolute;
        background-color: #ffffff;
        margin-left:-400px;
        left:50%;
        top: 20px;
        padding-left: 0px 0px 0px 0px;
        width: 800px;
        height: 820;
}

#kopfzeile_schwimmen {
        position: absolute;
        background-image: url(img/header_swim.jpg);
        background-repeat: no-repeat;
        background-color: #ffffff;
        padding-left: 0px 0px 0px 0px;
        width: 800px;
        height: 133;
}

#navigation
{
        position: relative;
        border: 0px solid;
        background-color: #ffffff;
        margin-top: 40px;
        padding-left: 20px;
        padding-top: 0px;
        width: 790px;
        height: 100px;
}

#navigation_ohne_subnavi
{
        position: relative;
        border: 0px solid;
        background-color: #ffffff;
        margin-top: 40px;
        padding-left: 20px;
        padding-top: 0px;
        width: 790px;
        height: 40px;
}

#subnavi
{
        position: relative;
        border: 0px solid;
        background-color: transparent;
        margin-top: 0px;
        padding-left: 0px;
        padding-top: 0px;
        width: auto;
        height: 0px;
}

#content
{
        overflow: auto;
        position: relative;
        border: 0px solid;
        background-color: #ffffff;
        margin-top: 20px;
        padding: 20px 0px 10px 20px;
        width: 800px;
        height: 500;
}

#impressum {
        overflow: hidden;
        position: absolute;
        background-color: transparent;
        margin-left:-400px;
        left:50%;
        top: 5px;
        padding-left: 700px 0px 0px 0px;
        width: 800px;
        height: 15;
    text-align: right;
}


/* =================== */
/* Klassendefinitionen */
/* =================== */

.weissfett {
        font-family: Arial, Helvetica;
        text-decoration: none;
        color: #ffffff;
        font-size: 10px;
        font-weight: bold;
}

.fett {
        font-weight: bold;
     }

.grau {
        color: #AFAFAF;
}

.headline {
        font-size: 13px;
}


#tooltipp {
	  font-family: Arial, Helvetica;
        text-decoration: none;
        color: #ffffff;
        font-size: 10px;
        font-weight: bold;
}


/* ================ */
/* Content Tabellen */
/* ================ */

.td_tkg_kopf {
        font-weight: bold;
        background-color: #ffbcb6;
}
.td_tkg_hell {
        background-color: #faedeb;
        line-height: 15px;
}
.td_tkg_dunkel {
        background-color: #ffbcb6;
        line-height: 15px;
}

.td_swim_kopf {
        font-weight: bold;
        background-color: #c9d1de;
}
.td_swim_hell {
        background-color: #e9ecf1;
        line-height: 15px;
}
.td_swim_dunkel {
        background-color: #c9d1de;
        line-height: 15px;
}

.td_leicht_kopf {
    background-color: #ed9589;
    font-weight: bold;
}

.td_leicht_hell {
        background-color: #fcdacd;
        line-height: 15px;
}

.td_leicht_dunkel {
    background-color: #ed9589;
        line-height: 15px;
}

.td_judo_kopf {
    background-color: #f9e16b;
    font-weight: bold;
}

.td_judo_hell {
        background-color: #fbefb4;
        line-height: 15px;
}

.td_judo_dunkel {
    background-color: #f9e16b;
        line-height: 15px;
}

.td_basket_kopf {
    background-color: #ffcf70;
    font-weight: bold;
}

.td_basket_hell {
        background-color: #fee9b7;
        line-height: 15px;
}

.td_basket_dunkel {
    background-color: #ffcf70;
        line-height: 15px;
}

.td_gymnastik_kopf {
    background-color: #dadf6a;
    font-weight: bold;
}

.td_gymnastik_hell {
        background-color: #f3fbca;
        line-height: 15px;
}

.td_gymnastik_dunkel {
    background-color: #dadf6a;
        line-height: 15px;
}

.td_wushu_kopf {
    background-color: #ef9a79;
    font-weight: bold;
}

.td_wushu_hell {
        background-color: #fdcab1;
        line-height: 15px;
}

.td_wushu_dunkel {
    background-color: #ef9a79;
        line-height: 15px;
}

.td_turnen_kopf {
    background-color: #e7c8da;
    font-weight: bold;
}

.td_turnen_hell {
        background-color: #f0dee8;
        line-height: 15px;
}

.td_turnen_dunkel {
    background-color: #e7c8da;
        line-height: 15px;
}

.td_jazztanz_kopf {
    background-color: #abbfb2;
    font-weight: bold;
}

.td_jazztanz_hell {
        background-color: #dde4e0;
        line-height: 15px;
}

.td_jazztanz_dunkel {
    background-color: #abbfb2;
        line-height: 15px;
}

.td_triathlon_kopf {
    background-color: #dbc8e4;
    font-weight: bold;
}

.td_triathlon_hell {
        background-color: #f1dafd;
        line-height: 15px;
}

.td_triathlon_dunkel {
    background-color: #dbc8e4;
        line-height: 15px;
}

.td_lauftreff_kopf {
    background-color: #d1c7d6;
    font-weight: bold;
}

.td_lauftreff_hell {
        background-color: #eee6f2;
        line-height: 15px;
}

.td_lauftreff_dunkel {
    background-color: #d1c7d6;
        line-height: 15px;
}

.td_aktuelles_bild {
        align: left;
        font-weight: bold;
}
.td_aktuelles_text {
        font-size: 12px;
        background-color: #ffffff;
        line-height: 15px;
        padding: 0px;
}



/* ========================== */
/* Angaben zur Scrollfunktion */
/* ========================== */

.scroll {
        position: absolute;
        overflow: auto;
}

.bar {
        z-index: 198;
        background-image: url(../img/hinter_scroll.gif);
        background-repeat: repeat-y;
        background-position: top left;
}

.thumb {
        z-index: 199;
        background-color: #A83277;
        filter: alpha(Opacity=25);
        -moz-opacity: 0.25;
}

