/* www.ms-haus.cz, media screen */
/* zakladni nastaveni */
html {
  font-size: 100.01%;
}
body {
  background: #9f1f63 url("./../../_layout/_www/body.png") repeat-x;
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  font-size: 1em;
  color: #626262;
  font-weight: normal;
  font-style: normal;
  text-align: center;
}
a img,
a:link img {
  border: none;
}
p {
  margin: 0;
  padding-bottom: 14px;
}
h1 {
  font-size: 1.8em;
  margin: 0;
  padding: 0;
  padding-bottom: 22px;
}
h2 {
  font-size: 1.4em;
  margin: 0;
  padding-bottom: 14px;
}
h3 {
  font-size: 1.3em;
  margin: 0;
  padding-bottom: 10px;
  color: #000000;
}
h4 {
  font-size: 1.1em;
  margin: 0;
  padding-bottom: 10px;
}
h5 {
  font-size: 1em;
  margin: 0;
  padding-bottom: 10px;
}
h6 {
  font-size: 1em;
  margin: 0;
  padding-bottom: 10px;
}
ol {
  margin: 8px;
  padding-left: 16px;
}
ul {
  margin: 5px;
  padding-left: 13px;
}
ul li {
  list-style-type: square;
}
a {
  color: #9f1f63;
}
a:hover {
  color: #000000;
}
ins {
  text-decoration: none;
}
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
input.text,
input.password {
  font-family: sans-serif;
  font-size: 1em;
  color: #626262;
  border: 1px solid #cccccc;
  background: #ffffff;
  padding: 2px;
}
input.submit,
input.reset,
input.button {
  font-family: sans-serif;
  font-size: 1em;
  font-weight: bold;
  color: #626262;
  border: 2px solid #cccccc;
  cursor: pointer;
  padding: 10px;
}
textarea {
  font-family: sans-serif;
  font-size: 1em;
  color: #626262;
  border: 1px solid #cccccc;
  background: #ffffff;
  padding: 2px;
  overflow: auto;
}
select {
  font-family: sans-serif;
  font-size: 1em;
  color: #626262;
  border: 1px solid #cccccc;
  background: #ffffff;
}
table {
  font-size: 1em;
  margin-top: 5px;
  margin-bottom: 5px;
  border-collapse: collapse;
}
table th,
table td {
  padding: 0;
  text-align: left;
  vertical-align: middle;
  border: 0;
}
div.wrapper {
clear: both;
font-size: 0;
height: 0;
line-height: 0;
}
div.shadow {
height: 5px;
background: url("./../../_layout/_www/wrapper-shadow.png");
overflow: hidden;
}
/* stranka */
div#homepage,
div#page {
  width: 1000px;
  margin: 0 auto 15px auto;
  text-align: left;
}
div.wrapper {
  clear: both;
}
p.result {
  margin-bottom: 8px;
  color: #9f1f63;
}
/* content */
div#content {
  font-size: 0.7em;
  width: 980px;
  line-height: 16px;
  margin: 0 10px 8px 10px;
  float: left;
  clear: both;
}
div.columns.master {
  width: 980px;
}
div.columns.slave {
  width: 710px;
  background: url("./../../_layout/_www/columns-slave.png") repeat-y;
  float: left;
}
div#page div.columns {
  width: 980px;
}
div.columns div.left {
  float: left;
  overflow: hidden;
}
div.columns div.right {
  float: right;
  overflow: hidden;
}
div.columns.master div.left {
  width: 263px;
}
div.columns.master div.right {
  width: 710px;
}
div.columns.slave div.left {
  width: 300px;
}
div.columns.slave div.right {
  width: 403px;
}
div#page div.columns div.left {
  width: 263px;
}
div#page div.columns div.right {
  width: 710px;
}
div.box {
  background: #ffffff;
  padding: 8px;
  margin-bottom: 0;
  float: left;
  clear: both;
}
div.box h2 {
  background: #575757 url("./../../_layout/_www/box-h2.png") no-repeat;
  margin-bottom: 3px;
  color: #ffffff;
  font-size: 1em;
  padding: 9px 20px 6px 20px;
  position: relative;
}
div.box p.archive {
  font-weight: bold;
  padding-bottom: 0;
  text-align: right;
}
p.help {
  text-align: center;
  padding-top: 7px;
  padding-bottom: 21px;
}
/* header */
div.print-header {
  display: none;
}
div#header {
  width: 980px;
  height: 221px;
  font-size: 0.7em;
  margin: 16px 10px 0 10px;
  border-top: 3px solid #bcbdc0;
  position: relative;
}

div#langmenu {
  background: url("./../../_layout/_www/langmenu.png") no-repeat;
  min-height: 40px;
  padding: 1px 0 5px 0;
}
div#langmenu ul {
  margin: 0;
  padding: 0;
  margin-left: 21px;
}
div#langmenu li {
  list-style: none;
  float: left;
  min-width: 23px;
  text-align: center;
  margin-right: 8px;
}
div#langmenu a {
  color: #727272;
  padding-bottom: 29px;
  display: block;
  text-decoration: none;
  background-position: 0 bottom;
  background-repeat: no-repeat;
}
div#langmenu li.cs a {
  background-image: url("./../../_layout/_www/cs.png");
}
div#langmenu li.en a {
  background-image: url("./../../_layout/_www/en.png");
}
div#langmenu li.de a {
  background-image: url("./../../_layout/_www/de.png");
}
div#langmenu li.ru a {
  background-image: url("./../../_layout/_www/ru.png");
}
div#langmenu li.fr a {
  background-image: url("./../../_layout/_www/fr.png");
}
div#langmenu li.sp a {
  background-image: url("./../../_layout/_www/sp.png");
}
div#langmenu li.it a {
  background-image: url("./../../_layout/_www/it.png");
}
div#langmenu li.sk a {
  background-image: url("./../../_layout/_www/sk.png");
}
div#langmenu li a:hover,
div#langmenu li a.active {
  color: #ffffff;
  background-position: -23px bottom;
}
div#searchform {
  padding: 7px 0 7px 14px;
  width: 966px;
  background: #bcbdc0;
}
div#searchform form {
  margin: 0;
}
div#searchform label {
  display: none;
}
div#searchform input.text {
  border: none;
  width: 160px;
  margin: 1px 9px 0 0;
}
div#searchform input.image {
  position: absolute;
}
div#mainmenu {
  border-bottom: 2px solid #e8e8e8;
  background: #bcbdc0;
  margin-bottom: 6px;
}
div#mainmenu ul {
  margin: 0 0 0 10px;
  padding: 0;
}
div#mainmenu li {
  list-style: none;
  float: left;
  position: relative;
}
div#mainmenu a {
  display: block;
  border: 2px solid #bcbdc0;
  padding: 22px 9px 11px 7px;
  color: #6a6a6a;
  text-decoration: none;
  text-transform: uppercase;
}
div#mainmenu a:hover,
div#mainmenu a.active {
  color: #ffffff;
  border: 2px solid #bb2c78;
  background: #a12064 url("./../../_layout/_www/mainmenu-a-hover.png") repeat-x left top;
}
div#submenu {
  width: 247px;
}
div#submenu ul {
  margin: 0;
  margin-top: -1px;
  padding: 0;
  overflow: hidden;
}
div#submenu li.subitems ul {
  margin-top: 0;
}
div#submenu li {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #ffffff;
}
div#submenu li.subitems {
  padding-bottom: 1px;
  border-bottom: 1px solid #d7d7d7;
  border-top: 0;
}
div#submenu li li.subitems {
  padding-bottom: 0;
  border-bottom: 0;
}
div#submenu li.subitems ul {
  margin-top: -2px;
}
div#submenu li.subitems li ul {
  margin-top: 0;
}
div#submenu a {
  height: 36px;
  line-height: 36px;
  display: block;
  padding: 0 23px 0 23px;
  color: #676767;
  text-decoration: none;
  background: #e7e7e7 url("./../../_layout/_www/listitem-bg.gif") repeat-x;
}
div#submenu li.active a,
div#submenu a:hover {
  color: #ffffff;
  background-position: 0 bottom;
}
div#submenu li.last a {
  height: 34px;
  line-height: 34px;
  background: #e7e7e7;
}
div#submenu li.active.last a,
div#submenu li.last a:hover {
  background: #9f1f63;
}
div#submenu li.subitems a {
  height: 34px;
  line-height: 34px;
  padding-left: 38px;
  color: #ffffff;
  background: #492337;
}

div#submenu li.subitems li a:hover,
div#submenu li.subitems li.active a {
  background: #5a2441;
}

div#submenu li.subitems li li a {
  padding-left: 53px;
  background: #3a0b24;
}

div#submenu li.subitems li li a:hover,
div#submenu li.subitems li li.active a {
  background: #15030D;
}
div#logo {
  width: 349px;
  height: 136px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  float: left;
}
div#logo h1,
div#logo p {
  margin: 0;
  padding: 0;
  width: 349px;
  height: 136px;
  position: relative;
  overflow: hidden;
}
div#logo span.ir {
  width: 349px;
  height: 136px;
  position: absolute;
  left: 0;
  top: 0;
  background: url("./../../_layout/_www/ms-haus-s-r-o.png");
}
div#logo a span.ir,
div#logo a span.ir {
  cursor: pointer;
}
div#shapes {
  width: 240px;
  height: 57px;
  background: url("./../../_layout/_www/shapes.png");
  position: absolute;
  top: 13px;
  right: 11px;
}
div#partners {
  width: 247px;
}
div#partners div.item {
  border-bottom: 1px solid #d7d7d7;
  margin: 0;
  margin-bottom: 14px;
}
div#partners div.item.last {
  border: 0;
  margin-bottom: 0;
}
div#partners h3 {
  /*font-size: 1.2em;
  margin-bottom: 8px;*/
  display: none;
}
div#partners p.logo {
  text-align: center;
  padding-bottom: 8px;
}
div#news img {
  border: 5px solid #e5e5e5;
  margin: 0 -10px 10px -10px;
  float: left;
}
div#news div.item {
  border-bottom: 1px solid #d7d7d7;
  margin: 0;
  margin-bottom: 14px;
}
/*
div#news div.item.last {
  border: 0;
  margin-bottom: 0;
}
*/
div#news a {
  text-decoration: none;
}
div#news ins {
  color: #9f1f63;
  font-size: 0.75em;
  text-decoration: none;
}
div#work-in-process {
  width: 247px;
}
div#work-in-process img {
  border: 5px solid #e5e5e5;
  margin: 0 -10px 10px -10px;
  float: left;
}
div#work-in-process div.item {
  border-bottom: 1px solid #d7d7d7;
  margin: 0;
  margin-bottom: 14px;
}
/*
div#work-in-process div.item.last {
  border: 0;
  margin-bottom: 0;
}
*/
div#work-in-process a {
  width: 236px;
  height: 273px;
  overflow: hidden;
  text-decoration: none;
}
div#work-in-process ins {
  color: #9f1f63;
  font-size: 0.75em;
  text-decoration: none;
}

span.corner {
  position: absolute;
  overflow: hidden;
}
span.corner.lt {
  left: 0;
  top: 0;
}
span.corner.rt {
  right: 0;
  top: 0;
  background-position: -3px 0;
}
div.box h2 span.corner {
  width: 3px;
  height: 3px;
  background-image: url("./../../_layout/_www/box-h2-corners.png");
}
div.box div.container {
  background: url("./../../_layout/_www/box-container.png") repeat-x;
  min-height: 40px;
  padding: 10px;
  text-align: justify;
}
p.ir {
  overflow: hidden;
  position: relative;
  margin-bottom: 14px;
}
p.ir span.ir {
  position: absolute;
  left: 0;
  top: 0;
}
p.clenstvi-a-partnerstvi {
  width: 226px;
  height: 52px;
}
p.clenstvi-a-partnerstvi span.ir {
  width: 226px;
  height: 52px;
  background: url("./../../_layout/_www/clenstvi-a-partnerstvi.png");
}
p.aktualni-stavby {
  width: 157px;
  height: 36px;
}
p.aktualni-stavby span.ir {
  width: 157px;
  height: 36px;
  background: url("./../../_layout/_www/aktualni-stavby.png");
}
p.novinky {
  width: 251px;
  height: 31px;
}
p.novinky span.ir {
  width: 251px;
  height: 31px;
  background: url("./../../_layout/_www/novinky.png");
}
p.videoprezentace {
  width: 341px;
  height: 33px;
}
p.videoprezentace span.ir {
  width: 341px;
  height: 33px;
  background: url("./../../_layout/_www/videoprezentace.png");
}
p.vitejte {
  width: 229px;
  height: 36px;
}
p.vitejte span.ir {
  width: 229px;
  height: 36px;
  background: url("./../../_layout/_www/vitejte.png");
}
div#navigation {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d7d7d7;
}
div#navigation ul {
  margin: 0;
  padding: 0;
  display: inline;
}
div#navigation li {
  list-style: none;
  display: inline;
  color: #010101;
  margin-right: 2px;
}
div#navigation a {
  color: #9f1f63;
  padding-right: 10px;
  background: url("./../../_layout/_www/path-a.png") no-repeat right center;
}
div#navigation a:hover {
  color: #010101;
}
div#text {
  width: 650px;
  padding: 15px 30px 15px 30px;
  float: left;
  clear: both;
}
/* footer*/
div#footer {
  font-size: 0.7em;
  width: 980px;
  height: 185px;
  overflow: hidden;
  margin: 0 auto 8px auto;
  background: #000000 url("./../../_layout/_www/footer.png") no-repeat;
  position: relative;
}
div#footer p {
  padding: 0;
}
div#contacts {
  padding: 47px 27px 96px 30px;
}
div#contacts div.left {
  float: left;
  width: 119px;
  background: url("./../../_layout/_www/house.png") no-repeat 0 0;
  padding-left: 38px;
  margin-right: 24px;
}
div#contacts div.center {
  float: left;
  width: 126px;
  background: url("./../../_layout/_www/envelope.png") no-repeat 17px 0;
  padding-left: 58px;
  border-left: 1px solid #191919;
  margin-right: 24px;
}
div#contacts div.right {
  float: left;
  width: 131px;
  background: url("./../../_layout/_www/printer.png") no-repeat 17px 0;
  padding-left: 58px;
  border-left: 1px solid #191919;
}
div#created-by {
  position: absolute;
  right: 30px;
  bottom: 16px;
}
div#created-by p {
  position: relative;
  width: 118px;
  height: 33px;
}
div#created-by p a {
  width: 118px;
  height: 33px;
  display: block;
}
div#created-by p span.ir {
  width: 118px;
  height: 33px;
  position: absolute;
  left: 0;
  top: 0;
  background: url("./../../_layout/_www/skymedia.png");
}
div#created-by p a:hover span.ir {
  background-position: -118px 0;
}
div#created-by p span.ir {
  cursor: pointer;
}
div#footer a:hover {
  color: #ffffff;
}
/* textovy vystup */
div.text-output h2 {
  background: none;
  margin-bottom: 3px;
  color: #492337;
  font-size: 1.25em;
  padding: 0;
}
div#text span.date {
  font-weight: bold;
  color: #9f1f63;
  display: block;
  padding-bottom: 10px;
}
/* vypis */
div#list {
  width: 100%;
  float: left;
  clear: both;
}
div#list div.item {
  width: 100%;
  margin: 0;
  margin-bottom: 14px;
  padding: 0;
  float: left;
  clear: both;
}
div#list div.wrapper {
  margin-bottom: 14px;
}
div#list h2 {
  background: none;
  margin: 0;
  padding: 0;
  color: #492337;
  font-size: 1.25em;
  padding: 0;
  position: relative;
  z-index: 999;
}
div#list h2 a {
  text-decoration: none;
  background: url("./../../_layout/_www/list-style-type.gif") no-repeat 0 0;
  padding-left: 25px;
}
div#list h2 a:hover {
  background-position: 0 bottom;
}
div#list.news-list a,
div#list.catalog-list div.left a,
div#list.catalog-list div.right a,
div#list.catalog-section div.left a,
div#list.catalog-section div.right a,
div#list.results a {
  background: none;
  padding-left: 0;
}
div#list h2 ins {
  color: #9f1f63;
  font-size: 0.75em;
  text-decoration: none;
}
div#list p {
  padding: 0;
  margin: 14px 0 0 0;
}
div#list p.place {
  margin-top: 0;
}
div#list p.price strong {
  color: #9f1f63;
}
div#list img {
  float: right;
  margin: 0;
  margin-left: 20px;
  border: 5px solid #e5e5e5;
  position: relative;
  z-index: 99999;
}
/* vypis - katalog */
div#list.catalog-list,
div#list.catalog-section {
  width: 651px;
}
div#list.catalog-list div.item,
div#list.catalog-section div.item {
  clear: none;
}
div#list.catalog-list div.item.left,
div#list.catalog-section div.item.left {
  width: 305px !important;;
  padding-right: 19px;
  border-right: 1px solid #d7d7d7;
}
div#list.catalog-list div.item.right,
div#list.catalog-section div.item.right {
  width: 306px !important;
  padding-left: 19px;
  border-left: 1px solid #d7d7d7;
  position: relative;
  left: -1px;
  float: left;
}
/* galerie */
div#gallery {
  width: 654px;
  margin-top: 30px;
  float: left;
  clear: both;
}
div#gallery p {
  padding: 0;
  margin: 0 8px 8px 0;
  float: left;
  clear: none;
}

div#gallery a {
  border: 5px solid #e5e5e5;
  float: left;
  clear: both;
}
div#gallery a:hover {
  border-color: #d5d5d5;
}
div#gallery img {
  float: left;
}
/* ke stazeni */
div#downloads {
  width: 100%;
  margin-top: 30px;
  float: left;
  clear: both;
}
div#downloads h2 {
  background: #575757 url("./../../_layout/_www/box-h2.png") no-repeat;
  margin-bottom: 1px;
  color: #ffffff;
  font-size: 1em;
  padding: 9px 20px 6px 20px;
  position: relative;
}
div#downloads h2 span.corner {
  width: 3px;
  height: 3px;
  background-image: url("./../../_layout/_www/box-h2-corners.png");
}
div#downloads ul {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
  border-bottom: 1px solid #d7d7d7;
}
div#downloads li {
  width: 100%;
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
  padding-bottom: 1px;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #ffffff;
}
div#downloads li.header {
	padding-bottom: 0;
  border-top: 0;
}
div#downloads ul span {
  height: 25px;
	line-height: 25px;
	padding: 0 5px 0 5px;
  display: block;
	float: left;
	clear: none;
  border-top: 1px solid #ffffff;
}
div#downloads li.header span {
  height: 31px;
	line-height: 31px;
  font-weight: bold;
	background: #575757;
	color: #ffffff;
	border: 0;
}
div#downloads ul span img {
  position: relative;
  top: 3px;
}
div#downloads li {
  background: #f0f0f0;
}
div#downloads ul span.type {
  width: 75px;
  text-align: center;
}
div#downloads ul span.name {
  width: 470px;
}
div#downloads ul span.size {
  width: 75px;
  text-align: center;
}
/* detail */
div#main-image {
  width: 322px;
  float: right;
  margin: 0 0 25px 25px;
}
div#main-image img {
  border: 5px solid #e5e5e5;
  float: right;
}
div#bookmarks {
  padding: 15px 0 21px 0;
}
div#bookmarks ul {
  margin: 0;
  padding: 0;
}
div#bookmarks li {
  list-style: none;
  font-weight: bold;
  height: 51px;
  position: relative;
  float: left;
  overflow: hidden;
}
div#bookmarks a {
  height: 51px;
  display: block;
}
div#bookmarks li.obchodni-podminky,
div#bookmarks li.obchodni-podminky a {
  width: 133px;
}
div#bookmarks li.popis-konstrukce-rozsah-dodavky,
div#bookmarks li.popis-konstrukce-rozsah-dodavky a {
  width: 157px;
}
div#bookmarks li.katalogovy-list,
div#bookmarks li.katalogovy-list a {
  width: 129px;
}
div#bookmarks li.ceniky,
div#bookmarks li.ceniky a {
  width: 107px;
}
div#bookmarks li.nabidka-pozemku,
div#bookmarks li.nabidka-pozemku a {
  width: 123px;
}
div#bookmarks span.ir {
  position: absolute;
  left: 0;
  top: 0;
  height: 51px;
  cursor: pointer;
}
div#bookmarks li.obchodni-podminky span.ir {
  width: 133px;
  background: url("./../../_layout/_www/obchodni-podminky.png");
}
div#bookmarks li.popis-konstrukce-rozsah-dodavky span.ir {
  width: 157px;
  background: url("./../../_layout/_www/popis-konstrukce-rozsah-dodavky.png");
}
div#bookmarks li.katalogovy-list span.ir {
  width: 129px;
  background: url("./../../_layout/_www/katalogovy-list.png");
}
div#bookmarks li.ceniky span.ir {
  width: 107px;
  background: url("./../../_layout/_www/ceniky.png");
}
div#bookmarks li.nabidka-pozemku span.ir {
  width: 123px;
  background: url("./../../_layout/_www/nabidka-pozemku.png");
}
div#parameters {
  width: 305px;
  float: left;
  clear: none;
}
div#calculator {
  margin-top: 30px;
  text-align: center;
  float: left;
  border: 5px solid #e5e5e5;
}
table.product th,
table.product td {
  padding: 10px 23px 10px 23px;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
table.product th {
  background: #9f1f63;
  color: #ffffff;
}
table.product td {
  background: #000000;
  color: #ffffff;
}
table.prices {
  width: 100%;
}
table.prices th {
  font-weight: normal;
}
table.prices td {
  font-weight: bold;
}
table.parameters {
  float: left;
  width: 305px;
  margin: 0;
}

table.parameters.summary,
table.parameters.group-1 {
  margin-bottom: 2px;
}
table.parameters caption {
  font-size: 1.3em;
  font-weight: bold;
  background: #000000;
  color: #ffffff;
  padding: 11px 24px 9px 24px;
  border-bottom: 2px solid #ffffff;
}
table.parameters th {
  width: 65%;
}
table.parameters td {
  width: 35%;
  text-align: center;
  border-right: none;
}
div#gallery.square {
  width: 341px;
  float: right;
  margin-top: 0;
  clear: none;
}
div#gallery.square h2 {
  font-size: 1.3em;
  padding: 11px 24px 9px 24px;
  background: #000000;
  color: #ffffff;
  margin-bottom: 2px;
}
div#gallery.square div.photo {
  width: 170px;
  float: left;
  margin-bottom: 1px;
}
div#gallery.square div.photo.odd {
  margin-right: 1px;
}
div#gallery.square div.photo p.title {
  margin: 0;
  margin-bottom: 1px;
  padding: 11px 24px 9px 24px;
  font-weight: bold;
  background: #000000;
  color: #ffffff;
  float: none;
}
div#gallery.square div.photo a {
  width: 170px;
  height: 135px;
  line-height: 135px;
  display: block;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  background: #e5e5e5;
  border: 0;
  float: none;
}
div#gallery.square div.photo a:hover {
  background: #d5d5d5;
}
div#gallery.square div.photo img {
  text-align: center;
  vertical-align: middle;
  border: 0;
  float: none;
}
/* video */
div#video {
  width: 376px;
  height: 237px;
  border: 5px solid #000000;
  float: left;
  clear: both;
  position: relative;
  top: -10px;
}
/* slideshow */
div#slideshow {
  width: 710px;
  height: 210px;
  background: url("./../../_layout/_www/slider.png") repeat-x;
  margin-bottom: 8px;
}
div#slider-stage {
	width: 626px;
	height: 206px;
  border: 2px solid #ffffff;
	overflow: hidden;
	float: left;
	position: relative;
  background: #ffffff;
}
div#slider-list {
	width: auto;
	position: absolute;
}

#slider-list a.theme {
	width: 206px;
	height: 206px;
	margin-right: 4px;
	float: left;
	position: relative;
	text-decoration: none;
	overflow: hidden;
}
#slider-list a.theme img {
  position: absolute;
  top: 41px;
}
#slider-list a.theme span.label {
  width: 186px;
  height: 31px;
  padding: 5px 10px 5px 10px;
  margin: 0;
  color: #ffffff;
	background-color: transparent;
	background-image: url(./../../_layout/_www/label-bg.png);
	position: absolute;
	left: 0;
	top: 0;
}
#slider-list a.theme span.label strong {
/*  color: #9f1f63;*/
}
#slider-list a.theme p span {
  width: 100%;
  float: left;
  clear: both;
}
div#slideshow p {
  width: 27px;
  height: 30px;
  margin: 0;
	margin-top: 90px;
	padding: 0;
  float: left;
  clear: none;
  position: relative;
  overflow: hidden;
}
div#slideshow p.previous {
  margin-right: 5px;
}
div#slideshow p.next {
  margin-left: 5px;
}
div#slideshow p a {
  width: 27px;
  height: 30px;
  display: block;
  cursor: pointer;
}
div#slideshow p span.ir {
  width: 27px;
  height: 30px;
	background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
a#slideshow-previous span.ir {
	background-image:url(./../../_layout/_www/slideshow-previous.gif);
}
a#slideshow-next span.ir {
	background-image:url(./../../_layout/_www/slideshow-next.gif);
}
div#slideshow a:hover span.ir {
	background-position: 0 bottom;
}
/* ilustrace*/
div#illustration {
  width: 630px;
  height: 136px;
  background: #000000;;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  float: right;
  overflow: hidden;
}
div#illustration ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
div#illustration li {
	width: 630px;
	height: 136px;
  margin: 0;
  padding: 0;
	overflow: hidden;
}
/* obchodni partneri */
table#business-partners td {
  padding: 15px 60px 15px 0;
}

/* lista */
div#sky-line {
  color: #999999;
  font-size: 0.7em;
  padding: 15px 15px 0 15px;
  text-align: center;
}

div#sky-line p {
  line-height: 16px;
}

div#sky-line p a {
  color: #ffffff;
}

