/* CSS Document für Screenausgabe*/
  body {font-family:Verdana,sans-serif; text-align: center; background-color:rgb(152,132,84);}
  #all {text-align:center; width: 700px; margin:auto; background-color:white; border:4px solid rgb(188,0,111); padding:20px;}
	#logo {background-image:url(thai.PNG); background-repeat:no-repeat; background-position: center; width:100%; height:100px;}
  #headline {padding:5px; font-weight:normal;font-size:120%; border: 0 solid green;}
  #headline2 {padding:5px; font-weight:normal;font-size:300%; color:rgb(152,132,84); border: 0 solid green;}
  .day {width:120px; vertical-align:top;}
  .dish {width:auto;}
  .price {width:130px; vertical-align:bottom; text-align:right; font-size:0.9em;}
  .day, .dish, .price {padding-bottom:10px;}
  .dishname {font-style:italic; font-weight:bold;}
  #footer {margin-top:20px; font-size:80%;}
  #teaser1 {height:10px; visibility:hidden; }
  #teaser2 {height:40px; visibility:visible; font-size:80%; font-weight:bold; border:0 solid red; margin-top:-10px;}
