/* global */
html body {
    font-family: tahoma;
    font-size: 14px;
    line-height: auto;
    color: #343434;
}
body {
    background-color: #ffffff;
}
a:link,
a:focus,
a:active,
a:hover{
	color:#123d96;

}
a:hover{text-decoration:none;}
a:focus{
	color:#7D838F;
}
h1, h2, h3, h4, h5, h6 {
	font-family: tahoma;
	margin:0;
	padding:0;
}
h1{font-size:34px; padding-bottom:35px; font-weight:normal; padding-top:4px;}
h2{font-size:32px; padding-bottom:0px; font-weight:normal;}
h3{font-size:18px; padding-bottom:14px; font-weight:normal;}
h4{font-size:14px; padding-bottom:0px; font-weight:normal;}

ul, 
ul li, li {
/* 	list-style-image:none; */
/* 	list-style-position:outside; */
/*	list-style-type: circle; */

}
/* end global */

.main { 
	overflow:hidden;
	zoom:1;
	position:relative;
	background:transparent url(../img/bg-gradient.png) left top repeat-x fixed;
}

.header{
	padding: 20px;
} 
.header img {
	max-height: 100px;
    width: auto; 
}
.header h3 {
    font-size: 28px;
}
.header h4 {
    color: #9b9b9b;
    font-size: 18px;
}

.content-box {
    background: #fff none repeat scroll 0 0;
    margin-top: 30px;
    margin-bottom: 30px;
    border: 1px solid #eee;
}
ul.nav-tabs {
    background: #343434 none repeat scroll 0 0;
    margin: 0 -15px;
}
.tab-content {
    margin: 30px 0;
}
 ul.nav-tabs > li.active {
    background: #000 none repeat scroll 0 0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	border: 0;
	background: #000 none repeat scroll 0 0;
	color: #fff;
}
/* .tab-v1 { */
/*   margin-top: 5px; */
/* } */
.nav-tabs > li > a {
    border-radius: 0;
    color: #fff;
    font-weight: 700;
    margin-right: 0;
    text-decoration: none;
    font-size: 14px;
    font-famili: tahoma;
    padding: 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
	border: 0;
    background-color: #000;
    text-decoration: none;
}
.btn-v8 {
    border: 1px solid #ddd;
    color: red;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 30px;
    text-decoration: none;
}
.content-v1 {
	font-size: 16px;
}
.content-v1 > p {
    margin: 20px 0;
}
/** soptka **/
.footer {
    border-top: 1px solid #eee;
    margin-top: 20px;
    padding: 15px 0;
    font-size: 12px;
    line-height: 15px;
}
.main .footer .col-md-7 {
    margin-bottom: 10px;
}
.footer .col-md-6, .footer .col-md-12, .footer .col-md-5, .footer .col-md-7 {
    margin: 0 0 5px;
    padding: 0;
}
.footer .right {
    text-align: right;
}
.footer .solid-1 {
    border-left: 4px solid #f39800;
    border-radius: 1.5px;
}
.footer .solid-2 {
    border-left: 4px solid #82c359;
    border-radius: 1.5px;
}
.footer .solid-1 > div, .footer .solid-2 > div  {
    margin-left: 15px;
}
.footer h3 {
    font-size: 24px;
    font-weight: lighter;
}
/** end stopka **/


/* dokumenty */

.contL {
    padding: 5px;
}
DIV.desc A,
DIV.desc A:link,
DIV.desc A:visited{
	text-decoration:underline;	
}
DIV.desc A:hover{
	text-decoration:none;
}
#search-form {
	padding: 10px 0;
}
#search-result .docs A .download {
   float: unset;	
}
#search-result .docs .doc {
    display: flex;
    padding: 3px 0;
}
#search-result .contentCont .docs A SPAN {
    margin-left: 25px;
    padding: 5px;
    width: 75%;
}
.contentCont .docs A {
    background: transparent url("../img/doc-arrow.png") no-repeat scroll 7px 10px;
    border: 1px solid #f0f4ff;
    display: block;
    font: 12px/1.2em Tahoma;
    overflow: hidden;
    padding: 5px 5px 5px 25px;
    text-decoration: none;
}
.contentCont .docs A:hover{
	border:1px solid #d0d8ea;	
	background-color:#ffffff;
	text-decoration:none;
}
.contentCont .docs A SPAN{
	float:left;
	width:80%;
	cursor:pointer;
	margin-right: 8px;
}
.contentCont p {
    margin: 0 5px 10px;
}
DIV.docs A:hover SPAN{text-decoration:none;}


DIV.docs A DIV.download{
	float:left; 
	text-decoration:none;
	color:#b0b0b0;
	padding:1px 0 2px 20px;
	cursor:pointer;
}

.panel-body a > DIV.download {
    float: right;
    margin-left: 10px;
    padding: 0 20px;
}
.panel-title > a {
	display: flex;
}

A.doc DIV.download{background:transparent url(../img/ico-doc.png) left top no-repeat;}
A.xls DIV.download{background:transparent url(../img/ico-xls.png) left top no-repeat;}
A.pdf DIV.download{background:transparent url(../img/ico-pdf.png) left top no-repeat;}
A.html DIV.download,
A.htm DIV.download{background:transparent url(../img/ico-html.png) left top no-repeat;}
A.ext-default DIV.download{background:transparent url(../img/ico-default.png) left top no-repeat;}
A.jpg DIV.download{background:transparent url(../img/ico-jpg.png) left top no-repeat;}
A.zip DIV.download{background:transparent url(../img/ico-zip.png) left top no-repeat;}
A.app DIV.download{background:transparent url(../img/ico-app.png) left top no-repeat;}
A.ppt DIV.download{background:transparent url(../img/ico-ppt.png) left top no-repeat;}

/* end dokumenty */

.box-reklama img {
	max-width: 150px;
	text-align: center;
    margin: 0 auto;
}