@charset "UTF-8";
/****************************************************************************

	mwbz.css
	CSS-Klassen für m.wetter.bz.it 
	wbz.css und webapp_render.css müssen bereits eingebunden sein, da mwbz.css 
	auf dieser basiert und diese modifiziert.
	
	Autor: Bettr.info

	$Revision: 1278 $
	$LastChangedDate: 2010-08-23 17:05:16 +0200 (Mo, 23 Aug 2010) $
	$LastChangedBy: Klaus_Delueg $
	
****************************************************************************/

/*body {
	overflow: hidden;
    -webkit-text-size-adjust: none;
}

body * {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-style: normal;
}*/

body *{ text-overflow:none;font-family: Verdana, Arial, Helvetica, sans-serif;-webkit-tap-highlight-color:none;z-index:0;}
body{overflow: hidden; margin:0;background: url(../images/wbz_bg.gif) top left repeat-x #A9BF00;height:100%;-webkit-transform:translate3d(0,0,0);color: #666666;}
#WebApp{background:none;}

#iHeader {
	padding: 0px;
	margin: 0px;
	background-color:#FFD400;
	height: 95px;
	text-shadow: none;
	border: none;
	-webkit-border-image: none;
}

#iHeader div {
	margin: 0px;
}

#iHeader #iHeaderBG {
	padding: 5px 5px 0px 5px;
	margin: 0px;
	/*width: 100%;*/
	background: url(../images/wbz_header_bg.png) top left repeat;
	height: 60px;
}

#iGroup {
	/*background-color: #FFFFFF;*/
	border-left: 5px solid #FFD400;
	border-right: 5px solid #FFD400;
	z-index: 10;
	overflow: hidden;
}

#waHomeButton, #waBackButton {
	position: absolute;
	top: 60px;
	left: 5px;
	text-shadow: none;
	z-index: 5;
}

#waHeadTitle {
	top: 52px;
	position: absolute;
	z-index: 4;
	font-size: 16px;
}

#TopNavs { /* zu verwenden wenn kein HeaderBG-div */
	/*position: absolute;
	z-index: 3;
	top: 0px;
	left: 255px;*/
	padding: 0px;
	font-size: 16px;
	z-index: 102;
}

#Main {
	width: 100%;
	max-width: 100%;
}

#BottomNav {
	/* Da kein Menü, kleiner um Platz zu sparen */
	height: 20px;
}

.iFooter {
	width: 100%;
	font-size: 13px;
	line-height: 25px; /* erhöhen, damit leichter klickbar */
	background: none;
	margin: 0px;
	text-shadow: none;
	font-weight: normal;
	position: relative;
	z-index: 9;
	overflow: hidden;
}

.iFooter a {
	color: #FFFFFF;
	text-decoration: none;
}

.iFooter a:hover {
	text-decoration: underline;
}
/* see BOF: http://www.cssplay.co.uk/menus/centered.html */

.iFooter ul {
	float: left;
	left: 50%;
	list-style-type: none;
	margin: 10px auto 0 auto;
	padding: 0;
	position: relative;
	z-index: 2; /* !!! für IE */
}

.iFooter li {
	float: left;
	position: relative;
	z-index: 2; /* !!! für IE */
	right: 50%;
	padding: 0px 5px;
}

#Content {
	border-left: 2px solid #FFD400;
	border-right: 2px solid #FFD400;
	padding: 2px;
}

.TabContent {
	padding: 4px;
}

/* Alle Textschatten entfernen */
.iTab ul{text-shadow: none;}
#.iTab.iInner li a{text-shadow: none;}
.iTab.iInner li.__act a,.iTab.iInner li:active a{text-shadow: none;}
.iMenu h3,.iBlock h1,.iPanel legend{text-shadow: none; font-size: 16px; color: #A9BF00; }
.iMore:not(.__lod):active,li.iRadio.__sel,.iMenu li.__sel,.iList li.__sel{background-image: none; background-color:#A9BF00; color: #FFFFFF; border-color: #FFFFFF; }
.iLoader,#iLoader{text-shadow: none;}
.iList li small{text-shadow: none;}
.iPush{text-shadow: none;}
.iPush:active,.iPush.iBWarn,.iPush.iBCancel{text-shadow: none;}
.iForm fieldset{text-shadow: none;}
b.iToggle i{text-shadow: none;}
b.iToggle.__sel i{text-shadow: none;}
.iLayer h2{background: none;text-shadow: none;}
.iBar {text-shadow: none;}
.iMenu ul,.iPanel fieldset ul,.iBlock div,.iBlock p{border-color:#666666;background-color:#fff;-webkit-border-radius:none;}
.iMenu li,.iPanel fieldset li{font-size:14px; border-style: dashed;padding: 10px;}

.iMenu { margin: 0px; padding: 9px 9px 20px; background-color: #FFFFFF; }
.iBlock { margin: 0px; padding: 5px 5px 20px 5px; background-color: #FFFFFF; }
.iBlock .FeedMenue {
	background: none;
}

.iRightButton {
	position: absolute;
	top: 60px;
	z-index: 6;
	padding-right: 5px;
	-webkit-border-top-right-radius: 22px 22px;
	max-width: 25%;
	-webkit-border-image: url(../images/webapp/rtl-button-back.png) 0 13 0 13 stretch stretch !important;
}

.iRightButton:active{
	padding-right: 5px;
	-webkit-border-top-right-radius: 22px 22px;
	max-width: 25%;
	-webkit-border-image: url(../images/webapp/rtl-button-back-touch.png) 0 13 0 13 stretch stretch !important;
}

#BreadCrumbs {
	float: left;
}

.StaticMap {
	width: 300px;
	height: 190px;
	border: 1px dotted #DE7000;
	margin-bottom: 20px !important;
	background-image: url( ../images/weathermap.gif );
	position: relative;
	top: 0px;
	left: -1px;
}

.StaticMap .ELabel {
	/*margin: -8px auto 0px auto;*/ /* klein */
	margin: -18px auto 0px auto; /* groß */
	line-height: 14px;
}

.StaticMap .WeatherEntry {
	z-index: 2;
	/*width: 45px;*/ /* klein */
	width: 71px; /* groß */
	text-align: center;
	background: none;
}

/* Wettericon Norden */
.StaticMap .Map134 {
	position: absolute;
	/*top: 5px;
	left: 138px;*/ /* klein */
	top: -20px;
	left: 138px; /* groß */
}

/* Wettericon Süden */
.StaticMap .Map135 {
	position: absolute;
	/*top: 100px;
	left: 200px;*/ /* klein */
	top: 75px;
	left: 200px; /* groß */
}

/* Wettericon Schlanders */
.StaticMap .Map136 {
	position: absolute;
	/*top: 87px;
	left: 15px;*//* klein */
	top: 57px;
	left: 10px; /* groß */
}

/* Wettericon Meran */
.StaticMap .Map137 {
	position: absolute;
	/*top: 85px;
	left: 60px;*/
	top: 60px;
	left: 60px; /* groß */
}

/* Wettericon Bozen */
.StaticMap .Map138 {
	position: absolute;
	/*top: 113px;
	left: 115px;*//* klein */
	top: 83px;
	left: 105px; /* groß */
}

/* Wettericon Sterzing */
.StaticMap .Map139 {
	position: absolute;
	/*top: 30px;
	left: 130px;*//* klein */
	top: 10px;
	left: 120px; /* groß */
}

/* Wettericon Brixen */
.StaticMap .Map140 {
	position: absolute;
	/*top: 70px;
	left: 155px;*//* klein */
	top: 45px;
	left: 155px; /* groß */
}

/* Wettericon Bruneck */
.StaticMap .Map141 {
	position: absolute;
	/*top: 55px;
	left: 195px;*//* klein */
	top: 25px;
	left: 195px; /* groß */
}

h3.MainTitle { /*pageTitle*/
	text-align: center;
}

#TabNav {
	height: 35px;
	font-size: 13px;
}

#TabNav a {
  padding: 6px 15px;
}

/* Styling Tabelle Detailwetter */
.WDetTbl, .WDetEvoTbl {
	padding: 5px 5px 20px 5px;
	margin: 0px;
	height: 205px; /* !!! damit feedslider immer reinpasst */
}

.WDetEvoTbl {
	height: auto;
}

.WDetTdIcon {
	width: 71px;
}

/* BOF Anpassungen des WebApp CSS */
.iBlock div, .iBlock p, .iBlock div p, .iBlock img {
	border: none;
	padding: 0px;
	margin: 0px;
}

.iBlock .FeedMenue, .iBlock .SliderContainer, .iBlock .SliderContainerBox { 
	margin: 0px;
	padding:0px;
	background: none;
	height: 0px;
}

.iBlock .SliderContainer {
	top: 16px;
}

.iBlock h3 {
	font-size: 15px;
	text-align: center;
}

.iBlock h3.WDetHL {
	font-size: 15px;
	text-align: left;
}

.iBlock div, .iBlock div p, .iBlock p  {
	font-size: 12px;
	font-weight: normal;
}

/* EOF Anpassungen des WebApp CSS */

/* Formatierung der Mountainsgrafiken auf der Mobile-Seite: alles zentrieren */
/* BOF Formatierung der Mountainsgrafiken */
div.MountainsBox {
	float: none;
	display: block;
	border: none;
	font-weight: normal;
	/*padding: 8px;*/
}

div.MountainsBox .MouBoxOut .MouBox div {
	margin: 0px;
}
div.MountainsBox .MountainsBoxInner {
	width: 300px;
	margin: 0 auto;
	border: none;
}

div.MountainsBox h3 {
	font-weight: bold;
	font-size: 12px;
	color: #666666;
	margin-bottom: 0px;
}

div.MountainsBox .MouBoxOut h3 {
	margin-bottom: 10px;
	border: none;
}

div.MountainsBox .WindBox {
	/*width: 110px;*/
	width: 100%;
	float: none;
	text-align: center;
	margin-bottom: 20px;
	border: none;
}
div.MountainsBox .WindBox div {
	padding-top: 10px;
	border: none;
}
div.MountainsBox .MouBoxOut {
	text-align: center;
	width: 100%;
	float: none;
	border: none;
	/*width: 210px;*/
}

div.MountainsBox .MouBoxOut .MouBox {
	margin: auto;
	height: 60px;
	width: 205px;
	border: none;
}

.WeatherMountainList {
	list-style: none outside;
	padding: 0px;
	color: #848F99;
	margin: 8px 0px 0px 0px;
	line-height: 13px;
	float: left;
	border: none;
}

/* EOF Formatierung der Mountainsgrafiken */
