/* portal.css
------------------------------------------------------------------------
This stylesheet contains the CSS rules katschberg portal 

Author: elements.at 
--------------------------------------------------------------------- */

#portal {
	width: 980px;
	height: 495px;
	overflow: hidden;
	padding: 0;
}

#portal .image_area {
	width: 790px;
	height: 495px;
	overflow: hidden;
	padding: 0;
	float: left;
	position: relative;
}

/* flash alternativ teaser portal*/
#portal .image_area .portalteasers {
	background: #fff;
	width: 740px;
	height: 85px;
	overflow: hidden;
	padding: 5px;
	position: absolute;
	left: 20px;
	top: 355px;
	z-index: 100;
}

#portal .image_area .portalteasers .pt_teaser {
	width: 230px;
	height: 85px;
	overflow: hidden;
	margin: 0 25px 0 0;	
	float: left;

}

#portal .image_area .portalteasers .pt_teaser .image {
	width: 85px;
	height: 85px;
	overflow: hidden;
	float: left;
}

#portal .image_area .portalteasers .pt_teaser .pt_text {
	width: 130px;
	height: 85px;
	overflow: hidden;
	padding: 0 7px 0 8px; 
	float: left;
}

#portal .image_area .portalteasers .pt_teaser .pt_text h3 {
	width: 130px;
	height: 14px;
	overflow: hidden;
	padding: 4px 0; 
	color: #ffae00;
	line-height: 14px;
	font-size: 12px;
	font-weight: normal;
}

#portal .image_area .portalteasers .pt_teaser .pt_text h3 a{
	color: #ffae00;
	line-height: 14px;
	font-size: 12px;
	text-decoration: none;
}

#portal .image_area .portalteasers .pt_teaser .pt_text p {
	background: url(/static/img/arrow_yellow.gif) right 45px no-repeat;
	width: 122px;
	height: 56px;
	overflow: hidden;
	padding: 0 8px 0 0; 
}

#portal .image_area .portalteasers .pt_teaser .pt_text p a {
	text-decoration: none;
	color: #5a6f79;
}

#portal .image_area .portalteasers .pt_teaser.last {
	margin: 0;	
}


#portal .sidebar {
	background: url(/static/img/sidebar_portal_bg.jpg) left top no-repeat;
	width: 190px;
	height: 495px;
	overflow: hidden;
	padding: 0;
	float: left;
}


.portal_buttons {
	position:absolute;
	width:169px;
	height:68px;
	top: 0px;
	left:40px;
}

.portal_buttons a.button {
	position:absolute;
	top: 0;
	width:50px;
	padding:48px 0 5px 0;
	text-align:center;
	color:#6cbae5;
	text-decoration:none;
}

.portal_buttons .images {
	left: 10px;
}

.portal_buttons .videos {
	left: 60px;
}

.portal_buttons .webcams {
	left: 110px;
}

