/* Start of CMSMS style sheet 'Layout INSiGHT' */
/* Layout */

body {
  margin: 0px;
  padding: 0px;
  text-align: center;
}

div#pagewrapper {
  margin: 0px auto;
  width: 1000px;
  padding: 0px;
  text-align: left;
}

#container {
  position: relative;
  margin: 0px;
}

div#header {
  margin: 0px;
  padding: 0px;
  height: 142px;
  text-align: left;
  background:  url(images/INSiGHT/header.png) no-repeat top;
  position: relative;
}

div#header h1 {
  display: none;
}

div#header a {
  display: block;
  width: 193px;
  height: 51px;
  position: absolute;
  top: 10px;
  left: 400px;
  background: url(images/INSiGHT/logo.png) no-repeat top;
}

div#content {
  position: relative;
  margin: 0px auto 2em 0;
  padding: 0;
  text-align: left;
}

div#menu_vert {
  float: left;
  width: 201px;
  margin-left: 0;
}  

div#main {
  background-color: #fff;
  float: right;
  width: 784px;
  margin: 0;
}

div#main-inner {
  padding: 0 10px;
  min-height: 400px;
}

div#footer {
}

div#footer p {
  font-size: 0.9em;
  margin: 0px;
  padding: 15px;
  text-align: center;
}

div.breadcrumbs {
  padding: 1em 0px;
  text-align: left;
  font-size: 90%;
  margin: 0px 1em;
  border-bottom: 1px dotted #000;
}

div.flags {
  float: right;
  width: 18px;
  padding: 1em 0px;
  text-align: right;
  margin: 0px 1em 0px 0px;
}

div.left49 {
  float: left;
  width: 20%;
  }

div.right49 {
  text-align: right;
  }

/*==== Testy vyrobku ====*/

p.test_button {
 width: 250px;
 /*background-color: #054374;
 border: 1px solid #e0eef4;*/
 text-align: center;
 float: left;
}
p.test_button a {
 display: block
 margin: .5em;
 color: #054374;
}

div.test_vyrobek {
 clear:both;
 background-color: #e0eef4;
 border: 1px solid #054374;
 padding: 1em;
 margin: 1em 0px 1em 0px;
}

/*==== Slevy ====*/

#slevy-vybery {
 text-align: center;
}

#slevy-vybery a {
 background-color: #e0eef4;
 padding 3px;
}

.slevy-tabulka td img {
 border: 0px;
}

.bold-w {
 font-weight: bold;
}

.figure-imageleft {
 float: left;
 margin-right: 5px;
}
.figure-imageright {
 float: right;
 margin-left: 5px;
}






/* End of 'Layout INSiGHT' */

