body	{ background-color: #fff; font-family: "Helvetica"; font-size: 10pt; color: black;}
h2	{ font-family: "Helvetica"; color: black; font-size: 12pt; }
a, a:link, a:visited	{ text-decoration: none; color: #FF3A49;}
a:active, a:hover	{ text-decoration: underline; color: black; }
p	{ font-family: "Helvetica"; font-size: 10pt; color: black;}
td	{ font-family: "Helvetica"; font-size: 10pt; color: black;}
li ul 	{display: none;}
li:hover > ul {display: block;} 
.sub	{color: red; font-size: 9;}

#mutter	{
	position: absolute;
	left: 0px; top: 0px; right: 0px; bottom: 0px;
	z-index: 99;
	}

#left	{
	position: absolute;
	left: 0px; top: 0px; width: 100px; bottom: 0px;
	background-image: url('l.png'); background-repeat: repeat-y;
	z-index: 90;
	}

	#nav	{
		position: absolute;
		right: 2px; top: 40px; left: 5px;
		z-index: 15;
		}

#right	{
	position: absolute;
	left: 100px; right: 0px; top: 0px; bottom: 0px;
	z-index: 91;
	}

#bottom	{
	position: absolute;
	left: 10px; bottom: 0px;
	z-index: 44;
	}

	#decor	{
		position: absolute;
		left: 500px; top: 0px; bottom: 0px; right: 0px;
		background-image: url('r.png'); background-repeat: repeat-y;
		z-index: 10;
		}

	#textbox	{
		position: absolute;
		top: 40px; left: 10px; width: 480px; bottom: 18px;
		overflow: auto;	visibility: visible;
		z-index: 1;

		}