
/*
User CSS
*/



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

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

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


/* CONTENT */

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

div#content-container-out {
}

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

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

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

}

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: #010101;
   /* TODO podle velikosti pozadi */
   background-image: url('/images/visitcard/2935/visitcard-designrepository/1540/pageBackgroundImage/birch-tree-bark-close-up.jpg');
   background-repeat: repeat;
   background-position: left top;
   background-attachment: fixed;
}


