/* portal.css
------------------------------------------------------------------------
This stylesheet contains the CSS rules for portalpage WTG 

Author: elements.at 
--------------------------------------------------------------------- */


#portal {
	width: 965px;
	height: 500px;
	overflow: hidden;
	position: relative;
}


#portal .portal_nav_bg {
	behavior: url(/static/js/iepngfix.htc);
	background: url(/static/img/portal_nav_bg.png) left top no-repeat;
	width: 235px;
	height: 500px;
	overflow: hidden;
	position: absolute;
	left: 25px;
	top: 0;
	z-index: 100;
}


#portal .headerimages {
	width: 965px;
	height: 500px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	display: none;
}

#portal .headerimages img {
	position:absolute;
	top:0;
	left:0;
}


#sidebar .portal_text {
	width: 153px;
	padding: 20px 26px 0 26px;
	overflow: hidden;
	color: #927947;
}

