
BODY		{
			margin:					0px 0px 0px 0px;
			background-color:		rgb(000,000,000);
			//background-image:		url("images/wamu.jpg");
			//background-repeat:	no-repeat;
			//background-position:	left bottom;
			color:					rgb(000,000,032);
			font-family:			Verdana,Arial,Helvetica;
			}
DIV#bg		{
			position:				fixed;
			left:					0px;
			bottom:					0px;
			width:					750px;
			height:					450px;
			background-image:		url("images/wamu.jpg");
			background-repeat:		no-repeat;
			background-position:	left bottom;
			//background-image:		none;
}
DIV#fg		{
			position:				absolute;
			left:					0px;
			top:					0px;
			width:					100%;
			height:					100%;
}
A			{
			color:			rgb(080,080,128);
			font-weight:		bold;
			text-decoration:	none;
			}
A.titel			{
			font-size:		18px;
			}
SPAN.titel		{
			font-size:		24px;
			}
A:hover 		{
			color:			rgb(255,255,255);
			font-weight:		bold;
			}
A.contentcontent:hover 	{
			color:			rgb(000,000,032);
			}
A.titel:hover	 	{
			color:			rgb(000,000,032);
			}
TABLE			{
			border-spacing:		0px;
			empty-cells:		show;
			}
TABLE.logo		{
			width:			150px;
			height:			050px;
			opacity:		0.62;
			-moz-opacity:		0.9;
			filter:			alpha(opacity=90);
			margin:			71px 0px 21px 0px;
			}
TABLE.menu		{
			width:			150px;
			height:			242px;
			background-color:	rgb(208,208,255);
			opacity:		0.62;
			-moz-opacity:		0.62;
			filter:			alpha(opacity=62);
			margin:			0px 0px 52px 0px;
			border-style:		solid;
			border-width:		1px 0px 1px 1px;
			border-color:		rgb(64,64,255);
			}
TD.menulogo		{
			text-align:		center;
			vertical-align:		top;
			}
TD.menuitem		{
			width:			150px;
			height:			20px;
			border-style:		solid;
			border-width:		0px 0px 1px 0px;
			border-color:		rgb(160,160,255);
			text-align:		center;
			font-size:		12px;
			}
TD.menuitem:hover	{
			background-color:	rgb(160,160,255);
			}
TABLE.content		{
			width:			625px;
			height:			386px; //goldener Schnitt 450px;
			margin:			50px 0px 0px 0px;
			border-style:		solid;
			border-width:		1px 1px 1px 1px;
			border-color:		rgb(64,64,255);
			opacity:		0.62;
			-moz-opacity:		0.62;
			filter:			alpha(opacity=62);
			background-color:	rgb(208,208,255);
			font-size:		12px;
			}
TD.contenttitle		{
			height:			60px;
			background-color:	rgb(128,128,192);
			color:			rgb(255,255,255);
			padding:		0px 10px 0px 10px;
			text-align:		center;
			}
TD.contentcontent	{
			padding:		0px 10px 0px 10px;
			}
TD.contentbuy		{
			height:			20px;
			background-color:	rgb(160,160,255);
			padding:		0px 10px 0px 10px;
			text-align:		right;
			}

