/* -----------------------------------------------------------------
	Projekt : www.feuervogel-balingen.de
	Author  : Bärbel Hölle
   -----------------------------------------------------------------*/

TD
{
    font-size: 14px;
}

BODY
{
    color: black;
    background-color: #C0C0C0;
    background: url(../images/hintergrund.jpg);
    background-repeat: no-repeat;
    font-family: Arial;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
}

#maintable
{
    position: absolute;
    left: 0px;
    right: 0px;
}



.inhalt
{
    font-size: 14px;
    padding-right: 10px;
    padding-left: 10px;
}

ul
{
    margin-top: 5px;
    margin-bottom: 5px;
    xborder: 1px solid red;
}

td.TOP
{
    height: 1%;
}

span.TOP
{
    color: #C70900;
    width: 600px;
    font-size: 37px;
    height: 100px;
    padding-top: 50px;
}


.ueberschrift
{
    color: #C70900;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 20px;
}

.ueberschrift2
{
    color: #C70900;
    text-transform: uppercase;
    font-size: 14px;
    xfont-weight: bold;
    xpadding-bottom: 5px;
}

.textblock
{
    padding-bottom: 30px;
    xborder: 1px solid red;
}

p
{
    margin-bottom: -1px;
    font-size: 12px;
}

.schriftzug
{
    font-size: 14px;
    color: #58595B;
    font-weight: bold;
}

IMG.left
{
    margin-right: 10px;
}

IMG.right
{
    margin-left: 10px;
}




/* ---------- menu -------------- */

ul#menu
{
    width: 147px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul#menu a:hover
{
    color: #EEE600;
}

ul#menu a
{
    display:block;
    color: White;
    padding-left: 10px;
}

ul#menu li
{
    color: white;
    text-transform: uppercase;
    font-size: 13px;
    
    padding-bottom: 2px;
    padding-top: 2px;
}

ul#menu li.s a
{
    color: #EEE600;
    background-color: #AE251D;
    padding-bottom: 1px;
    padding-top: 1px;
    border-top: 1px solid #EEE600;
    border-bottom: 1px solid #EEE600;
}

ul#menu li.s ul li a
{
    padding-top:0;
    padding-bottom:0;
    color: white;
    border:0;
    background-color:transparent;
}


ul#menu li.s
{
}

ul#menu li ul
{
    margin: 0;
    padding: 0;
    margin-top:2px;
    margin-bottom:2px;
}

ul#menu li ul li
{
    text-transform:none;
    padding-bottom: 1px;
    padding-top: 1px;
}

ul#menu li ul li a
{
    padding-left:20px;
}

ul#menu li ul li ul li a
{
    padding-left:30px;
    font-size:11px;
}


/* mädchen/jungen */
ul#menu li.mj
{
    margin-top: 20px;
}




.menue
{
    background: url(../images/hintergrund_rot.jpg);
    width: 147px;
}

/* info unter menu */

.info
{
    position: absolute;
    left: 45px;
    top: 500px;
    width: 100px;
    color: white;
    font-size: 12px;
    text-align: center;
}

/* logo rechts */

.logo
{
    position: relative;
    border-left: 1px solid #C70900;
    height: 100%;
    top: 270px;
}

td.right
{
    vertical-align: top;
    padding-left: 5px;
    height: 80%;
    xborder-left: 1px solid #C70900;
}


a
{
    color: #AE251D;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}


a.linkspecial
{
    color: black;
    text-decoration: none;
}

a.linkmenue
{
    color: white;
    text-decoration: none;
}

a:hover.linkmenue
{
    color: #FFF600;
    text-decoration: underline;
}


.table
{
    font-size: 14px;
}

