/**
 * Vychozi vlastnosti pro vsechny prvky
 */
{
  position: relative;
	margin: 0;
	padding: 0;
}

p, ul, ol {
	margin-bottom: 20px;
}

ul, ol {
  margin-left: 30px;
}

a {
	text-decoration: none;
	color: #EE600E;
}

table {
  border: 0;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
}

tr {
  border: 0;
  margin: 0;
  padding: 0;
}

td {
  border: 0;
  margin: 0;
  padding: 0;
}

h1, h2, h3 {
  font-size: 12px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}

h4 {
	color: #339933;
	font-size: 12px;
}

/**
 * Definice stylu pro telo html stranky
 */
body {
	width: 100%; 
	position: relative;
	
	font-family:Verdana, "Trebuchet MS", sans-serif;
	font-size: 12px;
	
	background-color: white;
	color: black;        
}

/**
 * Definice stylu pro stranku
 */
#schw-page {
	position: relative;
	width: 925px;
	
	color: black;
	background-color: white;
	
	margin-top: 23px;
	margin-left: auto;
	margin-right: auto;
	
	border-color: white;
	border-style: solid;
	border-width: 3px;
}

/**
 * Definice stylu prvku zajistujici posunuti dekorace spodniho okraje stranky
 */
#schw-end-translation {
	height: 17px;
}

/**
 * Viktor Cistic
 */
.schw-cleaner {
	clear: both;
	height: 1px;
	margin-top: -1px;
	border: none;
	visibility: hidden;
}


/**
 * -----------------------------------------------------------------------------------------------
 *   HEAD
 * -----------------------------------------------------------------------------------------------
 */

/**
 * Definice stylu pro hlavicku stranky
 */
#schw-page-head {
	position: relative;
	height: 195px;
	width: 925px;
	background-image: url('grey-stripes.png');
	background-repeat: repeat-x;
}

/**
 * Definice stylu hlavicky leve casti stranky
 */
#schw-left-head {
	position:absolute;
	width: 245px;
	height: 195px;
	background-image: url('logo-schwing.gif');
	background-repeat: no-repeat;
	background-position: 15px 15px;
}

/**
 * Definice stylu menu v hlavicce leve casti stranky
 */
#schw-left-head-menu {
	position: absolute;
	top: 95px;
}

/**
 * Definice stylu polozky menu v hlavicce leve casti stranky
 */
a.schw-left-head-menu-item {
	display: block;
	width: 235px;
	height: 21px;
	padding-top: 4px;
	padding-left: 10px;
	font-size: 115%;
	text-decoration: none;
	color: white;	
}

a.schw-left-head-menu-item:hover{
  text-decoration: underline;
}

#schw-left-head-mi-row-1 {
	background-color: #EC5F0E;
}

#schw-left-head-mi-row-2 {
	background-color: #D2550D;
}

#schw-left-head-mi-row-3 {
	background-color: #AC450A;
}

#schw-left-head-mi-row-4 {
	background-color: #953D09;
}

/**
 * Definice stylu hlavicky prave casti stranky
 */
#schw-right-head {
	position: absolute;
	left: 248px;
	height: 195px;
	width: 678px;
	
	background-image: url('betonarna-top-strip.gif');
	background-repeat: no-repeat;
	background-position: 0 14px;
}


/**
 * Definice stylu menu jazyku v hlavicce prave casti stranky
 */
#schw-right-head-language-menu {
	position: absolute;
	top: 15px;
	left: 380px;
}

a.schw-right-head-language-menu-item {
	text-decoration: none;
	color: black;
	background-image: url('link-begin-bg.png');
	background-repeat: no-repeat;
	margin-right: 10px;
	padding-left: 13px;
        font-weight: bold;
}
a.schw-right-head-language-menu-item:hover {
	background-color: white;
  color: silver;
}

/**
 * Definice stylu adresy v hlavicce prave casti stranky
 */
#schw-right-head-address {
	position: absolute;
	top: 110px;
	left: 25px;
	
	color: white;
	font-size: 80%;
}

#schw-right-head-address-col-1 {
	padding-right: 50px;
}

#schw-right-head-address-col-2 {
	padding-right: 15px;
}

/**
 * Definice odkazu v adrese v hlavicce prave casti stranky
 */
#schw-address-link {
	color: white;
	text-decoration: none;
}

/**
 * Definice stylu menu v hlavicce prave casti stranky
 */
#schw-right-head-menu {
	position: absolute;
	top: 172px;
	left: 14px;
}

a.schw-right-head-menu-item {
	display: block;
	float: left;
	width: 140px;
	height: 20px;
	margin-right: 5px;
	padding-top: 3px;
	text-align: center;
	text-decoration: none;
  font-weight: bold;
	background-image: url('top-menu-item-bg.png');
	color: white;	
}

a.schw-right-head-menu-item:hover {
  background-image: url('selected-top-menu-item-bg.png');
	color: black;
}

a.schw-right-head-menu-item-sel {
	background-image: url('selected-top-menu-item-bg.png');
	color: black;
}

/*
 * -----------------------------------------------------------------------------------------------
 *   CONTENT
 * -----------------------------------------------------------------------------------------------
 */

#schw-page-content {
	position: relative;
	float: left;
	width: 100%;
}

/**
 * Definice stylu obsahu leve casti stranky
 */
#schw-left-content {
	float: left;
	width: 245px;
	padding-top: 10px;
}

/**
 * Definice stylu obsahu prave casti stranky
 */
#schw-right-content {
	margin-left: 248px;
	width: 658px;
	padding:10px;
}

/*
 * -----------------------------------------------------------------------------------------------
 *   FOOT
 * -----------------------------------------------------------------------------------------------
 */
 
/**
 * Definice stylu paticky stranky
 */
#schw-page-foot {
	float:left;
	position: relative;
	width: 100%;	
	clear:left;

	background-image: url('grey-stripes.png');
	background-repeat: repeat-x;
	
	border-top-color: white;
	border-top-style: solid;
	border-top-width: 3px;
	
	height: 24px;
	padding-top: 6px;
	
	vertical-align: middle;
}

/*
 * -----------------------------------------------------------------------------------------------
 *   SPOLECNE
 * -----------------------------------------------------------------------------------------------
 */

/**
 * okraj (napr. okolo obrazku)
 */
.schw-shadow {
  background-color : white ;
  border : 1px solid #cecece ;
  padding : 5px ;
  display : block ;
}

/**
 * Odkaz s oranzovym zacatkem
 */
a.schw-link {
	text-decoration: none;
	color: black;
	background-image: url('link-begin-bg.png');
	background-repeat: no-repeat;
	margin-right: 10px;
	padding-left: 10px;
  font-weight: bold;
}

/**
 * Rozsireni odkazu, chova se jako blok
 */
a.schw-block-link {
	display: block;
}

/**
 * sekce dokumentu
 */
div.schw-section {
	position: relative;
	margin-bottom: 10px;
}

div.schw-float-section {
	float:left;
	margin-right: 15px;
	margin-bottom: 15px;
}

/**
 * Nadpis sekce dokumentu
 */
div.schw-section-label {
	border-bottom-color: #35923C;
	border-bottom-style: solid;
	border-bottom-width: 3px;
  font-weight: bold;	
}

/**
 * Obsah sekce dokumentu s tmavsim pozadim
 */
div.schw-section-content {
	padding: 10px;
	background-color: #F6F6F6;
}

div.schw-table-section {
	margin-bottom: 15px;
	width: auto;
}

div.schw-table-section-label {
	border-bottom-color: #35923C;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	
	background-color: #B0CCB2;	
	color: #35923C;
	font-weight:bold;
	
	padding-top: 3px;
	padding-left: 5px;
	height: 20px;
	margin-bottom: 1px;
}

div.schw-table-section-content {
}

/**
 * Chybove hlaseni
 */
.error {
  background-color: ffcccc;
  color: red;
  font-size: 11px;
}

/**
 * Zakladni tabulka SCHWING dokumentu
 */
table.schw-table {
	width: 100%;
	border-color: #CDCDCD;
	border-style: solid;
	border-width: 1px;
	border-collapse:collapse; 
		font-size: 11px;
}

th.schw-table-head, td.schw-table-row-title, td.schw-table-cell {
	padding: 2px;
}

th.schw-table-head {
	color: #35923C;
	text-align: left;
}

td.schw-table-row-title {
	color: #EE600E;
	font-weight: bold;
}

td.schw-table-cell {
}

/**
 * rozbalene a sbalene sekce
 */
div.schw-expanded-section-label, div.schw-collapsed-section-label {
	border-bottom-color: #EE600E;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	
	background-color: #F3CDB7;	
	color: #EE600E;
	font-weight:bold;
	
	padding-top: 3px;
	padding-left: 20px;
	height: 20px;
	margin-bottom: 1px;
}

div.schw-expanded-section-label {
	background-image: url("icon-arrow-up.gif");
	background-repeat: no-repeat;
	background-position: 3px 3px;
}

div.schw-collapsed-section-label {
	background-image: url("icon-arrow-down.gif");
	background-repeat: no-repeat;
	background-position: 3px 3px;
}

div.schw-expanded-section-content {
}

div.schw-collapsed-section-content {
	display: none;
}

/**
 * Novinky
 */
div.schw-news-nadpis {
	color: #ee681a;
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 3px;
}

a.schw-news-link {
	color: black;
	font-size: 10px;
	text-decoration: none;
}

div.schw-news {
	margin-bottom: 10px;
}

/**
 * tree menu
 */
div.schw-tree-root {
	margin-top: -3px;
}

div.schw-tree-node {
	margin-top: 3px;
}

.schw-tree-node-sel {
  background-color: #FFcc66;
}

a.schw-tree-node-folder {
	background-image: url("icon-folder-filled.gif");
	background-repeat: no-repeat;
	text-decoration: none;
}

span.schw-tree-node-doc {
	background-image: url("icon-page.gif");
	background-repeat: no-repeat;
	text-decoration: none;
}

a.schw-tree-node-label {
	color: black;
	text-decoration: none;
}
a.schw-tree-node-label:hover {
	color: #EE600E;
	text-decoration: underline;
}

.tree1,
.tree2,
.tree3 {
  margin-left: 17px;  
}

/**
 * formular odeslani posty
 */
div#schw-email-form {
  background-color: #cecece;
  border-bottom-color: #35923C;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-size: small;	
}

div#schw-email-form {
  font-size: small;
}

/* --------------------------- */
/* PRODUCTS IMAGE MENU - BEGIN */

#schw-products-image-menu-1r {
	width: 630px;
	height: 230px;
	position: relative;
}

#schw-products-image-menu-2r {
	width: 630px;
	height: 455px;
	position: relative;
}

#schw-products-image-menu-3r {
	width: 630px;
	height: 680px;
	position: relative;
}

#schw-products-image-menu-4r {
	width: 630px;
	height: 905px;
	position: relative;
}
#schw-products-image-menu-5r {
	width: 630px;
	height: 1130px;
	position: relative;
}
#schw-products-image-menu-6r {
	width: 630px;
	height: 1355px;
	position: relative;
}
#schw-products-image-menu-7r {
	width: 630px;
	height: 1580px;
	position: relative;
}
#schw-products-image-menu-8r {
	width: 630px;
	height: 1805px;
	position: relative;
}
#schw-products-image-menu-9r {
	width: 630px;
	height: 2030px;
	position: relative;
}
#schw-products-image-menu-10r {
	width: 630px;
	height: 2255px;
	position: relative;
}

#schw-products-menu-section-00,
#schw-products-menu-section-01,
#schw-products-menu-section-10,
#schw-products-menu-section-11,
#schw-products-menu-section-20,
#schw-products-menu-section-21,
#schw-products-menu-section-30,
#schw-products-menu-section-31,
#schw-products-menu-section-40,
#schw-products-menu-section-41,
#schw-products-menu-section-50,
#schw-products-menu-section-51,
#schw-products-menu-section-60,
#schw-products-menu-section-61,
#schw-products-menu-section-70,
#schw-products-menu-section-71,
#schw-products-menu-section-80,
#schw-products-menu-section-81,
#schw-products-menu-section-90,
#schw-products-menu-section-91 {
	position:absolute;
	width: 312px;
	height: 225px;
}

#schw-products-menu-section-00 {
	top: 5px;
	left: 0px;
}

#schw-products-menu-section-01 {
	top: 5px;
	left: 320px;
} 

#schw-products-menu-section-10 {
	top: 230px;
	left: 0px;
} 

#schw-products-menu-section-11 {
	top: 230px;
	left: 320px;
}

#schw-products-menu-section-20 {
	top: 455px;
	left: 0px;
}
#schw-products-menu-section-21 {
	top: 455px;
	left: 320px;
}
#schw-products-menu-section-30 {
	top: 680px;
	left: 0px;
}
#schw-products-menu-section-31 {
	top: 680px;
	left: 320px;
}
#schw-products-menu-section-40 {
	top: 905px;
	left: 0px;
}
#schw-products-menu-section-41 {
	top: 905px;
	left: 320px;
}
#schw-products-menu-section-50 {
	top: 1130px;
	left: 0px;
}
#schw-products-menu-section-51 {
	top: 1130px;
	left: 320px;
}
#schw-products-menu-section-60 {
	top: 1355px;
	left: 0px;
}
#schw-products-menu-section-61 {
	top: 1355px;
	left: 320px;
}
#schw-products-menu-section-70 {
	top: 1580px;
	left: 0px;
}
#schw-products-menu-section-71 {
	top: 1580px;
	left: 320px;
}
#schw-products-menu-section-80 {
	top: 1805px;
	left: 0px;
}
#schw-products-menu-section-81 {
	top: 1805px;
	left: 320px;
}
#schw-products-menu-section-90 {
	top: 2030px;
	left: 0px;
}
#schw-products-menu-section-91 {
	top: 2030px;
	left: 320px;
}

.schw-product-annotation {
 background-color: white ;
 background-image: url("./schwign-product-quickref-greenbackground.png");
 color: #FFFFFF;
 display: block ;
 font-size: 85%;
 text-align: right;
 padding-top: 4px;
 padding-right: 5px;
 height: 17px;
}

img.schw-product-annotation-button {
   position: absolute;
   top: 33px;
   left: 13px;
} 

/* PRODUCTS IMAGE MENU - END */
/* ------------------------- */

div.schw-subsection-label,
div.obsah-tisk-email-nadpis {
	color: #EE600E;
	font-weight: bold;
	background-color: #EEEEE7;
	width: 100%;
	height: 20px;
	border-bottom: 1px #EE600E solid;
	margin-bottom: 1px;
	padding-top: 3px;
  clear: right;
} 

div.schw-subsection2-label {
	color: #35923C;
	font-weight: bold;
	background-color: white;
	width: 100%;
	height: 20px;
	border-bottom: 1px #35923C solid;
	margin-bottom: 1px;
	padding-top: 3px;  
}

div.schw-subsection2,
div.schw-subsection {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}  
  
div.arrow-down {
	background-image: url(icon-arrow-down.gif);
	background-repeat: no-repeat;
	width: 21px;
	height: 16px;
	float: left;
	background-position: center;
} 

div.arrow-up {
	background-image: url(icon-arrow-up.gif);
	background-repeat: no-repeat;
	width: 21px;
	height: 16px;
	float: left;
	background-position: center;
} 

div.arrow-down2 {
	background-image: url(icon-arrow-down2.gif);
	background-repeat: no-repeat;
	width: 21px;
	height: 16px;
	float: left;
	background-position: center;
} 

div.arrow-up2 {
	background-image: url(icon-arrow-up2.gif);
	background-repeat: no-repeat;
	width: 21px;
	height: 16px;
	float: left;
	background-position: center;
} 

a.schw-print-link {
	background-image: url("icon-print.png");
	background-repeat: no-repeat;
	background-position: center;
	text-decoration: none;
  float: right;
  display: block;
  width: 20px;
  height: 12px;
}

a.schw-send-link {
	background-image: url("icon-send.png");
	background-repeat: no-repeat;
	background-position: center;
	text-decoration: none;
  float: right;
  display: block;
  width: 20px;
  height: 12px;
}

/**
 * tabulka Ke stazeni 
 */
 
.schw-download-subsection {
  margin-top:5px;
  margin-bottom:5px;
}

table.schw-table-stahuj{
  font-size: 11px;
  width: 100%;
}

.schw-table-stahuj-row {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: green;
  margin-bottom: 1px;
}

.schw-table-stahuj-row:hover {
  background-color: #cecece;
}

.schw-table-stahuj-nadpis{
  color : #339933 ;
  font-weight : bold ;
  background-color : #d2e7d4 ;
  border-bottom : 2px #339933 solid ;
  margin-bottom : 2px ;
}

.schw-table-stahuj-cell-nadpis{
  empty-cells: show;
}

.schw-table-stahuj-cell-center{
  text-align: center;
  empty-cells: show;
}

.schw-table-stahuj-cell{
  empty-cells: show;
}

table a {
  font-weight: bold;
}

table a:link {
  color: #EE600E;
}

table a:visited {
  color: #EE600E;
}

table a:hover {
  color: black;
}


/**
 * Styly pro umistovani obrazku
 */
.obrazek-vlevo {
  float: left;
}

.obrazek-vpravo {
  float: right;
}

.obrazek-stin {
  background-color : white ;
  border : 1px solid #cecece ;
  padding : 5px ;
}

