/* 
    Document   : nabidka
    Created on : 14.8.2013, 15:11:30
    Author     : Martin
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

.nastred {
    width:700px;
    margin:10px auto;
}
h2 {
    color:#f8b300;
    font-size: 25px;
    line-height: 40px;
    /*font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;*/
    font-weight: bold;
    text-align: center;
}
.porad h2 {
    font-size:20px;
}
h3 {
    color:#606060;
    font-size: 20px;
    /*font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;*/
    font-weight: bold;
    text-align: center;
}
.porad {
    margin:15px;
    padding:5px;
    text-align:center;
    border:1px solid #f8b300;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.nadpis, .doprava {
    display: block;
}
.nadpis {
    font-weight: bold;
}
p {
    display:inline;
    width:550px;
    margin:0 auto;
}
.cena {
    text-align: justify;
}

.kontakt {
    text-align: right;
    padding:5px 0;
}
.link {
    padding: 10px;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
}
.link a {
    color:#606060;
}
.link a:hover {
   text-decoration: underline;
}