html, body, h1, h2, h3, h4, h5, h6, p, form, img {
  margin: 0;
  padding: 0;
  border: 0;
}
h1 {
 margin-bottom: 10px;
}
body {
    background: url('../img/background.png') #fff repeat;
  color: #fff;
}
body, input, textarea, select {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}

/* Layout */
#page {
  margin: 0 auto;
  text-align: left;
  width: 950px;
  background: url('../img/sloupce.png') repeat-y;
}

#workshopy {
  float: left;
  width: 150px;
  padding: 15px;
  background: #000;
  color: #fff;
}

#obsah {
  float: right;
  width: 754px;
  background: #000;
  color: #fff;
height: 100%
}
#footer {
  margin: 0 auto;
  text-align: left;
  width: 950px;
}

img {
  /*float: left;*/
}


a {
  color: #fff;
  text-decoration: underline;
}
a:hover {
  color: #fbff62;
  text-decoration: none;
}

p {
  text-align: justify;
  line-height: 140%;
  margin: 2px 0 2px 0;
}

div.clr {
  clear: both;
}

.skryt {
  display: none;
}

.tween {
  width: 186px;
  height: 124px;
  position: relative;
  background-color: #fff;
  margin: 2px 0 0 2px;
  float: left;
}
.polozka {
  width: 186px;
  height: 124px;
  font-size: 12px;
  color: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.polozka_obsazeno {
  width: 186px;
  height: 124px;
  font-size: 12px;
  color: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0.4;
  filter: alpha(opacity = 40);
}
.polozka_popis {
  opacity: 0;
  filter: alpha(opacity = 0);
  width: 186px;
  height: 124px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  color: #000;
}
.polozka_popis_obsazeno {
  width: 186px;
  height: 124px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  color: #000;
}
.archiv {
  width: 186px;
  height: 124px;
  margin: 2px 0 0 2px;
  float: left;
  background-color: #333;
}
.archiv_popis {
  width: 186px;
  height: 124px;
  float: left;
  margin: 2px 0 0 2px;
}

a.volno
	{ display: block; width: 100%; height: 100%; text-decoration: none }
a.volno:hover
	{ background: #505050; }

div.demoElement {
	width: 186px;
	height: 124px;
	font-size: 12px;
	color: #000000;
	padding: 11px;
}
.ochrana
	{ left: -9999px; top: -9999px; position: absolute }