<style type="text/css">
  .back1{
  
  }
  
  body {
    color: black; background-color: #666666;
    font-size: 100.01%;
    font-family: Arial MT,Arial,Helvetica;
    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: 780px;
    padding: 0;
    background: #ABCDEF;
    border: 0;
    color: black url(chris.jpg) repeat-y;
    font-family: Arial MT,Arial,Helvetica;
  }
  html>body div#Seite {
    border-color: black;/* Farbangleichung an den Internet Explorer  */
  }



  h1 {
    font-size: 1.5em;
    margin: 0; padding: 0.3em;
    text-align: right;
    background: black url(chris.jpg) repeat-y;
    border-bottom: 0px solid black;
    height: 40px;
    color: #66FF66;
  }

  div#content {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    padding-left: 170px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 10;
    background-color: transparent;
    border: 0;
    color: black;
    font-family: Arial MT,Arial,Helvetica;
    font-size: 0.9em;
  }
  div#content h1 {
    font-size: 1.5em;
    margin: 0; 
    text-align: center;
    background: transparent;
    border-bottom: 0px solid black;
    color: black;
    height: auto;
  }


  div#content .liste {
background-color: transparent;
color: black;
}
div#content .liste ul {
list-style-position: outside;
list-style-type: circle;
padding: 0px 0px 0px 20px;
}

div#content p, #content li {
font-size: 0.9em;
margin: 0 0 0 0;
line-height: 150%;
color: black;
link: black;
alink: black;
vlink: black;
}

div#content h1 {
background-color: transparent;
color: black;
font-size: 110%;
}

div#content h2 {
background-color: transparent;
color: black;
font-size: 115%;
}

div#content a {
text-decoration: none;
border-bottom: 1px solid #bbbbbb;
background-color: transparent;
color: black;
link: black;
alink: black;
vlink: black;
}
div#content a:link {
background-color: transparent;
color: black;
}
div#content a:visited {
background-color: transparent;
color: black;
}
div#content a:hover {
background-color: transparent;
color: #AAAAAA;
}
div#content a:active {
background-color: transparent;
color: black;
}
div#content a:focus {
background-color: transparent;
color: black;
}


  ul#Navigation {
    background: #66FF66 url(chris.jpg) repeat-y 0 -54px; 
    font-size: 0.7em;
    float: left; width: 160px;
    margin: 0 0 0; padding: 0;
  }
  ul#Navigation li {
    list-style: none;
    margin: 0; padding: 0.4em;
    color: black;
    font-weight: bold;
  }
  ul#Navigation p {
    display: block;
    list-style: none;
    margin: 0; padding: 0.2em;
    font-weight: bold;
    color: black;  background-color: #66FF66;
	opacity: .75;
	filter: alpha(opacity=50);
  }
  ul#Navigation a {
    display: block;
    padding: 0.2em;
    font-weight: bold;
    text-decoration: none;
  }
  ul#Navigation a:link {
    color: #66FF66; background-color: black;
	opacity: .75;
	filter: alpha(opacity=50);
  }
  ul#Navigation a:visited {
    color: #66FF66; background-color: black;
	opacity: .75;
	filter: alpha(opacity=50);
  }
  ul#Navigation a:hover {
    color: #AAAAAA; background-color: black;
	opacity: .75;
	filter: alpha(opacity=50);
  }
  ul#Navigation a:active {
    color: #66FF66; background-color: black;
	opacity: .75;
	filter: alpha(opacity=50);
  }

  div#Inhalt {
    margin: 0 0 0 0;
    padding: 0 0;
    border: 0;
    font-family: Arial MT,Arial,Helvetica;
  }
  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
    margin-bottom: 0;
  }
  div#Inhalt h2 {
    font-size: 1.2em;
    margin: 0.2em 0;
    color: navy;
  }
  div#Inhalt p {
    font-size: 1em;
    margin: 1em 0;
  }


  p#Fusszeile {
    clear: both;
    font-size: 0.6em;
    margin: 0; padding: 0.1em;
    text-align: right;
    background-color: black;
    border-top: 0px solid silver;
    height: 25px;
    color: #66FF66;
  }

  p#Fusszeile a {
    font-size: 1.4em;
    padding: 0.2em;
    font-weight: bold;
    text-decoration: none;
  }
  p#Fusszeile a:link {
    color: #66FF66;
  }
  p#Fusszeile a:visited {
    color: #66FF66;
  }
  p#Fusszeile a:hover {
    color: #AAAAAA; 
  }
  p#Fusszeile a:active {
    color: #66FF66;
  }
</style>