html{
  font-family: "Times New Roman", Times New Roman, serif;
  padding: 0px;
  margin: 0px;
  background: white;
  text-align: center;

}
body {
  padding: 0px;
  margin: 0px;

  background-position: top center;
  background-image: url(../img/top_bg_res.jpg);
  background-repeat: repeat-x;
}
a {
  color: #501907;
  text-decoration: underline;
}

/** HLAVICKA **/

.addressMap{
  margin-top: 70px;
  max-height: 231px;
}
.address{
  display: inline-block;
  font-size: 20px;
  color:white;
  text-align: center;
  text-shadow:
   -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;
}
.address a{
  color:yellow;
}
.address .wifiicon{
  vertical-align: top;
  margin-right: 5px;
}
.restauraceLogo{
  margin-top: -26px;
}

#head {
  max-width: 800px; 
  display: inline-block;
  margin-bottom: 20px;
 text-align: left;
}
#head #napis {
  max-width: 408px;
  display: inline-block;  
  margin-right: 30px;
  position: relative;
  vertical-align: top;
  margin-top: 47px;

}
#head #logo {  
  z-index: 10;  
  position: absolute;
  margin-left: 80px;
}
#head #adresa {
  display: inline-block;
  margin-left: 0px;

}
#head #map {
  display: inline-block;
  z-index: -1;
  margin-left: 50px;
  vertical-align: top;
  margin-top: 10px;
}

.nabidkaprofirmy{
  font-size: 16px;
  margin-left: 20px;
}
.nabidkaprofirmy a{
font-weight: bold;
text-transform: uppercase;
}

/*** HLAVNÍ MENU **/
#head #navigace {
  margin-top: 356px;
  font-size: 20px;
  color: white;
}
#head #navigace span a:hover {
  color: red;
}
#head #navigace .menuNote{
  color: #aaaaaa;
}
#head #navigace a {
  color: white;
  margin-left: 5px;
  margin-right: 5px;
  letter-spacing: 1px;
}
#head #navigace a:hover {
  color: red;
}
#head #navigace a.selected {
  color: #e9a13b;
  font-weight: bold;
}
#content {
  display: block;
  margin:auto;
  max-width: 800px;
  position: relative;
  text-align: left;
  margin-bottom: 5px;
  min-height: 300px;
}
h1 {
  display: inline-block;
  margin-left: 10px;
  color: #e9a13b;
  font-size: 50px;
  padding: 0;
  margin-top: 30px;
}
#content h1#menu.hightlight {
  color: #501907;
  padding-left: 10px;
}
h1 span.date {
  font-size: 14px;
  font-weight: bold;
  color: gray;
}
#content a.newarticle {
  float: right;
  display: block;
  padding: 10px;
  background-color: #cccccc;
  margin-right: 80px;
  text-transform: uppercase;
  color: red;
  margin-top: 20px;
}
#content a.newarticle:hover {
  background-color: red;
  color: white;
}
#content img {
  display: inline-block;
  margin-left: 40px;
  margin-top: 42px;
  vertical-align: top;
}

#content p{
  padding: 10px;
}
/** TABULKA **/


#content .t01 tbody {
  color: #a37043;
}
#content .t01 tbody a {
  color: #a37043;
}
#content .t01 tbody a:hover {
  color: red;
}
#content .t01 {
  border-collapse: collapse;
  width: 90%;
  margin-left: 3%;
  font-size: 20px;
}
#content .t01 th {
  color: #501907;
  text-align: left;
  border-bottom: 2px solid #ddd;
  
}
#content .t01 tbody tr td.name,
#content .t01 thead tr th.name {
  text-align: left;
  padding-left: 1%;
}
#content .t01 tbody tr td.cena,
#content .t01 tbody tr td.aler,
#content .t01 thead tr th.cena,
#content .t01 thead tr th.aler {
  text-align: left;
}
#content .t01 tbody tr td.aler,
#content .t01 thead tr th.aler {
  padding-right: 1%;
  width: 20%;
}
#content .t01 tbody tr td.cena,
#content .t01 thead tr th.cena {
  width: 15%;
  margin: 1%;
}
#content .t01 thead tr th.spacer,
#content .t01 tbody tr td.spacer {
  width: 50px;
}
#content .t01 tbody tr td.spacer {
  border: 0;
}
#content .t01 tbody tr td.controls,
#content .t01 thead tr th.controls {
  border: 0;
  width: 50px;
}
#content .t01 td {
  border-bottom: 1px solid #ddd;
  text-align: left;
  height: 30px;
}
#content .t01 {
  border-collapse: separate;
  border-spacing: 5px;
}
#content #alergeny {
  text-align: right;
  position: absolute;
  bottom: 3px;
  right: 100px;
  font-size: 20px;
}
#content .t01 td input {
  text-align: left;
}
/** PATICKA ***/
#footer {

  min-height: 150px;
  background-position: top;
  background-image: url(../img/bottom_bg.jpg);
  background-repeat: repeat;
  text-align: center;
}
#footer .footcontainer{
  max-width: 800px;
  margin: auto;
  text-align: center;
}
#footer img.labeltext {
  display: block;
  margin:auto;
  padding-top: 30px;
}

#footer .footfb{
  display: block;
  padding-bottom: 30px;
}

#footer form {
  display: inline-block;
  border-color: #552f18;
  vertical-align: top;
}
#footer form input {
  height: 30px;
}
#footer button,
#footer .button {
  height: 35px;
  background-color: #e9a13b;
  color: #794122;
  border-color: #552f18;
}
#footer button:hover,
#footer .button:hover {
  background-color: red;
  color: white;
}
#footer #administrace {
  position: absolute;
  left: 0px;
  bottom: 0px;
}
#footer a img {
  display: inline-block;
  margin-top: 5px;
}
#footer .fb-like {
  color: white;
  vertical-align: bottom;
}
/** ODKAZY **/
a {
  text-decoration: none;
}
a:hover {
  color: red;
}
.selected {
  color: #a37043;
}
.selected:link {
  text-decoration: none;
}
.selected:visited {
  text-decoration: none;
}
.selected:hover {
  color: red;
}
.selected:active {
  text-decoration: underline;
  color: red;
}
/* oznaceni textu mysi - jina barva */
::-moz-selection {
  /* Code for Firefox */
  color: black;
  background: #e9a13b;
}
::selection {
  color: black;
  background: #e9a13b;
}
.success,
.successMessage {
  color: green;
  border: 1px solid green;
  padding: 10px;
  display: inline-block;
  vertical-align: top;
  margin-top: 28px;
}
.fail,
.failMessage {
  color: red;
  border: 1px solid red;
  padding: 10px;
  display: block;
  margin-top: 10px;
  width: 250px;
}
a.bottomPageLink {
  float: right;
  color: #a37043;
  font-size: 20px;
  margin-right: 30px;
}
a.bottomPageLink:hover {
  color: red;
}
.textcontent {
  margin-left: 10px;
}

#content table tbody tr.totalSum td{
	text-align:right;
	color:black;
	border-top:1px solid black;
	border-bottom:0px;
}

#content table tbody tr.veghighlight td{	
	color:green;
	font-style:italic;	
	font-weight:bold;
}


@media(min-width:769px) {
  #content {
   
    width: 800px;
  }

}

@media(max-width:768px) {

#footer img {

  margin-top: 35px;
}
#footer form {

  margin-top: 0px;
}

.addressMap{
  margin-top: 0px;
  max-height: none;
}
.restauraceLogo{
  margin-top: 0px;
}

#head {
  max-width: 800px; 
  display: inline-block;
  margin-bottom: 0px;
 text-align: center;
}
#head #napis {
  max-width: 408px;
  display: block;  
  margin-right: 0px;
  position: relative;
  vertical-align: top;
  margin-top: 10px;

}
#head #logo {  
  z-index: 10;  
  position: relative;
  margin-left: 0px;
}
#head #adresa {
  display: inline-block;
  margin-left: 0px;
}
#head #map {
  display: block;
  z-index: 0;
  margin-left: 0px;
  position: relative;
  height: auto;
}

h1 span.date {
display: block;
}

}

