
/*
User CSS
*/



/* TITULEK STRANKY */
div #title-image {
}

div#title {
   margin-top: 93px;
      /* Fallback for web browsers that doesn't support RGBa */
      background: rgb(#207b78);
      /* RGBa with 0.6 opacity */
         background: transparent;
         background: rgba(32, 123, 120, 0);
         /* For IE 5.5 - 7*/
         filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00207b78, endColorstr=#00207b78);
         /* For IE 8*/
         -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00207b78, endColorstr=#00207b78)";

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


/* CONTENT */

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

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

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

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

div#content {
   color: #060606;
   margin-top: 0px;
   
      /* Fallback for web browsers that doesn't support RGBa */
      background: rgb(#708d98);
      /* RGBa with 0.6 opacity */
         background: transparent;
         background: rgba(112, 141, 152, 0);
         /* For IE 5.5 - 7*/
         filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00708d98, endColorstr=#00708d98);
         /* For IE 8*/
         -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00708d98, endColorstr=#00708d98)";

}

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

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

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

/* BODY BACKGROUND */
body {
   background-color: #000001;
   /* TODO podle velikosti pozadi */
   background-image: url('images/visitcard/1731/visitcard-designrepository/964/pageBackgroundImage/img-20160607-115213.jpg');
   background-repeat: no-repeat;
   background-position: left top;
   background-attachment: scroll;
}


