/* ====================================================
 Stylesheets für die SSC Mastholte - Volleyball

    1. Foto
    2. bündiger Text
    3. Linie nach Text
    4. Tabelle Turniere
========================================================*/

/* Beachvolleyball Foto*/
#textbereich img.bild-volleyball
{
float : left;
margin : 20px 25px 10px 0;
}

/* Linie nach Text*/
.v-linie { border-bottom:1px dotted #A3ABFF; }


/* ====  Tabelle Turniere ===== */
/* Tabelle Abstand */
table.ausschreibung
{
    margin: 5px 0 0 0;
}
 /* Termine */
table.ausschreibung  tr th
{
    font-size: 15px;
    color: #6F0000;
    letter-spacing: 1.5px;
    text-align: left;
    padding-bottom:10px;
}
/* Datum und Ausschreibung */
table.ausschreibung  tr td
{
    border: 1px solid #6F0000;
    border-collapse: separate;
    border-spacing: 20px;
    text-align: center;
    padding:8px;
}
/* ====  ENDE Tabelle Turniere ===== */