/* portal.css
------------------------------------------------------------------------
This stylesheet contains the CSS rules skiamade portal 

Author: elements.at 
--------------------------------------------------------------------- */

#portal_image {
	width: 1000px;
	height: 600px;
	overflow: hidden;
}

/* Teaser Portalseite 
-----------------------------------------------------------------------*/
#w_portalteaser {
	width: 760px;
	height: 220px;
	overflow: visible !important;
	position: absolute;
	left: 0;
	top: 378px;
	z-index: 500;
}

#w_portalteaser .teasermenu {
	width:218px;
	height:179px;
	top:0;
	left:0;
	position:absolute;
	padding:41px 0 0 0;
	z-index:11;
}

#w_portalteaser .teasermenu .ichwill {
	width:180px;
	height:40px;
	position:absolute;
	top:1px;
	left:20px;
}

#w_portalteaser .teasermenu .ichwill img {
	behavior: url(/static/js/iepngfix.htc);
}

/* THEMEN BOX start*/
.teasermenu .themen {
	width:180px;
	height:35px;
	float:left;
	background:url(/static/img/button_themen_bg.gif) no-repeat;
	padding:0 0 0 20px;
}

#w_portalteaser .teasermenu .themen .item {
	position:absolute;
}

/* mail */
#w_portalteaser .teasermenu .themen .item#i_mail {
	width:30px;
	height:35px;
	top:181px;
	left:10px;
	background:url(/static/img/themen-sprite.gif) no-repeat -93px 0;
}

#w_portalteaser .teasermenu .themen .item.sfhover#i_mail {
	width:58px;
	height:50px;
	left:5px;
	top:174px;
	background:url(/static/img/themen_icon_mail_active.png) no-repeat;
	z-index:10;
	behavior: url(/static/js/iepngfix.htc);
	cursor:pointer;
}

*html #w_portalteaser .teasermenu .themen .item.sfhover#i_mail {
	width:30px;
	height:35px;
	top:181px;
	left:10px;
	background:url(/static/img/themen-sprite.gif) no-repeat -93px 0;
}

/* media */
#w_portalteaser .teasermenu .themen .item#i_media {
	width:30px;
	height:35px;
	top:181px;
	left:50px;
	background:url(/static/img/themen-sprite.gif) no-repeat -124px 0;
}

#w_portalteaser .teasermenu .themen .item.sfhover#i_media {
	width:58px;
	height:50px;
	top:175px;
	left:38px;
	background:url(/static/img/themen_icon_media_active.png) no-repeat;
	z-index:10;
	behavior: url(/static/js/iepngfix.htc);
	cursor:pointer;
}

*html #w_portalteaser .teasermenu .themen .item.sfhover#i_media {
	width:30px;
	height:35px;
	top:181px;
	left:50px;
	background:url(/static/img/themen-sprite.gif) no-repeat -124px 0;
}

/* board */
#w_portalteaser .teasermenu .themen .item#i_board {
	width:30px;
	height:35px;
	top:181px;
	left:90px;
	background:url(/static/img/themen-sprite.gif) no-repeat 0 0;
}

#w_portalteaser .teasermenu .themen .item.sfhover#i_board {
	width:58px;
	height:50px;
	top:175px;
	left:75px;
	background:url(/static/img/themen_icon_board_active.png) no-repeat;
	z-index:10;
	behavior: url(/static/js/iepngfix.htc);
	cursor:pointer;
}

*html #w_portalteaser .teasermenu .themen .item.sfhover#i_board {
	width:30px;
	height:35px;
	top:181px;
	left:90px;
	background:url(/static/img/themen-sprite.gif) no-repeat 0 0;
}

/* family */
#w_portalteaser .teasermenu .themen .item#i_family {
	width:30px;
	height:35px;
	top:181px;
	left:125px;
	background:url(/static/img/themen-sprite.gif) no-repeat -62px 0;
}

#w_portalteaser .teasermenu .themen .item.sfhover#i_family {
	width:58px;
	height:50px;
	top:175px;
	left:112px;
	background:url(/static/img/themen_icon_family_active.png) no-repeat;
	z-index:10;
	behavior: url(/static/js/iepngfix.htc);
	cursor:pointer;
}

*html #w_portalteaser .teasermenu .themen .item.sfhover#i_family {
	width:30px;
	height:35px;
	top:181px;
	left:125px;
	background:url(/static/img/themen-sprite.gif) no-repeat -62px 0;
}

/* chart */
#w_portalteaser .teasermenu .themen .item#i_chart {
	width:30px;
	height:35px;
	top:181px;
	left:160px;
	background:url(/static/img/themen-sprite.gif) no-repeat -31px 0;
}

#w_portalteaser .teasermenu .themen .item.sfhover#i_chart {
	width:58px;
	height:50px;
	top:175px;
	left:148px;
	background:url(/static/img/themen_icon_chart_active.png) no-repeat;
	z-index:10;
	behavior: url(/static/js/iepngfix.htc);
	cursor:pointer;
}

*html #w_portalteaser .teasermenu .themen .item.sfhover#i_chart {
	width:30px;
	height:35px;
	top:181px;
	left:160px;
	background:url(/static/img/themen-sprite.gif) no-repeat -31px 0;
}
/* THEMEN BOX end */


#w_portalteaser .teasermenu .btn {
	width:218px;
	height:35px;
	float:left;
	background:url(/static/img/button_ichwill.gif) no-repeat;
}

#w_portalteaser .teasermenu .btn.sfhover, #w_portalteaser .teasermenu .btn.active {
	background:url(/static/img/button_ichwill_active.gif) no-repeat;
}

#w_portalteaser .teasermenu .btn em {
	font-weight:bold;
	font-style:normal;
	font-size:14px;
	line-height:16px;
	color:#fff;
}

#w_portalteaser .teasermenu .btn em img {
	behavior: url(/static/js/iepngfix.htc);
}

#w_portalteaser .teaserbody .subline em img {
	behavior: url(/static/js/iepngfix.htc);
}

#w_portalteaser .teasermenu .btn a {
	display:block;
	width:180px;
	height:25px;
	padding:10px 0 0 20px;
	text-decoration:none;
	cursor:pointer;
}

#w_portalteaser .teasermenu .shadow {
	width:200px;
	height:3px;
	position:absolute;
	top:216px;
	left:0;
	background:url(/static/img/teasermenu_shadow.png) no-repeat;
	behavior: url(/static/js/iepngfix.htc);
}

#w_portalteaser .teaserbody {
	width:560px;
	height:220px;
	top:0;
	left:200px;
	overflow:hidden;
	position:absolute;
	z-index:10;
	display:block;
}

#w_portalteaser .teaserbody .subline {
	width:130px;
	height:18px;
	overflow:hidden;
	position:absolute;
	top:35px;
	left:50px;
	
}

#w_portalteaser .teaserbody .subline em {
	color:#FFFFFF;
	font-size:14px;
	font-style:normal;
	font-weight:bold;
	line-height:16px;
}

#w_portalteaser .teaserbody .teaserbg {
	width:560px;
	height:220px;
	position:absolute;
	top:0;
	left:0;
	background:url(/static/img/portalteaser_winter_bg.png) no-repeat;
	behavior: url(/static/js/iepngfix.htc);
}

#w_portalteaser .teaserbody .teasertext {
	width:540px;
	height:174px;
	position:absolute;
	top:0;
	left:0;
	padding:41px 0 5px 20px;
	color:#003f64;
}


#w_portalteaser .form span.select {
	width:120px;
	overflow:hidden;
}

#w_portalteaser .form span.select.rooms, #w_portalteaser .form span.select.nights, #w_portalteaser .form span.select.persons {
	width:40px;
	overflow:hidden;
}

/* Ticket Teaser
-----------------------------------------------------------------------*/
#w_portalteaser #tickets .teaserbg {
	background:url(/static/img/portalteaser_tickets_bg.png) no-repeat;
}

#tickets .form {
	width:225px;
	height:175px;
	overflow:hidden;
	float:left;
	margin:0 19px 0 0;
	padding:19px 0 0 0;
}

#tickets .form p {
	position: relative;
	padding:0 0 7px 0;
	height:22px;
}

#tickets .form label {
	width:62px;
	float:left;
	padding:3px 0 0 0;
}

#tickets .form input, #tickets .form select {
	width:152px;
	float:left;
}

#tickets .form input {
	border:none;
	padding:4px;
	margin:0 5px 0 0;
	color:#003f64;
}

#tickets .form .loading {
	width:225px;
	height:175px;
	background: url(/static/img/portal-loader.gif) center center no-repeat;
}

/*
#tickets .form #t_day, #tickets .form #t_month {
	width:27px;
	background:url(/static/img/customforms/input_small.gif) no-repeat;
}

#tickets .form #t_year {
	width:42px;
	background:url(/static/img/customforms/input.gif) no-repeat;
	margin:0;
}
*/

#tickets .form #desireddate {
	width:122px;
	background:url(/static/img/customforms/input_large.gif) no-repeat;
	margin:0;
	color:#5A6978;
	padding:4px 0 4px 8px;
}

#tickets .form .teaser_calendar {
	width:22px;
	height:22px;
	float:left;
	background:url(/static/img/calendar_icon.gif) no-repeat;
	cursor:pointer;
}

#tickets .form .nights {
	width:49px;
	background: url(/static/img/customforms/select_small.gif) no-repeat;
	padding-right:0;
	margin:0 10px 0 0;
}

#tickets .form .l_room {
	width:44px;
}

#tickets .form .rooms {
	width:49px;
	background: url(/static/img/customforms/select_small.gif) no-repeat;
	padding-right:0;
}

#tickets .form .persons {
	width:49px;
	background: url(/static/img/customforms/select_small.gif) no-repeat;
	padding-right:0;
	margin:0 10px 0 0;
}

#tickets .form .submit {
	width:120px;
	float:right;
	margin:0 11px 0 0;
	padding:3px 4px 4px 28px;
	background:url(/static/img/button_submit.gif) no-repeat;
	color:#fff;
}

*html #tickets .form span.select {
	display:none;	
}

#tickets .offer {
	width:148px;
	height:175px;
	overflow:hidden;
	float:left;
	position:relative;
}

#tickets .offer .hr {
	width:136px;
	height:1px;
	position:absolute;
	top:125px;
	left:12px;
	border-bottom:1px solid #55A9D8;
}

#tickets .offer .hr.last {
	left:0;
	width:133px;
}

#tickets .offer .pricelabel {
	width:80px;
	height:35px;
	overflow:hidden;
	position:absolute;
	top:-3px;
	left:20px;
}

#tickets .offer .pricelabel .descr {
	color:#ffcbcb;
	text-align:center;
	margin:0 0 2px 0;
}

#tickets .offer .pricelabel .price {
	color:#fff;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}

#tickets .offer .title {
	width:115px;
	height:16px;
	overflow:hidden;
	position:absolute;
	top:58px;
	left:11px;
}

#tickets .offer .title h3 {
	color:#003f64;
	font-size:14px;
}

#tickets .offer .title h3 a {
	text-decoration: none;
	color:#003f64;
}

#tickets .offer .text {
	width:115px;
	height:43px;
	overflow:hidden;
	position:absolute;
	top:74px;
	left:11px;
}

#tickets .offer .button {
	width:122px;
	height:22px;
	overflow:hidden;
	position:absolute;
	top:135px;
	left:11px;
	background:url(/static/img/button_angebote.gif) no-repeat;
	padding:3px 0 0 25px;
	text-decoration:none;
	color:#fff;
}

/* Urlaub Teaser 
-----------------------------------------------------------------------*/
#urlaub .form {
	width:225px;
	height:156px;
	overflow:hidden;
	float:left;
	margin:19px 19px 0 0;
	position:relative;
}

#urlaub .form .container {
	width:450px;
	height:175px;
	position:absolute;
	top:0;
	left:0;
}

#urlaub .form .container .step_1 {
	width:225px;
	height:175px;
	overflow:hidden;
	float:left;
}
#urlaub .form .container .step_2 {
	width:225px;
	height:175px;
	overflow:hidden;
	float:left;
}

#urlaub .form .container .loading {
	width:225px;
	height:175px;
	background: url(/static/img/portal-loader.gif) center center no-repeat;
}

#urlaub .form .container .step_2 p {
	height:18px;
	padding:0 0 0 14px;
	font-size:14px;
	font-weight:bold;
	line-height:17px;
	color:#fff;
}

#urlaub .form p {
	padding:0 0 7px 0;
	height:22px;
}

#urlaub .form label {
	width:62px;
	float:left;
	padding:3px 0 0 0;
}

#urlaub .form input, #urlaub .form select {
	width:152px;
	float:left;
}

#urlaub .form input {
	border:none;
	padding:4px;
	margin:0 5px 0 0;
	color:#003f64;
}

#urlaub .form #u_day, #urlaub .form #u_month {
	width:27px;
	background:url(/static/img/customforms/input_small.gif) no-repeat;
}

#urlaub .form #u_year {
	width:42px;
	background:url(/static/img/customforms/input.gif) no-repeat;
	margin:0;
}

#urlaub .form .teaser_calendar {
	width:22px;
	height:22px;
	float:left;
	background:url(/static/img/calendar_icon.gif) no-repeat;
	cursor:pointer;
}

#urlaub .form .nights {
	width:49px;
	background: url(/static/img/customforms/select_small.gif) no-repeat;
	padding-right:0;
	margin:0 10px 0 0;
}

#urlaub .form .l_room {
	width:44px;
}

#urlaub .form .rooms {
	width:49px;
	background: url(/static/img/customforms/select_small.gif) no-repeat;
	padding-right:0;
}

#urlaub .form .persons {
	width:49px;
	background: url(/static/img/customforms/select_small.gif) no-repeat;
	padding-right:0;
	margin:0 10px 0 0;
}

#urlaub .form .submit {
	width:76px;
	float:right;
	margin:0 11px 0 0;
	padding:3px 4px 4px 28px;
	background:url(/static/img/button_submit.gif) no-repeat;
	color:#fff;
}

#urlaub .form .back {
	width:76px;
	float:right;
	margin:0 11px 0 0;
	padding:3px 4px 4px 28px;
	background:url(/static/img/button_back.gif) no-repeat;
	color:#fff;
}

#urlaub .form .large {
	width:200px;
	float:left;
	margin:0 0 5px 14px;
	padding:3px 4px 4px 35px;
	background:url(/static/img/button_portal_large.gif) no-repeat;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
}


*html #urlaub .form span.select {
	display:none;	
}

#urlaub .offer {
	width:148px;
	height:175px;
	overflow:hidden;
	float:left;
	position:relative;
}

#urlaub .offer .hr {
	width:136px;
	height:1px;
	position:absolute;
	top:125px;
	left:12px;
	border-bottom:1px solid #55A9D8;
}

#urlaub .offer .hr.last {
	left:0;
	width:133px;
}

#urlaub .offer .pricelabel {
	width:80px;
	height:35px;
	overflow:hidden;
	position:absolute;
	top:-3px;
	left:20px;
}

#urlaub .offer .pricelabel .descr {
	color:#ffcbcb;
	text-align:center;
	margin:0 0 2px 0;
}

#urlaub .offer .pricelabel .price {
	color:#fff;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}

#urlaub .offer .title {
	width:115px;
	height:16px;
	overflow:hidden;
	position:absolute;
	top:58px;
	left:11px;
}

#urlaub .offer .clickWrap {
	cursor: pointer;
}

#urlaub .offer .title h3 {
	color:#003f64;
	font-size:14px;
}

#urlaub .offer .title h3 a {
	text-decoration: none;
	color: #003f64;
}

#urlaub .offer .text {
	width:115px;
	height:43px;
	overflow:hidden;
	position:absolute;
	top:74px;
	left:11px;
}

#urlaub .offer .button {
	width:122px;
	height:22px;
	overflow:hidden;
	position:absolute;
	top:135px;
	left:11px;
	background:url(/static/img/button_angebote.gif) no-repeat;
	padding:3px 0 0 25px;
	text-decoration:none;
	color:#fff;
}




/* Specials Teaser
-----------------------------------------------------------------------*/
#w_portalteaser #specials .teaserbg {
	background:url(/static/img/portalteaser_plain_bg.png) no-repeat;
}

/* button left */
#specials .teasertext .sliderbutton.left {
	width:30px;
	height:154px;
	overflow:hidden;
	position:absolute;
	top:60px;
	left:20px;
	cursor:pointer;
}

#specials .teasertext .sliderbutton.left .container {
	position:relative;
}

#specials .teasertext .sliderbutton.left .container .s_btn {
	width:30px;
	height:154px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	behavior: url(/static/js/iepngfix.htc);
	display:block;
}

#specials .teasertext .sliderbutton.left .container .s_btn.off {
	background:url(/static/img/portalteaser_slidericon_left.png) no-repeat;
}

#specials .teasertext .sliderbutton.left.sfhover .container .s_btn.off {
	display:none;
}

#specials .teasertext .sliderbutton.left .container .s_btn.on {
	background:url(/static/img/portalteaser_slidericon_left_active.png) no-repeat;
	display:none;
}

#specials .teasertext .sliderbutton.left.sfhover .container .s_btn.on {
	display:block;
}

/* button right */
#specials .teasertext .sliderbutton.right {
	width:30px;
	height:154px;
	overflow:hidden;
	position:absolute;
	top:60px;
	left:505px;
	cursor:pointer;
}

#specials .teasertext .sliderbutton.right .container {
	position:relative;
}

#specials .teasertext .sliderbutton.right .container .s_btn {
	width:30px;
	height:154px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	behavior: url(/static/js/iepngfix.htc);
	display:block;
}

#specials .teasertext .sliderbutton.right .container .s_btn.off {
	background:url(/static/img/portalteaser_slidericon_right.png) no-repeat;
}

#specials .teasertext .sliderbutton.right.sfhover .container .s_btn.off {
	display:none;
}

#specials .teasertext .sliderbutton.right .container .s_btn.on {
	background:url(/static/img/portalteaser_slidericon_right_active.png) no-repeat;
	display:none;
}

#specials .teasertext .sliderbutton.right.sfhover .container .s_btn.on {
	display:block;
}

/* teaser body */
#specials .teasertext .t_body {
	width:440px;
	height:175px;
	overflow:hidden;
	position:absolute;
	top:41px;
	left:58px;
}

#specials .teasertext .t_body .t_container {
	width:440px;
	height:175px;
	overflow:hidden;
	position:relative;
	top:0;
	left:0;
}

#specials .teasertext .t_body .t_container .t_slider {
	height:175px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
}


/* Events Teaser
-----------------------------------------------------------------------*/
#w_portalteaser #events .teaserbg {
	background:url(/static/img/portalteaser_events_bg.png) no-repeat;
}

/* button left */
#events .teasertext .sliderbutton.left {
	width:30px;
	height:154px;
	overflow:hidden;
	position:absolute;
	top:60px;
	left:20px;
	cursor:pointer;
}

#events .teasertext .sliderbutton.left .container {
	position:relative;
}

#events .teasertext .sliderbutton.left .container .s_btn {
	width:30px;
	height:154px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	behavior: url(/static/js/iepngfix.htc);
	display:block;
}

#events .teasertext .sliderbutton.left .container .s_btn.off {
	background:url(/static/img/portalteaser_slidericon_left.png) no-repeat;
}

#events .teasertext .sliderbutton.left.sfhover .container .s_btn.off {
	display:none;
}

#events .teasertext .sliderbutton.left .container .s_btn.on {
	background:url(/static/img/portalteaser_slidericon_left_active.png) no-repeat;
	display:none;
}

#events .teasertext .sliderbutton.left.sfhover .container .s_btn.on {
	display:block;
}

/* button right */
#events .teasertext .sliderbutton.right {
	width:30px;
	height:154px;
	overflow:hidden;
	position:absolute;
	top:60px;
	left:505px;
	cursor:pointer;
}

#events .teasertext .sliderbutton.right .container {
	position:relative;
}

#events .teasertext .sliderbutton.right .container .s_btn {
	width:30px;
	height:154px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	behavior: url(/static/js/iepngfix.htc);
	display:block;
}

#events .teasertext .sliderbutton.right .container .s_btn.off {
	background:url(/static/img/portalteaser_slidericon_right.png) no-repeat;
}

#events .teasertext .sliderbutton.right.sfhover .container .s_btn.off {
	display:none;
}

#events .teasertext .sliderbutton.right .container .s_btn.on {
	background:url(/static/img/portalteaser_slidericon_right_active.png) no-repeat;
	display:none;
}

#events .teasertext .sliderbutton.right.sfhover .container .s_btn.on {
	display:block;
}

/* teaser body */
#events .teasertext .t_body {
	width:440px;
	height:175px;
	overflow:hidden;
	position:absolute;
	top:41px;
	left:58px;
}

#events .teasertext .t_body .t_container {
	width:440px;
	height:175px;
	overflow:hidden;
	position:relative;
	top:0;
	left:0;
}

#events .teasertext .t_body .t_container .t_slider {
	height:175px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
}

/* slider */
.t_slider .item {
	width:135px;
	height:165px;
	overflow:hidden;
	float:left;
	padding:5px;
	cursor:pointer;
	position:relative;
}

.t_slider .item.outdated .overlay {
	background: url(/static/img/events_overlay.png) no-repeat;
	behavior: url(/static/js/iepngfix.htc);
	width:130px;
	height:173px;
	position: absolute;
}

.t_slider .item .review {
	background: url(/static/img/events_review_overlay.png) no-repeat;
	behavior: url(/static/js/iepngfix.htc);
	position: absolute;
	left: 4px;
	width: 23px;
	height: 85px;
}

.t_slider .item .image {
	width:130px;
	height:85px;
	overflow:hidden;
}

.t_slider .item .priceLabel {
	width:66px;
	height:30px;
	overflow:hidden;
	position:absolute;
	top:63px;
	left:75px;
	padding:7px 0 0 0;
	background:url(/static/img/teaser_specials_pricetag.png) no-repeat;
	behavior: url(/static/js/iepngfix.htc);
	color:#fff;
	text-align:center;
}

.t_slider .item .txt {
	width:130px;
	height:70px;
	overflow:hidden;
	padding:5px 0 0 0;
}

.t_slider .item.outdated .txt,
.t_slider .item.outdated .txt h3 {
	color: #3a7ca1;
}

.t_slider .item .txt a {
	text-decoration:none;
}

.t_slider .item .txt h3 {
	color:#003f64;

}

#sitemapmenu {
	width:960px;
	height:75px;
	padding:20px;
	float:left;
}

#sitemapmenu p {
	font-weight:bold;
	color:#5a6978;
}

#sitemapmenu .large {
	width:300px;
	overflow:hidden;
	float:left;
	margin:0 20px 0 0;
}

#sitemapmenu .small {
	width:125px;
	overflow:hidden;
	float:left;
	margin:0 20px 0 0;
}

#sitemapmenu a {
	width:140px;
	float:left;
	text-decoration:none;
	color:#5a6978;
	background:url(/static/img/sitemap_link_arrow.gif) 0 5px no-repeat;
	padding:0 0 0 10px;
}

/* Mediabox (Portal)
-----------------------------------------------------------------------*/
#mediabox {
	width: 220px;
	height: 180px;
	overflow: hidden;
	position: absolute;
	right: 20px;
	top: 419px;
	z-index: 400;
}

#mediabox .text {
	width:192px;
	height:175px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	background:#0077ba;	
}

#mediabox #slider {
	width:28px;
	height:175px;
	overflow:hidden;
	position:absolute;
	top:0;
	right:0;
	background:url(/static/img/button_mediabox.gif) no-repeat;
	cursor:pointer;
}

#mediabox #slider.sfhover {
	background:url(/static/img/button_mediabox_active.gif) no-repeat;
}

#mediabox .shadow {
	width:220px;
	height:5px;
	overflow:hidden;
	position:absolute;
	bottom:0;
	left:0;
	background:url(/static/img/mediabox_shadow.png) no-repeat;
	behavior: url(/static/js/iepngfix.htc);
}

/* Miniteaser (Portal)
-----------------------------------------------------------------------*/
#miniteaser {
	width: 240px;
	height:212px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top:387px;
	z-index: 400;

}

#miniteaser .bg {
	width:240px;
	height:212px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	background:url(/static/img/miniteaser_bg.png) no-repeat;
	behavior: url(/static/js/iepngfix.htc);
}

#miniteaser .container .videocontainer {
	width:220px;
	position:absolute;
	top:38px;
	left:0;
	overflow: hidden;
	z-index: 500;
}

#miniteaser .container .teasers {
	width:220px;
	position:absolute;
	top:38px;
	left:0;
	padding:5px 0 0 0;
	overflow: hidden;
	z-index: 500;
	color:#003f64;
}

#miniteaser .container .teasers h3 {
	font-size:14px;
	font-weight:bold;
	color:#003F64;
	margin:0 0 5px 0;
}

#miniteaser .container .teasers h3 a {
	color:#003f64;
	text-decoration:none;
}

#miniteaser .container .teasers .titem {
	width:220px;
	overflow:hidden;
	float:left;
	margin:0 0 10px 0;
	background:url(/static/img/miniteaser_arrow.gif) right bottom no-repeat;
	cursor:pointer;
}

#miniteaser .container .teasers .titem p {
	height:28px;
	overflow:hidden;
}

#miniteaser .container .button {
	width:195px;
	height:22px;
	overflow:hidden;
	position:absolute;
	top:167px;
	left:0;
	background:url(/static/img/button_amadetv.gif) no-repeat;
	padding:3px 0 0 25px;
	text-decoration:none;
	color:#fff;
	cursor:pointer;
	z-index:500;
}

#miniteaser .container .button a {
	text-decoration:none;
	color:#fff;
}


/* Portal Elements (Wetterbox, Sonderaktionen, Flashheadline)
-----------------------------------------------------------------------*/
#portal_elements {
	width: 1000px;
	height: 322px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 56px;
	z-index: 200;
}

/* Flashclaim im CMS frei positionierbar hier nur default*/
#claim {
	width: 240px;
	height: 160px;
	overflow: hidden;
	position: absolute;
	top: 160px;
	right: 0;
	z-index: 5;
}

#claim img {
	behavior: url(/static/js/iepngfix.htc);
	width:240px;
	height:160px;
}

/* Special (zB Snowalert) */
#special {
	width: 240px;
	height: 140px;
	overflow: hidden;
	position: absolute;
	top: 122px;
	right: 0;
	z-index: 5;
	
	display:none;
}

#special img {
	behavior: url(/static/js/iepngfix.htc);
}


/* Wetterbox */
#weatherbox {
	width: 240px;
	height: 149px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}

#weatherbox .wb_infos {
	height:143px;
}

#weatherbox .wb_infos .weather {
	height:49px;
	margin:10px 0 0 0;
}

#weatherbox .wb_back {
	background:url(/static/img/weatherbox_bg_small.png) no-repeat;
	height:149px;
}

#weatherbox .wb_infos .snowinfo {
	height:49px;
}

#weatherbox .wb_infos .graphinfo {
	width:240px;
	height:40px;
	overflow:hidden;
	float:left;
	margin:10px 0 0 0;
}

#weatherbox .wb_infos .graphinfo .indicator {
	width:240px;
	height:17px;
	overflow:hidden;
	position:relative;
}

#weatherbox .wb_infos .graphinfo .indicator .legend {
	height:14px;
	width:180px;
	position:absolute;
	top:0;
	left:30px;
	z-index:10;
	color:#fff;
}

#weatherbox .wb_infos .graphinfo .indicator .graph {
	width:200px;
	height:17px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:20px;
}

/* Webcambutton */
#linkbuttons {
	width: 240px;
	height: 20px;
	overflow: hidden;
	position: absolute;
	top: 144px;
	right: 0;
	z-index: 20;
}

/* Webcambox */
#webcams {
	background: #005a96;
	width: 240px;
	height: 20px;
	overflow: hidden;
	position: absolute;
	top: 143px;
	right: 0;
	z-index: 40;
}

/* Resort Teaser 
-----------------------------------------------------------------------*/
#resort_teaser {
	width: 744px;
	height: 182px;
	overflow: hidden;
	position: absolute;
	left: 20px;
	top: 378px;
	z-index: 500;
}

#resort_teaser .teaser {
	background: url(/static/img/portalteaser_bg.gif) left bottom no-repeat;
	width: 182px;
	height: 182px;
	overflow: hidden;
	padding: 0;
	margin: 0 4px 0 0;
	float: left;
	cursor: pointer;
}

#resort_teaser .teaser h3 {
	width: 162px;
	height: 28px;
	overflow: hidden;
	color: #283746;
	font-size: 12px;
	padding: 7px 10px;
	font-weight: normal;
}

#resort_teaser .teaser span.h3 {
	width: 162px;
	height: 28px;
	overflow: hidden;
	padding: 7px 10px;
	display: block;
}

#resort_teaser .teaser .t_text {
	width: 162px;
	height: 98px;
	overflow: hidden;
	padding: 0 10px;
	margin: 9px 0 0 0;
	color: #5a6978;
}

#resort_teaser .teaser .t_text a {
	text-decoration: none;
	color: #5a6978;
}


#resort_teaser .teaserwide {
	background: url(/static/img/resortwide_bg.gif) left bottom no-repeat;
	width: 310px;
	height: 182px;
	overflow: hidden;
	padding: 0;
	margin: 0 4px 0 0;
	float: left;
}

#resort_teaser .teaserwide h3 {
	width: 290px;
	height: 28px;
	overflow: hidden;
	color: #283746;
	font-size: 12px;
	padding: 7px 10px;
	font-weight: normal;
}

#resort_teaser .teaserwide span.h3 {
	width: 290px;
	height: 28px;
	overflow: hidden;
	padding: 7px 10px;
	display: block;
}

#resort_teaser .teaserwide .t_text {
	width: 290px;
	height: 98px;
	overflow: hidden;
	padding: 0 10px;
	margin: 9px 0 0 0;
	color: #5a6978;
}

#resort_teaser .teaserwide .t_links {
	width: 290px;
	overflow: hidden;
	padding: 0 10px;
	margin: 5px 0 0 0;
}

#resort_teaser .teaserwide .t_links a {
	background: url(/static/img/arrow_blue.gif) left 5px no-repeat;
	overflow: hidden;
	padding: 0 0 0 10px;
	margin: 0 20px 0 0;
	text-decoration: none;
	color: #006eaf;
	float: left;
}


#resort_teaser .top_teaser {
	background: url(/static/img/resort_tophotel_bg.gif) left bottom no-repeat;
	width: 240px;
	height: 92px;
	overflow: hidden;
	padding: 0;
	margin: 0 4px 0 0;
	float: left;
	cursor: pointer;
}

#resort_teaser .top_teaser .image {
	width: 90px;
	height: 90px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	float: left;
}

#resort_teaser .top_teaser .th_text {
	width: 150px;
	height: 90px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	float: left;
}

#resort_teaser .top_teaser .th_text h3 {
	width: 130px;
	overflow: hidden;
	color: #283746;
	font-size: 12px;
	padding: 7px 10px;
	font-weight: normal;
}

#resort_teaser .top_teaser .th_text span.h3 {
	width: 130px;
	overflow: hidden;
	padding: 7px 10px;
	display: block;
}

#resort_teaser .top_teaser .th_text p {
	width: 130px;
	overflow: hidden;
	color: #283746;
	padding: 0 10px;
}

#resort_teaser .top_teaser .th_text p i.ort {
	font-style: normal;
	color: #5a6978;
}


#resort_teaser .adress_teaser {
	background: url(/static/img/resort_adress_bg.gif) left bottom no-repeat;
	width: 240px;
	height: 82px;
	overflow: hidden;
	padding: 0;
	margin: 9px 4px 0 0;
	float: left;
}

#resort_teaser .adress_teaser p {
	width: 210px;
	overflow: hidden;
	color: #5a6978;
	padding: 7px 10px 0 10px;
}

#resort_teaser .adress_teaser p a {
	background: url(/static/img/arrow_blue.gif) left 5px no-repeat;
	overflow: hidden;
	padding: 0 0 0 10px;
	margin: 0 ;
	text-decoration: none;
	color: #006eaf;
}

/* WE EDITMODE BILDAUSWAHL*/
#we_bg_image {
	width: 200px;
	overflow: hidden;
	position: absolute;
	top: 120px;
	left: 200px;
	z-index: 10;
}

/* flash banner header */

#flashHeaderAd {
	position:absolute;
	top:58px;
	left:0;
	z-index:300;
}


#flashOverviewMap {
	position: absolute;
	right: 0;
	top:420px;
	width: 240px;
	height: 180px;
	overflow: hidden;
}

#flashclaim {
	position: absolute;
	right: 0;
	top: 150px;
	width: 560px;
	height: 300px;
	overflow: hidden;
}

