body
{
  /*font-family:Verdana, Arial, Helvetica, sans-serif;*/
  font-family:Calibri, "Trebuchet MS", sans-serif;
  font-size:16px;
/*  color:#708C4F; */
/*  color:#8C5D4F; */
  color:#FFFFFF;
  background-color:#D17F2D;
  border-width:0px;
  padding:0px;
  margin:0px;
}

html {overflow-x:hidden;} 

*:focus { -moz-outline:none; }

.hSpeisen{
  width:880px;
  height: 80px;
  background:url(../pictures/head/speisen.jpg);
  background-position:left top;
  background-repeat:no-repeat;
}

.hGetr{
  width:880px;
  height: 80px;
  background:url(../pictures/head/getraenke.jpg);
  background-position:left top;
  background-repeat:no-repeat;
}

.hLokal{
  width:880px;
  height: 80px;
  background:url(../pictures/head/lokal.jpg);
  background-position:left top;
  background-repeat:no-repeat;
}


#grpDesc, #mainSel{
  color:white;
}

#footer{
  clear:both;
  width:1000px;
  height:30px;
  text-align: center;
  /*vertical-align: middle;*/
  font-size:90%;
  background-image:url(../pictures/bg/bot.jpg);
}


a:link { font-weight:normal; color:white; text-decoration:none; }
a:visited { font-weight:normal; color:white; text-decoration:none; }
a:focus { font-weight:normal; color:white; text-decoration:underline; }
a:hover { font-weight:normal; color:white; text-decoration:underline; }
a:active { font-weight:normal; color:white; text-decoration:underline; }

/*****************************************/
/***Tabelle Hover**************************************/
/***Tabelle Hover**************************************/

#tbResConf{
  border-bottom:2px solid green;
}

#resConf:hover{ 
  cursor:default;
  background-color:green; 
}

#resConf {
hover:expression(
  this.onmouseover=new Function("this.style.background='green';"),
  this.onmouseout=new Function("this.style.background='#D17F2D';this.style.color='white';"));
}



/*{index.php begin ***********************************/
.mainDiv, .m_top, .m_left, .m_main, .m_right{
  border-width:0px;
  border-color:green;
  border-style:solid;
  }

.mainDiv{
  width:1200px;
  height:800px;
  background-image:url(../pictures/main.jpg);
  background-repeat:repeat-x;
  }

.m_top{
  position:relative;
  top:0px;
  border-color:yellow;
}

.m_left{
  position:relative;
  top:0px;
  float:left;
  left:0px;
}

.m_main{
  position:relative;
  top:0px;
  float:left;
  left:0px;
}

.m_right{
  position:relative;
  top:0px;
  float:right;
  right:0px;
}

.groupDiv{
  position:relative;
  width:996px;
}

.mainFrame{
  position:relative;
  width:996px;
}
/*}index.php end ***********************************/
