/* Start of CMSMS style sheet 'Module: Wetter' */
div.wetter {
  margin: 1em 0 1em 50px;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000000;
  background: #FFFFFF;
  text-align: center; 
  width: 100%;
}

div.wetter h2 {
   line-height: 2em;
   background: #ccc url(images/bgtop.gif) repeat-x 0 0;
   color: #FFFFFF;
}

div.wetter table {
   width: 60%;
   border: 1px none #000000;
   padding: 0.5em;
}

div.wetter td {
   text-align: center;
   border: 0px none #000000;
}

div.wetter tr {
   border: 0px none #000000;
}

div.wetter th {
   border: 0px none #000000;
}

.wettercom {
   width: 80%;
}
/* End of 'Module: Wetter' */

