/* Structure */

body
    {
    background-color: #FFFFFF;
    margin: 0;
    font-family: verdana, arial;
    background-color: #009de0;
    }


#main
    {
    width: 750px;
    color: #FFFFFF;
    font-family: verdana, arial;
    font-size: 12px;
    padding-bottom:20px;
    float:left;
    margin-top: 5%;
    margin-left: 5%;
    }

/* eof Structure */


/* Hypertext */

a:link, a:active, a:visited
     {
     color: #FFFFFF;
     text-decoration: none;
     font-weight: bold;
     }
     a:hover
     {
     color: #024d78;
     text-decoration: underline;
     }
     a.foot_link:link, a.foot_link:active, a.foot_link:visited
                        {
                        color: #FFFFFF;
                        text-decoration: none;
                        font-weight: bold;
                        }
                        a.foot_link:hover
                        {
                        color: #024d78;
                        text-decoration: underline;
                        }
     a.spieler:link, a.spieler:active, a.spieler:visited
     {
     color: #000000;
     text-decoration: none;
     font-weight: normal;
     }
     a.spieler:hover
     {
     color: #ffffff;
     text-decoration: underline;
     }
     a.audio:link, a.audio:active, a.audio:visited
                        {
                        display: block;
                        background-image: url(../img/audio.png);
                        background-position: left;
                        background-repeat:no-repeat;
                        padding-left: 23px;
                        line-height: 23px;
                        color: #FFFFFF;
                        text-decoration: none;
                        font-weight: bold;
                        }
                        a.audio:hover
                        {
                        color: #024d78;
                        text-decoration: underline;
                        }
     a.presse:link, a.presse:active, a.presse:visited
                        {
                        display: block;
                        background-image: url(../img/presse.png);
                        background-position: left;
                        background-repeat:no-repeat;
                        padding-left: 23px;
                        line-height: 23px;
                        color: #FFFFFF;
                        text-decoration: none;
                        font-weight: bold;
                        }
                        a.presse:hover
                        {
                        color: #024d78;
                        text-decoration: underline;
                        }
     a.foto:link, a.foto:active, a.foto:visited
                        {
                        display: block;
                        background-image: url(../img/foto.png);
                        background-position: left;
                        background-repeat:no-repeat;
                        padding-left: 23px;
                        line-height: 23px;
                        color: #FFFFFF;
                        text-decoration: none;
                        font-weight: bold;
                        }
                        a.foto:hover
                        {
                        color: #024d78;
                        text-decoration: underline;
                        }
     a.film:link, a.film:active, a.film:visited
                        {
                        display: block;
                        background-image: url(../img/film.png);
                        background-position: left;
                        background-repeat:no-repeat;
                        padding-left: 23px;
                        line-height: 23px;
                        color: #FFFFFF;
                        text-decoration: none;
                        font-weight: bold;
                        }
                        a.film:hover
                        {
                        color: #024d78;
                        text-decoration: underline;
                        }

/* eof Hypertext */


/* Table */



/* eof Table */


/* Text */

p
 {
 color: #0c0c0c;
 font-family: verdana, arial;
 font-size: 15px;
 margin: 10px;
 margin-left: 30px;
 margin-right: 30px;
 text.align: left;
 }

fieldset
 {
 width: 750px;
 border: 2px solid #ffffff;
 vertical-align: top;
 margin-right: 40px;
 margin-left: 40px;
 margin-top:0px;
 margin-bottom: 30px;
 padding: 15px;
 }

legend
 {
 font-family: verdana, arial;
 font-size: 20px;
 font-variant: small-caps;
 border-left: 2px solid ;
 border-right: 2px solid #ffffff;
 color: #ffffff;
 margin-right: 10px;
 padding: 3px;
 }


h2
 {
 border-bottom: 1px solid #ffffff;
 font-family: verdana, arial;
 font-size: 14px;
 font-weight: normal;
 font-variant: small-caps;
 color: #ffffff;
 text-align: left;
 padding-left: 4px;
 margin-left: 30px;
 margin-right: 30px;
 }


/* eof Text */


/* Image */

a:hover.img
   {
   border: 0;
   text-decoration:none;
   }

img
   {
   border: 1px solid #1B79AF;
   }

/* eof Image */