html, body { width:100%; height:100%; margin:0; padding:0; }
div.aussentable
  { width:100%; height:100%; margin:0; padding:0; display:table; }
div.aussentd
  { width:100%; height:100%; margin:0; padding:0;
    display:table-cell; vertical-align:middle; }
.standards {
	position: relative;
	height: 414px;
	width: auto;
	z-index: 0;
}	
.backbox {
	position: relative;
	height: 336px;
	background-color: #F3F3F3;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	z-index: 1;
	width: auto;
	clear: both;
}
.logo {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 3;

	width: auto;
}
.link_activ {
color:#FFFFFF;
background-color:#99CCCC;
}
.link_activ2 {
color:#000000;
background-color:#CCCCCC;
}
a:hover.hover1 {
color:#FFFFFF;
background-color:#99CCCC;
text-decoration: none;
}
a:hover.hover2 {
color:#000000;
background-color:#CCCCCC;
text-decoration: none;
}
.center_box {
	position: absolute;
	z-index: 2;
	height: 336px;
	width: auto;
	border-left-width: 38px;
	border-left-style: solid;
	border-left-color: #336666;
}
.navigation_1 {
	position: absolute;
	left: 52px;
	bottom: -25px;
	z-index: 4;
	font-family: "Century Gothic";
	font-size: 0.7em;
	color: #999999;
	height: auto;
	width: auto;
	line-height: 1.4em;
	letter-spacing: 0.1em;
}
  ul#Navigation {
    margin: 0; padding: 0;
  }

  ul#Navigation li {
    list-style: none;
    float: left;  /* ohne width - nach CSS 2.1 erlaubt 
    position: relative;*/
  }
  ul#Navigation li ul {
    margin: 0; padding: 0;
    position: absolute;
    display: none;  /* Unternavigation ausblenden */
  } 
  * html ul#Navigation li:hover ul {
    display: none;  /* Unternavigation in modernen Browsern einblenden */
  }
  ul#Navigation li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
	position: absolute;
  }

  ul#Navigation li ul li {
    float: none;
    /*display: block;
    margin-bottom: 0.2em;*/
  }
    * html ul#Navigation li ul li {
    float: none;
	display: none;
  }
  ul#Navigation a, ul#Navigation span {
    /*display: block;
     width: 6.4em;   Breite den in li enthaltenen Elementen zuweisen */
    /*padding: 0.2em 1em;*/
    text-decoration: none; 
    color: #999999;
  }
  ul#Navigation a:hover, ul#Navigation span, li a#aktuell {
    color: white; background-color: #99CCCC;
  }
  li a#aktuell {
	color: #FFFFFF;
	background-color: #669999;
	/*font-weight: bold;*/
  }
  ul#Navigation li ul span {  /* aktuelle Unterseite kennzeichnen */
    background-color: #CCCCCC;
  }
.bdla_logo {
	position: absolute;
	height: auto;
	width: auto;
	left: 713px;
	bottom: -32px;
}
.text_klein {
	font-family: "Century Gothic";
	font-size: 0.75em;
	line-height: 1.4em;
	color: #999999;
	letter-spacing: 0.05em;
}

