﻿@charset "utf-8";
/* CSS Document */

.marquee {
height:15px;
padding-left:5px;
}

/* Nagłówki */

.naglowek {
padding:15px; 
font-size:18px; 
color:#235a81; 
font-family:Georgia, "times new roman", Times, serif;
}

.naglowek2 {
font-size:18px;
color:#235a81;
font-family:Georgia, "times new roman", Times, serif;
padding-bottom:10px;
}

/* Menu */

.menu1 {
color:#000000;
font-family:  "times new roman", Times, serif;
font-size:12px;
background-color: #dedbdb;
padding:5px;
padding-left: 20px;
margin-bottom:5px;
cursor: default;
}

.menu1:hover {
color:#302e2e;
font-family:  "times new roman", Times, serif;
font-size:12px;
background-color: #dedbdb;
padding:5px;
padding-left: 25px;
margin-bottom:5px;
cursor: default;
}

.menu2 {
color:#000000;
font-family:  "times new roman", Times, serif;
font-size:12px;
background-color: #e1dede;
padding:5px;
padding-left: 20px;
margin-bottom:5px;
cursor: default;
}

.menu2:hover {
color:#302e2e;
font-family:  "times new roman", Times, serif;
font-size:12px;
background-color: #e1dede;
padding:5px;
padding-left: 25px;
margin-bottom:5px;
cursor: default;
}

a {
color:#000000;
font-family:  "times new roman", Times, serif;
font-size:14px;
}

a:hover {
color:#302e2e;
font-family:  "times new roman", Times, serif;
font-size:14px;
}

.header-links {
color:#000000;
font-family:  "times new roman", Times, serif;
font-size:12px;
text-decoration: none;
}

.header-links:hover {
color:#302e2e;
font-family:  "times new roman", Times, serif;
font-size:12px;
text-decoration: overline;
}




/* Ikonki */

.folder-icon {
float:left;
vertical-align:bottom;
border: #c1bfbf solid 1px;
width: 68px;
font-family:  "times new roman", Times, serif;
font-size:14px;
height: 90px;
margin: 5px;
padding: 10px;
/*opacity:1;
filter:alpha(opacity=100);*/
}

.folder-icon:hover {
float:left;
vertical-align:bottom;
border: #c1bfbf solid 1px;
width: 68px;
font-family:  "times new roman", Times, serif;
font-size:15px;
height: 100px;;
margin: 5px;
padding: 10px;
/*opacity:0.6;
filter:alpha(opacity=60);*/
}

.news-icon {
float:left;
vertical-align:bottom;
border: #c1bfbf solid 1px;
width: 108px;
font-family:  "times new roman", Times, serif;
font-size:14px;
height: 120px;
margin: 5px;
padding: 10px;
/*opacity:1;
filter:alpha(opacity=100);*/
}

.news-icon:hover {
float:left;
vertical-align:bottom;
border: #c1bfbf solid 1px;
width: 108px;
font-family:  "times new roman", Times, serif;
font-size:15px;
height: 130px;
margin: 5px;
padding: 10px;
/*opacity:0.6;
filter:alpha(opacity=60);*/
}

/* Aktualności */

.informacje {
font-style: oblique ; 
font-size: 12px;
color: #010101;
padding-top: 10px;
padding-bottom: 10px;
}

.text {
line-height: 25px;
padding-top: 0px;
padding-left:5px;
padding-right: 5px;
text-align: justify;
font-size: 14px;
}

.page-style {
line-height: 25px;
padding-top: 0px;
padding-left:5px;
padding-right: 5px;
text-align: justify;
font-size: 12px;
font-family: Tahoma;
}

.arrow {
width:12px;
height:12px;
}



/* Inne */

.float {
float:left;
}


/* Paginacja */

.element {
float:left;
width: 20px;
height: 20px;
border: #c1bfbf solid 1px;
padding:2px;
padding-left:10px;
padding-top: 5px;
margin: 2px;
background: #dedbdb;
text-align:center;
}

.a-ele {
text-decoration:none;
color: #000000;
}

.a-ele:hover {
text-decoration:underline overline;
color: #000000;
}

/* Easy Tooltip */

#easyTooltip{
	padding:5px 10px;
	font-size: 12px;
	border:1px solid /*#195fa4*/;
	background:#195fa4;
	color:#fff;
	}

/* // Easy Tooltip */





