/*
 * author: Harald Frießnegger
 * date: 2005-03-10
 * copyright: oberlandwetter.at
 */

#forecast {
   min-width: 560px;
   max-width: 560px;

   /* damit auch IE max-width akzeptiert */
   width:expression(document.body.clientWidth > 560? "560px": "auto" );

   font-family: tahoma,verdana,sans-serif;
   font-size: 11px;

}


/*
 * =================================================================
 * Kopfzeile
 * =================================================================
 */
#forecast #header {
   /*
    *formatierung für das logo
    */

   /* ausrichtung */
   text-align:right;

   /*das logo einrücken */
   padding-left:40px;

   /* unterer abstand zur tabelle */
   margin-bottom:10px;
}

#forecast #header #altitude {
   /*
    * höhenangabe
    */

   /*abstand zum logo */
   margin-left: 60px;
}




/*
 * =================================================================
 * Prognosetabelle
 * =================================================================
 */
#forecast table {
   font-size: 11px;
   padding:0px;
}

#forecast tbody th{
   /* die erste spalte */

   text-align: left;
   /* breite */
   width: 200px;
   padding-left: 10px;
}

#forecast tbody td{
   text-align: center;

   /* breiter der vorschauspalten */
   width:90px;

   /* vertikaler abstand der tabellenzeilten */
   padding-bottom: 5px;
   padding-top: 5px;
}

/* ######## formatierung der tabellenzeilen ############## */

#forecast tbody  #symbols {
}

#forecast tbody  #temp {
   background-color:#e1e5f9;
}

#forecast tbody  #rainfall {

}

#forecast tbody  #sunhours {
   background-color:#e1e5f9;
}

#forecast tbody  #belowzero {

}


/*
 * =================================================================
 * Prognosetext
 * =================================================================
 */
#forecast #description {
   font-size: 13px;
   margin-top: 20px;
}


/*
 * =================================================================
 * Copyright am Ende
 * =================================================================
 */

#forecast #copyright {

   font-size: 9px;
   color:gray;

   width:50%;
   margin-top: 10px;
   padding-left: 10px;
}
