#top {
	height: 80px;
}

#header {
	height: 200px;
	z-index: 3000;
}

ul#hnav, ul#lnav {bottom: 25px;} 

ul#hnav {
	right: 23px;
	left: auto;
}

ul#lnav {
	left: 20px;
}

#main {
	margin-top: 80px;
	position: relative;
	z-index: 0;
}

div.newsticker {
  position: absolute;
	top: -45px;
	left: 0;
	width: 100%;
	height: 25px;
	z-index: 0;
}

div.newsticker h1 {
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: bold;
}

div.newsticker #tickerviewport {
  position: absolute;
  right: 0;
  top: 0px;
  overflow: hidden;
  /*width: 835px;*/ /* Mit vorangestelltem Text "Newsflash" */
  width: 950px; /* Ohne Text "Newsflash" */
  height: 1.3em;
  z-index: 0;
}

div.newsticker #tickerviewport ul {
  position: relative;
  bottom: 0;
  z-index: 0;
}

div.newsticker #tickerviewport ul li {
  float: left;
  color: #3C996A;
  z-index: 0;
  white-space: nowrap;
}

div.newsticker #tickerviewport ul li a,
div.newsticker #tickerviewport ul li a:link,
div.newsticker #tickerviewport ul li a:visited,
div.newsticker #tickerviewport ul li a:active,
div.newsticker #tickerviewport ul li a:hover {
	color: #000;
  font-weight: normal;
  margin-right: 8px;
  white-space: nowrap;
  padding: 0;
  background: none;
  z-index: 0;
}

.content ul.quicklinks {
	position: relative;
}

.content ul.quicklinks li {
	float: left;
	width: 240px;
	margin-left: 7px;
	background: none;
	padding: 0;
}

.content ul.quicklinks li:first-child {
	margin-left: 0;
}

.content ul.quicklinks li img {
	margin-bottom: 15px;
}

.content ul.quicklinks a,
.content ul.quicklinks a:link,
.content ul.quicklinks a:visited,
.content ul.quicklinks a:hover,
.content ul.quicklinks a:active {
	font-weight: normal;
	padding: 0;
	background: none;
}

.content ul.quicklinks li p.bottomtext {
	text-transform: uppercase;
	font-weight: bold;
	position: absolute;
	bottom: -25px;
	color: #3C996A;
}

#left {
	padding-top: 25px;
}

.vcard {
	margin-bottom: 30px;
}

.vcard h2 {
	text-transform: uppercase;
	font-weight: bold;
	color: #3C996A;
}

#footer ul#gnav {
	left: 210px
	left: auto;
}

.content ul.locationslist-reduced li {

}

.content ul.locationslist-reduced li h2 {
	color: #3C996A;
	margin: 0;
}
