body
{
	font-family: Verdana,Arial,Helvetica;
	font-size: 11px;
	color: #000000;
}


.header
{
	position: absolute;
	top: 0px;
	left: 0px;
}

.navi
{
	font-size: 13px;
	color : #123456;
	position: absolute;
	top: 182px;
	left: 0px;
	color: #000000;
}

}

.news
{
	position: absolute;
	top: 182px;
	left: 764px;
}

.meetings
{
	position: absolute;
	top: 392px;
	left: 764px;
}

.headliner
{
	position: absolute;
	top: 3px;
	font-size: 14px;
	color: #ffffff;
}

.big_headliner
{
	position: absolute;
	top: 3px;
	font-size: 14px;
	color: #ffffff;
	width: 716px;
}



.inhalt
{
	position: absolute;
	top: 156px;
	left: 139px;
	width: 762px;
}

.postbox
{
	overflow: auto;
	height: 150px;
	width: 230px;
}

.ueberschrift
{
	font-size: 20px;
	color: #5bb031;
}

  ul#Navigation {
    width: 16em;
    margin: 0.5em; padding: 0.0em;
  }
  * html ul#Navigation {  /* Korrekturen fuer IE 5.x */
    width: 11.6em;
    w\idth: 10em;
    padding-left: 0;
    padd\ing-left: 0.8em;
  }
    ul#Navigation li {
    list-style: none;
    margin: 0.4em; padding: 0;
  }

  ul#Navigation li ul {
    margin: 0 0 0 1em; padding: 0;
  }
  ul#Navigation li ul li {
    margin: 0.1em 0;
  }
  * html ul#Navigation li ul li {  /* Korrektur fuer IE 5.x */
    margin-left: 1em;
    ma\rgin-left: 0;
  }

  ul#Navigation a {
    display:block;
    padding: 0.2em;
    text-decoration: none; font-weight: bold;
    border-left-color: white; border-top-color: white;
    color: white; background-color: #2b84be;
  }
  * html ul#Navigation a {
    width: 100%;    /* Breitenangabe fuer IE 5.x */
    w\idth: 8.8em;  /* Breitenangabe fuer IE 6 */
  }
  * html ul#Navigation li ul li a {
    width: 100%;    /* Breitenangabe fuer IE 5.x */
    w\idth: 7.8em;  /* Breitenangabe fuer IE 6 */
  }
  ul#Navigation a:hover {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: white; background-color: #5bb031;
  }

/* Erweiterung zur dynamischen Ein-/Ausblendung */ 
ul#Navigation li>ul { display: none; top: 1.6em; } ul#Navigation li:hover>ul, ul#Navigation li>a#aktuell+ul { display: block; } 

/* Workaround fuer den IE 7 */ 
*:first-child+html ul#Navigation ul { background-color:silver; padding-bottom:0.4em; } 
