/* beachte : um eine korrekte Darstellung zu erhalten ist die Reihenfolge 
   link, visited, hover, active, focus einzuhalten. */
a:link {
    color: #000080;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 14px;
    font-weight: bold;
 /*   margin: 0 0 0 8px; da dem Link ein p Tag vorangesetzt wird, hier kein margin angeben, da diese sonst addiert werden*/
    text-decoration: none;
    background-color: #F8F0E2;
  }
a:visited {
    color: #006600;
	font-family: Arial, Helvetica, sans-serif; 
    font-size: 14px;
    font-weight: bold;
/*    margin: 0 0 0 8px; */
    text-decoration: none;
  }
a:hover {
    color: #000000; 
    text-decoration: underline;
  }
a:active {
    color: red;
  }


h1 {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 24px; 
    font-style: normal;
    margin: 0 0 0 8px; 
    line-height: normal; 
    font-weight: normal; 
    color: #000000;  
    text-decoration: none; 
    left: auto; 
    top: auto; 
}
h2 {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; 
        font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	color: #000000; 
	text-decoration: none;
        margin: 0 0 0 8px;
}
h3 {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
        font-style: normal; 
	line-height: normal;
        font-weight: normal; 
	color: #000000;
        text-decoration: none;
}
p {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	color: #000000; 
	text-decoration: none; 
	margin: 0 0 0 8px;
}
.snack-link {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-style: normal; 
	font-weight: bold; 
	text-decoration: none;
}
/* Fuer den Menueblock   */
  #fixiert {
    position: absolute;
    top: 86px; left: 4px;
    width: 117px;
	position: fixed;
  }

  ul#Navigation {
    float: left; width: 115px;
    margin: 1px; padding: 0;
  }

ul#Navigation li {
    list-style: none;
    float: left;
    width:115px;  
    position: relative;
    margin: 1px 0; padding: 0;
  }
  * html ul#Navigation li {  
    margin-bottom: 1px;
  }
  ul#Navigation a {
    display: block;
    padding-top:2px;
    padding-bottom:2px;
    padding-left:8px;
    margin:1px;
	font-size: 12px;
    font-weight:bold;
    border: 1px solid black;
    border-left-color: white; 
    border-top-color: white;
    color: maroon; 
    background-color: #ccc;
  }

  ul#Navigation a:link {
	font-size: 12px;
    font-weight:bold;
	color: black; 
    background-color: #eee; 
    text-decoration: none;
  }
  ul#Navigation a:visited {
    color: blue; 
    background-color: #eee; 
    text-decoration: none;
  }
  ul#Navigation a:hover {
    border-color: white;
    border-left-color: black; 
    border-top-color: black;
    color: white; 
    background-color: gray;
    text-decoration: none;
  }
  ul#Navigation a:active {
    color: white; background-color: gray;
  }
    ul#Navigation span {
	display: block;
    padding-top:2px;
    padding-bottom:2px;
    padding-left:8px;
    margin:1px;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid black;
    border-color: white;
    border-left-color: black; 
    border-top-color: black;
    color: white; 
    background-color: #99CCCC;
    text-decoration: none;
  }

