
/*
User CSS
*/



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

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

}
div#title h1, div#title h1 a {
   color: #8f7878;
}


/* CONTENT */

a, a:hover, a:link, a:visited {
   color: #726a6a;
}

div#content-container-out {
}

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

div.menu {
   border-color: #726a6a;
   
}

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

}

div#content div#in {
   color: #726a6a;
}

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

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

/* BODY BACKGROUND */
body {
   background-color: #efe3e3;
   /* TODO podle velikosti pozadi */
   background-image: url('images/visitcard/2819/visitcard-designrepository/1485/pageBackgroundImage/tak-snad11.jpg');
   background-repeat: repeat;
   background-position: right center;
   background-attachment: fixed;
}


