
div#logo a {
  display: block;
  width: 100%;
  height: 100%;
}
#footer_text a {
  font-family: Arial,sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: normal;
  color: #FFFFFF;
  text-decoration: underline; white-space: nowrap;
}

    
#logo {
   background: url(resources/verdi-Oberharz-Slogan.gif) no-repeat;
}
#key_visual {
   background: url(resources/Banner.jpg) no-repeat;
}
#slogan {
  font-family: Arial,sans-serif;
  font-style: italic;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #FFFFFF;
}
#main_nav_list a.main_nav_active_item {
  background: url(images/dynamic/buttonset4/n1active.gif) no-repeat;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  background-position: top left;
}
#main_nav_list a.main_nav_item {
  background: url(images/dynamic/buttonset4/n1.gif) no-repeat;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
  background-position: top left;
}
#main_nav_list a.main_nav_item:hover {
  background: url(images/dynamic/buttonset4/n1hover.gif) no-repeat;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
  background-position: top left;
}
.sub_nav_list a.sub_nav_active_item {
  background: url(images/dynamic/buttonset4/s1active.gif) no-repeat;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  background-position: top left;
}
.sub_nav_list a.sub_nav_item {
  background: url(images/dynamic/buttonset4/s1.gif) no-repeat;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
  background-position: top left;
}
.sub_nav_list a.sub_nav_item:hover {
  background: url(images/dynamic/buttonset4/s1hover.gif) no-repeat;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
  background-position: top left;
}
#content_container h1 {
  font-family: Arial,sans-serif;
  font-style: normal;
  font-size: 1.5em;
  font-weight: bold;
  text-decoration: none;
  color: #666666;
}
#content_container h2 {
  font-family: Arial,sans-serif;
  font-style: normal;
  font-size: 1.25em;
  font-weight: bold;
  text-decoration: none;
  color: #666666;
}
#content_container h3 {
  font-family: Arial,sans-serif;
  font-style: normal;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  color: #666666;
}
.content, .content p {
  font-family: Arial,sans-serif;
  font-style: normal;
  font-size: 1em;
  font-weight: normal;
  text-decoration: none;
  color: #333333;
}
#content_container a:visited {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
  text-decoration: underline;
  color: #888888;
}
#content_container a:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
  text-decoration: underline;
  color: #000000;
}
#content_container a:link {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
  text-decoration: none;
  color: #990000;
}
#content_container a:active {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
  text-decoration: underline;
  color: #700905;
}
#footer_text {
  font-family: Arial,sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  color: #FFFFFF;
}

#content_container dt {
  font-weight: bold;
  color: darkred;
}

/*--- news  ----------------------------------------------------------------*/

.news {
	border: none;
	padding:10px 10px 10px 10px;
	background:#f4f5f5 url(http://www.verdi-oberharz.de/images/static/news_bg.gif) repeat-x;
	border-top:1px solid #d8d9d9;
	border-bottom:1px solid #dfe1e1;
	margin-bottom: 1em;
	text-align:left;
}

.newsH2 {
	font-size:1.5em;
	font-weight:bold;
	color:#900;
}

.newsH3 {
	font-size:1.25em;
	font-weight:bold;
	color:#999;
}

.news_date {
	text-align:right;
	color:darkred;
	font-weight:bold;
	font-size:1em;
	margin: 2em 0 -1em 0;
	padding-right:0.5em;
	border-right: 1em solid darkred;
	border-top: 1px dashed #ccc;
}