a:link			{		
			text-decoration:none;
			color:black;
			}
	
a:visited 		{
			text-decoration:none;
			color:gray;
			}
			
a:hover 		{
			color:blue;
			}



* 			{
			font-family:Arial;
			font-size:12pt;
			color:black;
			}
			
h1 			{
			font-size:19pt;
			}

h3          {
            font-style:italic;
            }

td.name 		{
			width:200px;
			}
			
td[name=addr] 		{
			color:blue;
			visibility:hidden;
			}



body 			{
			margin:0px;
			background-image:url(bgseite.png);
			background-repeat:repeat-y;
			background-color:#e6fcc0;
			}

div.content_area 	{
			position:absolute;
			top:100px;
			left:140px;
			width:630px;
			background-color:white;
			border-style:solid;
			text-align:left;
			border-width:1px;
			border-color:gray;
			padding:15px;
			line-height:140%
			}


*.menu_item
            {
            margin-top:8px;
            background-color:#e6fcc0;
            border-width:1px;
            border-style:solid;
            border-color:#7bb711;
            padding-left:2px;
            }

*.menu_item_active
            {
            margin-top:8px;
            background-color:#d3eca8;
            border-width:1px;
            border-style:solid;
            border-color:#7bb711;
            padding-left:2px;
            }

*.menu_item a, *.menu_item_active a
            {
            /*margin-left:2px;*/
            font-size:12pt;
            color:black;
            }

*.submenu_item
            {
            background-color:#fff9cf;
            border-top-width:0px;
            border-left-width:1px;
            border-bottom-width:1px;
            border-right-width:1px;
            border-style:solid;
            border-color:#e8dc8c;
            padding-left:10px;
            }

*.submenu_item_active
            {
            background-color:#e8dc8c;
            border-top-width:0px;
            border-left-width:1px;
            border-bottom-width:1px;
            border-right-width:1px;
            border-style:solid;
            border-color:#e8dc8c;
            padding-left:10px;
            }

*.submenu_item a, *.submenu_item_active a
            {
            /*margin-left:10px;*/
            font-size:10pt;
            color:black;
            }