/* Name:        dc_kontakt.css                         */
/* Stad:        2008-05-25                             */
/* Funktion:    css fuer kontakt bei dragonculture.net */


body {
        /*background : #5F6F5F;*/
        background-image: url(../_shared/bg_green.jpg);
        /*background: #00C373;*/
        color : White;
        font : 400 normal 100% Arial, Helvetica, sans-serif;
        text-decoration : none;
        text-align:  center;
}

h1 { font-size : 16px; }
td { font-size : 12px; }
p  { font-size : 12px; }


/* Lehrerbild */
img.lehrer {
        border-width: 0px;
}

/* Lehrerbilder auf Stadtübersichten */
img.lehrer_thumb {
        border-width: 0px;
        width: 130px;
        height: 100px;
}
img.lehrer_thumb_yx {
        border-width: 0px;
        width: 100px;
        height: 130px;
}
table.lehrer_thumb {
        ;
}

/* Lehrerkontakttabelle */
table.lehrer_kontakt {
        border-width: 0px;
        border-spacing: 0px;
        /*background-color: #00C373;*/
        background-color:#6F8F6F;
        width: 400px;
}

/* Lehrerkontakt, Spalte links */
.lk_td_l {
       padding:5px;
       text-align : left;
       vertical-align:top;
       width: 75px;
}

/* Lehrerkontakt, Spalte rechts */
.lk_td_r {
       padding:5px;
       text-align : left;
}

/* Mailsymbol */
img.mail {
        width: 15px;
        height: 10px;
        border-width: 0px;
}

 a:link {text-decoration: underline; font-weight: bold; color: #FFFFFF; }
 a:visited { text-decoration: underline; font-weight: bold; color: #FFFFFF; }
 a:hover { text-decoration:underline; font-weight:bold; background-color:#a090a0; }
/* a:active { text-decoration:none; font-weight:bold; background-color:#a090a0; }*/
/* a:focus { text-decoration:none; font-weight:bold; background-color:#a090a0; }*/
