/******************************************************************************
 * Definitionen für HTML-Tags                                                 *
 ******************************************************************************/

body {
  background: #009999;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 12pt;
  font-family: Verdana, Arial, Helvetica;
  font-weight: normal;
}

p {
  margin: 0em;
}

.align-center  {

	text-align: center;
}

A:link, A:visited {
  color: #009999;
  text-decoration: none;
}

A:active, A:hover {
  color: #99cc00;
  text-decoration: none;
}

#clearer {
  border: 0px solid black;
  clear: both;
  height: 11px;
  width: 100%;
  background: #009999;
  font-size: 11px;
}

/******************************************************************************
 * Page                                                                       *
 ******************************************************************************/

#header_block {
  background: #ffffff;
  float: left;
  top: 0px;
  z-index: 1;
  height: 103px;
  width: 100%;
  text-align: center;
}

#content_block {
  background: #ffffff;
  float: left;
  top: 0px;
  z-index: 0;
  width: 100%;
}

/******************************************************************************
 * Header                                                                     *
 ******************************************************************************/

#banner {
  background: transparent url(../../templates/images/kopf.jpg) no-repeat;
  width: 800px;
  height: 91px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
}

#header_left {
  float: left;
  height: 91px;
  width: 50%;
  background: transparent;
}

#header_left_background {
  float: left;
  height: 91px;
  width: 100%;
  background: transparent url(../../templates/images/links_pixel.jpg) top left repeat-x;
}

#header_left_img {
  float: left;
  height: 91px;
  width: 100%;
  background: transparent url(../../templates/images/links_kopf.jpg) top right no-repeat;
}

#header_right {
  float: left;
  height: 91px;
  width: 50%;
  background: transparent;
}

#header_right_background {
  float: left;
  height: 91px;
  width: 100%;
  background: transparent url(../../templates/images/rechts_pixel.jpg) top left repeat-x;
}

#header_right_img {
  float: left;
  height: 91px;
  width: 100%;
  background: transparent url(../../templates/images/rechts_kopf.jpg) top left no-repeat;
}

/******************************************************************************
 * Content                                                                    *
 ******************************************************************************/

#border_bottom_left{
  background: transparent;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 13px;
}

#ul_li_menu{
  background: transparent;
  position: absolute;
  top: 0px;
  left: 13px;
  width: 166px;
  padding: 0px;
  padding-top: 166px;
  padding-right: 32px;
  font-size: 11pt;
  font-weight: normal;
  line-height: 25px;
  text-align: right;
}

#content_bottom {
  background: transparent;
  border-left: 1px solid #99CC00;
  border-right: 1px solid #99CC00;
  top: 0px;
  min-height: 486px;
  height: auto !important;
  height: 400px;
  font-size: 10pt;
  padding: 70px 15px 10px 44px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 178px;
  margin-right: 213px;
  voice-family: "\"}\"";
  voice-family: inherit;
  margin-left: 179px;
  margin-right: 214px;
}

#content_bottom * {
  font-size: 10pt;
}

#content_bottom h1 {
  margin: 0em;
  padding: 0 0 10px 0;
  color: #009999;
  margin-left: -24px;
}

#content_bottom ul {
    margin: 10px 0 0 8px;
    padding: 0 0 0 0;
}

#content_bottom li {
    margin: 0 0 0 8px;
    padding: 0 0 0 10px;
    list-style: none;
    background: url(../images/bubble_dunkel.jpg) 0px 6px no-repeat;
}

#content_bottom_right {
  background: #ffffff;
  position: absolute;
  top: 114px;
  right: 13px;
  width: 186px;
  padding-top: 58px;
  padding-left: 15px;
  font-size: 9pt;
  font-weight: normal;

}

#content_bottom_right_news {
  margin: 0 23px 0 11px;
  background: #ffffff;
  padding: 12px;
  font-size: 9pt;
}

#content_bottom_right_news h1 {
  margin: 0em;
  padding: 0 0 10px 0;
  color: #009999;
  font-size: 10pt;
}

#border_bottom_right {
  background: #ffffff;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 13px;
}

/******************************************************************************
 * neue Menu-Struktur                                                         *
 ******************************************************************************/

/* Hauptmenu */

#menu,
#menu ul,
#menu li,
#menu a {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
}

#menu {
  width: 9.2em;
  margin-top: 1em;
  list-style: none;
}

#menu ul {
  width: 14em;
  padding: 5px 10px 5px 10px;
  border: 1px solid #99CC00;
  background: #ffffff;
  list-style: none;
}

#menu li {
  font-size: 10pt;
  line-height: 1.6em;
  text-align: right;
  position:relative;
  padding:1px 0;
  z-index:10;
}

#menu li.folder ul {
  position:absolute;
  left:98%;
  top:-5px;
}

#menu a {
  background: transparent;
  color: #009999;
  padding: 0 0 0 0px;
  text-decoration: none;
  font-weight: bold;
  width: 100%;        /* IE */
}

#menu li>a {
  width: auto;        /* Firefox & Opera */
}

/* Hover-Anweisungen */

#menu li a:hover {
  color: #99cc00;
}

#menu li.folder a:hover {
  background: #009999;
  color: #ffffff;
  z-index: 20;
}

#menu ul,
#menu li:hover ul ul {
  display: none;
}

#menu li:hover ul,
#menu li:hover li:hover ul {
  display: block;
}

/* Untermenu */

#untermenu li {
  text-align: left;
}

#untermenu li a {
  font-weight: normal;
}

#untermenu li a:hover {
  background: #BCFF79;
}
