@import "reset.css";

/*-------------------------------------------------------------------------------------------------
*       										LAYOUT
*-------------------------------------------------------------------------------------------------*/

/*LAYOUT initial*/
.initial-screen div#container{width: 1110px;}
.initial-screen div#wrapper{float:left;width:100%}
.initial-screen div#content-box{margin: 0 172px 0 216px;}
.initial-screen div#left-box{float:left;width:200px;margin-left:-1110px}
.initial-screen div#right-box{float:left;width:160px;margin-left:-160px;margin-top: 156px;}
.initial-screen div#footer-box{clear:left;}


/*LAYOUT thin*/
.thin-screen div#container{width: 938px;}
.thin-screen div#content-box{float:right;width:722px;}
.thin-screen div#left-box{float:left;width:200px;margin-bottom: 30px;}
.thin-screen div#right-box{float:left;clear:left;width:160px;margin-left:25px;}
.thin-screen div#footer-box{clear:right;}

/*LAYOUT wide*/
.wide-screen div#container{width: 1110px;}
.wide-screen div#wrapper{float:left;width:100%}
.wide-screen div#content-box{margin: 0 172px 0 216px;}
.wide-screen div#left-box{float:left;width:200px;margin-left:-1110px}
.wide-screen div#right-box{float:left;width:160px;margin-left:-160px;margin-top: 156px;}
.wide-screen div#footer-box{clear:left;}

#container {
	text-align: left;
	margin: 0 auto;
}

#top-box {
	height: 70px;
	position:relative;
}
#wrapper {
	z-index: 1;
}
#left-box{
	font-size: .8em;
	margin-top: 156px;
}
#left-main{
	/*min-height: 400px;*/
	padding-left: 12px;
}
#content-box {
	background: white;
	font-size: .8em;
	padding-bottom: 30px;
	min-height: 650px;
}

#right-box{
	font-size: .7em;
	line-height: 1.6em;
}
#footer-box {
	z-index: 2; 
	position: relative;
	top: -16px;
	margin: 0 0 0 225px;
	font-size: .8em;
}

/*-------------------------------------------------------------------------------------------------
*       										BASE
*-------------------------------------------------------------------------------------------------*/
body {
	font: normal normal normal 1em/1.5em normal Arial,Tahoma,sans-serif;
	background: #f8c17f url(/images/body-bcg.jpg) top center repeat-x;
	text-align: center;
}
a {
	color: #ee3300;
	font-weight: bold;
}
a:hover {
	color: #993300;
}
a:visited {
	font-weight: normal;
	color: #993300;
}
li a {
	display: inline-block;
	background: none;
}
sub, sup {
	vertical-align:baseline;
	position:relative;
	font-size: .7em;
}
sub {
	top:0.4em;
}
sup {
	bottom:0.4em;
}

.info{
	font-size: .85em;
	color: #999;
}

/*-------------------------------------------------------------------------------------------------
*       										HEADER
*-------------------------------------------------------------------------------------------------*/

#top-box h1{
	position: absolute;
	top: 0;
	left: 0;
	width: 216px;
	height: 124px;
	background: transparent url(/images/logo-bcg.png) top center no-repeat;
}
#top-box h1 a{
	text-decoration: none;
}
#top-box span.text{
	visibility: hidden;
}
#top-box h1 img{
  margin: 6px 0 0 23px;
}
#top-box h2#motto{
	width: 216px;
	height: 28px;
	position: absolute;
	top: 124px;
	background: transparent url(/images/slogan.png) top center no-repeat;
}

#search-box {
	position: absolute;
	width: 235px;
	top: 0px;
	left: 677px;
	font-size: .7em;
	text-align: right;
}
#search-box form{
	width: 314px;
	height: 28px;
}
#search-box #q{
	background: transparent url(/images/search-input.png) top left no-repeat;
	width: 166px;
	height: 25px;
	border: none;
	padding: 6px 5px 0 10px;
	position: absolute;
	top: 6px;
	left: 32px;
}
#search-box #search{
	width: 54px;
	height: 25px;
	border: none;
	color: white;
	position: absolute;
	top: 6px;
	left: 202px;
}
#search-box ul {
	margin-right: 3em;
}
#search-box ul li {
	display: inline;
}
#search-box a{
	font-weight: normal;
	color: #C4DDFF;
	font-size: .7em;
}
#search-box a:hover{
	color: white;
}
/*-------------------------------------------------------------------------------------------------
*       										MENU TOP
*-------------------------------------------------------------------------------------------------*/
#menutop-box {
	position: absolute;
	top: 43px;
	left: 225px;
	width: 705px;
	background: #7caaec url(/images/menu-top-bcg.png) top center repeat-x;
}
#menutop-box li {
	float: left;
}
#menutop-box li a{
  float: left;
	display: block;
	text-decoration: none;
	height: 26px;
	overflow: hidden;
	padding: 1px 10px 0 10px;
	font-size: .75em;
	border-right: 1px solid #508fe5;
	color: white;
	text-align: center;
	font-weight: normal;
	background: #7caaec url(/images/menu-top-bcg.png) top center repeat-x;
}
#menutop-box li a:hover {
	color: black;
	text-decoration: underline;
}
#menutop-box li a.active, #menutop-box li a.current{
	background: white;
	color: #0D2954;
	border-right: 1px solid #508fe5;
	padding: 1px 20px 0 20px;
}

/*-------------------------------------------------------------------------------------------------
*                                               LEFT BOX
*-------------------------------------------------------------------------------------------------*/

#left-main h2{
	padding: .3em 0 0 1.5em;
	height: 2em;
	color: white;
	font-size: 1.3em;
	font-weight: normal;
}
#left-main h2.left-box-header {
	background: none;
	padding: .3em 0 .2em 1.5em;
}
#left-main ul{
	border-top: 1px solid #cb5200;
	border-bottom: 1px solid #fff;
}
#left-main li{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #cb5200;	
	line-height: 1.3em !important;
}

#left-main li li, #left-main ul ul{
	border: none;
	padding: 0;
	margin: 0;	
}
#left-main ul ul{
	padding-left: 15px;
}
#left-main ul ul ul{
	padding-left: 10px;
}
#left-main li a{
	display: block;
	padding: 7px 10px 7px 15px;
	text-decoration: none;
	font-weight: normal;
	color: #333;
}
#left-main li li a{
	padding: 3px 10px;
}
#left-main li li {
	font-size: .92em;
	border-top: 1px solid #d07230;
	background: transparent url(/images/menu-c.png) left .8em no-repeat;
}
/*
#left-main li.current, #left-main li li.current {
  padding: 7px 0 7px 10px;
}
*/
#left-main li.current, #left-main li.active, #left-main li.active a{
  background: #da7e38;
}
#left-main li.active li a{
  background: none;
}

#left-main li.current{
  font-weight: bold;
  color: white;
  background: #da7e38 url(/images/menu-a.png) 5px 1.2em no-repeat;
  padding: 7px 0 7px 15px;
}
#left-main li li.current{
  padding: 3px 0 3px 10px;
  background: #da7e38 url(/images/menu-a.png) left .85em no-repeat;
}

#left-main li.current ul{
  margin-top: 7px;
  padding-left: 0;
  margin-bottom: -7px;
}
#left-main li li.current ul{
  margin-top: 3px;
  margin-bottom: -3px;
}
#left-main li.current li, #left-main li.current li a{
  font-weight: normal;
}
#left-main li a:hover, #left-main li li a:hover{
	text-decoration: underline;
	background: #FFD490;
	color: #000;
}
#left-main li li a:hover{
    background: #FFD490 url(/images/menu-h.gif) left .75em no-repeat;
}

/*-------------------------------------------------------------------------------------------------
*                                               RIGHT BOX
*-------------------------------------------------------------------------------------------------*/
#right-box .noticeboard {
  margin-bottom: 30px;
}
#right-box .noticeboard .ncontent{
  background: transparent url(/images/noticeboard-bcg.png) center center repeat-y;
  width: 130px;
  margin: 0;
  padding: 6px 15px 3px 15px;
}

#right-box .noticeboard h2 {
  background: transparent url(/images/noticeboard-header.png) top center no-repeat;
  margin: 0 0 0 0;
  padding:  6px 10px 0px 10px;
  color: #fff;
  font-weight: normal;
  font-size: 1.3em;
  overflow: hidden;
  height: 25px;
}

#right-box .noticeboard .nfooter {
    background: transparent url(/images/noticeboard-footer.png) top center no-repeat;
    height: 12px;
    width: 160px;
    margin: 0;
}

#right-box .noticeboard li {
  padding-left: 18px;
  background: transparent url(/images/arrow-list-red.png) left 65% no-repeat;
}

/*-------------------------------------------------------------------------------------------------
*       										MAIN BOX
*-------------------------------------------------------------------------------------------------*/
/*  --------------  header image  --------------  */
#content-header {
    position: relative;
	width: 706px;
	height: 131px;
	padding: 10px 0 0 8px;
	overflow: hidden;
}
#header-mask {
	position: absolute;
	width: 706px;
	height: 131px;
	background: transparent url(/images/header-frame.png) center center no-repeat;
	z-index:2;
}
#header-image {
	width: 704px;
	padding: 2px;
	height: 127px;
	z-index:1;
	background-color: transparent;
    background-position: center 33%;
    background-repeat: no-repeat;
}

/*  --------------  breadcrumbs  --------------  */
#breadcrumbs {
	padding: 0 20px;
	margin-left: 8px;
	width: 666px;
	line-height: 1.7em;
	color: #666;
	font-size: .8em;
	background: #fff1d9;
	border-bottom: 1px solid #e7e7e7;
}


/*  --------------  content  --------------  */
#content {
	padding: 0 3em;
	overflow: hidden;
}
#content p, #content ul, #content ol, #content dl, #content table {
	margin: .5em 0;
}
#content h1 {
	background: transparent url(/images/h1-bcg.png) left 50% no-repeat;
	font-size: 1.4em;
	letter-spacing: .05em;
	font-weight: normal;
	padding: .48em .6em .5em 2.2em;
	margin: 1em -.6em .7em -.6em;
	color: white;
}
#content h2 {
	font-size: 1.6em;
	font-weight: normal;
	margin: 1.5em 0 .3em 0;
	color: #3F7AE6;
	background: transparent url(/images/h2-border.png) left bottom repeat-x;
	padding: 0 0 .5em 0;
}
#content h3 {
	font-size: 1.45em;
	font-weight: normal;
	margin: 1.2em 0 .3em 0;
	color: #3F7AE6;
}
#content h4 {
	font-size: 1.3em;
	font-weight: normal;
	margin: 1.1em 0 .15em 0;
	color: #3070d0;
}
#content h5 {
	font-size: 1.15em;
	font-weight: normal;
	margin: 1em 0 .1em 0;
	color: #3070d0;
}
#content h6 {
	font-size: 1em;
	font-weight: normal;
	margin: .8em 0 0 0;
	color: #3070d0;
}

/* -------------- Lists -------------- */
#content li {
	padding: 0 0 0 1.5em;
	background: transparent url(/images/bullet_red.png) left .3em no-repeat;
}
#content dl dt {
	background: transparent url(/images/icons/resultset_next_red.gif) left 85% no-repeat;
	padding-left: 20px;
	margin-top: 1em;
	padding-top: 1em;
	font-size: 1.2em;
	border-top: 1px solid #eef;
}
#content dl dd {
	padding-left: 20px;
}
#content dl {
	border-bottom: 1px solid #eef;
	padding-bottom: 1em;
	margin-bottom: 3em;
}

.file-list li{
	background: none !important;
	padding: .2em 0 !important;
}


/*  --------------  index noticeboard  --------------  */

#content .noticeboard {
  margin-top: 30px;
  width: 292px;
}


#content .noticeboard .ncontent{
  background: transparent url(/images/c-noticeboard-box-bcg.jpg) top center no-repeat;
  width: 252px;
  margin: 0;
  padding: 6px 20px 3px 20px;
  height: 160px;
  overflow: hidden;
  font-size: .87em;
  line-height: 1.4em;
}


#content .noticeboard h2 {
  background: transparent url(/images/c-noticeboard-h-bcg.png) top center no-repeat;
  margin: 0;
  padding:  6px 0px 0px 2.2em;
  color: #fff;
  font-weight: normal;
  font-size: 1.3em;
  overflow: hidden;
  height: 30px;
}

#content .long .ncontent{
  height: 400px;
}
#content .medium .ncontent{
  height: 250px;
}
#content .left {
  float: left;
} 
#content .right {
  float: right;
} 

#content .noticeboard li {
  padding-left: 23px;
  margin-left: -6px;
  margin-bottom: .6em;
  background: transparent url(/images/arrow-list-blue.gif) left .3em no-repeat;
}
#content .noticeboard li.gold {
  background: transparent url(/images/star-gold.png) left .2em no-repeat !important;
}
#content .noticeboard li.silver {
  background: transparent url(/images/star-silver.png) left .2em no-repeat;
}
#content .noticeboard li.bronze {
  background: transparent url(/images/star-bronze.png) left .2em no-repeat;
}



/*  Site map  */
#content .sitemap {
	padding: 0;
	margin: 0 0 0 1em;
}
#content .sitemap li {
	font-weight: bold;
	margin: 0 0 10px 15px;
}
#content .sitemap li ul {
	margin: 0 0 15px 0;
}
#content .sitemap li ul li {
	font-weight: normal;
	margin: 0 0 0 15px;
}

/*  Search result  */
.searchresult {
}
.searchresult dt {
	font-size: 1.2em;
}
.searchresult .weight {
	font-size: .70em;
}
.searchresult dd {
	margin: 0 0 2em 0;
}
.searchresult dd .info {
	padding: 1px .3em 1px .3em;
	margin: 0 -0.3em 0 -0.3em;
	font-size: .9em;
}
.searchresult .search-highlight {
	font-weight: bold;
}


/* -------------- content footer -------------- */
div.hr {
	border-bottom: 1px solid #6A9AF8;
	clear: both;
}
.right49 {
	float: right;
	font-size: .82em;
	line-height: 1.5em;
}
.left49 {
	float: left;
	font-size: .82em;
	line-height: 1.5em;
}

/* -------------- table -------------- */
#content table {
}
#content table th {
	text-align: left;
	padding: 0 1em;
	vertical-align: top;
	color: #777;
	font-weight: normal;
	
}
#content table td {
  padding: 0 1em;
  vertical-align: top;
}
#content table thead {
}
#content table tbody {
}
#content table tfoot {
}

.tab_charakter {
	border-collapse: collapse;
	border-spacing: 0;
} 
.tab_charakter .sloupec1 {
  width: 70%;
  padding: 0 1em;
}
.tab_charakter .sloupec2 {
  width: 30%;
}
.material-sample {
	font-size: .8em;
	text-align: center;
	line-height: 1.2em;
}
.material-sample img{
	margin: 1.6em 0 0 0 !important;
}
/*Kontakty*/
table.kontakty {
	margin: 1em 0 0 .5em;
	empty-cells: show;
	border-collapse: collapse;
	border-spacing: 0;
	background: #fafafa;
	width: 100%;
}
table.kontakty th{
	background: #f0f0f0;
	text-align:left;
	border-bottom: 1px solid #999;
	padding: .6em 1em;
	color: #666;
}
table.kontakty td{
	border-bottom: 1px solid #ddd;
	line-height: .9em;
	padding: .6em 1em;
	width: 25%;
}

/* -------------- form  -------------- */

/*Kontaktní formulář u výrobku*/
div.contactform {
	background-color: #E3EDFF;
	border: 1px solid #A8C5ED;
	padding: 1em;
	margin-top: 2em;
}
div.contactform div h2 {
	margin-top: 0 !important;
	padding-top: 0 !important;
	border-bottom: 1px solid #A8C5ED;
	background: none  !important;
}
div.contactform div {
	padding: 0.25em 0 0.25em 0;
}
div.contactform div label {
	display: block;
}
div.contactform div.required {
	color: #a00;
}
div.contactform textarea {
	font-size: 1em;
	font-family: sans-serif;
	width: 95%;
}

/*Výpočet střechy*/
.frm-vypocet-strechy fieldset ol {
	margin: 0;
	padding: 0
}
/*
.vypocet-strechy fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: 400
}*/
.frm-vypocet-strechy em {
	font-weight: 700;
	font-style: normal;
	color: #f00
}
.frm-vypocet-strechy label {
	display: block;
	line-height: 1.25;
	vertical-align: top;
	float:left;
	width: 160px;
}
/*
.vypocet-strechy fieldset fieldset label {
	display: block;
	width: auto;
	margin-left: 123px
}*/
.frm-vypocet-strechy .info {
	color: #666
}
.frm-vypocet-strechy .chyba {
	font-size: .825em;
	color: red;
}
.frm-vypocet-strechy .tucne label {
	font-weight: 700 !important
}
.frm-vypocet-strechy legend {
	padding: 0 2px;
	font-weight: 700;
	padding-left: 0
}
.frm-vypocet-strechy legend, .vypocet-strechy label, .vypocet-strechy {
	color: #333
}
.frm-vypocet-strechy fieldset {
	margin-bottom: 10px;
	border: none;
	border-top: 1px solid #C9DCA6;
	background: #fffbec url(/images/cmxform-fieldset.gif) left bottom repeat-x
}
/*
.vypocet-strechy fieldset fieldset {
	border: none;
	margin: 3px 0 0;
	background: none
}*/
.frm-vypocet-strechy fieldset div {
	/*list-style: none;*/
	/*clear: left;*/
	margin: 0;
	padding: 5px 10px 7px 10px;
	background: url(/images/cmxform-divider.gif) left bottom repeat-x;
}

/* -------------- image -------------- */

#content img {
    margin: 1em;
    border: 1px solid #aaa;
    padding: 3px;
    background: white;
}
#content .photoright {
	float: right;
	margin: 0 0 1em 1em;
}
#content .photoleft {
    float: left;
	margin: 0 1em 1em 0;
}
#content .noframe {
	border: none;
	padding: 0;
}
#content .imageframe {
	display: inline-block;
	border: 1px solid black;
}
#content .imagelegend {
	font-size: .8em;
	text-align: center;
	line-height: 1.2em;
}
.icon-file {
	border: none !important;
	vertical-align: middle;
	margin: 0 !important;
}
/*-------------------------------------------------------------------------------------------------
*       										FOOTER BOX
*-------------------------------------------------------------------------------------------------*/
#footer {
	width: 705px;
	height: 35px;
	overflow: hidden;
	color: white;
	background: red url(/images/footer-bcg.png) top left no-repeat;
}
#footer p {
  margin: 5px 0 0 15px;
}
#footer a {
	color: #fa0;
	font-weight: bold;
}
#footer a:hover {
	color: #ffd925;
}
#created {
	text-align: right;
	color: #b66f49;
	font-size: .8em;
	padding: 2em 18px 0 0;
}
#created a {
	color: #b66f49;
	font-weight: normal;
}
#created a:hover {
	color: #900;
}
#toplist {
	position: absolute;
	top: -999em;
	left: -999em;
	overflow: hidden;
	width: 1px;
	height: 1px;
}
/*-------------------------------------------------------------------------------------------------
*       										accessibility
*-------------------------------------------------------------------------------------------------*/
.accessibility, hr {
	position: absolute;
	top: -999em;
	left: -999em;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block;
	width: 100%;
}
* html .clearfix {
/* Hides from IE-mac \*/
	height: 1%;
/* End hide from IE-mac */
}
/* end clearing */
