
body {
	
background-color: #e5f3ec;
  
topMargin: 0px;
leftmargin: 0px;
marginheight: 0px;
marginwidth: 0px;

}

	
.text-10px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

.text-12px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.text-12px a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.text-12px a:hover { color: #ffff00; }
/* .text-12px a:hover { background-color: #ffff00; } */
/*.text-12px a:link { color: #0000ff;} */
/*.text-12px  a:visited { color: #0000ff;} */ 
.text-12px a:active {color: #ffff00;}


.text-14px-alternativ {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration:none;
}

.text-14px-alternativ a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #00000;
	text-decoration:none;
}


.text-14px-alternativ a:link { color: #000000;}

.text-14px-alternativ  a:visited { color: #000000;}
	
.text-14px-alternativ a:hover { 
	text-decoration:none;
	color: #ff0000; }
		
.text-14px-alternativ a:active {
	text-decoration:none;
	color: #ff0000;}


.text-14px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}



.text-14px-strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.text-16px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
}

.text-16px-strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.text-16px a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
}

.text-16px a:hover { color: #ffff00; }
/* .text-16px a:hover { background-color: #ffff00; } */
/*.text-16px a:link { color: #0000ff;} */
/*.text-16px  a:visited { color: #0000ff;} */ 
.text-16px a:active {color: #ffff00;}


.text-24px-strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}

.text-36px-strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
}


/* ################################################ */


.menue{
	font-family: Arial, Helvetica, sans-serif;
	color: #E5F3EC;
 background-color:  #1A8A52;
	/* background-color: #E5F3EC; */
	/*width: 100%;*/
	font-size: 14px;
	/*font-weight: bold;*/
	text-decoration:none;
}


.menue a {
	color: #000000;
	background-color:  #B3D8C6;
	/* background-color: #E5F3EC; */
	/*color: #8A4300;*/
	text-decoration:none;
	display:block;
	padding-top:3px;
	padding-bottom:3px;
}

.menue a:hover {
	
	color:  #E5F3EC;
	background-color:   #58B687;
	/*color: #E2C798;*/
	/*background-color: #7B5A22;*/
	text-decoration:none;
}

.menue1{
	font-family: Arial, Helvetica, sans-serif;
	color: #B3D8C6;
 background-color:  #B3D8C6;
	/* background-color: #E5F3EC; */
	/*width: 100%;*/
	font-size: 14px;
	/*font-weight: bold;*/
	text-decoration:none;
}

.menue1 a {
	color: #000000;
	background-color:  #B3D8C6;
	/* background-color: #E5F3EC; */
	/*color: #8A4300;*/
	text-decoration:none;
	padding-top:3px;
	padding-bottom:3px;
}

.menue1 a:hover {
	
	color:  #B3D8C6;
	background-color:   #B3D8C6;
	/*color: #E2C798;*/
	/*background-color: #7B5A22;*/
	text-decoration:none;
}
/* ################################################ */

  ul#Navigation {
    font: normal 14px Helvetica, Arial, sans-serif;
    margin: 0; padding: 0.0em;
    text-align: center;
   /* border: 1px solid black; */
    background-color: #B3D8C6;
  }
  ul#Navigation li {
    list-style: none;
    display: inline;
float: left;
    /* margin: 0.4em; padding: 0; */
  }

  ul#Navigation a, ul#Navigation span {
    padding: 0.2em 1em;
    text-decoration: none; font-weight: bold;
    color: #000000; background-color:  #B3D8C6;
 }
 
  * html ul#Navigation a, * html ul#Navigation span {
    width: 1em;    /* nur fuer IE 5.0x erforderlich */
    width: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
  }
  ul#Navigation a:hover {
    color:  #E5F3EC; background-color: #58B687;
  }
  
  ul#Navigation span {
    color:  #E5F3EC; background-color: #1A8A52;
  }
  
  /* ############### original #######################
  
  <style type="text/css">
  body {
    font: normal 100.01% Helvetica, Arial, sans-serif;
    color: black; background-color: #ffffe0;
  }

  ul#Navigation {
    margin: 0; padding: 0.8em;
    text-align: center;
    border: 1px solid black;
    background-color: silver;
  }
  ul#Navigation li {
    list-style: none;
    display: inline;
    margin: 0.4em; padding: 0;
  }

  ul#Navigation a, ul#Navigation span {
    padding: 0.2em 1em;
    text-decoration: none; font-weight: bold;
    border: 1px solid black;
    border-left-color: white; border-top-color: white;
    color: maroon; background-color: #ccc;
  }
  * html ul#Navigation a, * html ul#Navigation span {
    width: 1em;    /* nur fuer IE 5.0x erforderlich */
 
 /*
 
    width: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
	
/*
	
  }
  ul#Navigation a:hover, ul#Navigation span {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: white; background-color: gray;
  }

*/


/* ############### vertikales menü ######################### */

  ul#Navigation_vertikal {
    font: normal 14px Helvetica, Arial, sans-serif;
    width: 9em;
    margin: 0; padding: 0.2em;
    background-color: #B3D8C6;
  }
  * html ul#Navigation_vertikal {  /* Korrekturen fuer IE 5.x */
    width: 11.6em;
    w\idth: 10em;
    padding-left: 0;
    padd\ing-left: 0.0em;
  }
  ul#Navigation_vertikal li {
    list-style: none;
    margin: 0.0em; padding: 0;
  }

  ul#Navigation_vertikal a, ul#Navigation_vertikal span {
    display:block;
    padding: 0.2em;
    text-decoration: none;
	/* font-weight: bold; */
    color: #000000; background-color: #E5F3EC;
  }
  * html ul#Navigation_vertikal a,  * html ul#Navigation_vertikal span {  /* Breitenangaben nur fuer IE */
    width: 100%;
    w\idth: 8.8em;
  }
  
  ul#Navigation_vertikal a:hover {
    color:  #E5F3EC; background-color: #58B687 ;
  }

  ul#Navigation_vertikal span {
    color:  #E5F3EC; background-color:  #1A8A52;
  }

/* ################ original ######################


  ul#Navigation_vertikal {
    width: 10em;
    margin: 0; padding: 0.8em;
    border: 1px solid black;
    background-color: silver;
  }
  * html ul#Navigation_vertikal {  /* Korrekturen fuer IE 5.x */
/*    width: 11.6em;
    w\idth: 10em;
    padding-left: 0;
    padd\ing-left: 0.8em;
  }
  ul#Navigation_vertikal li {
    list-style: none;
    margin: 0.4em; padding: 0;
  }

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