

  a:link    { text-decoration:none; }
  a:visited { text-decoration:none; }
  a:active  { text-decoration:none; }
  h1 { color:#0000b4; font-size:1.5em; }
  h2 { color:#0000c3; font-size:1.3em; }
  h3 { color:#0033cc; font-size:1.1em; }
  /* .eng { border-collapse:collapse; } */

  em { 
	color: #0033cc; 
	font-style: normal;
	font-size: 1.2em;
  }


  #container {
        position: relative;
        width: 985px;
        margin: 10px auto;
        background-color: white;
  }



  #logo {
        position: absolute;
        padding: 0 auto;
        margin: 10px 10px 10px 30px;
        top: 0px;
        left: 0px;
  }

  #kopf {
        position: absolute;
        margin: 30px 0 10px 0;
        top: 0px;
        left: 185px;
  }

  #menu {
        position: absolute;
        top: 160px;
        width: 175px;
        font-size: 0.9em;
  }

  #inhalt {
        position: absolute;
        top: 140px;
        left: 210px;
  }





  #menu ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        background-color: #1c64d1;
  }


  #menu .li0 {
        padding-bottom: 15px;
        background:url("/img/menu_rund_bottom.png") bottom left no-repeat;
        color: white;
  }

  #menu  .li1 {
        border-bottom: 1px solid black;
        padding-left: 7px;
        background:url("/img/menu_rund_top.png") top left no-repeat;

  }



  #menu a {
        display: block;
        padding: 3px;
        width: 160px;
        /*background-color: #0232cc;*/
        background-color: #ffffff;
        border-bottom: 1px solid #90bade;
        border-left: 7px solid #5471cc;
        font-size: 0.9em;
        color: black;
  }

  #menu a:hover {
        background-color: #5471cc;
        border-left-color: #1c64d1;
  }

  * html #menu ul ul a{ /*IE only */
        width: 177px; /*IE 5*/
        w\idth: 160px;
  }


