/* Start of CMSMS style sheet 'Layout: Left sidebar + 1 column' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: Trebuchet MS, Arial, Verdana, Geneva, Helvetica, sans-serif;
   font-size: 90%;
   line-height: 1.3em;
   color: white;
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1.0em;
}

img {
   border: 0;
}
a,
a:link 
a:active {
   text-decoration: none;
   background-color: inherit; 
   color: #ffee36; 
}

a:visited {
   background-color: inherit;
  color: #ffee36;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: underline;
   color: #ffee36;
}
div.ende{width: 100%; height: 1px; clear:both;}

/*****************
basic layout margin: -1px 0 0 0; padding: 0; visibility: hidden; clear:both; border: none;
*****************/
body {
   color: #c2c4c6;
   margin: 0px;    /* gives some air for the pagewrapper */
   background: #1dbe7a url(img/bg_main.jpg) repeat-x;
}
div#obal{
  position: absolute;
  top: 430px;
  left: 50%;
  padding: 0;       /* this centers wrapper */
  width: 599px;height: 315px;
  background: transparent url(img/bg_valec.jpg) no-repeat right;
  z-index: -1;
}

div#pagewrapper {
   margin: 0 auto;
   width: 980px;
   color: #000;
}


/*** header ***
we will hide text and replace it with a image
we need to assign a height for it so that the image wont cut off
*/
div#header {
   height: 168px;
   background: url(img/header.jpg) no-repeat;
   position: relative;
}

div#header h1 a {
   position: absolute; top: 40px; left: 10px;
   display: block;
   height: 80px;             /* adjust according your image size */
   width: 370px;
   color: #135330;
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}


/* position for the search box */
div#search {
   float: right;
   width: 27em;    /* enough width for the search input box */
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   margin: 0 1em;
}

div.breadcrumbs {
   position: absolute; bottom: 5px; left: 10px;
   padding: 1em 0 1.2em 0; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 90%; 
   margin: 0 1em;        /* css shorthand rule will be opened to be "0 1em 0 1em" */
   color: #fff;
}

   div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 } 

 div#content {
   margin: 0;   /* some air above and under menu and content */
   background: #117249 url(img/bg_pole.jpg) no-repeat;
   min-height: 558px;color: white;
}

div#main {
   margin: 0px 30px 0px 280px; padding: 30px 0px 10px;
   min-height: 305px;
}

div#sidebar {
   float: left;        /* set sidebar on the left side. Change to right to float it right instead. */
   width: 250px;     /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX IE double margin bug */
   margin-left: 0;
}

div#footer {
   clear: both;       /* keep footer below content and menu */
   color: #000;
   background: #1dbe7a url(img/bg_footer.jpg) no-repeat top;
   margin-bottom: 0px;
   height:36px;
   position: relative;
}


div#footer p {
   font-size: 0.8em;
   padding: 40px 20px 5px 0px;       /* some air for footer */
   text-align: right;  /* centered text */
   margin: 0;
}

div#footer p a {color: #000; text-decoration: underline;}
div#footer p a:hover {color: #000;text-decoration: none;}
div#footer a#pocitadlo {position: absolute; top: 40px; right: 390px;text-decoration: none;}


/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   padding: 0em;
   border-bottom: 1px dotted black;
   margin: 1em 0em;
}


/********************
CONTENT STYLING
*********************/

div#content {

}

/* HEADINGS */
div#content h1 {
   color: #ffee36;
   font-size: 1.6em; /* font size for h1 */
   line-height: 1em;
   margin: 0 0 15px 0;
   font-weight: normal;
   font-family: Trebuchet MS, Arial, Verdana, Geneva, Helvetica, sans-serif;
}
div#content h2 {
   color: #ffee36; 
   font-size: 1.2em; 
   font-weight: normal;
   text-align: left; 
   padding: 5px 0 5px;
   border-bottom: 1px dotted #000; 
   line-height: 1.5em;
   margin: 0 0 5px 0;
   font-weight: normal;
}
div#content h3 {
   color: #000; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   color: #ffee36; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h5 {
   color: #000; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   color: #000; 
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1em 0; /* some air around p elements */
   line-height: 1.4em;
   padding: 0;
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;
}

/* Separating the divs on the template explanation page, with some bottom-border */
div.templatecode {
  margin: 0 0 2.5em;
}

/* END TEXT */

/* LISTS */
/* lists in content need some margins to look nice */

div#main ul,
div#main ol,
div#main dl {
   font-size: 1.0em;
   line-height: 1.4em;
   margin: 1em 1em 1em 1em;
   color: #fff;
   list-style-type none;
}


/* definition lists topics on bold */
div#main dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#main dl dd {
   margin: 0 0 1em 1em;
}

.kontakty {
 width: 300px;
  border-spacing: 1px;
 /*border-collapse: collapse; */
  margin: 10px 0px 30px;padding: 0px;
/*  border: 1px solid #b1b3b6;*/
}
.kontakty td {
  padding: 4pt 0pt;
 /*  background: #cccccc;*/
  font-size: 100%;
}

/* END LISTS */

#tabulka {
  border-spacing: 1px;
 /*border-collapse: collapse; */
  margin: 0px 0px 20px;padding: 0px;
  border: 1px solid #b1b3b6;
}
#tabulka th{
  height: 32px;
  margin: 4pt 5pt;
  font-size: 115%;
  font-weight: bold;
  color: #fff;
  background-color: #f6a800;
  text-align: center;
}
#tabulka td {
  padding: 4pt 5pt;
  background: #cccccc;
  font-size: 95%;
}
#tabulka tr.hilite td, tr.hilite th {
  padding: 4pt 5pt;
  font-weight: bold;
  font-size: 100%;
  background: #bcbec0;
}

td.center, td.even {
  text-align: left;
  font-weight: bold;
  min-width: 100px;
}
tr.hilite th {background: #bcbec0;}
td.even, tr.hilite td {background: #bcbec0;}

/* detail */

#slogan {
position: absolute;
top: 145px; left: 280px;
padding: 5px 0px;
color: white;
font: bold 18px Trebuchet MS, Arial, Verdana, Geneva, Helvetica, sans-serif;
border-bottom: 1px dotted #ffee36;
text-transform: uppercase;
}
#rychlykontakt{
  margin: 40px 10px 10px 25px;
  font-size: 1em;
  font-weight: bold;
}
#adresa{
  margin: 0;
  width: 600px;
  font-weight: bold;
  color: #fff;
}
.oramovani {
  width: 450px;
  padding: 10px;
  border: 3px solid black;
}
#uvodniseznam  {
  margin-right: 0px;
  padding-bottom: 1em;
  border-bottom: 1px dotted #ffee36;
  font-weight: bold;
  list-style-image: url(../img/bullet.gif);
}
ul.seznam li {
  list-style-image: url(../img/bullet.gif);
 margin-left: 5px;
}
/*--- produkty ---*/

.produkt{
  margin: 10px 0px 0px; padding-bottom: 0px;
  min-height: 140px;
  _height: 140px;
  border-bottom: 1px dotted #000;
}

div#content div.produkt h2, div#content div.produkt p {
  border: none;
  margin-left: 170px;
}

.produkt-ikona{
float: left;padding: 0px;
  margin: 5px 10px 5px 0px;
  border: 3px solid #000;
}
#mainMap{
margin: 0px 0px;
width: 500px;
height: 300px;
border: 1px solid black;}


/* End of 'Layout: Left sidebar + 1 column' */

