/* Toto je CSS společný pro weby - www.strechy3s.cz, www.okna3s.cz, www.okapy3s.cz, www.nabytek3s.cz */
body {
	background: url('images/bg.jpg') repeat center top #ededed;
	color: #2A2624;
	margin: 0;
	padding: 0;
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-size: 13px;
	line-height: 130%;
}
body.editor {
	background: white;
}
img {
	border-style: none;
}
h1, h2, h3, h4, h5, h6, p, li, ul, ol, form, fieldset {
	margin: 0;
	padding: 0;
}
p {
	margin-bottom: 1em;
}
ul, ol {
	padding: 0 0 1em 0;
}
ul ul, ol ol {
	padding: 0;
}
ul li,
ol li {
	padding: 0 0 0 15px;
	list-style: none;
	background: url('images/li.png') no-repeat left 9px;
	line-height: 170%;
}
ol li {
	list-style: decimal;
	background: none;
	padding: 0;
	margin: 0 0 0 15px;
}
a {
	color: #EB3C19;
	text-decoration: underline;
}
a:hover,
.optimit-search-anchor {
	text-decoration: none;
}
h1 {
	font-size: 21px;
	color: #EB3C19;
	font-weight: bold;
	padding: 1px 0 8px 0;
	clear: both;
	line-height: 120%;
}
h2 {
	font-size: 16px;
	padding: 3px 0 5px 0;
	color: #EB3C19;
}
h3,
h5.fulltextFoundType {
	font-size: 16px;
	padding: 3px 0 5px 0;
}
.f3-item h3 {
	font-weight: normal;
}
h4 {
	font-size: 14px;
	color: #EB3C19;
	padding: 2px 0 4px 0;
}
h5 {
	font-size: 13px;
	padding: 0 0 3px 0;
}
h6 {
	font-size: 12px;
	padding: 0 0 2px 0;
}
.all {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
.border {
	border: 1px solid #999;
}
.cl {
	clear: both;
}
.hidden {
	display: none;
}
.fulltext-tips,
h5.fulltextFoundType {
	border-top: 1px solid #ccc;
	width: 531px;
	margin-left: -19px;
	padding-left: 19px;
}
h5.fulltextFoundType {
	padding-top: 12px;
	margin-top: -12px;
}
/* hlavicka */
.header {
	width: 100%;
	height: 364px;
	float: left;
	position: absolute;
	top: 20px;
	left: 0;
}
/*.topline {
	width: 100%;
	height: 66px;
	float: left;
}
.topline h2 {
	font-size: 14px;
	font-weight: normal;
	color: #666;
	padding: 22px 0 0 4px;
	margin: 0;
	width: 70%;
	float: left;
}*/
/* vyhledavaci formular - nahore vpravo */
.search {
	float: left;
	margin-right: 0;
	width: 170px;
	height: 24px;
	padding: 17px 15px 15px 15px;
	/*background: #d9d9d9;*/
	background: url('images/webline-dot.png') repeat left top;
}
.search input[type="text"],
.search input[type="text"]:focus,
.search input[type="text"]:hover {
	width: 119px;
	height: 23px;
	padding: 0 8px;
	line-height: 23px;
	background: url('images/search-bg.png') no-repeat left top transparent;
	border-style: none;
	float: left;
	color: #aaa;
	font-family: Arial, sans-serif;
	font-size: 12px;
}
.search input[type="text"]:focus {
	color: #666;
}
.search input[type="image"] {
	float: left;
	margin: 0px 0 0 15px;
	cursor: pointer;
}
/* rozcestnik webu - menu */
.webline {
	width: 100%;
	height: 56px;
	float: left;
	font-size: 23px;
	font-family: Arial, sans-serif; /* DODAT typekit FONT !!!! */
}
.webline ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 800px;
}
.webline ul li {
	float: left;
	margin: 0 15px 0 0;
	padding: 0;
	background: none;
}
.webline ul li.first {
	margin-right: 15px;
}
.webline ul li.last {
	margin-right: 0;
}
.webline ul li a,
.webline ul li span {
	display: block;
	width: 170px;
	padding: 0 15px;
	height: 48px;
	line-height: 52px;  /* DODAT typekit FONT UPRAVIT !!!! */
	overflow: hidden;
	text-align: right;
	/*background: #d9d9d9;*/
	background: url('images/webline-dot.png') repeat left top;
	color: #8c8a89;
	text-decoration: none;
	border-bottom: 8px solid #bababa;
}
.webline ul li.second a,
.webline ul li.second span,
.webline ul li.third a,
.webline ul li.third span,
.webline ul li.last a,
.webline ul li.last span {
	width: 150px;
}
/* ---- barvy podle webů ---- */
.webline ul li.strechy a,
.webline ul li.strechy span,
.webline ul li.strechy a:hover {
	background: #EB3C19;
	color: white;
	border-bottom: 8px solid #F06D53;
}
.webline ul li.okapy a:hover {
	background: #539187;
	color: white;
	border-bottom: 8px solid #7EADA5;
}
.webline ul li.nabytek a:hover {
	background: #EA7924;
	color: white;
	border-bottom: 8px solid #EF9B5B;
}
.webline ul li.okna a:hover {
	background: #536785;
	color: white;
	border-bottom: 8px solid #7E8DA4;
}
/* ---- konec barvy podle webů ---- */
/* hormi menu, obrazek, featured text */
.featured {
	width: 100%;
	height: 308px;
	float: left;
	position: relative;
}
.featured img {
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 10;
}
.topmenu {
	position: relative;
	z-index: 20;
	width: 199px;
	border-right: 1px solid #EB3C19;
	height: 270px;
	overflow: hidden;
	float: left;
	font-size: 15px;
	background: url('images/top-bg.png') repeat left top;
}
.topmenu ul {
	width: 163px;
	padding: 18px 18px;
	margin: 0;
	float: left;
	background: #333;
	text-align: right;
}
.topmenu ul li {
	line-height: 120%;
	padding: 3px 0;
	background: none;
}
.topmenu a {
	color: white;
	text-decoration: none;
}
.topmenu a.active {
	font-weight: bold;
}
.topmenu a:hover {
	text-decoration: underline;
}
.fbox {
	width: 800px;
	height: 200px;
	margin-top: 70px;
	float: left;
	overflow: hidden;
}
.featured .box {
	width: 505px;
	height: 150px;
	padding: 25px 250px 25px 45px;
	overflow: hidden;
	float: left;
	color: white;
	background: url('images/featured-bg.png') repeat left top;
	position: relative;
	z-index: 20;
}
.featured .box a {
	color: white;
}
.str-left {
	width: 802px;
	height: 39px;
	background: url('images/3s-left-red.png') no-repeat left top;
	position: absolute;
	bottom: 0;
	left: -16px;
	z-index: 30;
}
.str-right {
	width: 232px;
	height: 165px;
	background: url('images/3s-right-red.png') no-repeat left top;
	position: absolute;
	bottom: 0;
	right: -18px;
	z-index: 30;
}
/* --------- obsahova cast - layout -------- */
.main-content {
	width: 100%;
	float: left;
	margin-top: 344px;
	padding-top: 40px;
	background: url('images/main-bg.png') repeat-y left top white;
	border-bottom: 1px solid #EB3C19;
}
.right-content { /* obal - pravy a stredni sloupec */
	width: 800px;
	float: right;
	border-left: 1px solid #EB3C19;
}
.right-col {
	width: 200px;
	float: left;
	background: #999;
}
.center-col {
	width: 531px;
	float: left;
	background: white;
	padding: 12px 25px 44px 44px;
	position: relative;
}
.left-col { /* levy sloupec */
	width: 198px;
	float: right;
	background: #D9D9D9;
}
/* --------- konec obsahova cast - layout -------- */
/* levy sloupec - menu */
.left-col ul {
	margin: 0;
	padding: 11px 0 45px 0;
	font-size: 16px;
	position: relative;
	z-index: 4;
}
.left-col ul ul {
	padding: 0;
	font-size: 13px;
}
.left-col ul li {
	margin: 0;
	padding: 0;
	background: none;
	padding: 3px 10px 3px 19px;
	border-top: 1px solid #ccc;
	line-height: 135%;
}
.left-col ul li.first {
	border-top: none;
}
.left-col ul ul li {
	border-top: none;
	padding: 3px 0 3px 8px;
}
.left-col ul li a {
	text-decoration: none;
}
.left-col ul li a:hover,
.left-col ul li a.active {
	text-decoration: underline;
}
.left-col ul ul li a {
	color: #333;
}
.left-col ul ul li a:hover {
	text-decoration: underline;
}
.left-col ul ul li a.active {
	font-weight: bold;
	text-decoration: none;
}
/* levy sloupec - boxiky */
.left-col .box {
	width: 169px;
	padding: 8px 10px 10px 19px;
	float: left;
	background: #999;
	margin-top: -15px;
}
.left-col .box-bottom {
	width: 198px;
	height: 33px;
	float: left;
	clear: both;
	background: url('images/left-box-bg.png') no-repeat left top;
}
.left-col .vrh {
	width: 100%;
	height: 28px;
	float: left;
	margin-top: -15px;
	background: #999;
}
/* pravy sloupec - boxiky */
.right-col .box {
	width: 171px;
	padding: 22px 10px 6px 19px;
	float: left;
	background: #999;
	border-top: 1px solid #666;
	margin-bottom: 0px;
}
.right-col .box.num1 {
	border-top: none;
	padding-top: 7px;
}
.left-col h2,
.right-col h2 {
	color: #333;
	line-height: 135%;
	font-size: 16px;
}
.right-col h2 {
	padding-bottom: 13px;
	font-size: 14px;
}
.left-col .box a {
	color: white;
}
/* galerie */
.gallery {
  width: 550px;
	float: left;
	margin: 5px 0 0 -19px;
}
.gallery.detail {
	margin-top: 0;
}
.gallery .item {
	border: 1px solid white;
	border-top: 1px solid #ccc;
	width: 530px;
	height: 155px;
	overflow: hidden;
	padding: 16px 0 0 18px;
	position: relative;
	float: left;
	clear: both;
	margin-top: -1px;
}
.gallery.detail .item {
	border-top: 1px solid white;
	border-bottom: 1px solid #ccc;
	padding-top: 0;
	margin-bottom: 20px;
}
.gallery .item:hover {
   border: 1px solid #ccc;
	background: #fafafa;
}
.gallery.detail .item:hover {
   border: 1px solid white;
	border-bottom: 1px solid #ccc;
	background: none;
}
.gallery.detail .item {
	border-top: 1px solid white;
}
.gallery .item h2,
.gallery .item h1 {
	font-size: 21px;
	font-weight: bold;
	color: #EB3C19;
	padding: 2px 0 0 0;
	line-height: 135%;
	clear: none;
}
.gallery .item h2 a {
	text-decoration: none;
}
.gallery .item h2 a:hover {
	text-decoration: underline;
}
.gallery .item .img-bg {
   float: left;
   width: 127px;
   height: 127px;
	margin: 5px 15px 0 0;
   background: url('images/img-bg.png') no-repeat 1px 1px #EB3C19;
   display: block;
}
.gallery .item img {
   border: 1px solid #EB3C19;
   float: left;
}
.gallery .item .gcont {
	position: absolute;
	bottom: 6px;
	right: 0;
	width: 389px;
	height: 60px;
	line-height: 145%;
	overflow: hidden;
}
.gallery.items {
	border-top: 1px solid #ccc;
	padding-top: 1px;
}

.gallery.items img {
	border-top: 1px solid #ccc;
   border: 1px solid #EB3C19;
   margin: 18px 0 0 18px;
   float: left;
}
/* navigace */
.path {
	width: 512px;
	float: left;
	margin: 0 0 15px -19px;
	padding: 0 19px 9px 19px;
	font-size: 12px;
	border-bottom: 1px solid #ccc;
}
.navi {
	width: 512px;
	padding: 0 19px;
	height: 28px;
	line-height: 28px;
	float: left;
	clear: both;
	background: #EB3C19;
	margin: 25px 0 0 -19px;
	font-size: 11px;
	color: white;
}
.navi a,
.pager a {
	color: white;
}
.pager {
	width: 120px;
	padding: 0 3px;
	height: 28px;
	line-height: 28px;
	float: right;
	clear: both;
	background: #EB3C19;
	margin: 0;
	font-size: 14px;
	color: white;
	position: absolute;
	bottom: 44px;
	right: 25px;
}
.pager-in {
	float: right;
}
.pager a {
	text-decoration: none;
}
.pager-page {
	display: block;
	float: left;
	padding: 0 11px;
}
.pager-prev,
.pager-next {
	font-size: 24px;
	font-weight: bold;
	display: block;
	float: left;
	line-height: 25px;
	padding: 0 3px;
}
/* tabulky */
table.standard,
table.colored {
	border-style: none;
	font-size: 13px;
	border-collapse: collapse;
	border-bottom: 1px solid #d9d9d9;
}

table.standard th,
table.colored th {
	border-style: none;
	background: #d9d9d9;
	font-weight: bold;
	text-align: left;
	color: #333;
	padding: 5px 5px;
	border-top: 1px solid #d9d9d9;
}
table.standard td,
table.colored td {
	border-style: none;
	background: none;
	border-top: 1px solid #d9d9d9;
	padding: 5px 5px;
}
table.colored {
	border-bottom: 1px solid #EB3C19;
}
table.colored th {
	background: #EB3C19;
	color: white;
}
table.colored td {
	border-top: 1px solid #EB3C19;
}
/* citace */
.cite {
	font-style: italic;
	margin: 0.1em 0 1.1em 0;
}
/* formulare */
.customForm {
	clear: both;
	width: 550px;
	margin-left: -19px;
	margin-top: 5px;
	float: left;
	border-top: 1px solid #ccc;
}
.customForm h2 {
	padding-top: 18px;
}
input[type="text"] {
	width: 526px;
	height: 28px;
	line-height: 28px;
	border-style: none;
	color: #333;
	padding: 0 12px;
	font-size: 13px;
	font-family: Arial, sans-serif;
	background: #d9d9d9;
}
input[type="text"]:focus,
textarea:focus,
.customForm select:focus,
input[type="text"]:hover,
textarea:hover,
.customForm select:hover {
	background-color: #FBD8D1;
}
textarea {
	width: 526px;
	height: 85px;
	border-style: none;
	color: #333;
	padding: 12px 12px;
	font-size: 13px;
	font-family: Arial, sans-serif;
	background: #d9d9d9;
}
select,
input[type="file"] {
	width: 550px;
	height: 30px;
	border-style: none;
	color: #333;
	padding: 6px 5px 5px 10px;
	font-size: 13px;
	font-family: Arial, sans-serif;
	background: #d9d9d9;
}
select[multiple="multiple"] {
	height: auto;
}
.lbl {
	font-size: 16px;
	float: left;
	width: 300px;
	margin: 18px 0 6px 0;
	min-height: 18px;
	font-weight: bold;
	background: url('images/li.png') no-repeat 7px 8px;
	padding-left: 20px;
}
.customFormNotice {
	font-size: 11px;
	color: #999;
	float: right;
	min-height: 18px;
	margin: 18px 0 6px 0;
}
.cherad {
	width: 526px;
	border-style: none;
	padding: 7px 12px 0 12px;
	font-size: 13px;
	background: #d9d9d9;
}
.cherad label {
	padding-left: 15px;
}
.cherad input {
	margin-bottom: 10px;
}
input.ssm {
	width: 40%;
}
input.sm {
	width: 60%;
}
.captcha {
	position: relative;
	width: 550px;
	height: 65px;
	margin-top: 20px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.captcha-help {
	position: absolute;
	left: 0px;
	top: 15px;
	width: 295px;
	font-size: 13px;
	line-height: 120%;
}
.captcha-image {
	position: absolute;
	left: 315px;
	top: 14px;
	width: 90px;
	height: 28px;
	border: 1px solid white;
}
input[type="text"].captcha-number {
	position: absolute;
	right: 0px;
	top: 15px;
	width: 96px;
	font-size: 23px;
	letter-spacing: 10px;
}
input[type="submit"] {
	width: 190px;
	height: 34px;
	background: #EB3C19;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	border: 3px solid #d9d9d9;
	padding: 0;
	margin: 0;
	float: right;
	color: white;
	margin-bottom: 15px;
	margin-top: 20px;
	font-family: Arial, sans-serif;
	cursor: pointer;
	position: relative;
	margin-top: 15px;
}
/* paticka */
.footer {
	font-size: 11px;
	width: 992px;
	padding: 0 4px;
	height: 52px;
	line-height: 52px;
}
.footer a {
	color: #333;
	text-decoration: underline;
}
.footer a:hover {
	text-decoration: none;
}
.footer-left {
	width: 56%;
	float: left;
}
.footer-right {
	width: 44%;
	height: 52px;
	overflow: hidden;
	float: left;
}
.footer ul li {
	background: none;
	float: left;
	margin: 0;
	padding: 0 0 0 5px;
	line-height: 52px;
}
.messages {
	margin-top: 10px;
	width: 550px;
	float: left;
	text-transform: uppercase;
	font-weight: bold;
}
.messages p {
	margin-bottom: 0;
}
.messages p.title {
	padding: 6px 0;
}
.messages p.error {
	float: left;
	clear: both;
	width: 521px;
	padding: 6px 10px 6px 19px;
}
.messages p.error {
	background: red;
	color: white;
}
/* new - articles */
.article-home {
	width: 476px;
	padding: 0 15px;
	height: 162px;
	position: absolute;
	bottom: 38px;
	left: 200px;
	background: url('images/article-hp-bg.png') no-repeat left top;
	z-index: 11;
	color: white;
}
.article-home a {
	color: white;
}
.article-home h2 {
	color: white;
	font-size: 20px;
	margin: 0;
	padding: 14px 0;
	font-weight: normal;
	width: 100%;
	float: left;
}
.article-home h2 a {
	color: white;
	text-decoration: none;
}
.article-home h2 a:hover {
	text-decoration: underline;
}
.article-home .cnt {
	margin-top: 20px;
	float: left;
	width: 100%;
}
.article-home .cnt img {
	position: relative;
	top: 0;
	left: 0;
	float: left;
	margin: 0 17px 0 0;
}
.featured .messages {
	display: none;
}