
/*
User CSS
*/



/* TITULEK STRANKY */
div #title-image {
      background: no-repeat center center url('images/visitcard/3627/visitcard-designrepository/1875/logoImage/2-1-.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.31);
         /* For IE 5.5 - 7*/
         filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4fffffff, endColorstr=#4fffffff);
         /* For IE 8*/
         -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4fffffff, endColorstr=#4fffffff)";

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


/* CONTENT */

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

div#content-container-out {
}

div#content-container {
		width: 100%;
   
   
}

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.49);
         /* For IE 5.5 - 7*/
         filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7dffffff, endColorstr=#7dffffff);
         /* For IE 8*/
         -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7dffffff, endColorstr=#7dffffff)";

}

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: #147c81;
   /* TODO podle velikosti pozadi */
   background-image: url('images/visitcard/3627/visitcard-designrepository/1875/pageBackgroundImage/1-1-.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: fixed;
}


