/*Stylesheet La Frasca screen*/

/*--common--*/
body
	{
	width:902px;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:100.01%;
	margin:5px 0 0 35px;
	padding:0;
	background:#fff;
	}
img
	{
	border:0;
	margin:0;
	padding:0;
	}
h1.inv
  {
  display:none;
  }  
  
/*---divs---*/  
  
div#header_left
  {
  float:left;
  height:150px;
  width:340px;
  border-right:1px solid #bbb;
  border-bottom:1px solid #bbb;  
  background-image:url(../images/common/header_logo.jpg);
  background-repeat:no-repeat;
  }
  
 div#header_right
  {
  height:150px;
  border-bottom:1px solid #bbb;
  padding:0;
  margin:0; 
  }
  
 div#pageheader_left
  {
  float:left;
  height:30px;
  width:340px;
  background:#eee;
  border-right:1px solid #bbb;
  }
  
 div#pageheader_right
  {
  height:30px;
  background:#eee;  
  }
  
 div#pagecontent_left
  {
  float:left;
  width:340px;
  height:260px;
  background:#ccc;
  border-right:1px solid #bbb; 
  }
  
 div#pagecontent_right
  {
  overflow:auto;
  height:260px;
  background:#fff; 
  }  
 
  
 div#pagefooter_left
  {
  float:left;
  height:30px;
  width:340px;
  background:#eee;
  border-right:1px solid #bbb;
  }
  
 div#pagefooter_right
  {
  height:30px;
  background:#eee;  
  }
 
 div#footer_top_left 
  {
  float:left;
  width:340px;
  height:58px;
  background:#fff;
  border-right:1px solid #bbb;
  border-bottom:1px solid #bbb;  
  }
  
 div#footer_top_right 
  {
  float:right;
  height:58px;
  width:561px;
  background-position:right;
  border-bottom:1px solid #bbb;
  }
  
div#footer_bottom_left
  {
  float:left;
  width:340px;
  height:80px;
  border-right:1px solid #bbb;
  }
  
/*--textformate---*/

p.contentleft
  {
  margin:30px 30px 0 38px;
  padding:0;
  font-size:0.6em;
  line-height:1.3em;
  color:#666;
  }
 
 p.footerleft
  {
  margin:10px 10px 0 38px;
  padding:0;
  font-size:0.6em;
  font-weight:bold;
  line-height:1.6em;
  color:#888;
  }
  
 table.speisekarte
  {
  margin:1px 10px 10px 5px;
  padding:0;  
  width:520px;
  }
  
 td.speisekarte
  {
  vertical-align:top;
  color:#333;
  font-size:0.7em;
  padding:10px 0 10px 0px;
  }
td.speisekarte_bold
  {
  vertical-align:top;
  color:#888;
  font-size:0.7em;
  font-weight:bold;
  padding:10px 5px 10px 5px;
  }

td.speisekarte_bold_th
  {
  vertical-align:top;
  color:#888;
  font-size:0.8em;
  font-weight:bold;
  font-style:italic;
  padding:10px 5px 10px 5px;
  }      
    
  
/*---menues---*/               
  
 ul.hmenue
   {
   list-style:none;
   height:50px;
   width:101%;
   padding:115px 0 0 0;
   margin:0 0 0 0px;
   }
   
 li.hmenue
   {
   float:left;
   font-size:0.6em;
   font-weight:600;
   padding:0;
   margin:2px 20px 2px 10px; 
   }
   
 a.hmenue
   {
   font-family:verdana,arial,helvetica,sans-serif;
   text-decoration:none;
   color:#ccc;
   }
   
 a.hmenue:hover
   {
   color:#660033;
   text-decoration:underline;
   }     
   
 span.hmenueakt
   {
   color:#660033;
   }
   
/*Backend*/
table.speisekarteedit
  {
  margin:1px 10px 10px 5px;
  padding:0;  
  width:900px;
  }

a.edit
   {
   font-size:12px;
   color:#f00;
   }  
   
p.editor
  {
  margin:30px 0 20px 12px;
  padding:0;
  font-size:0.8em;
  line-height:1.3em;
  color:#666;
  }        
