body {
	background-color: #f4f6f5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;	
	}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;	
	}
	
.smallfont { color: #000000; font-weight: normal; font-size: 14px; text-decoration: none; }
.bigfont { color: #000000; font-weight: bold; font-size: 14px; text-decoration: none; }
.hugefont { color: #000000; font-weight: bold; font-size: 18px; text-decoration: none; }
.bg	{ background-color: #dedede; }

ul#Navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #660000;
	text-decoration: none;
	padding-left: 1px;
	padding-right: 3px;
  }
  * html ul#Navigation {  /* Korrekturen fuer IE 5.x */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #660000;
	text-decoration: none;;
  }
  ul#Navigation li {
	margin: 0.2em;
	padding: 0;
	text-align:center;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
  }

  ul#Navigation a {
    display:block;
    padding: 0.1em;
    text-decoration: none;
    border: 1px solid black;
    color: maroon; background-color: #ccc;
  }
  * html ul#Navigation a {  /* Breitenangaben nur fuer IE */
    width: 100%;
    w\idth: 8.8em;
  }
  ul#Navigation a:hover {
    border-color: white;
    color: white; background-color: gray;
  }a:hover {
	color: #666666;
}

