
/*
User CSS
*/



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

div#title {
   margin-top: 20px;
      border-radius: 16px;
      /* Fallback for web browsers that doesn't support RGBa */
      background: rgb(#c1167f);
      /* RGBa with 0.6 opacity */
         background: transparent;
         background: rgba(193, 22, 127, 0.55);
         /* For IE 5.5 - 7*/
         filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#8cc1167f, endColorstr=#8cc1167f);
         /* For IE 8*/
         -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#8cc1167f, endColorstr=#8cc1167f)";

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


/* CONTENT */

a, a:hover, a:link, a:visited {
   color: #87008c;
}

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

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

div.menu {
   border-color: #87008c;
   
}

div#content {
   color: #87008c;
   margin-top: 21px;
      border-radius: 16px;
   
      /* Fallback for web browsers that doesn't support RGBa */
      background: rgb(#c1167f);
      /* RGBa with 0.6 opacity */
         background: transparent;
         background: rgba(193, 22, 127, 0.31);
         /* For IE 5.5 - 7*/
         filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4fc1167f, endColorstr=#4fc1167f);
         /* For IE 8*/
         -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4fc1167f, endColorstr=#4fc1167f)";

}

div#content div#in {
   color: #87008c;
}

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

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

/* BODY BACKGROUND */
body {
   background-color: #ebdce3;
   /* TODO podle velikosti pozadi */
   background-image: url('images/visitcard/363/visitcard-designrepository/220/pageBackgroundImage/obrazok-s-pozadim2.jpg');
   background-repeat: no-repeat;
   background-position: center top;
   background-attachment: fixed;
}


