* html #container{height:590px;overflow:visible}
html>body #container{min-height:590px}

#newscontent{
  width: 720px;
  text-align:left;
  margin:3em 1.8em 0em 1.8em;
  padding-bottom: 4em;
  font: 13px;
  line-height: 1.4;
}

#newsheadlines{
  width: 540px;
  height: 162px;
  margin: 2em 0em 0.8em 1.6em;
  border-top: dashed 1px #999999;
  border-bottom: dashed 1px #999999;
  text-align:left;
  overflow: hidden;
}

#newscalender{
  width: 164px;
  margin: 2em 0.5em 0.7em 0.2em;
  padding-left: 20px;
  float: left;
}

#newsmenu{
  width:100%;
  height:72px;
  display: block;
  clear: both;
}

#newspicture{
  display: block;
  margin: 0px 23px 20px 0px;
  padding: 2px;
  float:left;
  background: #ddd;
  clear: left;
}

#leftwrapper{
  width: 170px;
  float:left;
}

#rightwrapper{
  width: 600px;
  float:right;
}

ul.newsheadlines{
  padding: 8px 5px 0px 2px;
  margin: 0;
  list-style-position: inside;
  list-style-type: square;
  vertical-align: baseline;
  font-size:13px;
}

li{
  padding: 4px 0px 0px 0px !important;
}

a.next, a:visited.next{
  font-size: 9px;
  line-height: 1.1;
  color: #FFF !important;
  background: none #6688AA;
  float: left;
  padding: 0px 2px 3px 2px;
  margin: 3px 2px 0 2px;
}

a:hover.next{
  background: none #ECE000;
}

a.back, a:visited.back{
  font-size: 9px;
  line-height: 1.1;
  color: #FFF !important;
  background: none #6688AA;
  float: left;
  padding: 0px 2px 3px 2px;
  margin: 3px 2px 0 2px;
}

a:hover.back{
  background: none #ECE000;
}

h1{
  font: bolder;
  font-size: 19px;
  color: #335544;
  margin: 0px 0px 3px 0px;
}

h6{
  font: 11px normal;
  margin: 0px 0px 18px 0px;
}

.pic_desc{
  font-size: 10px;
  line-height: 1.5;
  margin: 8px 3px 1px 3px;
  display: block;
  width: 154px;
  text-align: justify;
}












