.headcolor {
  color: #0000FF;
  background-color: #000000; font-family:Arial; font-size:18pt; font-weight:bold; background-image:url('images/summer.jpg')
}


span.subnotes { color: #FF0000; font-family: Arial; font-size: 10px; font-style: italic }

h1           { font-family: Arial; font-size: 12pt }

h2           { font-family: Arial; font-size: 10pt }

a:link       { font-family: Arial; font-size: 12pt; color: #0000FF}

a:visited    { font-family: Arial; font-size: 12pt; color: #663399}

a:hover      {
	font-family: Arial;
	font-size: 12pt;
	color: #0000FF;
	font-weight: bolder;
}

.copyright   { color: #666666; font-family: Arial; font-size: 8pt }


span.banner_titel { font-family: Arial; font-size: 18pt; color: #000066; font-weight: bold; 
               background-color: #FFFFFF }
  #navlist {
    position: relative;
    width: 100%;
    height: 1.1em;
    margin: 0;
    padding: 0;
    border-bottom: 2px solid #000;
    white-space: nowrap;
  }
  #navlist li {
	float: left;
	margin: 0 0 0 0;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	list-style-type: none;
	border-color: #CCCCCC;
  }
  #navlist li a {
    position: relative;
    width: 19ex;
    display: block;
    margin: 0;
    padding: 1px 0.4em;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #ccc;
    background-color: #fff;
    color: #00F;
    font: normal 0.7em/120% Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    text-decoration: none;
  }
  #navlist li a:hover {
    color: #FF0000;
    text-decoration: underline;
  }
  #navlist li#active a {
    font-weight: bold;
    background-color: #00F;
    color: #fff;
    border-color: #006 #006 #006 #006;
  }
  #navlist li#active a:hover {
    color: #fff;
  }
  #navlist ul#subnavlist {
    position: absolute;
    width: 100%;
    left: 0;
    top: 1.25em;
    margin: 0;
    padding: 0;
    border-bottom: 2px solid #006;
    white-space: nowrap;
  }
  #navlist ul#subnavlist li {
	width: 17ex;
	margin: 0;
	border: 0;
  }
  #navlist ul#subnavlist li a {
    width: auto;
    padding: 0.06em 1em 0;
    border: 0;
    background-color: #fff;
    color: #000;
    font: normal normal 0.66em/110% Verdana, Arial, sans-serif;
  }
  #navlist ul#subnavlist li a:hover {
    color: #FF0000;
    text-decoration: underline;
    font-weight: 400; /* IE5/Mac disappearing item fix */
  }
  #navlist ul#subnavlist li#subactive a {
    background-color: #CCC;
    color: #006;
  }
  * html > body #navlist, * html > body #navlist ul#subnavlist {
    width: 600px; /* IE5/Mac fixed width fix */
    }
--
