body 				{font-family: arial, verdana, helvetica, sans-serif; background-image:url(../images/layout/bg.jpg); background-position:center top; background-repeat:no-repeat;} 

#empfehlen 			{BACKGROUND-COLOR: #FFFFFF; BORDER-BOTTOM: #d4d4d4 1px solid; BORDER-LEFT: #d4d4d4 1px solid; BORDER-RIGHT: #d4d4d4 1px solid; BORDER-TOP: #d4d4d4 1px solid; width:420px; position:absolute; left:300px; top:100px; z-index:99; FILTER: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135); VISIBILITY: hidden;} 
#empfehlenok 		{BACKGROUND-COLOR: #FFFFFF; BORDER-BOTTOM: #d4d4d4 1px solid; BORDER-LEFT: #d4d4d4 1px solid; BORDER-RIGHT: #d4d4d4 1px solid; BORDER-TOP: #d4d4d4 1px solid; width:420px; position:absolute; left:300px; top:100px; z-index:99; FILTER: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135); VISIBILITY: show;} 

/* NEWS SCROLLER --------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* table cell containing scroller, good idea to set its width and height  */
td#scroller1 		{ width:150px; height:190px; }
/* holder div contains scroller. set height and width */
#holder1 			{ position:relative; width:150px; height:190px; z-index:20; }
div#wn1 			{ position:absolute; width:150px; height:190px; z-index:18; clip:rect(0, 150px, 190px, 0); overflow:hidden; }
div#cnt1 			{ position:absolute; z-index:18; }
/* Set width and height of item same as width and height of scroller (wn1) */
div.item 			{ width:150px; height:190px; }
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
