/* ====================================================
 Stylesheets für die SSC Mastholte   SEGELN

    1. Foto
    2. Aufzählung unter "Unser Verein bietet"
    3. Linie
    4. Angebot A, B
    5. Schnuppersegeln, Auffrischung,
       in Tabelle: Angebot A*, B*, Anmeldung
    6. Tabelle für Angebote
    7. Angebote (nicht kostenfrei)
========================================================*/
 #seite p.segeln
{
    padding: 0;
    margin-right: 55px ;
    letter-spacing: 1.5px;
    font-size: 11px;
    font-weight: 400;
    color: #000089;
    text-align: right;
    text-decoration: none;
}

 /* === 1. Foto === */
#textbereich img.bild-segeln
{
float : right;
margin : 0 0 5px 10px;
}


/* ===  2. Aufzählung unter "Unser Verein bietet" === */
#textbereich .segeln li
{
	list-style-type:circle;
	margin:5px 0 0 1px;
	padding: 5px 0 0 0;
}

/* === 3. Linie unter Aufzählung === */
#textbereich .linie
{
		margin: 5px 0;
		border-bottom:1px solid #A3ABFF;
}


/* === 4. Angebot A, B === */
#textbereich h6
{
    padding: 0;
    letter-spacing: 1.5px;
    font-size: 12px;
    font-weight: 600;
    color: #000089;
}


/* ==========================================
    5. Schnuppersegeln für Anfänger
        Auffrischung von Grundkenntnissen
        in Tabelle: Angebot A, B und Anmeldung
============================================ */
.gross-segel
   {
       color: #4C4C4C;
       font-weight:400;
       font-size: 12px;
       color: #000080;
   }
.tage
   {
       color: #4C4C4C;
       font-weight:400;
       font-size: 10px;
   }

/* === 6. Tabelle für Angebote === */
table.segeltermin
{
	background-color:#F7F7FF;
	width:100%;
	border-collapse:collapse;
	border:1px solid #B4B4B4;
	margin-top:15px;
	margin-bottom:2px;
	margin-left:2px;
	font-weight:400;
	font-size:11px;
	color:#333;
	line-height:120%;
}

table.segeltermin td
{
	padding:6px 5px;
	border-bottom:1px dotted #B4B4B4;
	text-align: left;
}

table.segeltermin td.border
   {
       border-left:1px dotted #B4B4B4;
   }
/* === ENDE  6. Tabelle für Angebote === */


/* === 7. Angebote (nicht kostenfrei) === */
.klein-rot
   {
       color: #990000;
       font-size:9px;
   } 

 /* ===== ENDE ===== */

   
