body {
	margin: 0px;
	padding: 0px;
}

p {
	margin-top: 0px;
	margin-bottom: 20px;
    line-height: 1.5em;
}

td {
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #26323E;
	margin: 0px;
}

.bgTop {
	background-color: #C5C5C5;
}

.bgMenu {
	background: #1C3252 url('../images/lay-bg-menu.jpg') top left no-repeat;
}

.bgMenuInner {
    background: none transparent;
}

td.bgText {
	background: #F7F9FC url('../images/lay-bg-text.jpg') top left no-repeat;
}

.bgBottom {
	background: #1C3252 url('../images/lay-bg-footer.jpg') top left no-repeat;
}

.bgBottomText {
    background-color: #1C3252;
}

.bgdot2 {
	background-image: url(../images/dot3.gif);
}

.bgdot1 {
	background-image: url(../images/dot1.gif);
	display: block;
	height: 32px;
	background-repeat: y;
}

.bgdot {
	background-image: url(../images/dot.gif);
	display: block;
	height: 1px;
	margin: 0px;
	padding: 0px;
}

.search {
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding-right: 5px;
}

.whiteLine {
	background-color: #FFFFFF;
	display: block;
	height: 45px;
}

.header {
	font-size: 15px;
	font-weight: bold;
	color: #104BBA;
	line-height: 45px;
    width: 75%;
}

.textHeader {
	font-size: 11px;
	font-weight: bold;
}

.smallHeader {
	font-weight: bold;
}

.color2 {
	font-weight: bold;
	color: #f90;
}

.colorWhite{
	color: #FFFFFF;
}

.colorLightBlue {
    color: #8F9AA9;
}

.pipe{
	font-size: 12px;
	padding-right: 5px;
	padding-left: 5px;
}

.textTop{
	color: #999DA6;	
}

a{
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #104BBA;
	text-decoration: underline;
}

a.mainMenu {
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;

}

a.mainMenu:hover {
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

a.langMenu {
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #999DA6;
	text-decoration: none;
	font-weight: none;
}

a.langMenu:hover {
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #999DA6;
	text-decoration: underline;
	font-weight: none;
}

a.textLogo {
    background:transparent url(../images/logo3.png) no-repeat scroll left top;
    color:#1C3252;
    display:block;
    font-size:15px;
    font-style:italic;
    font-weight:bold;
    line-height:53px;
    text-decoration:none;
    width:231px;
    height:53px;
}

a.logoTextBottom {
    background:transparent url(../images/logo2.png) no-repeat scroll left top;
    color:#FDFFFE;
    display:block;
    font-size:11px;
    font-style:italic;
    font-weight:bold;
    line-height:23px;
    text-decoration:none;
    width:149px;
    height:40px;
}

/**********************************************/
.menu {	
    margin-top:-11px;
    padding-top:11px;
}

ul {
    width: auto;
	display: block;	
	padding: 0;
	list-style: none;
}
	
ul li {
	float: left;
    height: 22px;
    line-height: 23px;    
}

ul li a {	
	text-decoration: none;	
}

ul li ul {
	display: none;
  	position: absolute; 
	left: 0;
	top: 0em;
}

ul li ul li {
	float: none;
	margin: 0;
	padding: 0;
	background-image: none;	
	border-bottom: #fff 1px solid;
    background-color: #1b3252;
    line-height: 15px;
}

ul li ul li ul {
    display: none;
    position: absolute;
    left: 150px;
    top: 1px;    
    width: 200px;
}

ul li ul li ul li {
    border-left: 1px solid #fff;    
}

li.last {
	border-bottom: 0;    
}

li.first {
    height: 16px;
    background: transparent none;
}

ul li ul li a {
	padding: 0;
	background-image: none;	
	font-size: 11px;
	text-decoration: none;
    color: #fff;
    font-weight: bold;
}

ul li > ul {
	left: auto;
	top: auto;	
}

li:hover ul, li.over ul {
	display: block;
}

a.more {
    /* color: #f90; */
    /* text-decoration: none; */
}

a.more:hover {
    /* color: #d70; */
    /* text-decoration: underline; */
}

ul.menuSide {    
    padding: 5px 0;    
}

ul.menuSide li {
    clear: both;
}

ul.menuSide li a{    
    color: #1C3252;
    text-decoration: none;
}

ul.menuSide li a:hover{    
    text-decoration: underline;
}

div.paragraphs {
    padding-right: 25px;
}

.mainImg {
    text-align: center;
    margin: 15px 0;
}

.mainImg img {
    width: 177px;
    height: 150px;
    margin: 10px 5px;
    border: 2px ridge #1C3252;
}

.galleryClose {
    line-height: 50px;
    margin-top: 10px;
    font-weight: bold;
    color: #f60;
    text-decoration: none;
}

.galleryCont {
     position: absolute; 
     width: 100%; 
     height: 100%; 
     background: white; 
     top: 0; 
     left: 0; 
     padding-top: 50px; 
     padding-bottom: 50px;
     text-align: center;
}
div.gallery-row{
	width:485px;
	clear:both;
	padding:25px 0;
	margin-right:-35px;
}
.gallery-row .gallery{
	padding:0 2px;
	width:157px;
}
.gallery-row .gallery img{
	width:153px;
}
.gallery-row .gallery span{
	width:153px;
}
.news img{
}
.col2{
}
td div.ramkaAktualnosci{
	border:1px solid #D4D4D4;
	background-color:#E8E8E8;	
	margin:10px 0;
	padding:10px;
}
