/*** ul#menu ***/

/* todo: fix div#main layout on ie7 */

ul#menu{
	background:white url(/opencms/export/wilnest/resources/images/bird.gif) bottom left no-repeat;
	padding-bottom:230px;
}

/*** div#news ***/

div#news{
	padding:12px;
	background:#D9EDC7 url(/opencms/export/wilnest/resources/images/newsrb.gif) bottom right no-repeat;
	width:258px;
	clear:both;
	float:right;
	margin:0px 0px 7px 8px;
}

div#news h1{
	overflow:hidden;
	height:23px;
	padding:6px 11px 0 11px;
	background:#31A029 url(/opencms/export/wilnest/resources/images/newsh1rb.gif) bottom right no-repeat;
	color:white;
	margin:-12px;
	margin-bottom:7px;
	font-size:18px;
}

div#news div.news_entry{
	border-top:none;
	margin-bottom:1em;
}

div#news div.news_entry img{
	margin:0 0 1em 0;
}

