
/*
User CSS
*/



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

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

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


/* CONTENT */

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

div#content-container-out {
}

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

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

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

}

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

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

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

/* BODY BACKGROUND */
body {
   background-color: #3c3213;
   /* TODO podle velikosti pozadi */
   background-image: url('images/visitcard/2380/visitcard-designrepository/1295/pageBackgroundImage/img-20210703-wa0011.jpg');
   background-repeat: no-repeat;
   background-position: center top;
   background-attachment: fixed;
}


