body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 22px;
    margin: 0px;
    padding: 0px;
    background: url(../images/layout/bg_head.png) repeat-x top;
}

a {color: #e92d2e; text-decoration: underline;}
a:hover {text-decoration: none}
a img {border: 0px;}

/* GLOBANI NASTAVENI PRVKU --------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {line-height: 1.1em; font-weight: 300;}
h1 {margin: 0; padding: 0;}
h2 {font-size: 2em; margin: 1em 0 0.5em 0; color: #000;}
h3 {font-size: 1.8em; margin: 1em 0 0.5em 0; color: #000}
h4 {font-size: 1.5em; margin: 1em 0 0.5em 0; color: #000}
h5 {font-size: 1.25em; margin: 1em 0 0.5em 0; color: #000}
h6 {font-size: 1em; margin: 1em 0 0.6em 0; color: #000}

form {margin: 0px; padding: 0px;}
fieldset {margin: 0px; padding: 0px; border: 0px;}
input {margin: 0px; padding: 0px;}
input, textarea, select, button {font-family: 'Open Sans', sans-serif;}

button {background-color: #0a8937; border: 0; padding: 10px; border-radius: 2px;}
::-webkit-input-placeholder {color: #666;}
:-moz-placeholder {color: #666;}
::-moz-placeholder {color: #666;}
:-ms-input-placeholder {color: #666;}
input.placeholder {color: #666;}

input[type="submit"], button {background: #0a8937; font-weight: 600; color: white; cursor: pointer; border: 0;
    background: #0a8937;
}
input[type="submit"]:hover, button:hover {background: #2ba355;}
textarea {background-color: #f3f3f3; border: 1px solid #ddd; padding: 10px; border-radius: 3px; box-sizing: border-box; 
    width: 100%; min-height: 50px; resize:vertical;}

   
p {margin:1em 0em !important;}
p.perex, blockquote {font-size: 1.3em; line-height: 1.4em; margin-left: 0; margin-right: 0; color: #777}
p span[style] {line-height: 1.4em}

table {font-size: 1em; border-collapse: collapse; border-spacing: 1px;}
table tr {}
table td {border: 1px solid #aaa; padding: 3px 5px}
table thead td, table th {padding: 3px 5px; background-color: #ddd; border: 1px solid #aaa; border-bottom: 2px solid #333 !important; font-weight: bold; color: black}
table tbody td {}

b, strong {font-weight: 600;}

div.clear {display: block; font-size: 0px; line-height: 0px; height: 0px; overflow: hidden; clear: both;}
div.line {border-top: 1px solid #ccc; margin: 16px 0; height: 1px; font-size: 1px; line-height: 1px}

.left {float: left;}
.right {float: right;}

/* Layout */

/* --------- HEAD ------------------ */
#head {
    height: 78px; 
    width: 980px; 
    margin: 0 auto; 
}

@media (max-width: 1150px) and (min-width: 723px){ 
    #head {
        width: 800px;
    }
}
@media (max-width: 865px){ 
    #head {
        width: 100%-10px;
        padding: 0 5px;  
        width: -webkit-calc(100% - 11px);
        width:    -moz-calc(100% - 11px);
        width:         calc(100% - 11px);     
    }
}

#head div {
    color: #ff0000; 
    font-weight: bold; 
    font-size: 18px; 
    padding-top: 42px;
}


/* --------- FORM ------------------ */
#content_top {
    width:1020px; 
    height:581px; 
    margin: 0 auto; 
    background: url(../images/layout/bg_hledej_rozvoz.jpg) top;
    position: relative;
}

.links {
    position: absolute;
    top: 100px;
    left: 100px;
}
.pizza {
    position: absolute;
    top: 515px;
    left: 47px;
}
.sushi {
    position: absolute;
    top: 518px;
    left: 271px;
}
.burger {
    position: absolute;
    top: 514px;
    left: 573px;
}
.obedy {
    position: absolute;
    top: 514px;
    left: 821px;
}

#content_top #form {
    width: 782px; 
    height: 200px; 
    margin: 183px auto 0; 
    background: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.9);
}
#content_top #form #head {
    width:780px;
    text-align: center;
    font-weight: 300;    
    font-size: 48px;
    line-height: normal;
    margin: 13px 0;    
}
#content_top #form select {
    margin: 0 0 0 20px;
    font-size: 24px !important;
    -webkit-appearance: button;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    background-image: url(../images/layout/bg_combo.png);
    background-position: 97% center;
    background-repeat: no-repeat;
    border: 1px solid #d4d4d2;
    color: #555;
    font-size: inherit;
    overflow: hidden;
    padding: 8px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 515px;
    -moz-box-shadow:    inset 0 0 6px #d4d4d2;
    -webkit-box-shadow: inset 0 0 6px #d4d4d2;
    box-shadow:         inset 0 0 6px #d4d4d2;
}
#content_top button {
    font-size: 23px;
    margin: 0 0 0 10px;
    -moz-box-shadow:    inset 0 0 3px white;
    -webkit-box-shadow: inset 0 0 3px white;
    box-shadow:         inset 0 0 3px white;
    line-height: normal;
}
#content_top #hole_add {
    font-size: 16px;
    padding: 7px 20px;    
}


/* --------- CONTENT ------------------ */
#content {
    width: 980px; 
    margin: 0 auto 30px; 
    padding: 0 20px;
}
#content div {
    width: 243px;    
}


/* --------- FOOD ------------------ */
#foot {
    width: 980px; 
    margin: 0 auto; 
    padding: 20px 20px 0;
    border-top: 1px solid #d9d9d9;
    height: 80px;
}

.grey {
    font-size: 12px;
    margin: 0 0 0 40px;
    width: 400px;
    color: #999999;
}
    