/* fuer moderne Browser */
  body {
    color: black; background-color: #99CCCC;
    font-size: 100.01%;
    font-family: Arial,Helvetica,sans-serif;
    margin: 0; padding: 0;
  }
  
/* Formularformatierung */

	td, input, select, textarea {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;	
	}
	
	.Feld {
		border :3px solid #99CCCC;
		width : 160px;
		margin:4px 0 0 8px;
	}
	
	.Button {
		background-color: #AAAAAA;
		color: #FFFFFF;
		width: 100px;
		border: 3px solid #274D4D;
		border-left-color: #99CCCC;
		border-top-color: #99CCCC;
		margin:4px 0 0 8px;
	}	

	div#titel  h1 {
    font-family: Comic Sans MS;
	font-size:36px;
    margin: 8px 0;
  }
	h1 {
    font-family: Arial, Helvetica, sans-serif;
	font-size:32px;
    margin: 8px 0;
  }
	h2 {
    font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
    margin: 8px 0;
	padding:4px 4px 0 4px;
  } 
  p {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:4px 8px 4px 8px;
  }
 li {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:4px 4px 4px 0px;
  }
   a:link {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    color: #000066;
	padding:4px 4px 4px 4px;
    text-decoration: underline;
  }
    a:visited {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    color: #008000;
	padding:4px 4px 0 4px;
    text-decoration: none;
  }
    a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    color: white; 
    background-color: gray;
    text-decoration: none;
  }
    a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    color: red; 
    background-color: gray;
  }
  a:focus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
  color: red; 
  background-color: gray;
  }
  div#nudeln  a:link {
    font-family: Arial, Helvetica, sans-serif;
	  font-size: 11px;
    color: white;
    text-decoration: none;
  }
  div#nudeln  a:visited {
    font-family: Arial, Helvetica, sans-serif;
	  font-size: 11px;
    color: white;
    text-decoration: none;
  }
  div#nudeln  a:hover {
    color: white;
    background-color:#FFFFFE;
    text-decoration: none;
  }
  div#nudeln  a:active {
    color: white; 
  }
  .menue-kopf {  
  font-family: "Comic Sans MS"; 
  font-size: 24px; font-style: normal; 
  font-weight: bold; color: #333366
  }
  .menue-list {  
  font-family: "Comic Sans MS"; 
  font-size: 18px; font-style: normal; 
  font-weight: bold; color: #006666
  }
  .menue-text {  
  font-family: "Courier New"; 
  font-size: 14px; font-style: normal; 
  font-weight: bold; color: #993366
  }
  .sossen-h1 {  
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 18px; font-style: normal; 
  font-weight: bold; color: #006666
  }
  #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;
  }


