/* die Farben: 
   - hellgrün: #CEE6B6
*/   
body, td {
     background-color: #E0FFB5;
     font-family: Arial, sans-serif, Helvetica, Verdana;
     color: #000000;
     font-size: 15px;
}
  .rand { background-color: #E0FFB5; }


td.head {
     background-image:url(./images/head_bright.jpg);
	 font-family: Arial, sans-serif, Helvetica, Verdana;
     color: #000000;
     font-size: 48px;
	 font-size: bold;
	 text-align: center;
   }    

td.menu {
	  width:250px;
   }

td.menu a:link, a:visited, a:active {
     color: #000000;
     text-decoration: none;
}

td.menu a:hover {
     color: #000000;
     text-decoration: underline;
}
	  
ul.menu-1 li.menu-1 {
      margin: 0px;
      padding-left: 20px;
	  font-size: 12px;
      list-style: none;
}
   
a:link, a:visited, a:active {
     color: #000000;
     text-decoration: none;
}

a:hover {
     color: #000000;
     text-decoration: underline;
}

h1 {
     color: #e9bdc8;
     font-size: 24px;
     font-weight: bold;
}

h2 {
     color: #333333;
     font-size: 18px;
}

td.menu li, td.menu ul {
           margin: 0px;
           padding: 0px;
		   padding-left: 10px;
		   padding-bottom: 10px;
		   font-size: 18px;
           list-style: none;
}

/*
td.menu-0 li, td.menu-0 ul {
           margin: 0px;
           padding: 0px;
           list-style: none;
}

td.menu-1 li, td.menu-1 ul {
           margin: 5px;
           padding-left: 5px;
           list-style: none;
}
*/

/*
td.menu-0 li, td.menu-0 ul {
           margin: 20px;
           padding-left: 20px;
           list-style: none;
}
*

td.menu-1 li, td.menu-1 ul {
           margin: 40px;
           padding-left: 40px;
           list-style: none;
}

td.menu-0 a.menu_default, td.menu-0 a.menu_current {
        padding-top:10px;
		display: block;
        width: 100%;
        height: 20px;
        line-height: 20px;
        margin-bottom: 3px;
        font-size: 18px;
		color: red;
        text-decoration: none;
    	  background-color: #CEE6B6
}

td.menu-1 a.menu_default, td.menu-1 a.menu_current {
        padding-top:10px;
		display: block;
        width: 100%;
        height: 20px;
        line-height: 20px;
        margin-bottom: 3px;
        font-size: 10px;
		color: blue;
        text-decoration: none;
     background-color: #CEE6B6;

}

td.menu a.menu_current, td.menu a:hover {
       font-weight: bold;
       text-decoration: underline;
}

td.menu-0 a.menu_current, td.menu-0 a:hover {
       font-weight: bold;
       text-decoration: underline;
}

td.menu-1 a.menu_current, td.menu-1 a:hover {
       font-weight: bold;
       text-decoration: underline;
}
*/

img.ohnerahmen {
     border:0;
    }
