/* screen.css
------------------------------------------------------------------------
This stylesheet contains the basic CSS rules for stubai

Author: elements.at
--------------------------------------------------------------------- */



/* Basic CSS Rules
--------------------------------------------------------------------- */



body {
	margin: 0;
	padding: 0;
	background: #fff url(/static/img/layout/body_bg.gif) center top repeat-y;
	position: relative;
}


div, h1, h2, h3, h4, p, form, input, select, textarea, ol, ul, li, object, emd {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-align: left;
	color:#000;
}

h1 {
	color: #fff;
	font-weight: bold;
	font-size: 19px;
	line-height: 22px;
}

h2 {
	color: #fff;
	font-weight: bold;
}


h3 {
	color: #fff;
	font-weight: bold;
	font-size:12px;
}

h4 {
	color: #fff;
	font-weight: bold;
}

object {
	display: block;
}


a:link {
	color: #fff;
	text-decoration: none;
}

a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #ff8c00;
	text-decoration: none;
}

a:active {
	color: #ff8c00;
	text-decoration: none;
}

img {
	border: 0;
}


.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.clear {
	clear: both !important;
}


p {
	padding: 8px 0 0 0;
}

.blue{
	color:#82AED0;
}

.grey{
	color:#78828c;
}

.dark{
	color:#333;
}

.debug {
	border: 1px solid #000;
}

/* Generelle Container (Seite und Schatten)
--------------------------------------------------------------------- */

#background {
	width: 100%;
	overflow: visible;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-position: center top;
	background-repeat: no-repeat;
	height: 660px;
	min-width: 980px;
}

#sitecontainer {
	width: 100%;
	overflow: visible;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;

}

#site {
	width: 980px;
	padding: 0 0 30px 0;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

*html #site {
	padding: 0;
}

/* --------------- METANAVI -------------------------------------------  */
#metanav {
	width: 560px;
	height: 100px;
	overflow: visible;
	color: #fff;
	position: absolute;
	top: 0;
	left: 210px;
	z-index: 6000;
	clear: both;
}

/* Spracheauswahl */
#metanav #language {
	width: 560px;
	height: 45px;
	overflow: hidden;
	padding: 0;
	position: relative;
}

#metanav #language #langSelect {
	background: #01508d url(/static/img/layout/lang_arrow.gif) right top no-repeat;
	padding: 3px 8px 0 8px;
	height: 17px;
	width: 100px;
	position: absolute;
	top: 22px;
	left: 10px;
	z-index: 2;
	cursor: pointer;
	color: #fff;
}

#metanav #language #langChoose {
	width: 0px;
	height: 26px;
	padding: 0;
	overflow: hidden;
	position: absolute;
	top: 19px;
	left: 136px;
	z-index: 20;
}

#metanav #language #langChoose #langChooseContainer {
	width:480px;
	height: 23px;
	padding:3px 0 0 0;
}

#metanav #language #langChoose #langChooseContainer a {
	float:left;
	padding: 0;
	margin: 0 4px 0 0;
	border: 1px solid #01508d;
	text-decoration: none;
}

#metanav #language #langChoose #langChooseContainer a:hover {
	border: 1px solid #fff;
	text-decoration: none;
}


/* Saisonauswahl */
#metanav #season {
	/*background: url(/static/img/layout/summer.gif) left 2px no-repeat;*/
	overflow: hidden;
	width:90px;
	height: 24px;
	float: right;
	position:relative;
	top: 19px;
	right: 70px;
	z-index: 1;
}

/*
#metanav #season.winter {
	background: url(/static/img/layout/winter.gif) left 2px no-repeat;
}
*/

#metanav #season .text {
	position: absolute;
	top: 3px;
	left: 32px;
	z-index: 3;
}

#metanav #season .text a {
	color: #fff;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

#metanav #season .text a:hover {
	color: #ff8c00;
	text-decoration: none;
}

/* Hauptnavigation */
#metanav #nav {
	width: 550px;
	overflow: visible;
	padding: 7px 0 0 0;
}

#nav ul {
	list-style: none;
	overflow: visible;
	padding: 2px 0 0 0;
	float: left;
}

#nav ul li {
	float: left;
	display: block;
	position: relative;
	padding: 0 10px;
}

#nav ul li.sfhover {
	background: #1889d8;
}

#nav ul li a {
	text-decoration: none;
	cursor: pointer;
	display: block;
}

#nav ul li.active a.active {
	text-decoration: none;
	cursor: pointer;
	background: #ff0000;
	display: block;
	background: url(/static/img/layout/nav_line_active.gif) left top repeat-x;
}

#nav ul li em {
	font-style:normal;
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 0 4px 0;
	display: block;
}

#nav ul li.active em {
	color: #ff8c00;
}

#nav ul li span.em {
}

#nav ul li span.em img {
}


/* Ebene 2 (Aufklappen darunter)*/
#nav ul li.sfhover ul {
	left: 0;
}

#nav ul li ul {
	background: url(/static/img/layout/meta_sub_bg.gif) left top repeat-x;
	position: absolute;
	top: 22px;
	left: -999em;
	overflow: visible;
	width: 150px;
	padding: 5px 0 10px 0;
}

#nav ul li ul li {
	overflow: visible;
	width: 150px;
	position: static;
	padding:0;
	margin: 0;
	background: none;
}

#nav ul li.sfhover ul li.sfhover {
	background: none;
}

#nav ul li.sfhover ul li a {
	overflow: hidden;
	width: 130px;
	position: relative;
	padding: 2px 10px;
	margin: 0;
	color: #fff;
	text-decoration: none;
	display: block;
	cursor: pointer;
}


#nav ul li.sfhover ul li.sfhover a {
	cursor: pointer;
	color: #ff8c00;
}





/* --------------- LEFTSIDE -------------------------------------------  */
#leftside {
	width: 220px;
	float:left;
}

#leftside .logo {
	margin: 22px 0 0 0;
	height: 57px;
	width: 200px;
	overflow:hidden;
}


/* Aktuellebox (Newsletter und Aktuelles
----------------------------------------------------------------------------  */
#leftside #topicalbox {
	width: 200px;
	height: 132px;
	overflow:hidden;
	padding: 8px 0 0 20px;
	margin: 331px 0 0 0;
}

#leftside #topicalbox .separator {
	background: url(/static/img/layout/hr_line_blue.gif) left top no-repeat;
	height: 2px;
	width: 180px;
	overflow: hidden;
}

#leftside #topicalbox .entry {
	width: 180px;
	overflow: hidden;
	padding: 0;
	height: 28px;
}

#leftside #topicalbox .entry .head {
	background: url(/static/img/layout/plus.gif) right 9px no-repeat;
	width:180px;
	height: 28px;
	overflow:hidden;
	cursor: pointer;
}

#leftside #topicalbox .entry .head.open {
	background: url(/static/img/layout/minus.gif) right 9px no-repeat;
}


#leftside #topicalbox .entry .head h3 {
	color: #fff;
	font-weight: bold;
	font-size:12px;
	line-height: 14px;
	padding: 7px 0;
	text-transform: uppercase;
}

#leftside #topicalbox .entry .detail {
	width:180px;
	height: 72px;
	overflow:hidden;
}

#leftside #topicalbox .entry .detail p {
	overflow:hidden;
	width: 180px;
	padding:0;
	color: #fff;
}

#leftside #topicalbox .entry .detail p b.blue {
	overflow:hidden;
	font-weight: normal;
	color:#82aed0;
}


/* Newsletter Formular */
#leftside #topicalbox .entry .detail form {
	overflow: hidden;
	width: 180px;
	padding: 0;
}

#leftside #topicalbox .entry .detail .searchterm {
	background: #cbd0d6;
	width: 140px;
	border: 1px solid #cbd0d6;
	padding: 2px 6px 3px 6px;
	margin: 0 !important;
	line-height: 14px;
	height: 13px;
	color: #666;
	float: left;
}

#leftside #topicalbox .entry .detail input.submit_newsletter {
	float: left;
	width: 26px;
	height: 20px;
	overflow: hidden;
	margin: 0 !important;
}

#leftside #topicalbox .line {
	height: 23px;
	margin: 10px 0 0 0;
}




/* --------------- CENTER -------------------------------------------  */
#center {
	width:540px;
	float:left;
	padding: 82px 0 0 0;
}

/* --------------- RIGHTSIDE -------------------------------------------  */
#rightside {
	width:220px;
	float:left;
	overflow: hidden;
	background: url(/static/img/layout/sidebar_line_white.gif) left 60px no-repeat;
}

/* Wetterbox Stubai Live */
#rightside .right_top .weather {
	background: url(/static/img/layout/weatherbox_line.gif) 20px bottom no-repeat;
	height: 96px;
	width: 180px;
	overflow: hidden;
	padding: 0 20px;
	cursor:pointer;
}

#rightside .right_top .weather .label {
	width: 69px;
	height: 40px;
	overflow: hidden;
	float: left;
	padding: 56px 0 0 0;


	width: 180px;
	padding: 22px 0 0 0;
	height: 15px;

}

#rightside .right_top .weather .label h3 {
	width: 80px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	padding: 0;
	text-transform: uppercase;
}

#rightside .right_top .weather .weather_icon {
	width: 64px;
	height: 76px;
	overflow: hidden;
	float: left;
	padding: 20px 0 0 0;


	width: 64px;
	height: 59px;
	padding: 0 15px 0 11px;

}

#rightside .right_top .weather .weather_icon img {
	behavior: url(/static/js/iepngfix.htc);
}

#rightside .right_top .weather .weather_temp {
	width: 45px;
	height: 40px;
	overflow: hidden;
	padding: 56px 0 0 0;
	float: right;


	width: 90px;
	height: 43px;
	padding: 16px 0 0 0;

}

#rightside .right_top .weather .weather_temp em {
	background: url(/static/img/grad.gif) right top no-repeat;
	font-style:normal;
	text-transform: uppercase;
	text-align:right;
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	padding: 0 13px 0 0;
	display: block;
}



/*  Sliderbox Sidebar rechts
------------------------------------------------------------------------------ */
#rightside #sliderBox {
	height: 195px;
	width: 180px;
	padding: 5px 20px 0 20px;
	color: #333333;
	overflow: hidden;
	position: relative;
}

#rightside #sliderBox .separator {
	background: url(/static/img/layout/hr_line_grey.gif) left top no-repeat;
	height: 2px;
	width: 180px;
	overflow: hidden;
}


#rightside #sliderBox .entry {
	width: 180px;
	overflow:hidden;
	padding: 0;
	height: 28px;
}

#rightside #sliderBox .entry .head {
	background: url(/static/img/layout/plus_blue.gif) right 9px no-repeat;
	width:180px;
	height: 28px;
	overflow:hidden;
	cursor: pointer;
}

#rightside #sliderBox .entry .head.open {
	background: url(/static/img/layout/minus_blue.gif) right 9px no-repeat;
}


#rightside #sliderBox .entry .head h3 {
	color: #78828c;
	font-weight: bold;
	font-size:12px;
	line-height: 14px;
	padding: 7px 0;
	text-transform: uppercase;
}

#rightside #sliderBox .entry .detail {
	width:180px;
	height: 75px;
	overflow:hidden;
	padding: 0;
}

#rightside #sliderBox .entry .detail h4 {
	width:180px;
	overflow:hidden;
	color: #656565;
}

#rightside #sliderBox .entry .detail h4 a {
	text-decoration: none;
	overflow:hidden;
	font-weight: bold;
	color: #656565;
}

#rightside #sliderBox .entry .detail p {
	width:180px;
	overflow:hidden;
	color: #333;
	padding: 0;
}

#rightside #sliderBox .entry .detail p a {
	color: #333;
	padding: 0;
	text-decoration: none;
}


#rightside #sliderBox .entry .stars {
	height:11px;
	padding: 2px 0;
	overflow: hidden;
	margin: 0;
}

#rightside #sliderBox .entry .stars img {
	behavior: url(/static/js/iepngfix.htc);
}

#rightside #sliderBox .entry td {
	padding-bottom:4px;
}

#rightside #sliderBox .line label {
	color:#333333;
	width:81px;
	float:left;
	line-height: 22px;
}



/* Footer
--------------------------------------------------------------- */
#footer {
	width: 100%;
	height: 30px;
	overflow: hidden;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 100;
}

/**html #footer {
	position: inherit;
	border-bottom: 30px solid #fff;
}*/

#footer .bg {
	background: #ff8c00;
	width: 980px;
	height: 30px;
	overflow: hidden;
	padding: 0 150px;
	margin: 0 auto;
	position:relative;
	margin-top: -30px;
	z-index:-20;
}

#footer #footer_c {
	width: 980px;
	height: 30px;
	overflow: hidden;
	margin: 0 auto;
}

#footer #footer_c #copyright {
	color:#ffffff;
	width: 540px;
	height:30px;
	float:left;
	line-height:30px;
	position:relative;
}

#footer #footer_c #copyright a {
	padding: 0 10px;
}

#footer #footer_c #copyright a:hover{
	color:#a94300;
}

#footer #footer_c #search {
	background: e60000;
	width: 220px;
	float:left;
	margin: 5px 0 0 0;
	position:relative;
}

#footer #footer_c #search .searchterm {
	background: #fff;
	width: 116px;
	border: 1px solid #fff;
	padding: 2px 6px 3px 6px;
	margin: 0 !important;
	line-height: 14px;
	height: 13px;
	color: #9e9c98;
	float: left;
}

#footer #footer_c #search input.submit {
	float: left;
	width: 30px;
	height: 20px;
	overflow: hidden;
	margin: 0 !important;
}

#footer #footer_c #hotline {
	float:left;
	border-left: 1px solid #fff;
	height:30px;
	width:199px;
	border-left: 1px solid #fff;
	position:relative;
	padding: 8px 0 0 20px;
}


/* JS Calendar */
.calendar {
	z-index:10000;
}


#biguselesscontainer a {
	display: block;
	position: absolute;
	right:2px;
	top:10px;
}

#biguselesscontainer a.zoo {
	right: 30px;
	/*display:none;*/
}

#biguselesscontainer a.zoo img {
	behavior: url(/static/js/iepngfix.htc);
}



