
/*
User CSS
*/



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

div#title {
   margin-top: 28px;
      border-radius: 7px;
      /* Fallback for web browsers that doesn't support RGBa */
      background: rgb(#fffa5a);
      /* RGBa with 0.6 opacity */
         background: transparent;
         background: rgba(255, 250, 90, 0.94);
         /* For IE 5.5 - 7*/
         filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#f0fffa5a, endColorstr=#f0fffa5a);
         /* For IE 8*/
         -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f0fffa5a, endColorstr=#f0fffa5a)";

}
div#title h1, div#title h1 a {
   color: #7dbc13;
}


/* CONTENT */

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

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

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

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

div#content {
   color: #000000;
   margin-top: 19px;
      border-radius: 7px;
   
      /* Fallback for web browsers that doesn't support RGBa */
      background: rgb(#ffffff);
      /* RGBa with 0.6 opacity */
         background: transparent;
         background: rgba(255, 255, 255, 0.89);
         /* For IE 5.5 - 7*/
         filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#e3ffffff, endColorstr=#e3ffffff);
         /* For IE 8*/
         -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#e3ffffff, endColorstr=#e3ffffff)";

}

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

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

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

/* BODY BACKGROUND */
body {
   background-color: #43550a;
   /* TODO podle velikosti pozadi */
   background-image: url('images/visitcard/3622/visitcard-designrepository/1871/pageBackgroundImage/ort1-3-1.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: fixed;
}


