
/*
User CSS
*/



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

div#title {
   margin-top: 19px;
      border-radius: 9px;
      /* 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.6);
         /* For IE 5.5 - 7*/
         filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
         /* For IE 8*/
         -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";

}
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 {
			margin: 0 auto 0 auto;
			width: 622px;
   
   
}

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

div#content {
   color: #ffffff;
   margin-top: 19px;
      border-radius: 9px;
   
      /* 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.29);
         /* For IE 5.5 - 7*/
         filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4a000000, endColorstr=#4a000000);
         /* For IE 8*/
         -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4a000000, endColorstr=#4a000000)";

}

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: #897d53;
   /* TODO podle velikosti pozadi */
   background-image: url('/images/visitcard/visitcard-themerepository/17/pageBackgroundImage/countryside-01-mod.jpg');
   background-repeat: no-repeat;
   background-position: center bottom;
   background-attachment: fixed;
}


