﻿body{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #5b5b5b;
	background-color: White;
}
div, p, h1, h2, h3, h4, form, input, img, table, td, th, ul, li{
	margin: 0;
	padding: 0;
}
h1{
	font-size: 10pt;
	color: #0d6ebb;
	font-weight: bold;
}
h1 a{
	color: #0d6ebb;
}
h1 a span, h1 span{
	color: #898989;
	font-weight: normal;
}
h1.header{
	background-color: #c50001;
	border: 3px solid #e90114;
	height: 29px;
	line-height: 29px;
	padding-left: 32px;
	background-image: url(../images/ico_header.gif);
	background-repeat: no-repeat;
	background-position: 12px 50%;
	text-transform: uppercase;
	color: white;
}
h1.header a{
	color: white;
}
h2{
	font-weight: bold;
	font-size: 9pt;
	color: #014a97;
}
h2 a{
	color: #014a97;
}
h3{
	font-size: 10pt;
	text-transform: none;
	color: #af1c1c;
	padding-bottom: 5px;
}
h3 a{
	color: #af1c1c;
}
.hr{
	height: 1px;
	background-color: #cccccb;
	overflow: hidden;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
}
a{
	color: #0d6ebb;
	text-decoration: none;
}
a img{
	border: none;
}
p{
}
input, select, textarea{
	background-color: transparent;
	border: 0px none;
	font-size: 8pt;
}
.cleaner{
	clear: both;
}
.cleft{
	clear: left;
}
.cright{
	clear: right;
}
.fleft{
	float: left;
}
.fright{
	float: right;
}
.lh1{
	line-height: 30px;
}
.lh2{
	line-height: 13px;
}
.acenter{
	text-align: center;
}
.aleft{
	text-align: left;
}
.aright{
	text-align: right;
}
.padtop1{
	padding-top: 15px;
}
.padbott1{
	padding-bottom: 10px;
}
/* universal end */
.ico{
	background-position: 0px 4px;
	background-repeat: no-repeat;
	padding-left: 17px;
}
.rainbow{
	background-image: url(../images/ico_rainbow.gif);
}
.block{
	background-image: url(../images/article_bck.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 7px;
}
.gray .block{
	background-image: none;
	background-color: #f8f6f2;
}
.corners .block{
	background-image: url(../images/block_top_left.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 0px;
}
.corners .block .blockright{
	background-image: url(../images/block_top_right.gif);
	background-position: right top;
	background-repeat: no-repeat;
	padding-top: 7px;
}
#body{
	margin-left: auto;
	margin-right: auto;
	width: 950px;
}
#top{
	height: 200px;
	position: relative;
}
#top .logo{
	position: absolute;
	left: 20px;
	top: 115px;
	width: 279px;
	height: 78px;
}
#top .homepage{
	position: absolute;
	display: block;
	left: 310px;
	top: 175px;
	width: 220px;
	height: 15px;
	background-image: url(../images/ico_arrow_gray_up.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	color: #969696;
	font-size: 10pt;
}
#top .rightblock{
	position: absolute;
	left: 550px;
	top: 127px;
	width: 400px;
	height: 70px;
	text-align: right;
}
#top .rightblock .search{
	background-image: url(../images/search_bck.gif);
	background-repeat: no-repeat;
	background-position: right top;
	position: relative;
	width: 100%;
	height: 25px;
	padding-bottom: 10px;
}
#top .rightblock .search .input{
	position: absolute;
	left: 72px;
	top: 5px;
	width: 260px;
	height: 15px;
}
#top .rightblock .search .subbutton{
	position: absolute;
	left: 350px;
	top: 0px;
	width: 50px;
	height: 25px;
	cursor: pointer;
}
#top .rightblock .line1{
	font-weight: bold;
	color: #0d6ebb;
}
#top .rightblock .line2{
	color: #969696;
}
#top .rightblock .line2 span{
	color: #0d6ebb;
	padding-left: 6px;
	padding-right: 4px;
}
#adw1{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 950px;
	height: 100px;
	background-color: black;
	background-image: none;
}
#menu{
	height: 58px;
}
#menu .topmenu{
	background-image: url(../images/menu_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	padding-left: 7px;
}
#menu .topmenu .topmright{
	background-image: url(../images/menu_right.gif);
	background-position: right top;
	background-repeat: no-repeat;
	height: 30px;
	padding-right: 7px;
}
#menu .topmenu .topmbck{
	background-image: url(../images/menu_bck.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 30px;
	line-height: 30px;
}
#menu .topmenu .part{
	background-image: url(../images/menu_sepa.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-left: 8px;
	padding-right: 10px;
	text-transform: uppercase;
	float: left;
	font-size: 8pt;
}
#menu .topmenu .part.last{
	background-image: none;
	padding-right: 3px;
}
#menu .topmenu .part a{
	display: block;
	color: white;
	padding-top: 3px;
	height: 27px;
	line-height: 27px;
}
#menu .topmenu .part.selected a{
	background-image: url(../images/menu_active.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#menu .submenu{
	background-image: url(../images/submenu_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 28px;
	padding-left: 14px;
}
#menu .submenu .submright{
	background-image: url(../images/submenu_right.gif);
	background-position: right top;
	background-repeat: no-repeat;
	height: 28px;
	padding-right: 14px;
}
#menu .submenu .submbck{
	background-image: url(../images/submenu_bck.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 28px;
	line-height: 28px;
}
#menu .submenu .part{
	background-image: url(../images/submenu_sepa.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-left: 13px;
	padding-right: 15px;
	float: left;
}
#menu .submenu .part a{
	display: block;
	color: #bf0001;
	padding-bottom: 7px;
	height: 21px;
	line-height: 21px;
}/*
#menu .submenu .part.selected a{
	background-image: url(../images/menu_active.gif);
	background-repeat: no-repeat;
	background-position: top;
}*/
#main{
	padding-top: 10px 
}
#main .mtable{
}
#left, #right{
	vertical-align: top;
}
#left{
	width: 670px;
	padding-left: 10px;
	padding-right: 20px;
}
#main .mtable.mainpage #left{
	width: 446px;
	padding-right: 10px;
}
#main ul{
	margin-left: 20px;
}
#left .topkat{
	margin-bottom: 10px;
	padding-left: 14px;
	padding-right: 14px;
	padding-bottom: 6px;
	border-left: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
}
#left .topkat h1{
	font-size: 14pt;
	padding-bottom: 6px;
}
#left .topkat h1.low{
	text-transform: none;
}
#left .topkat .img{
	margin-right: 6px;
	margin-bottom: 6px;
	float: left;
	max-width: 160px;
	max-height: 120px;
}
#left .topkat .img img{
	max-width: inherit;
	max-height: inherit;
	_width: expression(this.scrollWidth > 161? "160px" : "auto" );
}
#left .topkat .bottinfo, #left .newskat .bottinfo{
	color: #828282;
	padding-top: 5px;
}
#left .bottinfo .more{
	float: right;
	background-image: url(../images/ico_wave.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 15px;
	color: #828282;
}
#left .bottinfo .more.fb{
	background-image: url(../images/facebook.jpg);
	padding-right: 20px;
}
#left .bottinfo .red{
	font-weight: bold;
	color: #cc0005;
	padding-right: 5px;
}
#left .bottinfo .sepa{
	background-color: #edece9;
	line-height: 18px;
	width: 1px;
	height: 18px;
	overflow: hidden;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}
#left .topkat .bottinfo .sepa{
	margin-left: 2px;
	margin-right: 2px;
}
#left .bottinfo .fleft div{
	float: left;
}
#left .bottinfo .fright .sepa{
	float: right;
}
#left .bottinfo .type{
	float: right;
	background-color: #cd0005;
	color: white;
	padding-left: 3px;
	padding-right: 3px;
	margin-left: 5px;
}
#left .topkat .bottinfo .type{
	margin-left: 2px;
	/*font-size: 7pt;
	margin-top: 3px;*/
}
#left .bottinfo table{
	width: 100%;
}
#left .bottinfo table td{
	vertical-align: top;
}
#left .bottinfo table td.biright{
	width: 100px;
}
#left .bottinfo table td.bileft{
	width: 310px;
}
#left .inpage .bottinfo{
	border-top: 1px solid #f1f1f1;
	padding-top: 5px;
}
#left .inpage .anotace{
	padding-bottom: 8px;
}
#left .inpage .img{
	float: none;
	text-align: center;
	width: 650px;
	display: block;
}
#left .inpage .text img{
	border: 1px solid #dddddd;
	padding: 2px;
	max-width: 650px;
	max-height: 800px;
	_width: expression(this.scrollWidth > 651? "650px" : "auto" );
}
#left .shortkat{
	margin-bottom: 10px;
}
#left .shortkat h1.ico{
	margin-left: 24px;
	text-transform: uppercase;
}
#left .shortkat .text{
	padding-left: 17px;
	padding-right: 10px;
	padding-top: 7px;
	padding-bottom: 15px;
	overflow-y: auto;
	overflow-x: hidden;
	height: 78px;
}
#left .shortkat .text .part{
	padding-bottom: 6px;
}
#left .shortkat .text h1{
	font-weight: normal;
	text-transform: uppercase;
}
#left .shortkat .text .anotace{
	color: #0d6ebb
}
#left .inpage .shortkat{
	margin-bottom: 20px;
}
#left .newskat{
	padding-bottom: 15px;
}
#left .newskat .part, #left .inpage .part{
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
}
#left .newskat .part .img, #left .inpage .part .img{
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	width: 120px;
}
.readkat .block{
	padding-left: 18px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.readkat .block h1{
	font-weight: normal;
	padding-bottom: 10px;
}
#right{
	width: 250px;
}
#main .mtable.mainpage #right{
	width: 484px;
}
#right table .left{
	width: 230px;
	padding-right: 3px;
	vertical-align: top;
}
#right table .right{
	width: 250px;
	vertical-align: top;
}
#right .fotovideo{
	margin-bottom: 10px;
}
#right .fotovideo .left, #right .fotovideo .right{
	width: 240px;
}
.page #right .foto, .page #right .video{
	margin-bottom: 20px;
}
#right .fotovideo h1.ico{
	margin-left: 25px;
	font-size: 12pt;
}
#right .fotovideo .text{
	padding-left: 13px;
	padding-right: 13px;
	height: 150px;
	overflow-y: auto;
	overflow-x: hidden;
}
.adw2{
	width: 484px;
	height: 300px;
	overflow: hidden;
	background-color: #5b5b5b;
	margin-bottom: 10px;
}
.inpage{
	padding-bottom: 20px;
}
.article h1{
	font-size: 15pt;
	text-transform: uppercase;
	padding-bottom: 7px;
}
.article .img{
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.article .anotace{
	font-weight: bold;
	padding-bottom: 15px;
}
.article .text{
	padding-bottom: 10px;
}
.article .autor{
	padding-bottom: 20px;
}
.page .adw2{
	margin-left: auto;
	margin-right: auto;
}
#right .blog{
	padding-bottom: 10px;
}
#right .text{
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#right .tableblock{
	padding-bottom: 15px;
}
#right .txtadw .gray{
	padding-bottom: 10px;
}
#right .adw3{
	width: 250px;
	height: 250px;
	overflow: hidden;
	background-color: #5b5b5b;
}
.page #right .adw3{
	margin-bottom: 10px;
}
.page #right .magazin, .page #right .vikend{
	padding-bottom: 10px;
}
#bottom{
	background-image: url(../images/logo_small.gif);
	background-repeat: no-repeat;
	background-position: 45px 10px;
	margin-top: 10px;
	border-top: 1px solid #dc6667;
	height: 30px;
	padding-left: 190px;
	padding-right: 20px;
	padding-top: 20px;
	color: #5a5a5a;
}
#bottom p span{
	color: #d70400;
	font-weight: bold;
}


/* Mpage foto/video */
#right .fotovideo .part, .fvgalery .part{
	min-height: 60px;
	max-height: 90px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.fvgalery .part{
	min-height: 70px;
}
#right .fotovideo .part img, .fvgalery .part img{
	float: right;
	max-height: 90px;
	max-width: 90px;
	margin-left: 7px;
}
#right .fotovideo .part span, .fvgalery .part span{
	display: block;
	margin-top: auto;
	margin-bottom: auto;
	padding-top: 8px;
}



/* Galerie*/
div.picture {
	padding: 3px;
	padding-bottom: 0px;
	margin: 3px;
	float: left;
	border: 1px solid #DDE5E4;
	text-align: center;
	font-size: 7pt;
	width: 115px;
}
div.picture p{
	padding: 0;
	height: 20px;
	overflow: hidden;
}

div.picture div.innerpic {
	width: 115px;
	height: 100px;
	overflow: hidden;
	vertical-align: middle;
	background-color: #C4C4C4;
	margin-bottom: 3px;
}
#left .inpage .picture img{
	border: none;
	padding: 0;
}
div.picture img {
  padding: 0;
  margin: 0;
}

/* anketa */
.anketa{
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 9px;
	padding-bottom: 5px;
}
.anketa h3{
	background-image: url(../images/ico_rainbow.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 20px;
	color: #0d6ebb;
	padding-bottom: 10px;
}
.anketa .apart, .anketa .aline, .anketa .asummary{
	padding-left: 10px;
}
.anketa .apart{
	padding-top: 4px;
}
.apart a{
	color: #0d6ebb;
}
.anketa .aline{
	width: 180px;
}
.anketa .aline .lline{
	background-color: #AF1C1C;
	height: 5px;
	overflow: hidden;
	float: left;
	margin-top: 6px;
}
.anketa .aline .lnum{
	padding-left: 3px;
	color: #AF1C1C;
	font-weight: normal;
	font-size: 8pt;
}
.anketa .asummary{
	color: #828282;
	padding-top: 8px;
	font-weight: normal;
}
/* anketa end */

/* katalog firem */
.firms{
	padding-bottom: 10px;
	padding-top: 0px;
	margin-top: 10px;
	margin-bottom: 20px;
	border-top: 1px solid #c4c4c4;
}
.firm{
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px solid #c4c4c4;
}
.firm img{
	float: right;
	margin-left: 5px;
}
.firm h4{
	font-size: 13pt;
	color: #0d6ebb;
	font-weight: bold;
	padding-bottom: 4px;
	margin-bottom: 0px;
}
.firm .note{
	padding-bottom: 10px;
}
.firm .st{
	width: 80px;
	font-weight: bold;
}
.addButt{
	font-size: 11pt;
	font-weight: bold;
	padding: 4px;
	text-align: center;
	width: 200px;
	background-image: url(../images/article_bck.gif);
	background-repeat: repeat-x;
	cursor: pointer;
}
.addFirm{
	padding-top: 20px;
	width: 100%;
	display: none;
}
option.mainsekce{
	font-weight: bold;
	text-transform: uppercase;
}
option.subsekce{
	padding-left: 10px;
}
h2.kaf{
	text-transform: uppercase;
	font-size: 12pt;
	padding-top: 20px;
}
h3.kaf{
	font-size: 10pt;
	padding-left: 10px;
	text-transform: none;
	display: inline;
}
#addFirm .odd{
	width: 150px;
}
#addFirm .noinput{
	border: 0px none;
	background-image: none;
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
}
#addFirm .padtop1{
	padding-bottom: 5px;
}
#addFirm .icity{
	width: 125px;
}
#addFirm .izip{
	width: 50px;
}
#addFirm .xxx, #addFirm .xxx td, #addFirm .xxx input{
	color: white;
	border: none;
	background-image: none;
	background-color: white;
}

/* */
.article h2{
	padding-bottom: 8px;
}
.folder{
	padding-bottom: 10px;
}
.folder .odd{
	width: 100px;
	vertical-align: top;
}
.folder select, .folder input{
	background-color: #f9f8f6;
	border: 1px solid #393939;
	padding: 3px;
}
.folder select{
	width: 200px;
}
.folder input{
	width: 192px;
}
.folder textarea{
	background-image: url(../images/article_bck.gif);
	background-repeat: repeat-x;
	background-position: 0px -3px;
	width: 400px;
	border: 1px solid #393939;
	padding: 3px;
}
.inzerat{
	padding-bottom: 8px;
	padding-top: 8px;
	border-top: 2px groove #404040;
	width: 100%;
}
.inzerat td{
	text-align: left;
}
.inzerat .st{
	width: 100px;
	font-weight: bold;
	color: black;
	vertical-align: top;
}
.inzerat .nd{
	width: 570px;
	text-align: left;
}
.inzerat .padbott{
	color: #ffb400;
	padding-bottom: 5px;
}
.inzerat .padtop{
	color: #ffb400;
	padding-top: 5px;
}
.article .submit{
	cursor: pointer;
	background-color: #0b5b9f;
	color: white;
	font-weight: bold;
	padding: 3px;
}
.older{
	text-align: right;
}
.older a{
	color: #ffa600;
}
.older .rew{
	padding-left: 10px;
	background-image: url(../images/ico_arrow_page_left.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.older .fwd{
	padding-right: 10px;
	background-image: url(../images/ico_arrow_page_right.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.older span.number{
	color: #d60500;
	border: 1px solid #d70300;
	padding-left: 2px;
	padding-right: 2px;
}