﻿body
{
    background-image: url('../images/schlitten.gif');
    background-color: #003300;
    text-align: center;
    margin-top: 25px;
    font-family: Verdana,Arial,Sans-Serif;
    color: White;
    font-size: 1em;
}

h1
{
    font-size: 1.5em;
}

h2
{
    font-size: 1em;
    font-weight:bold;
}

.bildunterschrift
{
    font-size: 0.7em;
}

.center
{
    width: 824px;
    background-color: #990000;
    text-align: center;
    margin: 0 auto;
}

.navigation
{
    background-color: #006600;
    width: 100%;
    height: 48px;
}
#footer
{
    clear:both;
    background-color: #006600;
    font-size:0.8em;
}

#footer a
{
    text-decoration: none;
    color: White;
}
#footerRight
{
    text-align: right;
    padding:4px;
    margin:0;
}

#footerLeft
{
    text-align: left;
    padding:4px;
    float:left;
    margin:0;
}

   
  ul#Navigation {
    margin:0;
    padding:1em;
    text-align: center;
    float:left;
  }
  ul#Navigation li {
    list-style: none;
    display: inline;
    margin: 0;
    padding: 0.3em;
  }
  
  a, ul#Navigation span {
    color: White;
  }
  * html ul#Navigation a, * html ul#Navigation span {
    width: 1em;    /* nur fuer IE 5.0x erforderlich */
    w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
  }
  ul#Navigation a:hover, ul#Navigation span {
    color: #990000;
  }

#GlockeLeft
{
    text-align: left;
}

#GlockeRight
{
    text-align: right;
}


#KerzeLinks
{
    position:relative;
    width: 48px;
    height:48px;
    float:left;
}

#KerzeRechts
{
    position:relative;
    width: 48px;
    height:48px;
    display:inline;
}


