
/*
User CSS
*/



/* TITULEK STRANKY */
div #title-image {
      background: no-repeat center center url('images/visitcard/3264/visitcard-designrepository/1705/logoImage/razitko-rt.png');
      display: table-cell;
}

div#title {
   margin-top: 70px;
      border-radius: 20px;
      /* Fallback for web browsers that doesn't support RGBa */
      background: rgb(#58aaca);
      /* RGBa with 0.6 opacity */
         background: transparent;
         background: rgba(88, 170, 202, 0.84);
         /* For IE 5.5 - 7*/
         filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#d658aaca, endColorstr=#d658aaca);
         /* For IE 8*/
         -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#d658aaca, endColorstr=#d658aaca)";

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


/* CONTENT */

a, a:hover, a:link, a:visited {
   color: #0d0b00;
}

div#content-container-out {
}

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

div.menu {
   border-color: #0d0b00;
   
}

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

}

div#content div#in {
   color: #0d0b00;
}

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

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

/* BODY BACKGROUND */
body {
   background-color: #1d98ab;
   /* TODO podle velikosti pozadi */
   background-image: url('images/visitcard/3264/visitcard-designrepository/1705/pageBackgroundImage/1740051163544.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: fixed;
}


