/* 
Document   : base
Created on : 10.2.2009, 20:13:22
Author     : Patrik Vrba
*/

/* rozvrzeni */
body {
    margin:0;
    padding:0;
    background:#fff;
    color:#444;
    background:#68adf0  url("/images/style/blue_gradient_bg2.jpg") repeat-x top center;
}
#wrap {
    width:760px;
/*    padding: 0 10px; */
    margin:0 auto;
    background-color: #fff;
/*    background:#fff url("/images/style/background.gif") repeat-y top center; */
}
#content {
    padding:20px;
}

#page-bottom-shadow {
    width:780px;
    height:7px;
    margin:0 auto;
/*    background:#fff url("/images/style/bottom_bg.gif") no-repeat; */
}

/* hlavicka */
#header {
    background: #000 url("/images/style/header_bg2.jpeg") no-repeat 20px;
}
/*
#heading {
background: url(/images/gmv_logo.png) no-repeat 550px 20px;
height: 90px;
}
#heading h1 {
display: none;
/*
font-size:20px;
color:white;
font-family:"Lucida Grande",helvetica,arial,sans-serif;
font-weight:normal;
margin:0;
line-height:0;
* /
}
*/
#heading img {
    display:block;
    margin-left:40px;
    padding-top:20px;
}

/* navigace */
#nav {
    margin-top: 100px;
    width:100%;
}
#nav ul {
    list-style:none;
    margin:0;
    margin-left:20px;
    padding:0;
}
#nav li {
    float:left;
    margin:0;
    padding:0;
    border:1px solid white;
    border-width: 1px 1px 0 0;
    list-style:none;
}
#nav li.first {
    border-left:1px solid white;
}
#nav a {
    float:left;
    display:block;
    padding:3px 8px 6px 8px;
    color:white;
    background:#666 url("/images/style/nav_tab_bg_off_grey.gif") repeat-x top;
    text-decoration:none;
}
#nav a:hover {
    color:#fff;
    background:#333;
}
#nav a.selected {
    color:#000;
    background:white;
}

#nav li#logout {
    float:right;
    margin-right:20px;
    border:none;
}
#nav li#logout a {
    background:none;
    padding-left:0;
    padding-right:0;
    padding-top:3px;
}
#nav li#logout a:hover {
    background:none;
    text-decoration:underline;
}

/* pisma */
body, table {
    font-family:verdana;
    font-size:11px;
    line-height:160%;
}
h1,h2,h3,h4,h5,h6,p,
pre,table,blockquote {
    margin:0 0 1em 0;
    padding:0;
}
h1,h2,h3 {
    line-height: 130%;
    color: #0099FF;
}
label {
    /*color: #0099FF;*/
    /*color: #3366CC;*/
    font-size: 110%;
    font-weight: bold;
}
h1, h2, h3 {
    font-family:"Lucida Grande", "Lucida Sans", geneva, arial, sans-serif;
    font-weight:normal;
}
h1 {
    font-size:20px;
    font-weight:bold;
}
h2 {
    font-size:11px;
    font-weight:bold;
}
h3 {
    font-size:15px;
    margin-bottom:0.6em;
}
h4,h5,h6 {
    font-size:11px;
    margin-bottom:0;
}
blockquote {
    padding:1em;
    padding-bottom:0;
    border:1px solid #ccc;
    background:#F0F0F0;
}
p+h3 {
    margin-top:1.5em;
}

.hint {
    font-style:italic;
    color:#999;
}
small {
    font-size:10px;
    line-height:10px;
}
sup,sub {
    font-size:9px;
    line-height:9px;
    vertical-align:30%;
}
ol.footnote {
    font-size:10px;
    line-height:12px;
    color:#aaa;
    margin-left:0;
    padding-left:15px;
}

/* odkazy */
a {
    color:#3399FF;
    text-decoration:underline;
}
a:hover {
    text-decoration:underline;
}
a:visited {
    color:#3366CC;
}
a.delete, a.red, .red {
    color:#C11B1B;
}
a.create, a.green, .green {
    color:#78A400;
}

/* obrazky */
a img {
    border:none;
}



/* sloupce */
#main {
    width:460px;
    float:left;
    border-right:1px solid #ccc;
    padding-right:20px;
}
#sub {
    width:213px;
    float:left;
    padding-left:20px;
    border-left:1px solid #ccc;
    margin-left:-1px;
}

/* zapati */
#footer {
    /*background:#F0F0F0;*/
    background: #68adf0 url(/images/style/footer_bg.gif) no-repeat;
    /* border-top:1px solid #ccc;*/
    font-size:10px;
    padding:0px 30px;
    text-align:center;
}
#footer p {
    margin:0;
    background: 0 0px url(/images/gmv_logo_3d.gif) no-repeat;
    height: 150px;
}
#footer img {
    margin:10px;
}


/* zpravy */
.flash_failure, .flash_notice, .flash_success {
    clear:both;
    padding:5px 5px 6px 30px;
    border:1px solid black;
    margin:0;
    margin-bottom:20px;
    border-width: 1px 0;
    font-size: 120%;
}
.flash_success {
    border-color:#78A400;
    color:#78A400;
    background:#F7FDF1;
    /*background:#F7FDF1 url("/images/style/success.gif") no-repeat 5px 5px;*/
}
.flash_failure {
    border-color:#C11B1B;
    color:#C11B1B;
    background: #F9F0F0;
    /*background:#F9F0F0 url("/images/style/failure.gif") no-repeat 5px 5px;*/
}
.flash_notice {
    border-color:#0066CC;
    color:#0066CC;
    background: #EFF5FC;
    /*background:#EFF5FC url("/images/style/notice.gif") no-repeat 5px 5px;*/
}

.message ul li {
    list-style: none;
    background: transparent;
    padding-left: 10px;
}


/* SEZNAMY */
.odd {
    background-color: white;
}
.even {
    background-color: #eaeffa;
}
/*
ul {
margin:0;
padding:0;
margin-bottom:1em;
list-style:none;
}
ul li {
margin:0;
padding:0;
margin-left:24px;
/*    list-style:none;
background: url("/images/style/bullet.gif") no-repeat 8px 0.7em;* /
}
ol {
margin-left:0;
padding-left:3em;
}
ol li { 
margin-bottom:.5em;
margin-left:1em;
padding-left:0;
}
ul.posts li {
padding: 8px;
margin: 0;
}
.posts .footer {
color:#777777;
font-size:11px;
font-weight:normal;
}
*/
/* Flex RTE */
.flexRTE {
    margin: 1em;
}
.flexRTE p {
    margin-bottom: 0.9em;
}
.flexRTE li {
    margin-left: 2em;
}
/* tabulky * /
table { width:100%; border-collapse:collapse; margin-bottom:1em; border:1px solid #ccc; }
td,th { margin:0; padding:.5em 1em; border:1px solid #ccc; border-width:1px 0; text-align:left; vertical-align:middle; }
td p { margin:0; }
table thead th { background:url("/images/style/thead_bg.gif") 50% 50%; color:white; }



/* formulare */
form {
    margin:0;
    /*margin-bottom:2em;*/
}
fieldset {
    padding:0;
    border:0;
    margin:0;
    margin-bottom:2.5em;
}
form .item {
    margin-bottom:1em;
}
form .item p {
    margin-bottom:0;
}
#buttons { 
    clear:both;
}
input.full,
textarea.full,
select.full { 
    display:block;
    width:100%;
    position:static;
}
div.fieldWithErrors {
    display: inline;
    padding: 8px 5px;
}  /* Rails' div.fieldWithErrors (fields with errors) */
div.fieldWithErrors input {
    background: #ff6666;
}
.item label {
    display:block;
}
.checkbox label { 
    display:inline;
}
span.field-required {
    color:red;
}
input.button {
    height: 20px;
    padding: 0 10px;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    border: 0;
    background: #999 url(/images/button.gif) no-repeat left top;
    cursor: pointer;
}

.field-required {
    color: #C1191C;
}

/* chyby ve formularich */
#form-errors { 
    border:1px solid #C11B1B;
    margin-bottom:1em;
    background:#F9F0F0;
}
#form-errors p,
#form-errors ul { 
    margin:0 1em 1em 1em;
}
#form-errors h3 { 
    background:#C11B1B;
    color:white;
    padding:5px 10px;
    font-size:12px;
    font-family:verdana,arial,sans-serif;
}

/* ostatni */
.clear { 
    clear:both;
    visibility:hidden;
    height:0;
}
.hide {
    display:none;
}

/* pagination */
div.pagination {
    padding: 3px;
    margin: 3px;
    text-align: center;
}

div.pagination a {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #AAAADD;

    text-decoration: none; /* no underline */
    color: #3366CC;
}
div.pagination a:hover, div.pagination a:active {
    border: 1px solid #3366CC;

    color: #000;
}
div.pagination span.current {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #3366CC;

    font-weight: bold;
    background-color: #3366CC;
    color: #FFF;
}
div.pagination span.disabled {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #EEE;

    color: #DDD;
}

/* generic */
.l { text-align: left; }
.c { text-align: center; }
.r { text-align: right; }

/*--------  Chyba v IE -------*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix { display: inline-block;}
.clearfix-block { display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */





/* Logo * /

#logo {
float: left;
padding-left: 20px;
}

#logo h1, #logo p {
color: #FFFFFF;
}

#logo h1 {
display: none;
}
#logo {
background: url(/images/gmv_logo.png) no-repeat 30px 15px;
width: 180px;
height: 100%;
}

#logo p {
text-indent: -99999px;
}
*/



/* obecne */
.formError {
    color: #d11;
    font-weight: bold;
}

.group {
    background: #f7f7f7;
    border: 1px solid #ddd;
    padding: 10px;
    margin: 20px 5px;
}
p.btns {
    background: #ddd;
    margin: 0.7em 0;
    padding: 0.6em 0.4em;
}

.note {
    color:#777777;
    font-size:11px;
    font-weight:normal;
}

.big {
    font-size: 150%;
}

/* round corners */
.roundedcornr_box {
   background: #e0e8ea;
}
.roundedcornr_top div {
   background: url(/images/style/roundedcornr_tl.png) no-repeat top left;
}
.roundedcornr_top {
   background: url(/images/style/roundedcornr_tr.png) no-repeat top right;
}
.roundedcornr_bottom div {
   background: url(/images/style/roundedcornr_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom {
   background: url(/images/style/roundedcornr_br.png) no-repeat bottom right;
}

.roundedcornr_top div, .roundedcornr_top,
.roundedcornr_bottom div, .roundedcornr_bottom {
   width: 100%;
   height: 17px;
   font-size: 1px;
}
.roundedcornr_content { margin: 0 17px; }


.odd_roundercornr {
    margin: 17px;
}

/* novinky */
ul.news-list {
    padding: 0;
}
ul.news-list li {
    list-style: none;
    border-bottom: dashed 1px #BBB;
    padding: 1em 0;
}
.news-date {
    color:#777777;
    font-size:11px;
    font-weight:normal;
    padding-left: 20px;
    background: 0 50% url(/images/style/calendar.png) no-repeat;
}
ul .news-date {
    float: right;
}
.news-rss img {
    float: left;
    padding-right: 1em;
}

.attachments {
    margin: 3em 1em;
}
ul.news-attachments {
    font-size: 12px;
    padding: 0;
}
ul.news-attachments li {
    list-style: none;
    display: inline;
    padding: 0.5em 1em;
    width: 110px;
    text-align: center;
    float: left;
}
ul.news-attachments li .news-attachment-image {
    width: 100%;
}
ul.news-attachments li .news-attachment-desc {
/*    float: left;*/
}
ul.news-attachments h4 {
    font-size: 14px;
    position: relative;
    top: -1em;
}

/* kniha hostu */
table.guestbook-form {
    width: 100%;
    margin: 0;
}
table.guestbook-form td {
    padding-bottom: 0.5em;
}
table.guestbook-form td.submit-cell {
    padding: 0;
}
#guestbook-group {
    width: 425px;
}

/* mapy */
#contact_map {
    width: 460px;
    height: 300px;
    margin: 1em 0;
}


/* Menus */
ul.sub-nav  {
    list-style-type: none;
    margin: 0;
    margin-bottom: 1.5em;
    padding: 0;
    font-size: 12px;
}
ul.sub-nav li {
    background-image: none;
    margin: 0;
    padding: 0;
}

ul.sub-nav li.odd {
    background-color: white;
}
ul.sub-nav li.even {

    background-color: #eaeffa;
}

ul.sub-nav li a {
    padding: 3px 3px 3px 23px;
    text-decoration: none;
    display: block;
}

ul.sub-nav ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
ul.sub-nav li ul li {
    margin: 0;
    padding: 0;
    font-style: italic;
}
ul.sub-nav li ul li a {
    padding-left: 39px;
    background-position: 28px 50%;
    background-repeat: no-repeat;
}
ul.sub-nav li ul li ul li a {
    padding-left: 59px;
    background-position: 48px 50%;
    font-style: normal;
}
ul.sub-nav li ul li ul li ul li a {
    padding-left: 79px;
    background-position: 68px 50%;
    font-style: italic;
}
/*ul.sub-nav li ul */
ul.sub-nav li ul li.mid-item a {
    padding-left: 49px;
    background-image: url(/images/style/sub_sub_link_bg.png);
}
ul.sub-nav li ul li ul li.mid-item a {
    padding-left: 79px;
    background-image: url(/images/style/sub_sub_link_bg.png);
}
ul.sub-nav li ul li ul li ul li.mid-item a {
    padding-left: 99px;
    background-image: url(/images/style/sub_sub_link_bg.png);
}
/*ul.sub-nav li ul */
ul.sub-nav li ul li.last-item a {
    padding-left: 49px;
    background-image: url(/images/style/last_sub_sub_link_bg.png);
}
ul.sub-nav li ul li ul li.last-item a {
    padding-left: 79px;
    background-image: url(/images/style/last_sub_sub_link_bg.png);
}
ul.sub-nav li ul li ul li ul li.last-item a {
    padding-left: 99px;
    background-image: url(/images/style/last_sub_sub_link_bg.png);
}



/* common */
.roundtl, .roundtr, .roundbl, .roundbr {
    background-image: url(/images/style/round_corners.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
.roundtl {
    background-position: left top;
}
.roundtl:hover {
    background-color: #E0E8EA;
}
.roundtl a, .roundtl a:visited {
    color: #221E18;
}
.roundtr {
    background-position: right top;
}
.roundbl {
    background-position: left bottom;
}
.roundbr {
    background-position: right bottom;
}

a.highlighted {
    color: #D8DECE !important;
}
ul.sub-nav .roundtl.selected,
ul.sub-nav .roundtl.selected:hover {
    /*      a.selected, .selected:hover {*/
    background-color: #A8C5D6 !important;
}

ul.sub-nav .roundtl.selected a {
    background-image: url(/images/style/arrow.png);
    background-position: 7px center;
    background-repeat: no-repeat;
}

/*ul.sub-nav li ul li a, ul.sub-nav li ul li a:visited {
    color: #7F7D79;
}*/

a.sitemap {
    background: url(/images/style/sitemap.gif) 0 50% no-repeat;
    padding-left: 20px;
}


/* index page */
.firms-list {
    padding: 0;
}
.firms-list li {
    list-style: none;
    width: 49%;
    float: left;
}
.firms-list li a {
    font-weight: bold;
    font-variant: small-caps;
}
.firms-list li p {
    font-size: 90%;
}


/* Contact page */
#contact-title {
    background: url(/images/style/contacts.png) no-repeat 0 50%;
    padding: 15px 0 15px 50px;
}

#breadcrumbs {
    padding-left: 55px;
    margin: 0;
}

#news-title {
    background: url(/images/style/calendar_news_title.png) no-repeat 0 50%;
    padding: 15px 0 15px 50px;
}

#nav-title {
    background: url(/images/style/navigation.jpg) no-repeat 0 50%;
    padding: 10px 0 10px 40px;
}
#article-title {
    background: url(/images/style/article.gif) no-repeat 0 50%;
    padding: 10px 0 10px 55px;
}

.demand p, .demand .para {
    padding: 0.5em 0.8em;
}
.demand label {
    display: inline-block;
    width: 350px;
}
.demand .even {
    background-color: #c9d7ff;
    /*color: #0099FF;*/
}

.demand .item-label {
    display: inline-block;
    width: 150px;

}

.demand .item-value {
    font-size: 120%;
    font-weight: bold;
}
