/* portal.css
------------------------------------------------------------------------
This stylesheet contains the CSS rules zugspitze portal

Author: elements.at
--------------------------------------------------------------------- */

/* general sitecontainers portal
--------------------------------------------------------------------- */

#background {
	width: 100%;
	overflow: visible;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1;
}

#sitecontainer {
	width: 100%;
	overflow: visible;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;

}

#site {
	width: 980px;
	overflow: hidden;
	padding: 0 0 40px 0;
	margin: 0 auto;
	position: relative;
}

*html #site {
	padding: 0;
}

/* Portal
---------------------------------------------------------------------*/
#portal {
	width: 980px;
	height: 360px;
	overflow: hidden;
	padding: 300px 0 0 0;
	position: relative;
}

#portal .portal_back {
	background: url(/static/img/portal_bg.png) left top no-repeat;
	behavior: url(/static/js/iepngfix.htc);
	width: 980px;
	height: 150px;
	overflow: hidden;
	padding: 300px 0 0 0;
	position: absolute;
	left: 0;
	top: 420px;
	z-index: 1;
}

/* sliderteaser portal */
#portal #portal_teaser {
	width: 760px;
	height: 255px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 300px;
	z-index: 10;
}

#portal_teaser .left {
	width: 20px;
	height: 135px;
	overflow: hidden;
	padding: 120px 0 0 0;
	float: left;
}

#portal_teaser .left .slideTeaserleft {
	background: url(/static/img/slide_teaser_left.gif) left 42px no-repeat;
	width: 20px;
	height: 120px;
	overflow: hidden;
	cursor: pointer;
}

#portal_teaser .left .slideTeaserleft.hover {
	background: url(/static/img/slide_teaser_left_hover.gif) left 42px no-repeat;
}

#portal_teaser .teasermask {
	width: 720px;
	height: 255px;
	overflow: hidden;
	position: relative;
	float: left;
}

#portal_teaser .teasermask .slider {
	width: 2400px;
	height: 255px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;

	height: 135px;
	padding: 120px 0 0 0;
}

#portal_teaser .teasermask .slider .teaser {
	background: url(/static/img/portal_teaser_bg.png) left top no-repeat;
	width: 240px;
	height: 135px;
	overflow: visible;
	position: relative;
	cursor: pointer;
	float: left;
}

#portal_teaser .teasermask .slider .teaser.thover {
	background: url(/static/img/portal_teaser_bg_hover.png) left top no-repeat;
}

* html #portal_teaser .teasermask .slider .teaser {
	background: url(/static/img/portal_teaser_bg.gif) left top no-repeat;
}

* html #portal_teaser .teasermask .slider .teaser.thover {
	background: url(/static/img/portal_teaser_bg_hover.gif) left top no-repeat;
}

#portal_teaser .teasermask .slider .teaser .image {
	width: 240px;
	height: 120px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: -120px;
	z-index: 1;
	display: none;
}

#portal_teaser .teasermask .slider .teaser.thover .image {
	display: block;
	width: 240px;
	height: 120px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: -120px;
	z-index: 1;
}

#portal_teaser .teasermask .slider .teaser .t_text {
	width: 198px;
	height: 96px;
	overflow: hidden;
	padding: 10px 21px 0 21px;
}

#portal_teaser .teasermask .slider .teaser .t_text h3 {
	width: 198px;
	overflow: hidden;
	color: #09131d;
	font-size: 15px;
	line-height: 16px;
	margin: 0 0 16px 0;
}

#portal_teaser .teasermask .slider .teaser .t_text h3 a {
	color: #09131d;
	text-decoration: none;
	font-size: 15px;
	line-height: 16px;
}

#portal_teaser .teasermask .slider .teaser .t_text p {
	width: 198px;
	height: 64px;
	overflow: hidden;
	color: #09131d;
	font-size: 12px;
	line-height: 16px;
}

#portal_teaser .right {
	width: 20px;
	height: 135px;
	overflow: hidden;
	padding: 120px 0 0 0;
	float: right;
}

#portal_teaser .right .slideTeaserright {
	background: url(/static/img/slide_teaser_right.gif) right 42px no-repeat;
	width: 20px;
	height: 120px;
	overflow: hidden;
	cursor: pointer;
}

#portal_teaser .right .slideTeaserright.hover {
	background: url(/static/img/slide_teaser_right_hover.gif) right 42px no-repeat;
}

/* weatherbox container */
#portal #portal_weather {
	width: 200px;
	height: 140px;
	overflow: hidden;
	padding: 10px 0 0 20px;
	position: absolute;
	left: 760px;
	top: 420px;
	z-index: 10;
}

#portal_teaser .teasermask .slider .youtube {
 
}

#portal_teaser .teasermask .slider .youtube a {
	display: block;
	margin: 10px 20px;
}

/* Footer container portal
---------------------------------------------------------------------*/

#footer_container {
	background: #050f19;
	width: 100%;
	height: 40px;
	overflow: visible;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 100;
}

*html #footer_container {
	background: none;
}

#footer {
	margin: 0 auto;
}

* html #footer {
	background: #050f19;
}



