/*** GLOBAL SETTINGS ***/
body {
    font-family: "Arial CE", "Helvetica CE", Arial, Helvetica, Verdana, sans-serif;
    font-size: 0.85em;
    line-height: 125%;
    background: url(layout/background_body.png) repeat-x;
}

html, body {
    height: 100%;
}

* {
    border: 0px;
    padding: 0px;
    margin: 0px;
}

body p {
    margin-bottom: 7px;
}

body img {
    border: none;
}

body a {
    text-decoration: none;
}

body a:hover {
    text-decoration: underline;
}

div.cleaner {
    clear: both;
    width: 100%;
    height: 1px;
    line-height: 1px;
    font-size: 1px;
    margin: 0px;
    padding: 0px;
}

/*** GLOABALS OTHER ****/
#header_container, #footer_container {
    background-color: #98290d;
}

#body_container {
    /* background: url(layout/background_body.jpg) repeat-x; */
}

div.container {
    position: relative;
    width: 848px;
    margin: 0 auto;
}

div.container h3 {
    margin: 20px 0 7px 0;
}

input, textarea {
    margin: 2px 0 5px 0;
    border: 1px solid #98290D;
}

table {
    border: 2px solid #98290D;
    border-collapse: collapse;
    margin-bottom: 7px;
}

table td {
    border: 1px solid #98290D;
    padding: 5px;
}

/*** HEADER ****/
#header_container div.container {
    height: 267px;
    background: url(layout/background_header.jpg) no-repeat center left;
}

h1 {
    position: absolute;
    top: 70px;
    left: 210px;
    color: white;
    font-family: "Impact CE", Impact, "Techno CE", sans-serif;
    font-size: 63px;
    font-weight: 300;
}

#shejbal {
    display: none;
}

#shejbal_name {
    position: absolute;
    top: 100px;
    left: 475px;
    height: 57px;
    width: 152px;
    background: url(layout/name_shejbal.png) no-repeat;
}

#location {
    float: right;
    margin-top: 40px;
    font-family: "Impact CE", Impact, "Techno CE", sans-serif;
    font-size: 1.4em;
}

#location span {
    display: block;
    position: relative;
}

#pardubicko {
    right: 100px;
    color: #cc9486;
    font-size: 1.4em;
}

#chrudimsko {
    top: 25px;
    color: #c17f6e;
    font-size: 1.0em;
}

#hradecko {
    top: 65px;
    right: 65px;
    color: #cc9486;
    font-size: 1.2em;
}

#menu {
    position: absolute;
    top: 217px;
    height: 38px;
    border: 1px solid white;
    background: url(layout/menu_breaker.jpg) repeat-x;
}

#menu li {
    line-height: 38px;
    width: 120px;
    margin-left: 1px;
    float: left;
    list-style: none;
    background-color: #0099ff;
    text-align: center;
}

#menu a {
    font-weight: bold;
    color: white;
}

#menu a:hower {
    color: #b3e0ff;
}

#menu a.active {
    color: #b3e0ff;
    text-decoration: underline;
}

/*** CONTENT ****/

#body_container .container .layout {
    float: left;
}

#breadcrumbs {
    line-height: 30px;
    font-size: 0.8em;
    color: #666666;
}

#body_container ul {
    margin-left: 20px;
}

#body_container li {
    margin-bottom: 3px;
}

#content {
    width: 540px;
    margin-right: 6px;
    padding: 30px;
    border: 1px solid #cccccc;
    background-color: white;
}

#right_column {
    width: 238px;
    margin-right: -100%;
}

#right_column .right_content {
    padding: 6px;
    background-color: #efefef;
    border: 1px solid #cccccc;
    margin-bottom: 6px;
}

div.right_content p.name {
    margin-top: 0px;
    line-height: 52px;
    padding-left: 20px;
    background-color: #e04119;
    font-weight: bold;
    color: white;
}

p.adress {
    background: url(layout/phone.png) center right no-repeat;
    padding-bottom: 15px;
}

ul.revision {
    list-style: square;
}

h3.kontakty {
    margin: 25px 0 10px 0;
}

div.page-id15 div p.adress {
    background-image: none;
}

/*** FOOTER ****/
#footer_container div.container {
    height: 119px;
    background: url(layout/background_footer.jpg) no-repeat center right;
    margin-top: 30px;
}

#footer_container {
    color: white;
}

#footer_container a {
    color: white;
    font-weight: bold;
}

#footer_contact {
    padding-top: 25px;
}

#footer_contact p {
    margin-top: 10px;
}

#copyright {
    float: right;
    padding-right: 275px;
    line-height: 119px;
}

