
/*
User CSS
*/



/* TITULEK STRANKY */
div #title-image {
      background: no-repeat center center url('images/visitcard/1166/visitcard-designrepository/643/logoImage/img-0741.png');
      display: table-cell;
}

div#title {
   margin-top: 44px;
      border-radius: 8px;
      /* Fallback for web browsers that doesn't support RGBa */
      background: rgb(#ffffff);
      /* RGBa with 0.6 opacity */
         background: transparent;
         background: rgba(255, 255, 255, 0.55);
         /* For IE 5.5 - 7*/
         filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#8cffffff, endColorstr=#8cffffff);
         /* For IE 8*/
         -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#8cffffff, endColorstr=#8cffffff)";

}
div#title h1, div#title h1 a {
   color: #494949;
}


/* CONTENT */

a, a:hover, a:link, a:visited {
   color: #454444;
}

div#content-container-out {
         /* center */
      margin-left: 9px;
}

div#content-container {
			margin: 0 auto 0 auto;
			width: 619px;
   
   
}

div.menu {
   border-color: #454444;
   
}

div#content {
   color: #454444;
   margin-top: 13px;
      border-radius: 8px;
   
      /* Fallback for web browsers that doesn't support RGBa */
      background: rgb(#ffffff);
      /* RGBa with 0.6 opacity */
         background: transparent;
         background: rgba(255, 255, 255, 0.65);
         /* For IE 5.5 - 7*/
         filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#a6ffffff, endColorstr=#a6ffffff);
         /* For IE 8*/
         -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#a6ffffff, endColorstr=#a6ffffff)";

}

div#content div#in {
   color: #454444;
}

/* MAP */
div#smapa {
   border-color: #454444;
}

/* links */
ul.links-list div.desc {
   border-color: #454444;
}

/* BODY BACKGROUND */
body {
   background-color: #39c994;
   /* TODO podle velikosti pozadi */
   
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: fixed;
}


