body	{ background-color: #fff; font-family: "Arial"; font-size: 10pt; color: black;}
h2	{ font-family: "Arial"; color: black; font-size: 12pt; }
a, a:link, a:visited	{ text-decoration: none; color: red;}
a:active, a:hover	{ text-decoration: underline; color: black; }
img	{ border: 0; }

#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('leftdec.jpg');
	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;
		width: 100px; top: 0px; bottom: 0px; right: 0px;
		background-image: url('bg2.jpg');
		z-index: 10;
		}

	#textbox	{
		position: absolute;
		top: 10px; left: 10px; right: 100px; bottom: 15px;
		overflow: auto;	visibility: visible;
		z-index: 1;
		}
