/* Templatespezifische-Konfiguration */

div.umrandung {
   position: relative;
   width: 960px;
   min-height: 40px;
   padding-top: 150px;
   padding-bottom: 90px;
   margin: 0 auto 0;
   text-align: left;
   background-repeat: repeat-y;
}

div.kasten1{
  position: absolute;
  top: 130px;
  left: 0;
  padding-top: 110px;
  padding-left: 22px;
  padding-right: 17px;
  width: 200px;
  height: 170px;
  background-color: rgb(87,96,103);
}

div.kasten1-image {
  position: absolute;
  top: 42px; 
  left: 0;
  width: 220px;
  height: 65px;
  padding-left: 20px;
  overflow: hidden;
}

div.spalte1 {
  position: relative;
  width: 200px;
  padding-top: 280px;
  padding-left: 22px;
  padding-right: 18px;
  float: left;
  overflow: hidden;
}
div.spalte2 {
  position: relative;
  width: 700px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  overflow: hidden;
}
div.spalte2 img {
  margin: 5px 6px 5px 6px;
}

/* NEWS */

h1.news-category {
  padding-top: 5px;
  padding-bottom: 5px;
	font-size: 14px;
	color: rgb(67,76,83);
	font-weight: bold;
  text-align: center;
	background-repeat: repeat-x;
}

div.news-umrandung1, div.news-umrandung2 {
  position: relative;
  width: 700px;
  border-bottom: 1px solid rgb(67,76,83);
  background-color: rgb(204,204,204);
  background-repeat: repeat-y;
}
div.news-umrandung2 {
  border-bottom: 1px solid rgb(67,76,83);
  background-color: rgb(230,230,230);
}

div.news-datum {
  position: relative;
  width: 73px;
  padding-top: 10px;
  padding-left: 5px;
  font-size: 12px;
  font-weight: bold;
  float: left;
}
h2.news-headline {
  display: inline;
  font-size: 12px;
  font-weight: bold;
}
div.news-headline {
  position: relative;
  width: 152px;
  padding-top: 10px;
  float: left;
}

div.news-teaser {
  position: relative;
  width: 449px;
  padding: 10px;
  padding-left: 11px;
  float: left;
}

/* News */

div.news-datum {
  position: relative;
  padding-bottom: 2px;
  font-size: 11px;
  color: rgb(102,102,102);
}

div.news-ueberschrift {
  position: relative;
  padding: 2px;
  padding-left: 10px;
  font-size: 14px;
  font-weight: bold;
  color: white;
  background-color: rgb(123,155,191);
}

div.news-anreisser {
  position: relative;
  padding: 10px;
  margin-bottom: 20px;
  background-color: rgb(239,245,250);
}

a.news-link:link, a.news-link:visited, a.news-link:hover, a.news-link:focus, a.news-link:active {
  font-weight: bold;
}

div.news-pagebutton-inactive {
  position: relative;
  width: 7px;
  height: 15px;
  padding: 2px 6px 2px 6px;
  font-size: 12px;
  font-weight: bold;
  color: white;
  background-color: rgb(204,204,204);
  float: left;
  overflow: hidden;
  cursor: default;
}

a.news-pagebutton:link, a.news-pagebutton:visited, a.news-pagebutton:hover, a.news-pagebutton:focus, a.news-pagebutton:active {
  position: relative;
  width: 7px;
  height: 15px;
  padding: 2px 6px 2px 6px;
  font-size: 12px;
  font-weight: bold;
  color: white;
  text-decoration: none;
  background-color: rgb(87,96,103);
  float: left;
  overflow: hidden;
  cursor: pointer;
}
a.news-pagebutton:hover, a.news-pagebutton:focus, a.news-pagebutton:active {
  background-color: rgb(204,153,0);
}

div.news-pages {
  position: relative;
  width: 146px;
  padding: 2px;
  text-align: center;
  float: left;
  overflow: hidden;
}
div.news-pages a:link, div.news-pages a:visited, div.news-pages a:hover, div.news-pages a:focus, div.news-pages a:active {
  color: rgb(204,153,0);
}
div.news-pages a:hover, div.news-pages a:focus, div.news-pages a:active {
  color: rgb(153,153,153);
}

div.news-numall {
  position: relative;
  width: 507px;
  padding: 2px;
  text-align: right;
  float: left;
  overflow: hidden;
}
