/* CSS Document */

    p a:link {
	text-decoration: none;
	font-weight: bold;
	color: #FF0000;
  }

  p a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #FF0000;
  }

  p a:hover {
	text-decoration: blink;
	color: #FF0000;
  }

  table a:link {
	text-decoration: none;
	font-weight: bold;
	color: #FF0000;
  }

  table a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #FF0000;
  }

  table  a:hover {
	text-decoration: blink;
	font-weight: bold;
	color: #FF0000;
  }

  ul#Navigation {
    width: 8em;
    margin: 0; padding: 0;
  }

  ul#Navigation li {
    list-style: none;
    padding: 0.2em; margin: 0.2em;
  }

  ul#Navigation ul li {
    margin: 0.1em 0.1em; padding: 0;
  }

  ul#Navigation li ul li {
    margin: 0.1em 0;
	padding: 0;
  }

  ul#Navigation ul {
	margin: 0 0 0 0.8em; padding: 0;
	border: 1px solid #AA0000;
	background-color: #CC0000;
  }

  ul#Navigation a, ul#Navigation span {
    display:block;
    margin: 0;
	padding: 0em;
    text-decoration: none; font-weight: bold;
    color: white;
  }

  ul#Navigation ul li a {
	font-weight: normal;
  }
  * html ul#Navigation a {
    width: 100%;    /* Breitenangabe fuer IE 5.x */
    w\idth: 8.8em;  /* Breitenangabe fuer IE 6 */
  }
  * html ul#Navigation li ul li a {
    width: 100%;    /* Breitenangabe fuer IE 5.x */
    w\idth: 5.8em;  /* Breitenangabe fuer IE 6 */
  }

  table#datum {
	border: 2px solid black;
	color: white;
  }

  table#wetter {
	border: 2px solid black;
	margin: 1em 0 1em 0;
	color: white;
  }

  table.rightspace th, table.rightspace td {
    padding: 0 1em 0 0;
  }
  
  #aktual {
	color: #FF0000;
	font-weight: bold;
	font-size: 1.1em;
  }

  div#besucher {
	text-align: center;
	border: none;
	width: auto; height: auto;
	margin: 2em 0 0 0; padding: 0 0 1em 0;
  }

  div#inhalt {
	margin: 1em;
  }

  h1#Titel {
	text-align: center; font-size: 150%; font-weight: bold;
	color: black;
  }

/*  table#links {

  } */

  table#start {
	padding: 2em;
  }

  table#start td {
	vertical-align: top;
  }

  p#head {
	background-color: #fed;
  }

  div#rahmen {
	padding: 1em;
	font-size: 12px;
  }

  td#kopf {
	background-color:#CCCCDD;
	vertical-align: top;
	font-size: 1.2em;
  }

  table#download {
	width: 80%;
  }

  .hell {
	background-color: #DDDDEE;
  }

  .dunkel {
	background-color: #CCCCDD;
  }

  .berichte {
	margin-top: 1em;
  }

  .berichte th, .berichte td {
	font-size: 12px;
	vertical-align: top;
	text-align: left;
  }

  .fettgross {
	font-size: larger;
	font-weight: bold;
  }

