body {
    color: black; background-color: white;
    font-size: 100.01%;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0; padding: 1em 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
  }

  div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 900px;
    padding: 0;
    background: #fff url(bilder/jpg/m_hg.jpg) repeat-y;
    border: 2px ridge silver;
  }

  h1 {
    font-size: 1.5em;
    margin: 0; padding: 0.3em;
    text-align: center;
    background: #fed url(../../../src/logo.gif) no-repeat 100% 45%;
    border-bottom: 1px solid silver;
  }

  ul#Navigation {
    font-size: 0.83em;
    float: left; width: 200px;
    margin: 0 0 1.2em; padding: 0;
    background: #fff url(bilder/jpg/m_hg.jpg) repeat-y;
  }
  ul#Navigation li {
    list-style: none;
    margin: 0; padding: 0.5em;
  }
  ul#Navigation a {
    display: block;
    padding: 0.2em;
    font-weight: bold;
  }
  ul#Navigation a:link {
    color: black; 
  }
  ul#Navigation a:visited {
    color: #666; 
  }
  ul#Navigation a:hover {
    color: black; 
  }
  ul#Navigation a:active {
    color: white; 
  }

  div#Inhalt {
    margin: 0 0 1em 220px;
    padding: 0 1em;
  }
  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
    margin-bottom: 0;
  }
  div#Inhalt h2 {
    font-size: 1.2em;
    margin: 0.2em 0;
    color: 3f202f;
  }
  div#Inhalt p {
    font-size: 1em;
    margin: 1em 0;
  }

  p#footer {
    clear: both;
    font-size: 0.83em;
    margin: 0; padding: 0.1em;
    text-align: right;
    color: #fff;
    font-weight: lighter;
    background: #fff url(bilder/gif/ru.gif) repeat-x;
    border-bottom: 1px solid silver;
  }

#header {
width: 100%;
background: url(bilder/jpg/head.jpg) no-repeat;
font-size: 115%;
color: #666;
}

#header .gutter {
padding:3% 3% 3% 3%;
}

#header2 {
width: 60%;
background: #bbb;
font-size: 95%;
color: #fff;
background: url(bilder/jpg/bgt.jpg) repeat-x 50% 50%;
}

#header2 .gutter {
padding: 0% 3% 0% 3%;
}

#header3 {
background: #FC0;
font-size: 95%;
color: #666;
}

#header3 .gutter {
padding: 1% 3% 1% 3%;
}

a{
color: darkred;
}

.textfett {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: small;
	color: #666;
	font-style: normal;
	line-height: normal;
}
.textnormal {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: small;
	color: #666;
	font-style: normal;
	line-height: normal;
}
.textdnnormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	color: #666;
}
.textdnfett {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	color: #666;
}
.textupfett {
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-weight: bold;
}

