/*
Stylesheets für den Wettercontainer sowie die Anzeige des Wetterberichtes
Container mit den aktuellen Wetterdaten auf jeder Seite 
*/


#wetter {
  position: fixed;
  top: 50px;
  left: 20px;
  width: 90px;
  border: 1px solid #000080;
  background-color : #c1c7fd;
  font-size: 0.8em;
  padding: 3px;
}

/* Wetterdaten in der Vorschau */
.navWeather.data {
  text-align:center;
  width:100%;
}

/******************************************************************************
 *
 * styles, used by the weather forecast:
  * (c) Heiner Lamprecht
 */
td.forecast_day_name {
  font-size: 80%;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  background-color: #ccc;
}

td.forecast_day_name_last {
  font-size: 80%;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  background-color: #ccc;
}

td.forecast_day_icon {
  font-size: 80%;
  border-left: 1px solid #000000;
  background-color: #f0f0f0;
}

td.forecast_day_icon_last {
  font-size: 80%;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  background-color: #f0f0f0;
}

td.forecast_day_temp {
  font-size: 80%;
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
  background-color: #ccc;
}

td.forecast_day_temp_last {
  font-size: 80%;
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  background-color: #ccc;
}

div.currentDetail_center {
  font-size: 80%;
  line-height: 100%;
}

div.currentDetail {
  font-size: 80%;
  line-height: 125%;
  margin-left: 5px;
}

div.currentDetail_icon {
  font-size: 80%;
  line-height: 100%;
  margin-left: 5px;
}

div.currentDetail_right {
  font-size: 80%;
  line-height: 125%;
  text-align: right;
}

div.currentTemp {
  font-weight: bold;
  font-size: 120%;
  text-align: right;
}

div.currentTitle {
  font-weight: bold;
  font-size: 120%;
  text-align: left;
}

img.sunset {
  vertical-align: middle;
}


.navWeather {
  text-align: center;
}

.navWeather a {
  color: #0000BB;
  text-decoration:none;
  font-weight: bold;
  font-style: normal;
  font-size: small;
}

.navWeather a:visited {
  color: #BB0000;
}

/*  Für den RTE */
.inText {
  border: solid 2px black;
  margin: 5px;
}

a.google {
color: #0000BB;
  text-decoration:none;
  font-weight: bold;
  font-style: normal;
  font-size: large;
}

.blau {
  color: #0000BB;
  text-decoration:none;
  font-weight: bold;
  font-size: 200%;  
}

img.thumbnail {
  background-color: black;
  border: solid 2px black;
  margin: 10px;
}