html, body {
  margin: 0;
  padding: 0;
  height: 101%;
}

body {
  font-family: Verdana, Helvetica, sans-serif;
  background-color: #E3EEF6;
  text-align: center;/*fuer IE_quirks*/
}

img {
  border:0;
}
/*--------------- mainboxes -----------------------------*/
#wrapper {
  border-width: 0px 0px 0px 0px;
  border-color: #5498C8;
  border-style: solid;
  margin: 5px auto 10px auto;
  width: 778px;
  color: #000;
  text-align: left;/*Aufheben von IE_quirks im BODY*/
  z-index: 1;
}

#header {
  position: relative;
  overflow:hidden;
  width: auto;
  background-color: #e0e0e0;
  color: #000;
  border: 1px solid;
  border-color: #5498C8;
  height: 60px;
  z-index: 2;
}

#flaggen {
  position: absolute;
  overflow:hidden;
  bottom: 3px;
  right: 5px;
  width: auto;
  height: auto;
  z-index: 5;
}

#menue {
  width: auto;
  color: #000;
  border-width: 1px 1px 0px 1px;
  border-color: #5498C8;
  border-style: solid;
  margin: 4px 0px 0px 0px;
  padding: 0px;
  z-index: 2;
}

#bodybox {
  border-width: 0px 1px 1px 1px;
  border-color: #5498C8;
  border-style: solid;
  position: relative;
  text-align: left;/*Aufheben von IE_quirks im BODY*/
  background-color: #FFFFFF;
  min-height : 920px;
  _height:920px;
}

#footer {
  color: #000;
  border-width: 0px 0px 0px 0px;
  border-color: #5498C8;
  border-style: solid;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  text-align: center;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 7pt;
}
/*-------------------------------------------------------*/

/*--- CONTENT (Textbereich) ---*/  
#content {
  background-color: #FFFFFF;
  font-weight: bold;
  font-size: 10pt;
  color: #4C98BF;
  margin: 0px 160px 0px 0px;
  padding: 10px 15px 10px 15px;
  text-align:justify;
}

/*--- NEWS ---*/
#news {
  font-size: 9pt;
  position: absolute;
  overflow:hidden;
  top: 10px;
  right: 10px;
  width: 150px;
  height: 870px;
  border: 1px solid #A2CCE0;
  background-color: #eee;
  color: #000;
  margin: 0px;
  padding: 0px;
}

#siteinfo {
  font-size: 7pt;
  position: absolute;
  overflow:hidden;
  top: 405px;
  right: 10px;
  width: 150px;
  height: 50px;
  border: 1px solid #A2CCE0;
  background-color: #eee;
  color: #000;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

#title_news {
  position: relative;
  width: 100%;
  text-align: center;
  line-height:25px;
  margin: 0px;
  padding: 0px;
  background-color: #A2CCE0;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 10pt;
  letter-spacing: 8px;  
}


#content_news {
  position: relative;
  text-align: left;
  margin: 0px 0px 0px 0px;
  padding: 5px 0px 10px 0px;
}

#promotion_news {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0px;
  padding: 6px 0px 6px 0px;
  background-color: #A2CCE0;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 10pt;
  letter-spacing: 8px;  
}

/* --- Textauszeichnungen in NEWS --- */
h1.news {
  color: #555555;
  font-weight: bold;
  font-size: 8pt;
  margin: 5px 0px 2px 8px;
  font-variant:normal;

}

#news_wetter {
  text-align: center;
  color: #555555;
  font-size: 6pt;
  margin: 5px 0px 3px 0px;
  padding: 3px 0px 5px 0px;
  background-color: #FFFFFF;
}

.line_wetter {
  background-color: #A2CCE0;
  height:1px;
  overflow:hidden;
  border: 0px;
  margin: 3px 0px 0px 0px;
  width: 100%;
}
a.news {
  font-size: 7pt;
  color: #555555;
  display: block;
  padding: 2px 0px 3px 15px;
  text-decoration: underline;
  white-space: nowrap;
}

a.news:hover {
  background-color: #4061A0;
  color: #ffffff;
}


