/* beachte : um eine korrekte Darstellung zu erhalten ist die Reihenfolge 
   link, visited, hover, active, focus einzuhalten. */
a:link {
    color: black;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 14px;
    padding:8px 0 8px 8px;
    margin: 8px 0 8px 8px; 
/*    background-color: #eee; */
    text-decoration: underline;
  }
a:visited {
    color: #006600;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 14px;
    padding:8px 0 8px 8px;
    margin: 8px 0 8px 8px; 
 
 
/*    background-color: #eee; */
    text-decoration: underline;
  }
a:hover {
    border-color: white;
    border-left-color: black; 
    border-top-color: black;
    color: white; 
    background-color: #C77239;
    text-decoration: none;
  }
a:active {
    color: red; 
/*    background-color: gray;*/
  }


h1 {
font-family: Arial, Helvetica, sans-serif; 
font-size: 24px; 
font-style: normal; 
line-height: normal; 
font-weight: normal; 
color: #000000; 
text-decoration: none; 
left: auto; 
top: auto;
}
h2 {  
font-family: Arial, Helvetica, sans-serif; 
font-size: 14px; 
font-style: normal; 
line-height: normal; 
font-weight: normal; 
color: #000000; 
text-decoration: none;
margin: 8px 0 8px 8px;
padding:8px 0 8px 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: 12px; 
font-style: normal; 
line-height: normal; 
font-weight: normal; 
color: #000000; 
text-decoration: none; 
margin-left:10px;
}
.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;
  }

