
div#logo a {
  display: block;
  width: 100%;
  height: 100%;
}
#footer_text a {
  font-family: Arial, Tahoma,Verdana, sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: normal;
  color: #FFFFFF;
  text-decoration: underline; white-space: nowrap;
}

    
#logo {
   background: url(../images/whatsoever_orange.gif) no-repeat;
}
#slogan {
  font-family: Arial,Tahoma,Verdana,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
}

/*--- main-navigation  definitions -----------------------------------------*/
a.main_nav_active_item {
  background: url(../images/colorset_darkgrey/dynamic/n1active.gif) no-repeat;
  font-family: Arial,Tahoma,Verdana,sans-serif;
  font-style: normal;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #CC0033;
  background-position: top left;
}
a.main_nav_item {
  background: url(../images/colorset_darkgrey/dynamic/n1.gif) no-repeat;
  font-family: Arial,Tahoma,Verdana,sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  color: #2E2E2E;
  background-position: top left;
}
a.main_nav_item:hover {
  background: url(../images/colorset_darkgrey/dynamic/n1hover.gif) no-repeat;
  font-family: Arial,Tahoma,Verdana,sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #D37205;
  background-position: top left;
}

/*--- sub-navigation  definitions ------------------------------------------*/
a.sub_nav_active_item {
  background: url(../images/colorset_darkgrey/dynamic/sn1active.gif) no-repeat;
  font-family: Arial,Tahoma,Verdana,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #CC0033;
}
a.sub_nav_item {
  background: url(../images/colorset_darkgrey/dynamic/sn1.gif) no-repeat;
  font-family: Arial,Tahoma,Verdana,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
  color: #333333;
}
a.sub_nav_item:hover {
  background: url(../images/colorset_darkgrey/dynamic/sn1hover.gif) no-repeat;
  font-family: Arial,Tahoma,Verdana,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #D37205;
}
.sub_nav_container h3 {
  font-family: Arial,Tahoma,Verdana,sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #D37205;
}

/*--- main-content  definitions -------------------------------------------*/
.content h1 {
  font-family: Arial,Trebuchet MS,Tahoma,Verdana,sans-serif;
  font-style: normal;
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
  color: #FEA001;
}
.content h2 {
  font-family: Arial,Trebuchet MS,Tahoma,Verdana,sans-serif;
  font-style: normal;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #1F1F1F;
  /*------ addition for Textborder of header h2 -------*/
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  text-align: center;
  width: 520px;
  line-height: 55px;
  background: transparent no-repeat;
  background-image: url(../images/colorset_darkgrey/static/h2_textborder.gif);
  background-position: left;
  /*background-color: #FF0099;  */
}
.content h3 {
  font-family: Arial,Trebuchet MS,Tahoma,Verdana,sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #C66A04;
  margin: 15px 0px 1px 0px;
}
 .content h4 {
  font-family: Arial,Trebuchet MS,Tahoma,Verdana,sans-serif;
  font-style: italic;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #C66A04;
  padding: 0px 0px 0px 6px;
  margin: 6px 0px 1px 0px;
}
.content, .content p {
  font-family: Arial,Tahoma,Verdana, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  color: #FEA001;
}
.content a:link {
  font-family: Arial,Trebuchet MS,Tahoma,Verdana,sans-serif;
  font-style: normal;
  font-size: 100%;
  font-weight: bold;
  text-decoration: underline;
  color: #FFFFFF;
}
.content a:visited {
  font-family: Arial,Trebuchet MS,Tahoma,Verdana,sans-serif;
  font-style: normal;
  font-size: 100%;
  font-weight: bold;
  text-decoration: underline;
  color: #FFFFFF;
}
.content a:hover {
  font-family: Arial,Trebuchet MS,Tahoma,Verdana,sans-serif;
  font-style: normal;
  font-size: 100%;
  font-weight: bold;
  text-decoration: none;
  color: #D37205;
}
.content a:active {
  font-family: Arial,Trebuchet MS,Tahoma,Verdana,sans-serif;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
  text-decoration: underline;
  color: #525252;
}

/*--- footer  definitions -------------------------------------------------*/
#footer_text {
  font-family: Arial, Tahoma,Verdana, sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  color: #000000;
}

