body {
	width:1000px;
  margin:0;
	font-size:100.01%;
  }

a {
  text-decoration:none;
	}

#top {
  width:100%;
	margin:0;
	text-align:center;
	max-height:102px;
	overflow:hidden;
	}


  div#boxx {
    width: 990px;
		margin:0;
    padding: 5px;
    border: 0;
    background-color: #afafaf;
  }
  * html div#boxx {  /* Korrektur fuer IE 5.x */
    width: 100%;
    w\idth: 100%;
  }
  div#boxx div {
     clear: left;
  }
  ul#navmenu {
    /*margin: 0; padding: 0;*/
    text-align: left;
  }

  ul#navmenu a {
    color:#eaeaea;
    font-family: Arial,Helvetica,sans-serif;
		font-weight:bold;
  }

  ul#navmenu a:hover {
    color:#ffffff;
    background:#0000ff;
  }

  ul#navmenu li {
    list-style: none;
    float: left;  /* ohne width - nach CSS 2.1 erlaubt */
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
		padding: 5px;
		background:#777777;
  }
  * html ul#navmenu li {  /* Korrektur fuer den IE 5 und 6 */
    margin-bottom: -0.4em;
  }
  *:first-child+html ul#navmenu li {  /* Korrektur fuer den IE 7 */
    margin-bottom: -0.1em;
  }

  ul#navmenu li ul {
    margin: 0; padding: 0;
    position: absolute;
    top: 1.6em; left: -0.4em;
    display: none;  /* Unternavigation ausblenden */
  }
  * html ul#navmenu li ul {  /* Korrektur fuer IE 5.x */
    left: -1.5em;
    lef\t: -0.4em;
  }
  *:first-child+html ul#navmenu ul {  /* Workaround fuer den IE 7 */
    background-color:silver; padding-bottom:0.4em;
  }
  ul#navmenu li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
  }
  ul#navmenu li ul li {
    float: none; position:relative;
    display: block;
    margin-bottom: 0.2em;
		background:#aaaaaa;
  }

#rightpic {
	float:right;
	border:0;
  }

#main {
	background:#d3d3d3 url('./img/bkgrd-main.gif');
	min-height:522px;
	background-repeat:repeat-x;
	margin: 0;
	padding:52px;
	}

#main h2 {
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:14pt;
	font-weight:bold;
	}

#main h4 {
	font-family:Arial,Helvetica,Verdana,sans-serif;
	font-size:8pt;
	color:#e3e3e3;
	}

#main h4 a {
	color:#7777ff;
	}

#main p, li {
	font-family:Arial,Helvetica,sans-serif;
	font-size:11pt;
	text-align:justify;
	}

#main a {
	text-decoration:none;
	color:#0033ff;
	}

#main a:hover {
	text-decoration:underline;
	color:#0055bb;
	}

#main #hlt {
  font-size:1.2em;
	font-weight:bold;
	letter-spacing:0.15em;
	}
	
	
#footer {
	background:#d3d3d3;
	clear:both;
	text-align:center;
  font-family:Arial,Helvetica,sans-serif;
	font-size:8pt;
	border-top:solid black 3px;
	}

