@CHARSET "UTF-8";

a {
    color: #006bbe;
    text-decoration: none;
}
a:hover {
    color: #0161ab;
    text-decoration: underline;
}
body {
    margin: 0px;
    padding: 0px;
    
    color: #000000;
    background-color: #efefef;
}

p {
    margin: 0px;
    padding: 0px;
}

.main {
    width: 965px;
    
    background-image: url('../img/bg-main.png');
    padding: 0px;
    margin: 0px 0px 0px -1px;
}

.contents {
    width: 950px;
    margin: 0px 12px 0px 0px;
    padding: 0px;
}

.logo {
    width: 950px;
    height: 120px;
    border-bottom: 1px solid #999999;
}


.logo .main {
    width: 300px;
    height: 120px;
    float: left;

    background-image: url('../img/logo-main.png');
    background-repeat: no-repeat;
    background-position: 20px center;
}

.logo .people {
    width: 650px;
    height: 120px;
    float: left;

    background-image: url('../img/logo-people.jpg');
    background-repeat: no-repeat;
    background-position: right center;
}

.menu {
    width: 950px;
    height: 65px;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    color: #ffffff;
    background-color: #2f363b;
    margin: 0px;
    padding: 0px;
}

.menu_item {
    width: auto;
    max-width: 150px;
    height: 42px;
    border-top: 5px solid #262d32;
    padding: 13px 15px 5px 15px;
    text-align: left;
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 9pt;
    font-weight: 700;
    float: left;
    border-right: 1px dotted #666666;
}    
.menu_item span {
    font-weight: 500;
    font-size: 7.5pt;
    color: #999999;
    background-color: transparent;
    clear: both;
}

.menu_item:hover, .menu_item_active {
    width: auto;
    max-width: 150px;
    height: 41px;
    border-top: 6px solid #f43228;
    padding: 13px 14px 5px 16px;
    text-align: left;
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 9pt;
    font-weight: 700;
    float: left;
    border-right: 1px dotted #999999;
    cursor: pointer;
} 
.menu_item:hover span, .menu_item_active span {
    font-weight: 500;
    font-size: 7.5pt;
    color: #ffffff;
    background-color: transparent;
    clear: both;
}

.menu_item_basic {
    color: #e6e7e6;
    background-color: #2f363b;
}

.menu_item_basic:hover, .menu_item_basic_active {
    color: #ffffff;
    background-color: #2f363b;
}

.menu_item_career {
    border-top: 5px solid #d21006;
    color: #e6e7e6;
    background-color: #1e252a;
}

.menu_item_career:hover, .menu_item_career_active {
    border-top: 6px solid #d21006;
    color: #ffffff;
    background-color: #1e252a;
}

.pretext {
    clear: both;
    width: 940px;
    border-bottom: 1px dotted #e6e7e6;
    margin: 15px 10px 10px 5px;
}

.pretext .title { 
    width: 930px;
    height: 25px;
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 10pt;
    font-weight: 700;
    text-align: left;
    color: #f43228;
    background-color: #ffffff;
}

.pretext .title h1 {
    font-size: 10pt;
}

.pretext .image {
    width: 250px;
    height: 110px;
    text-align: center;
    float: left;
    margin: 8px 0px 0px 5px;
}

.pretext .pretext_1 {
    background-image: url('../img/pretext-homepage.jpg');
    background-repeat: no-repeat;
}

.pretext .text {
    width: 650px;
    height: 120px;
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 9pt;
    color: #000000;
    background-color: #ffffff;
    line-height: 20px;
    text-align: justify;
    float: left;
    margin: 5px 0px 0px 0px;
    padding: 1px 5px 1px 10px;
}

.pretext_info {
    color: #d21006;
}

.main-content {
    width: 950px;
}

.left {
    width: 247px;
    height: auto;
    min-height: 300px;
    float: left;
    margin: 0px 0px 0px 10px;
}

.left .title {
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 10pt;
    font-weight: 500;
    text-align: left;
    color: #f43228;
    background-color: #ffffff;
}

.center-content {
    width: 670px;
    height: auto;
    min-height: 400px;
    float: left;
    border-left: 1px solid #f43228;
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 20px 10px;
    text-align: left;
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 9pt;
}

.center-content .title {
    width: 670px;
    height: 25px;
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 10pt;
    font-weight: 500;
    text-align: left;    
    color: #f43228;
    background-color: #ffffff;
}

.center-content .title h2 {
    font-size: 11pt;
    margin: 0px;
}

.center-content .contents {
    width: 670px;
    height: auto;
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 9pt;
    font-weight: 500;
    text-align: justify;
    line-height: 20px;    
    color: #000000;
    background-color: #ffffff;
}

.center-content .contents h4 {
    margin: 15px 0 10px 0;
    text-decoration: underline;
}

.center-content .contents h5 {
    font-size: 10pt;
    margin: 0;
    text-decoration: underline;
}

.center-content p {
    margin: 0 0 10px 0;
}

.links {
    width: 930px;
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 8pt;
    font-weight: 500;
    text-align: left;
    color: #000000;
    background-color: #ffffff;
    margin: 5px 0px 0px 0px;
    padding: 5px 0px 0px 0px;
    border-top: 1px solid #f43228;
    clear: both;
}

.links .title {
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 10pt;
    font-weight: 500;
    text-align: left;    
    color: #f43228;
    background-color: #ffffff;
}

.links ul li {
    line-height: 17px;
}

.created {
    width: 930px;
    height: 35px;
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 7.5pt;
    font-weight: 500;
    text-align: left;
    line-height: 17px;
    color: #ffffff;
    background-color: #2f363b;
    padding: 5px 10px 5px 10px;
    margin: 0px 0px 0px 0px;
}
.created span{
    color: #666666;
    background-color: #2f363b;
}

.created a {
    color: #666666;
    background-color: #2f363b; 
    text-decoration: none;
}

.created a:hover {
    color: #ffffff;
    background-color: #2f363b;
    text-decoration: none;
}

.bottom {
    width: 965px;
    height: 20px;
    
    background-image: url('../img/bg-bottom.png');
    background-repeat: no-repeat;
}

.news {
    width: 230px;
    font-family: Verdana, Tahoma, sans-serif;
    text-align: left;   
}

.news .date {
    width: 230px;
    font-size: 8.5pt;
    font-weight: 700;
    color: #000000;
    margin: 10px 0px 3px 0px;
}

.news .title {
    width: 230px;
    font-size: 9pt;
    color: #f43228;
    margin: 3px 0px 3px 0px;
}

.news .contents {
    width: 225px;
    font-size: 7.5pt;
    font-weight: 500;
    color: #666666;
    line-height: 15px;
}

/** NABÍDKY **/
.offers-table {
    width: 670px;
    height: auto;
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 8.5pt;
    /*border: 1px solid #efefef;*/
    border-collapse: collapse;
    margin: 4px 0px 5px 0px;
}
.offers-table a {
    color: #99110a;
    text-decoration: none;
}
.offers-table a:hover {
    color: #99110a;
    text-decoration: underline;
}
.offers-table th {
    height: 25px;
    font-size: 9pt;
    font-weight: 700;
    background-color: #2f363b;
    color: #fff;
    padding: 1px 3px 1px 4px;
    border-top: 2px solid #f43228;
}
.offers-table td {
    height: 25px;
    padding: 1px 3px 1px 4px;
}
.offers-table tr {
    background-color: #fff;   
}
.offers-table tr.row {
    border-bottom: 1px dotted #ccc;
}
.offers-table tr:hover {
    background-color: #f4f4f4;
    cursor: pointer;
}
.offers-table td.name span {
    font-size: 7.5pt;
    color: #666;
}
.offers-table td.location span {
    font-size: 7.5pt;
    color: #999;
}
.offers-table td.small {
    font-size: 7.5pt;
    line-height: 15px;
}
.offers-table td.small span {
    color: #999;
}
.offers-table td.price {
    width: 100px;
}

/** DETAIL NABÍDKY **/
.offer-detail {
    width: 670px;
    height: auto;
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 9pt;
}
.offer-detail .left-panel, .offer-detail .right-panel {
    width: 335px;
    height: auto;
    float: left;
}
.offer-detail .left-panel img.photo {
    width: 300px;
    border: 1px solid #666;
    padding: 1px; 
    margin: 0 0 10px 0;
}
.offer-detail .right-panel table.details,
.offer-detail .right-absolute-panel table.details{
    border-collapse: collapse;
    width: 330px;
}
.offer-detail .right-absolute-panel {
    position: relative;
    top: 0px;
    right: 2px;
    float: right;
    margin: 0 0 10px 10px;
}
.offer-detail .right-panel table.details tr,
.offer-detail .right-absolute-panel table.details tr{
    border-bottom: 1px dotted #ccc;
}
.offer-detail .right-panel table.details tr.no-border,
.offer-detail .right-absolute-panel table.details tr.no-border {
    border: 0;
}
.offer-detail .right-panel table.details tr.no-border td,
.offer-detail .right-absolute-panel table.details tr.no-border td{
    padding: 7px 0 0 0;
}
.offer-detail .right-panel table.details th, 
.offer-detail .right-panel table.details td,
.offer-detail .right-absolute-panel table.details th, 
.offer-detail .right-absolute-panel table.details td {
    text-align: left;
    height: 22px;
    line-height: 22px;
}
.offer-detail .right-panel table.details th,
.offer-detail .right-absolute-panel table.details th {
    padding: 0 10px 0 0;
}
.offer-detail .description {
    width: 670px;
    clear: both;
    padding: 7px 0 0 0;
    margin: 10px 0 0 0;
    border-top: 1px dotted #ccc;
    line-height: 20px;
}
.offer-detail .description p {
    margin: 0;
}
.offer-detail .seller {
    border-bottom: 1px dotted #f43228;
    background-color: #efefef;
    width: 320px; 
    line-height: 25px;
    padding: 2px 5px;
    margin: 20px 0 0 0;
}
.offer-detail .seller span {
    font-weight: 700;
}

/** POPTÁVKY **/
.demands-table {
    width: 670px;
    height: auto;
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 8.5pt;
    /*border: 1px solid #efefef;*/
    border-collapse: collapse;
    margin: 4px 0px 5px 0px;
    border-top: 2px solid #f43228;
}
.demands-table a {
    color: #99110a;
    text-decoration: none;
}
.demands-table a:hover {
    color: #99110a;
    text-decoration: underline;
}
.demands-table th {
    height: 25px;
    font-size: 9pt;
    font-weight: 700;
    background-color: #2f363b;
    color: #fff;
    padding: 1px 3px 1px 4px;
}
.demands-table td {
    height: 25px;
    padding: 1px 3px 1px 4px;
}
.demands-table tr {
    background-color: #fff;   
}
.demands-table tr.row {
    border-bottom: 1px dotted #ccc;
}
.demands-table tr:hover {
    background-color: #f4f4f4;
    cursor: pointer;
}
.demands-table td.name span {
    font-size: 7.5pt;
    color: #666;
}
.demands-table td.location span {
    font-size: 7.5pt;
    color: #999;
}
.demands-table td.small {
    font-size: 7.5pt;
    line-height: 15px;
}
.demands-table td.small span {
    color: #999;
}

/** DETAIL POPTÁVKY **/
.demand-detail {
    width: 670px;
    height: auto;
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 9pt;
}
.demand-detail .center-panel {
    width: 670px;
    height: auto;
}
.demand-detail .center-panel table.details,
.demand-detail .center-panel table.details tr,
.demand-detail .center-panel table.details tr.no-border {
    border: 0;
}
.demand-detail .center-panel table.details tr.no-border td {
    padding: 7px 0 0 0;
}
.demand-detail .center-panel table.details th, 
.demand-detail .center-panel table.details td {
    text-align: left;
    height: 22px;
    line-height: 22px;
}
.demand-detail .center-panel table.details th {
    min-height: 200px;
}
.demand-detail .center-panel table.details th.normal {
    font-weight: 500;
}
.demand-detail .center-panel table.details th {
    padding: 0 10px 0 0;
}
.demand-detail .description {
    width: 670px;
    clear: both;
    padding: 7px 0 0 0;
    margin: 10px 0 0 0;
    border-top: 1px dotted #ccc;
    line-height: 20px;
}
.demand-detail .description p {
    margin: 0;
}
.demand-detail .contact {
    border-top: 1px dotted #f43228;
    background-color: #efefef;
    clear: both;
    line-height: 25px;
    padding: 2px 5px;
    margin: 10px 0 0 0;
}

/** BOXY NA HLAVNÍ STRÁNCE **/
div.homepage-offers {
    width: 670px;
    height: auto;
    overflow: hidden;
    clear: both;
    padding: 0 0 0 3px;
}
div.homepage-offers div.offer-box {
    width: 210px;
    height: 320px;
    padding: 0 13px 0 0;
    background: transparent url(../img/offer-box-shadow.jpg) 13px 7px no-repeat;
    float: left;
}
div.homepage-offers div.offer-box div.photo {
    width: 210px;
    text-align: center;
}
div.homepage-offers div.offer-box div.photo img {
    width: 200px;
    padding: 1px;
    border: 1px solid #ddd;
}
div.homepage-offers div.offer-box div.title {
    width: 200px;
    font-size: 8pt;
    font-weight: bold;
    color: #000;
    line-height: 16px;
    padding: 0 5px;
    margin: 2px 0 5px 0;    
}
div.homepage-offers div.offer-box div.title a {
    color: #000;
    text-decoration: underline;
}
div.homepage-offers div.offer-box div.title a:hover {
    color: #f43228;
    text-decoration: underline;
}
div.homepage-offers div.offer-box div.title span {
    font-weight: normal;
}
div.homepage-offers div.offer-box div.description {
    width: 200px;
    height: 100px;
    font-size: 8pt;
    line-height: 17px;
    font-weight: normal;
    color: #000;
    padding: 4px 5px 0 5px;
}
div.homepage-offers div.offer-box div.price {
    width: 200px;
    text-align: right;
    font-size: 8pt;
    color: #f43228;
    padding: 5px 5px 0 5px;
}

/** TABLES **/
table td.paging {
    height: 30px;
    background-color: #fff;
    text-align: center;
    cursor: default;
}
table td.paging a {
    margin: 3px 1px;
    padding: 3px 5px;
    border: 1px solid #ccc;
    color: #000;
    background: #efefef;
}
table td.paging a:hover {
    background: #ccc;
    border: 1px solid #999;
    color: #000;
    text-decoration: none;
}
table td.paging a.active, table td.paging a.active:hover {
    cursor: default;
    margin: 3px 1px;
    padding: 3px 5px;
    background: #fff;
    border: 1px solid #ccc;
}
