/********************** Beginn CSS-Style allgemein *******************************************/

a:link
{
        text-decoration: none;
}
a:visited
{
    text-decoration: none;
}
a:hover
{
    text-decoration: none;
}
a:active
{
    text-decoration: none;
}

html{
        height: 100%;
        margin: 0px;
        padding: 0px;
}

body {
        /*background-image: url(images/back.jpg);*/
        background-color: #294c8e;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 100.01%;
        margin: 0px;
        padding: 0px;
    text-align: center;
    color: #000000;
        height: 100%;
}
form{
        padding: 0px;
        margin: 0px;
}
p{
        font-size: 0.75em;
        text-align: left;
}

.right{
        text-align: right;
        padding-bottom: 5px;
}
.center{
        text-align: center;
}
.under{
        text-decoration: underline;
}
.bold{
        font-weight: bold;
}
.header{
        font-size: 1em;
        height: 25px;
        padding: 0px 0px 0px 25px;
        margin: 0px 0px 20px 0px;
        font-weight: bold;
        color: #3d517e;
        background-image: url(images/content/header.gif);
        background-repeat: no-repeat;
}
.header2{
        font-size: 1em;
        font-weight: bold;
        color: #39517e;
}
.imagerahmen{
        border: 1px solid #3d517e;
}
.float-image{
        border: 1px solid #3d517e;
        margin: 0px 5px 5px 0px;
        float: left;
}
.imagelink {
   border: 0px;
   text-decoration: none;
   outline: none;
}
.text-link{
        color: #3d517e;
        text-align: left;
}
.fehler{
        color: red;
}
.namefeld{
    background-color: transparent;
        color: #000000;
        border: 1px #3d517e solid;
    width: 200px;
        height: 15px;
        padding: 0px;
        font-size: 0.9em;
}
.klnamefeld{
        color: #000000;
        border: 1px #3d517e solid;
    width: 130px;
        padding: 0px;
        font-size: 0.9em;
}

.optfeld{
    background-color: transparent;
        color: #000000;
        border: 1px #3d517e solid;
    width: 200px;
        height: 15px;
        padding: 0px;
        font-size: 0.9em;
}
.datfeld{
    background-color: transparent;
        color: #000000;
        border: 1px #3d517e solid;
    width: 50px;
        height: 15px;
        padding: 0px;
        font-size: 0.9em;
}
.textfeld
{
    padding-left: 2px;
        background-color: transparent;
        color: #000000;
        border: 1px #3d517e solid;
        width: 400px;
        height: 80px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 0.9em;
}
.berichtfeld
{
    padding-left: 2px;
        background-color: transparent;
        color: #000000;
        border: 1px #3d517e solid;
        width: 400px;
        height: 200px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 0.9em;
}
.mittelbutton
{
    background-color: #385aaf;
        background-image: url(images/button_hg.gif);
        height: 20px;
        color: #ffffff;
        width: 80px;
        border: 1px #3d517e solid;
        font-size: 0.9em;
        padding: 0px;
}
.grossbutton
{
    background-color: #385aaf;
        background-image: url(images/button_hg.gif);
        height: 20px;
        color: #ffffff;
        width: 150px;
        border: 1px #3d517e solid;
        font-size: 0.9em;
        padding: 0px;
}
.loeschenbutton
{
    background-color: #385aaf;
        background-image: url(images/loeschen.jpg);
        color: #ffffff;
        border: 1px #3d517e solid;
        padding: 0px;
        height: 16px;
        width: 16px;
}
/************************************* Beginn Style für Main **************************************/



.main {
        width: 100%;
        border-collapse: collapse;
        text-align: left;

}
.main-left{
        width: 150px;
        background-color: #294c8e;
        margin: 0px;
        padding: 0px;
        text-align: left;
        vertical-align: top;
}
.main-content{
        margin: 0px;
        padding: 0px;
        background-color: #ffffff;
        vertical-align: top;
        text-align: left;
}
.main-right{
        width: 20px;
        background-color: #294c8e;
        margin: 0px;
        padding: 0px;
        text-align: left;
}
/************************************* Ende Style für Main *************************************/
/************************************* Beginn Style für Banner **************************************/



.banner {                        /* BannerBereich - index.php*/
        width: 100%;
        height: 150px;
        border-collapse: collapse;
        vertical-align: top;
        margin: 0px;
        padding: 0px;
        text-align: left;
}
.banner-left{
        width: 650px;
        padding: 0px;
        margin: 0px;
}
.banner-fill{
        background-image: url(images/banner/banner_fill.jpg);
        background-repeat: repeat-x;
        padding: 0px;
        margin: 0px;
        vertical-align: top;
        text-align: right;
}
.banner-right{
        width: 25px;
        padding: 0px;
        margin: 0px;

}

/************************************* Ende Style für Banner *************************************/

/************************************* Beginn Style für Login ************************************/
.login{
        color: #ffffff;
        font-size: 0.7em;
        font-weight: bold;
        margin: 0px;
        padding: 0px;
        text-align: left;
}
.login-button{
        width: 60px;
        background-image: url(images/login_hg.gif);
        height: 15px;
        color: #000000;
        border: 1px #000000 solid;
        padding: 0px;
        font-size: 0.9em;
}
.login-feld{
        width: 100px;
        background-image: url(images/login_hg.gif);
        height: 11px;
        color: #000000;
        border: 1px #000000 solid;
        padding: 2px 3px;
        font-size: 0.9em;
}

/************************************* Ende Style für Login **************************************/

/************************************* Beginn Style für Footer ***********************************/



.footer {
        width: 100%;
        height: 35px;
        background-image: url(images/footer/footer.gif);
        background-repeat: repeat-x;
        margin: 0px;
        padding: 0px;
        text-align: right;
}
.footer td{
        padding: 0px 25px;
}
a.footer-link{
        color: #ffffff;
        font-size: 0.75em;
        border: 0px;
}
a.footer-link:hover{
        color: #ebb000;
}
/************************************* Ende Style für Footer *************************************/

/************************************* Beginn Style für Menue **************************************/



.menue {
        width: 150px;
        border-collapse: collapse;
        vertical-align: top;
        margin: 0px ;
        padding: 0px;

}
.menue-head{
        padding: 0px;
        height: 25px;
        text-align: center;
        font-size: 0.75em;
        font-weight: bold;
        color: #ffffff;
        margin: 0px;
        background-image: url(images/menue/menue.gif);
        background-repeat: no-repeat;
}
.menue-contend{
        padding: 15px 5px;
        margin: 0px;
}
a.menue-link{
        display: block;
        color: #ffffff;
        font-size: 0.75em;
        margin: 0px 0px 5px 0px;
        padding-left: 12px;
        background-image: url(images/menue/link_w.gif);
        background-repeat: no-repeat;
        background-position: left center;
        border: 0px;
}

a.menue-link-act{
        display: block;
        color: #ebb000;
        font-size: 0.75em;
        margin: 0px 0px 5px 0px;
        padding-left: 12px;
        background-image: url(images/menue/link_gelb.gif);
        background-repeat: no-repeat;
        background-position: left center;
        border: 0px;
}

a.menue-link:hover{
        background-image: url(images/menue/link_gelb.gif);
        background-repeat: no-repeat;
        background-position: left center;
        color: #ebb000;
}
a.menue-link:focus{
        background-image: url(images/menue/link_gelb.gif);
        background-repeat: no-repeat;
        background-position: left center;
        color: #ebb000;
}
a.menue-link-sub{
        display: block;
        color: #ffffff;
        font-size: 0.75em;
        margin: 0px 0px 5px 0px;
        padding-left: 22px;
        background-image: url(images/menue/link_w.gif);
        background-repeat: no-repeat;
        background-position: 10px center;
        border: 0px;
}

a.menue-link-sub-act{
        display: block;
        color: #ebb000;
        font-size: 0.75em;
        margin: 0px 0px 5px 0px;
        padding-left: 22px;
        background-image: url(images/menue/link_gelb.gif);
        background-repeat: no-repeat;
        background-position: 10px center;
        border: 0px;
}

a.menue-link-sub:hover{
        background-image: url(images/menue/link_gelb.gif);
        background-repeat: no-repeat;
        background-position: 10px center;
        color: #ebb000;
}
a.menue-link-sub:focus{
        background-image: url(images/menue/link_gelb.gif);
        background-repeat: no-repeat;
        background-position: 10px center;
        color: #ebb000;
}

/************************************* Ende Style für Menue *************************************/

/************************************* Beginn Style für Content **************************************/
.content{
        margin: 0px;
        padding: 0px 30px 30px 30px;
        text-align: left;
}
/************************************* Ende Style für Content *************************************/

/************************************* Beginn Style für Anzeige **************************************/


.anzeige {
        width: 100%;
        border-collapse: collapse;
        vertical-align: top;
        margin: 0px 0px 20px 0px;
        padding: 0px;
        border: 1px solid #000000;
        background-color: #eaf1fb;
        text-align: left;

}
.anzeige-head{
        padding: 0px 15px;
        height: 20px;
        font-size: 0.75em;
        background-color: #efefef;
        font-weight: bold;
        color: #000000;
        margin: 0px;
        text-align: left;
        border: 1px solid #000000;
}
.anzeige-contend{
        padding: 0px 15px;
        margin: 0px;
        color: #000000;
}
/************************************* Ende Style für Anzeige *************************************/
/************************************* Beginn Style für News **************************************/
.news-date{
        font-size: 0.7em;
        font-style: italic;
        color: #3d517e;
        padding-top: 5px;
        text-decoration: underline;
}
.news-text{
        font-size: 0.75em;
        padding-bottom: 10px;
        color: #000000;
}

/************************************* Ende Style für News ****************************************/
/************************************* Beginn Style für Leitung ***********************************/
.leitung{
        color: #000000;
        margin: 0px 0px 20px 0px;
        padding: 0px;
        border-collapse: collapse;
}
.leitung td{
        vertical-align: top;
        padding: 5px;
        margin: 0px;
        text-align: left;
}

/************************************* Ende Style für Leitung **************************************/
/************************************* Beginn Style für Chronik ************************************/
.chronik{
        width: 100%;
        vertical-align: top;
        margin: 0px 0px 20px 0px;
        padding: 0px;
        border-bottom: 1px dotted #39517e;
        text-align: left;
}
/************************************* Ende Style für Chronik **************************************/
/************************************* Beginn Style für Sponsor ************************************/
.sponsor{
        width: 100%;
        vertical-align: top;
        margin: 0px 0px 20px 0px;
        padding: 15px 0px;
        border-bottom: 1px dotted #39517e;
        text-align: left;
}
/************************************* Ende Style für Sponsor **************************************/
/************************************* Beginn Style für Kontakt ************************************/
.kontakt{
        padding:5px;
        margin: 0px;
        font-size: 0.75em;
        text-align: left;
        width: 350px;
        background-image: url(images/kontakt_back2.jpg);
        background-position: center;
        background-repeat: no-repeat;
}

/************************************* Ende Style für Kontakt **************************************/
/************************************* Beginn Style für Gästebuch **********************************/
.gaeste{
        border: 1px solid #39517e;
        padding: 5px;
        margin: 15px 15px 0px 0px;
        background-color: #eaf1fb;
        color: #3d517e;
}
.gaeste-insert{
        padding:5px;
        margin: 0px;
        font-size: 0.75em;
        text-align: left;
        width: 350px;
        background-image: url(images/gaeste_back.jpg);
        background-position: center;
        background-repeat: no-repeat;
}
/************************************* Ende Style für Gästebuch ************************************/
/************************************* Beginn Style für Teams **************************************/
a.team-link{
        color: #3d517e;
        margin: 0px 30px 0px 0px;
        padding: 0px;
}
a.team-link:hover{
        color: red;
}
a.team-link-act{
        color: red;
        margin: 0px 30px 0px 0px;
        padding: 0px;
}
.teamstable{
        margin: 10px 0px 0px 0px;
        padding: 0px;
        border-collapse: collapse;
        font-size: 0.75em;
        text-align: left;
}
.teamstable td{
        vertical-align: top;
        padding: 5px 0px 0px 10px;
        margin: 0px;
        color: #3d517e;
}
.teamstable th{
        vertical-align: top;
        padding: 10px 0px 0px 0px;
        margin: 0px;
        text-decoration: underline;
}
.spieler{
        font-size: 0.75em;
        border: 1px solid #3d517e;
        border-collapse: collapse;
        margin: 10px 0px;
}
.spieler td{
        border-top: 1px solid #3d517e;
        padding: 2px 5px;
        text-align: left;
        background-color: #eaf1fb;
}
.spieler th{
        padding: 2px 5px;
        text-align: left;
        background-color: #efefef;
}
.spieler a{
        color: #3d517e;
}
.team-info-menue{
        padding: 0px;
        margin: 0px 0px 20px 0px;
        font-size: 0.75em;
        border-bottom: 1px solid #000000;
        vertical-align: middle;

}
.team-info-menue td{
        padding: 0px 0px 0px 0px;
        vertical-align: middle;

}
.spielbericht{
        vertical-align: top;
        width: 100%;
        color: #000000;
}
.spielbericht-left{
        vertical-align: top;
        text-align: center;
        padding: 0px;
        margin: 0px;
}

.spielbericht-right{
        vertical-align: top;
        text-align: center;
        padding: 0px 40px;
        margin: 0px;
}


a.spieltag-link{
        display: block;
        color: #ffffff;
        font-size: 0.75em;
        border: 1px solid #000000;
        background-color: #39517e;
        text-align: center;
        width: 40px;
}
a.spieltag-link-act{
        display: block;
        color: #ebb000;
        font-size: 0.75em;
        border: 1px solid #000000;
        background-color: #39517e;
        text-align: center;
        width: 40px;
        background-image: url(images/menue/link_gelb.gif);
        background-repeat: no-repeat;
        background-position: left center;
}
a.spieltag-link:hover{
        background-image: url(images/menue/link_gelb.gif);
        background-repeat: no-repeat;
        background-position: left center;
        color: #ebb000;
}
.aufstelltable {
        width: 400px;
        font-size: 0.75em;
        COLOR: #000000;
        font-weight: bold;
        font-family: Verdana;
        text-align: center;
}

/************************************* Ende Style für Teams ****************************************/
/************************************* Beginn Style für Admin **************************************/
.admin-table {
        font-size: 0.75em;
        padding: 0px;
        margin: 10px 0px 10px 0px;
        border-collapse: collapse;
}
.admin-table td{
        padding: 3px 5px;
}
.admin-table th{
        background-color: #eaf1fb;
        padding: 3px 5px;
        border: 1px solid #000000;
}
a.admin-link{
        color: #3d517e;
        margin: 0px;
        padding: 0px;
        text-decoration: none;
        border: 0px;
}
a.admin-link:hover{
        color: red;
}
a.admin-link-act{
        color: red;
        margin: 0px;
        padding: 0px;
        text-decoration: none;
        border: 0px;
}
.imagepool{
        margin: 10px auto;
}
.imagepool td{
        font-size: 0.75em;
}
/************************************* Ende Style für Admin ****************************************/
/************************************* Beginn Style für fanartikel ***********************************/
.artikel{
        color: #000000;
        margin: 0px 0px 20px 0px;
        padding: 0px;
        border-collapse: collapse;
        width: 500px;
        border: 1px dotted #000000;
}
.artikel td{
        vertical-align: top;
        padding: 5px;
        margin: 0px;
        text-align: left;
}
.artikel td.left{
        width: 30%;
}
.basket {
        font-size: 0.75em;
        padding: 0px;
        margin: 10px 0px 10px 0px;
        border-collapse: collapse;
        width: 100%;
        border: 1px solid #000000;
}
.basket td{
        padding: 3px 5px;
        border: 1px solid #000000;
        text-align: center;
}
.basket th{
        background-color: #eaf1fb;
        padding: 3px 5px;
        border: 1px solid #000000;
        text-align: center;
}
.kunden {
        font-size: 0.75em;
        padding: 0px;
        margin: 10px 0px 10px 0px;
        border-collapse: collapse;
        border: 1px solid #000000;
}
.kunden td{
        padding: 3px 5px;
        border: 1px solid #000000;
        text-align: left;
}
.kunden th{
        background-color: #eaf1fb;
        padding: 3px 5px;
        border: 1px solid #000000;
        text-align: left;
}
.bestell {
        font-size: 0.75em;
        padding: 0px;
        margin: 10px 0px 10px 0px;
}
.bestell td{
        padding: 3px 5px;
        text-align: left;
}
.bestell th{
        padding: 3px 5px;
        text-align: left;
        font-weight: bold;
}
/************************************* Ende Style für fanartikel **************************************/
