body {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
   font-family:arial, verdana, sans-serif; 
   font-size:13px;
	color: #FFFFFF;
   background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
   background-color: #000000;
}

ul#Navigation {
    text-align:right;
    width: 10em;
    margin: 0; padding: 0.6em;
 
  }
  * html ul#Navigation {  /* Korrekturen fuer IE 5.x */
    width: 11.6em;
    w\idth: 10em;
    padding-left: 0;
    padd\ing-left: 0.6em;
  }
  ul#Navigation li {
    list-style: none;
    margin: 0.2em; padding: 0;
  }

  ul#Navigation a {
    display:block;
    padding: 0.2em;
    text-decoration: none;
    color: white;
  }
  * html ul#Navigation a {  /* Breitenangaben nur fuer IE */
    width: 100%;
    w\idth: 9em;
  }
  ul#Navigation a:hover {
    color: white; background-color: orange;
  }
  
  #menuedisplay{
  position: absolute;
  left: 635px;
  top: 80px;
  }
  
  #content{
  text-align: left;
  position: absolute;
  left: 155px;
  top: 280px;
  width: 600px;
  height: 315px;
  z-index: 9;
  }
  
  .tb_orange{
  	 font-size:13px;
	 color: orange;
	line-height: 25px;
  }
  .tb_white{
  	 font-size:13px;
	 color: white;
  }
  
  #order_but{
  	 background-image: url(../htdocs/sorga/img/order.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 790px;
	top: 80px;
	width: 124px;
	height: 121px;
	z-index: 2;
  }
