/* CSS Document für Screenausgabe*/
  body {font-family:Verdana,sans-serif; text-align: center;}
  #all {text-align:center; width: 20cm; height:30cm; 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:20px; padding-bottom:5px; font-weight:bold;font-size:120%;border:0px solid red;}
  #headline2 {padding:5px; font-weight:normal;font-size:300%; color:rgb(152,132,84); border: 0 solid green;}
.day {width:130px; vertical-align:top;}
  .dish {width:auto;}
  .price {width:120px; vertical-align:bottom; text-align:right; font-size:0.9em;}
  .day, .dish, .price {padding-bottom:10px;}
  .dishname {font-style:italic; font-weight:bold;}
  #content {height:22cm;margin-bottom:auto;}
  #footer {font-size:80%;}
  #teaser1 {height:40px; visibility:visible; border:0px solid red; }
  #teaser2 {height:0px; visibility:hidden; margin-top:-10px; }
