/* portal.css
------------------------------------------------------------------------
This stylesheet contains the CSS rules wagrain portal 

Author: elements.at 
--------------------------------------------------------------------- */

#header {
	height: 370px;
}

#header .mask {
	background: url(/static/img/mask_portal.png) left top no-repeat;
	height: 370px;
}

#header .logo {
	top: 163px;
	left: 9px;
}

#main_nav {
	background: url(/static/img/mainnav_bg_portal.jpg) left top no-repeat;
	top: 370px;
}


/* Portal
--------------------------------------------------------------------- */
#portal {
	background: url(/static/img/portal_bg.jpg) left top no-repeat;
	width: 910px;
	height: 165px;
	overflow: hidden;
}

#portal .teaser_block {
	width: 810px;
	height: 140px;
	overflow: hidden;
	padding: 0 50px;
}

/* portal teaser (flash alternative)*/

#portal .portal_teaser {
	width: 672px;
	height: 140px;
	overflow: hidden;
	padding: 0 69px;
	margin: 20px 0 0 0;
}

#portal .portal_teaser .pt_teaser {
	width: 224px;
	height: 100px;
	overflow: hidden;
	float: left;
	cursor: pointer;
}

#portal .portal_teaser .pt_teaser .img {
	width: 65px;
	height: 100px;
	overflow: hidden;
	float: left;
}

#portal .portal_teaser .pt_teaser .img img {
	behavior: url(/static/js/iepngfix.htc);
}

#portal .portal_teaser .pt_teaser .ptt_text {
	width: 145px;
	height: 85px;
	overflow: hidden;
	padding: 15px 14px 0 0;
	float: left;
}

#portal .portal_teaser .pt_teaser .ptt_text h2 {
	width: 145px;
	overflow: hidden;
	color: #b5dc0f;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	margin: 0 0 5px;
}

#portal .portal_teaser .pt_teaser .ptt_text h2 a {
	overflow: hidden;
	color: #b5dc0f;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

#portal .portal_teaser .pt_teaser .ptt_text p {
	width: 145px;
	overflow: hidden;
	color: #fff;
}

#portal .portal_teaser .pt_teaser .ptt_text p a {
	text-decoration: none;
	color: #fff;
}