/*** Änderungen an jb.css ***/

	#container
	{
		width: 99%;
  }
	#contents { margin: 0 20px 40px 200px; } /*************** linken Abstand für Ausblendung des linken Menüs geändert!! ******/
  .voip_anbietereintrag { clear: both; }
  dl { margin-left: 95px; }
  dt
  {
		color: #5B5E0E;
    font-weight: bold;
  }
  dd { /*padding-left: 5px;*/ }
  
	#contents p { }
	.imagefloat
	{
		float: left;
		margin: 0 10px 10px 0;
	}
  
  #contents .code { clear: both; }
  #contents .code p
  {
    font-family: "Courier New", Courier;
    text-align: left;
    margin-left: 2em;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  
  
  table.erweiterungen
  {
    background-color:#fff;
    border:1px solid #999;
    border-width:1px 0 0 1px;
    border-collapse:collapse;
  }
  
  table.erweiterungen caption {
    font-style:italic;
    background-color:#eee;
    padding:2px;
  }
  
  table.erweiterungen th, table.erweiterungen td {
    border:1px solid #999;
    border-width:0 1px 1px 0;
    padding:2px 4px;
  }


/*** Änderungen an jb_navigation.css ***/

	#navigation
	{
    display: inline; /* wiedereinblenden der durch display:none ausgeblendeten Liste aus irgendeinem Grund hier nicht wirksam, 
                        daher in der HTML-Datei als style="display:inline" umgesetzt! */
    height: auto;    /* hier gilt leider dasselbe */
  }

  #kontext
	{
    display: none; /* ausblenden der kontextliste */
  }

