/* Links */

a:link		{	
		text-decoration: none;
		color: #776341;
		cursor: hand;
		}


a:visited	{	
		text-decoration: none;
		color: #776341;
		cursor: hand;
		}

a:active	{	
		text-decoration: none;
		color: #776341;
		cursor: hand;
		}

a:hover         {
                text-decoration: bold;
                color:#b19d7a;
                
                }

.sublinks:link       {

		      text-decoration: none;
		      color:#ffffff;
		      cursor: hand;

    		      }

.sublinks:visited    {
	
		      text-decoration: none;
		      color:#ffffff;
		      cursor: hand;

		      }

.sublinks:active     {
	
		      text-decoration: none;
		      color:#ffffff;
		      cursor: hand;

		      }

.sublinks:hover      {

                      text-decoration: underline;
                      color:#ffffff;
                
                      }

.blacklink:link       {

		      text-decoration: none;
		      color:#000000;
		      cursor: hand;

    		      }

.blacklink:visited    {
	
		      text-decoration: none;
		      color:#000000;
		      cursor: hand;

		      }

.blacklink:active     {
	
		      text-decoration: none;
		      color:#000000;
		      cursor: hand;

		      }

.blacklink:hover      {

                      text-decoration: none;
                      color:#000000;
                
                      }

.contentlink:link       {

		        text-decoration: none;
		        color:#47a210;
		        cursor: hand;

    		        }

.contentlink:visited    {
	
		        text-decoration: none;
		        color:#47a210;
		        cursor: hand;

		        }

.contentlink:active     {
	
		        text-decoration: none;
		        color:#47a210;
		        cursor: hand;

		        }

.contentlink:hover      {

                        text-decoration: none;
                        color:#96d072;
               		cursor: hand; 

                        }

/* Menü */

td.menutitel {

             background: #3ea800;
             font-family: verdana;
             font-size: 14px;
             font-weight: none;
             color: #ffffff;
             width: 175px;

             }

td.maintitel {

             background: #3ea800;
             font-family: verdana;
             font-size: 14px;
             font-weight: none;
             color: #ffffff;
             width: 685px;

             }

td.menuleftcontent {

                   background: #ffffff;
                   font-family: verdana;
                   font-size: 11px;
                   font-weight: none;
                   color: #b19970;

                   }


/* Inhalt */

td.contenttitel {

                background: #d8e0b4;
                font-family: verdana;
                font-size: 14px;
                font-weight: none;
                color: #707b3d;
                width: 520px;

                }

td.content      {

                background: #ffffff;
                font-family: verdana;
                font-size: 12px;
                font-weight: none;
                color: #000000;

                }

td.subtitel {

             background: #3ea800;
             font-family: verdana;
             font-size: 11px;
             padding:5px;
             color: #ffffff;

             }
