/* CSS Document */
html, body {
  margin: 0px;
  padding: 0px;
  
  background: #474747 url(images/bg.png) center top repeat-x;
  
  font-family: 'Arial CE', Arial, 'Helvetica CE', helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: small;
  color: #2c2c2c;
  line-height: 100%;
  text-align: center;
}
html > body {
	font-size: medium;
}
* {
  padding: 0px; margin: 0px;
  background-color: transparent;
}
img {
  border: 0;
}
/**----------------------------- SPECIALS ------------------------------------*/
.cleaner {
	font-size: 0;
	line-height: 0;
	height: 0;
	clear: both;
	display: block;
}
hr.cleaner, #content hr.cleaner {
	visibility: hidden;
	border: 0;
	margin: 0;
	padding: 0;
}
.invisible {
	visibility: hidden;
	display: none;
	border: 0;
	margin: 0;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}

/**----------------------- BODY WRAPPER --------------------------------------*/
div#body-wrapper {
  width: 1002px;
  text-align: center;
  margin: 0 auto;
  font-size: 93%;
}

/**----------------------- JAZYKY --------------------------------------------*/
div#langs {}
#langs ul {
  list-style-type: none;
  float: right;
  position: relative;
  margin: 10px auto;
}
#langs ul li {
  float: left;
  font-size: 86%;
  padding: 0 10px;
  border-left: 1px solid #a9a9a9;
}
#langs ul li.first {
  border: 0;
}
#langs ul li a {
  color: #dadada;
  text-decoration: none;
}
#langs ul li a:hover {
  color: #e5e5e5;
  text-decoration: underline;
}

/**------------------------- HORNI SEGMENT -----------------------------------*/
div#usegment-wrapper1 {
  background: white url(images/usegment-px.gif) left top no-repeat;
  margin-bottom: 5px;
}
div#usegment-wrapper2 {
  background: transparent url(images/usegment-px.gif) right top no-repeat;
}
div#usegment-wrapper3 {
  background: transparent url(images/usegment-px.gif) left bottom no-repeat;
}
div#usegment {
  padding: 1px 1px 25px;
  background: transparent url(images/usegment-px.gif) right bottom no-repeat;
}

/**------------------------ HLAVICKA -----------------------------------------*/
div#header-wrapper {
  background: transparent url(images/bg-header.gif) center top repeat-x;
  text-align: left;
  position: relative;
}
/** LOGO */
h1 {
	float: left;
	overflow: hidden;
	margin: 37px 0 0 34px;
	position: relative;
	font-size: 280%;
	font-weight: normal;
	font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
	line-height: 110%;
}
h1, h1 a, h1 a:hover, h1 span {
	display: block;
	width: 340px;
	height: 69px;
	background: transparent url(images/logo.png) left top no-repeat;
	color: black;
	text-decoration: none;
	display: inline;
}
h1 span {
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	cursor: hand;
}
/** PRAVY SLOUPEC */
div#header-rc {
  float: right;
  padding: 0 60px 0 30px;
  min-height: 140px;
  background: transparent url(images/header-rc-vline.png) left center no-repeat;
}
#header-rc ul {
  list-style-type: none;
  margin: 37px 0 0;
}
#header-rc ul li {
  font-size: 110%;
  line-height: 140%;
  color: #626262;
}
#de div#header-rc { padding-right: 30px; }
#en div#header-rc { padding-right: 35px; }
/**----------------------- FEATURES ------------------------------------------*/
div#features-wrapper1 {
  background: #00b3fd url(images/bg-features.gif) center top repeat-x;
  margin-bottom: 2px;
}
div#features-wrapper2 {
  background: transparent url(images/motif1.png) left 1px no-repeat;
}
div#features {
  background: transparent url(images/motif2.png) right 1px no-repeat;
  height: 181px;
  overflow: auto;
  color: white;
  text-align: left;
}
div#features h2 {
  font-size: 160%;
  margin: 25px 0 0 84px;
  padding: 0;
  line-height: 150%;
}
div#features p {
  font-size: 120%;
  line-height: 165%;
  margin: 0 0 0 84px;
  width: 500px;
}
div#f-tuv {
  position: absolute;
  left: 482px;
  bottom: -87px;
  width: 124px;
  height: 124px;
  background: transparent url(images/tuv-big.png) left top no-repeat;
}

/**---------------------------- CONTENT --------------------------------------*/
div#content {
  padding-top: 7px;
  background: transparent url(images/y-hline.gif) center top repeat-x;
  position: relative;
  text-align: left; /* no centerized images */
}
div#content-lc {
  float: left;
  width: 70%;
  background: transparent url(images/content-motif.png) left top no-repeat;
  min-height: 400px;
}
div#content-rc {
  float: right;
  width: 26%;
  margin-top: 41px;
}
/**----------------------------- MENU ----------------------------------------*/
div#menu {
  text-align: left;
  background: transparent url(images/menu-hline1.gif) right top no-repeat;
  padding-top: 1px;
  padding-bottom: 1em;
}
div#menu ul {
  list-style-type: none;
  margin: 0; padding: 0;
}
div#menu li {
  padding: 2px 0 3px;
  line-height: 230%;
  font-size: 110%;
  background: transparent url(images/menu-hline2.gif) right bottom no-repeat;
}
div#menu li a {
  padding: 2px 5px 0 45px;
  display: block;
  color: black;
  text-decoration: none;
  background: transparent;
}
div#menu li a:hover {
  background-color: #f9f5a8;
  color: #89781c;
}
div#menu li.active a {
  background: #f02424 url(images/menu-arrow.gif) 13px center no-repeat;
  color: white;
}
div#menu li.active a:hover {
  background-color: #f05e5e;
  color: white;
}

/**------------------------ CONTENT TYPO -------------------------------------*/
#content h3, #content h3 a, #content h3 a:hover {
  color: #e72222;
  text-align: left;
  font-size: 160%;
  line-height: 150%;
  margin: 12px 0 25px 9px;
  padding: 10px 0 5px 41px;
  border-bottom: 1px solid #dd2121;
  padding-left: 10px;
}

#content h4, #content h4 a, #content h4 a:hover {
  color: #bd1a1a;
  text-align: left;
  font-size: 110%;
  margin-top: 1.8em;
  margin-bottom: 0em;
  text-decoration: none;
}

#content h4 a:hover {
  text-decoration: underline;
}

#content h5, #content h6 {
  color: #bd1a1a;
  text-align: left;
  font-size: 100%;
  margin-top: 1.5em;
  margin-bottom: -0.4em;
}

#content h6 {
  color: #666;
}

div#text {
  margin-left: 51px;
}

#content p {
  color: #2c2c2c;
  text-align: left;
  line-height: 170%;
  margin-top: 1.2em;
}

#content a {
  color: #007fa7;
}

#content a:hover {
  color: #65a2b5;
  text-decoration: none;
}

#content .highlight {
  border-top: 1px dotted #d72020;
  border-bottom: 1px dotted #d72020;
  color: #c61b1b;
  padding-top: 4px;
  padding-bottom: 4px;
}

#content .highlight a {
  color: #952f13;
}

#content .highlight a:hover {
  color: #e8802c;
}

#content .subtitle {
  font-size: 79%;
  margin-top: 0;
  text-align: center;
}

#content .subtitle img {
  margin: 1.7em auto 0;
}

#content img {
	border: 1px solid #555;
  margin: 0.8em 0 -0.5em;
  max-width: 600px;
}
#content p img {
  margin: 0.4em 0;
} 

#content img.float-right {
  margin-left: 1.2em;
}

#content img.float-left {
  margin-right: 1.2em;
}

#content hr {
  margin-top: 6px;
  border: none;
  background: url(images/content-hline1.gif) left center repeat-x;
  height: 1px;
}

#content ul, #content ol {
  margin-top: 1em;
  padding-left: 2em;
}

#content ul {
  list-style-type: square;
}

#content li {
  text-align: left;
  line-height: 160%;
  padding-bottom: 0.3em;
  padding-left: 0.8em;
}

#content table {
  margin-top: 1.4em;
  text-align: left;
  width: 100%;
  font-size: 93%;
  border-bottom: 1px solid #333;
}

#content table td {
  padding: 3px 5px;
  line-height: 140%;
  border-top: 1px dotted #aaa;
  vertical-align: top;
}

#content table td ul, #content table td ol {
  margin-top: 0;
}

#content table td li {
  padding-bottom: 0;
}

#content table tbody tr:first-child td {
  border-top: none;
}

#content table thead td, #content table tr td.thead {
  font-weight: bold;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #333;
  background-color: #fafafa;
}

#content table.no-borders, #content table.no-borders thead td, #content table.no-borders td { border:0 }

#content #text .centerize {
  text-align: center;
  /*margin: 0;*/
}

#content p.warning { margin-left: 20px; }
#content #text .annotation { padding-bottom: 0.5em; }
#content #text .annotation h4 { border-bottom: 1px solid #dd2121; padding-bottom: 10px; margin-bottom: -0.6em; }
#content #text .annotation h4 a { color: #e72222; }
#content #text .annotation h4 a:hover { color: #ff2626; text-decoration: none; }
#content #text .annotation p.details { margin-top: 0; text-align: right; }
#content #text .annotation p.details a { color: #952f13; }
#content #text .annotation p.details a:hover { color: #e8802c; }
#content #text .annotation img { max-height: 160px; max-width: 280px; }


#content-rc .static-rc { margin-top: 1em; padding: 0 1em 0 0.5em; font-size: 86%; }
#content-rc .static-rc p, #content-rc .static-rc ul, #content-rc .static-rc td { margin-top: 0.6em; color: #444; }
#content-rc .static-rc li { line-height: 140%; padding-bottom: 0; }
#content-rc .static-rc img { margin-top: 0.7em; }
/**------------------------- STREDNI SEGMENT ---------------------------------*/
div#msegment-wrapper1 {
  background: transparent url(images/motif3.png) center bottom no-repeat;
}
div#msegment-wrapper2 {
  background: transparent url(images/motif3-1.png) center top no-repeat;
}
div#msegment {
  height: 190px;
  background: transparent url(images/motif3-line.png) 505px 102px no-repeat;
  text-align: left;
}

#msegment p {
	overflow: hidden;
	margin: 0;
	position: relative;
	top: 67px;
	left: 676px;
	font-size: 150%;
	font-weight: normal;
	font-style: italic;
	line-height: 160%;
}
#msegment p, #msegment p span {
	display: block;
	width: 291px;
	height: 28px;
	background: transparent url(images/motif3-text.png) left top no-repeat;
	color: white;
}
#msegment p span {
	position: absolute;
	left: 0;
	top: 0;
}

/**-------------------------- SPODNI SEGMENT ---------------------------------*/
div#bsegment-wrapper1 {
  background: white url(images/bsegment-px.gif) left bottom no-repeat;
}
div#bsegment-wrapper2 {
  background: transparent url(images/bsegment-px.gif) right bottom no-repeat;
  padding: 0 1px 1px 1px;
}
div#bsegment {
  background: transparent url(images/bg-bsegment.gif) center bottom repeat-x;
  min-height: 64px;
  color: #383817;
}

div#bsegment p.bsegment-l {
  float: left;
  padding-left: 20px;
  margin-top: 16px;
}
#bsegment p.bsegment-l a {
  color: #383817;
  text-decoration: none;
  margin-right: 20px;
  overflow: hidden;
  position: relative;
  float: left;
}
#bsegment p.bsegment-l a span {
	position: absolute;
	left: 0;
	top: 0;
}
#bsegment p.bsegment-l a, #bsegment p.bsegment-l a span {
  height: 37px;
	display: block;
	background-position: left top;
}
#bsegment p.bsegment-l a:hover, #bsegment p.bsegment-l a:hover span {
  background-position: left bottom;
}
#bsegment p.bsegment-l a#pa, #bsegment p.bsegment-l a#pa span {
	width: 139px;
	background-image: url(images/logo-poweralliance.png);
}
#bsegment p.bsegment-l a#tb, #bsegment p.bsegment-l a#tb span {
	width: 31px;
	background-image: url(images/logo-tb.png);
}
#bsegment p.bsegment-l a#piping, #bsegment p.bsegment-l a#piping span {
	width: 130px;
	background-image: url(images/logo-piping.png);
}
#bsegment p.bsegment-l a#mbk, #bsegment p.bsegment-l a#mbk span {
	width: 74px;
	background-image: url(images/logo-mbk.png);
}


div#bsegment p.bsegment-r {
  float: right;
  font-size: 110%;
  margin-right: 13px;
  padding: 10px 0 10px 40px;
  background: transparent url(images/bsegment-rc-vline.gif) left center no-repeat;
}
div#bsegment p.bsegment-r a {
  float: left;
  height: 44px;
  line-height: 44px;
  padding-right: 57px;
  color: #5a5a5a;
  text-decoration: none;
  background: transparent url(images/tuv-small.png) right top no-repeat;
}
div#bsegment p.bsegment-r a:hover {
  color: #383817;
  background-position: right bottom;
}

/**----------------------------- FOOTER --------------------------------------*/
div#footer {}
#footer ul {
  list-style-type: none;
  float: right;
  position: relative;
  margin-top: 13px;
  margin-right: -10px;
  padding-bottom: 8px;
}
#footer ul li {
  float: left;
  font-size: 79%;
  padding: 0 10px;
  border-left: 1px solid #a4a4a4;
  color: #c9c9c9;
}
#footer ul li.first {
  border: 0;
}
#footer ul li a {
  color: #c9c9c9;
}
#footer ul li a:hover {
  color: #e0e0e0;
  text-decoration: none;
}
