/* CSS der Homepage von Andreas Glöckler */
/* Alle Rechte vorbehalten im Jahr 2008 */


/* Farbdefinitionen */
/* grau:        #808080 */
/* grün:        #00CD00 */
/* grün:        #008B00 */
/* grün:        #00CD66 */
/* grün:        #00FF00 */


body    {
        background-image:       url(../images/bg.gif);
        background-repeat:      repeat-y;
        }


/* Überschriften */

H1      {
        font-family:            Verdana;
        font-size:              1.0em;
        font-style:             bold;
        letter-spacing:         1px;
        color:                white;
        line-height:            2.0em;
        }


/* Massentext */

p       {
        font-family:            sans-serif, Arial;
        font-size:              0.8em;
        letter-spacing:         1px;
        line-height:            1.3em;
        color:                white;
        margin-left:            30px;
        }


/* Links */

a:hover         {
                font-family:    sans-serif, Arial;
                font-size:      0.9em;
                color:          #00FF00;
                }

a:visited       {
                font-family:    sans-serif, Arial;
                font-size:      0.9em;
                color:        silver;
                }

a:link          {
                font-family:    sans-serif, Arial;
                font-size:      0.9em;
                color:        white;
                }

a:active        {
                font-family:    sans-serif, Arial;
                font-size:      0.9em;
                color:        #008B00;
                }


/* Linien */

hr#gr   {
        color:                green;
        width:                  80%;
        text-align:             left;
        margin-top:             -10px;
        height:                 2px;
        }

hr#bl   {
        color:                black;
        width:                 90%;
        text-align:            right;
        margin-top:            -12px;
        height:                1px;
        }



/* Image vonre am Text */
#FrontImage     {
                float:          right;
                margin-left:    1.0em;
                margin-bottom:  0.5em;
                }

ul              {
                font-family:    sans-serif, Arial;
                font-size:      0.8em;
                letter-spacing: 1px;
                line-height:    1.3em;
                color:        white;
                margin-left:    30px;
                }

table#in        {
                font-family:    sans-serif, Arial;
                font-size:      0.8em;
                letter-spacing: 1px;
                line-height:    1.3em;
                color:        white;
                }