html{
   overflow-y:scroll;
   overflow-x:auto;
}
body {
  background-color: white;
  color: gray;
  font-family: Verdana, Arial, sans-serif;
  font-size: 0.7em;
  margin: 0;
}
#header{
  height: 30px;
  width: 500px;
}
#centerbox{
  /* background: url('../webimg/bg_right.png') repeat-y right;*/
  width: 820px;
  margin: 0 auto;
  padding-bottom: 0px;
}
#main {
  position: relative;
  width: 820px;
  margin-left: auto;
  margin-right: auto;
}
#left{
  width: 240px;
  /*    display: inline;*/
  /*    float: left;*/
  position: absolute;
  top: 0px;
  left: 0px;
  font-family: Georgia, "Palatino Linotype", "Times New Roman", Times, serif;
}
#left_dummy{
  float: left;
  width: 240px;
}
#left .pict{
  margin: 25px;
  width: 40px;
  height: 40px;
}
#left .pict img{
  display: none;
}
#left .pict .mainPict {
  display: block;
}
#left .left_menu{
  margin-top: 175px;
  font-size:medium;
  color: #666666;
}
#left .left_menu a {
  text-decoration: none;
  color: #666666;
}
#left .left_menu a:hover{
  color: #FF0066;
}

#center{
  /*  float: left;*/
  width: 500px;
  margin-left: 268px;
  margin-right: 10px;
  position: relative;
}

#right{
  float: left;
  /*width: 260px;*/
  width: 0px;
}

a img {
  border:0px none;
}

h1, h2, h3 {
  font-family: Georgia, "Palatino Linotype", "Times New Roman", Times, serif;
  font-weight: normal;
}

h1 {
  margin-top: 1.4em;
  font-size: x-large;
}

h2 {
  margin-top: 1.3em;
  margin-bottom: 0.9em;
  font-size: 1.5em;
  /*  color:#565656;*/
}

h3 {
  margin-top: 1em;
  margin-bottom: 0.7em;
  font-size: 1.2em;
}

.logo {
  height: 100px;
  margin-left: 50px;
  margin-top: 97px;
}
#header_dummy{
  height: 100px;
}
#header {
  position: absolute;
  top: 0px;
  color: #666666;
  padding-left: 5px;
  line-height: 110px;
  height: 100px;
}

#header a {
  color: #666666;
  text-decoration: none;
}

#header a:hover {
  text-decoration: underline;
}

.right_header{
  color: black;
  line-height: 100px;
  vertical-align: middle;
  font-size: xx-large;
  height: 100px;
  font-family: Georgia, "Palatino Linotype", "Times New Roman", Times, serif;
  text-align: center;
}
#reference_dummy{
  height: 200px;
}
.reference {
  height: 200px;
  position: absolute;
  top: 100px;
}

.menu{
  font-size: medium;
  /*    text-align: left;*/
  margin: 145px 0px 20px 15px;
  color: white;
  padding-left: 10px;
}
.menu a {
  display: block;
  text-decoration: none;
  color: black;
  margin-bottom: 8px;
}
.menu a:hover {
  color: black;
  text-decoration: underline;
}

.menu li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.menu li ul {
  margin-left: 15px;
}

#footer {
  margin: 40px 0px 25px 260px;
  /*  margin-top: 25px;*/
  /*  padding-bottom: 25px;*/
  clear: both;
  /*  padding-left: 260px;*/
}
#footer a {
  color: #A7A7A7;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}

.article {
  width: 500px;
  margin-top: 5px;
}

.article p {
  line-height: 1.5em;
  margin-top: 1em;
  margin-bottom: 1em;
}

.article strong {
  color: #888;
} 

#puxlink img {
  margin-right: 2px;
}

.article .id, .article .id:hover {
  color: #565656;
  text-decoration: none;
  border-bottom: none;
}

.article a {
  text-decoration: underline;
  color: black;
}
.article a:hover{
  color: gray;
}

.article ul {
  list-style-type: disc;
  margin: 1em 0px 1.7em 10px;
}

.article ul li {
  margin-left: 10px;
  line-height: 1.5em;
}

.article .multicolumn {
  /*  line-height: 2em;*/
  overflow: hidden;
}

.article .multicolumn .column {
  float: left;
}
.article .multicolumn.two .column {
  width: 45%;
  margin-right: 5%;
}

.article .multicolumn.three .column {
  width: 30%;
  margin-right: 4.5%;
}

.article .multicolumn p {
  margin-top: 0px;
}


#right .item {
  margin-bottom: 15px;
  line-height: 1.4em;
}   

.cleaner {
  background:transparent none repeat scroll 0%;
  border:medium none;
  clear:both;
  font-size:1px;
  height:1px;
  margin:-1px;
  padding:0px;
}

object {
  background-color: black;
}

.orderForm{
}

.orderForm .message {
  border: 1px solid #CCCCCC;
  padding: 1em;
}

.orderForm .message p {
  margin: 1em 0px 0px;
}

.orderForm .message .title {
  font-weight: bold;
}

.orderForm .block {
  margin-bottom: 1em;
}

.orderForm fieldset{
  border: none;
}                                                        
.orderForm form{
  margin-top: 10px;
}
.orderForm textarea {
  background-color: white;
  border: 1px solid #A7A7A7;
  font-family: sans-serif;
  font-size: 1.1em;
  height: 100px;
  width: 320px;
}

.orderForm .popis {
  margin-bottom: 0.3em;
}

.orderForm .mandatory{
  background: transparent url(../webimg/mandatoryField.gif) no-repeat scroll left;
  padding-left: 10px;
}

.orderForm .info {
  float: right;
  margin-right: 130px;
}

.orderForm .text {
  background-color: white;
  border: 1px solid #A7A7A7;
  width: 320px;
}

.orderForm .cap {
  background-color: white;
  border: 1px solid #A7A7A7;
  width: 100px;
}

.orderForm .boxes .checkbox {
  margin: 0px;
  padding: 0px;
}

.orderForm .boxes label {
  padding: 0px 7px 2px 4px;
}

.orderForm .button {
  font-size: 1.2em;
  padding: auto 10px;
  width: 120px;
}
.polozka{
  float:left;
  margin-right:5%;
  width:45%;
}
.top_image{
  float: left;
  width: 100px;
  margin-bottom: 5px;
}
.top_image img{
  cursor: pointer;
}
.top_text{
  margin-left:105px;
  padding-top:15px;
}
.top_text a{
  text-decoration: none;
  cursor: pointer;
}

#sliderWrapper{
  background-color:white;
  height:200px;
  overflow:hidden;
  width:500px;
}

  /* You can alter this CSS in order to give SmoothDivScroll your own look'n'feel */

/* The scroll wrapper is always the same width and height as the containing element (div).
   Overflow is hidden because you don't want to show all of the scrollable area.
*/
div.scrollWrapper
{
	position: relative;
	overflow: hidden;
	width: 520px;
  left: -10px;
	height: 100%;
}

div.scrollableArea
{
	position: relative;
	width: auto;
	height: 100%;
  background-color: black;
}

div.scrollableArea img{
  opacity: 0.8;
  cursor: pointer;
  margin: 0;
  border: 0;
  padding: 0;
  float: left;
}