@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');

*
{
	margin:0;
	padding:0;
}

body
{
	font-size:12pt;
	overflow:scroll;
	background:white;
	text-align:center;
	background:url('images/hhhh.jpg');
}

table
{
	width:500px;
}

table.info
{
	width:440px;
	border:1px solid gray;
}

table.info td
{
	border:1px solid gray;
	font-size:7pt;
    font-family: verdana, serif;
}

table.info p
{
	text-align:center;
	padding:0;
}
h1.naglowek
{
    font-family: verdana, serif;
	font-size:8pt;
	color:blue;
	font-weight:bold;
	text-align:left;
	padding-left:12px;
}

p.akapit
{
    font-family: verdana, serif;
	font-size:8pt;
	color:black;
	text-align:justify;
}
/*DIV DLA CALEJ STRONY*/
.strona
{
	position:relative;
	top:0;
	margin: 0 auto;
	background:RGB(217,217,217);
	width:900px;
	border:1px solid #6C6C6C;
}
.banner
{
	position:relative;
	margin: 0 auto;
	width:900px;
	height:60px;
	background:white;
}
.animacja
{
	width:900px;
	height:162px;
	background:white;
	margin:0 auto;
}

/*PIERWSZE MENU*/

.srodek_menu
{
	width:900px;
	height:30px;
}
.menu
{
	position:relative;
	top:0;
	width:900px;
	height:30px;
	background:url('images/tlo_menu.jpg');
	float:right;

}

/*DRUGIE MENU*/

.menu2
{
	position:relative;
	top:0;
	left:0;
	width:200px;
	height:500px;
	background:#b0b0b0;
	float:left;
}


/*TRZECIE MENU*/

.menu3
{
	position:relative;
	top:0;
	left:0;
	width:173px;
	height:500px;
	background:#b0b0b0;
	float:left;
}

/*TRESC*/
.tresc
{
	position:relative;
	top:0;
	left:0;
	border-left:1px solid #6C6C6C;
	border-right:1px solid #6C6C6C;
	background:white;
	width:515px;
	float:left;
	padding:5px;
}

.tresc p
{
	padding:10pt;
	text-align:justify;
}

/*LISTY*/
ol.normal
{
	padding-left:20px;
}

ul.normal
{
	padding-left:20px;
}

li
{
	list-style-type:disc;
}

/*STOPKA*/
.stopka
{
	height:35px;
	line-height:35px;
	width:900px;
	background:#b0b0b0;
	color:white;
	clear:both;
	font-weight:bold;
    font-family: verdana, serif;
	border-bottom:solid 2px red;
}

.stopka p
{
	font-size:8pt;
	text-align:center;
}

.stopka_lewa
{
	width:200px;
	background:#b0b0b0;
	float:left;
	height:35px;
	line-height:35px;
}

.stopka_prawa
{
	width:700px;
	background:#616161;
	float:left;
	height:35px;
	line-height:35px;
}

.stopka_prawa p
{
	width:500px;
	float:left;
}


.nowemenu
{
padding:5px 5px 5px 5px; margin:10px 10px 10px 10px;
}

.nowemenu a
{
    font-family: verdana, serif; font-size:10pt; color:#ffffff; padding:5px 5px 5px 5px; margin:10px 10px 20px 10px; font-weight:bold; text-decoration:none;
}

.nowemenu a:hover
{
color:#aa0000;
}


nav.top ul {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
}
nav.top li {
    float: left;
    list-style: none;
}
nav.top a {
    display: block;
    border-left: 1px solid #fff;
    padding: 8px 15px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
}
nav.top a:hover, nav.top li.active a {
    background: rgba(255, 255, 255, 0.3);
}

nav.side>ul {
    margin: 0 0 15px 0;
    padding: 0;
}
nav.side li, nav.side>ul>li>span {
    list-style: none;
    background: rgb(192,192,192);
    background: url("images/menubg.png") no-repeat right 7px center, linear-gradient(0deg, rgba(192,192,192,1) 0%, rgba(226,226,226,1) 69%, rgba(193,193,193,1) 100%);
}
nav.side a, nav.side span {
    display: block;
    border-bottom: 1px solid #959595;
    padding: 6px 7px 4px 7px;
    text-align: left;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
}
nav.side a:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

nav.side li.active a {
    text-decoration: underline;
}

nav.side ul.sub li span {
    background: rgb(164,164,164);
    background: linear-gradient(0deg, rgba(164,164,164,1) 0%, rgba(164,164,164,1) 35%, rgba(117,117,117,1) 100%);
    text-align: center;
    color: #fff;
    font-weight: normal;
}

nav.side ul.sub li a {
    background: rgb(255,15,15);
    background: linear-gradient(0deg, rgba(255,15,15,1) 0%, rgba(255,105,105,1) 44%, rgba(255,35,35,1) 100%);
    color: #fff;
    font-weight: normal;
    padding-left: 30px;
}
nav.side ul.sub li a::before {
    content: "> ";
}

nav.side ul.sub {
    display: none;
}
nav.side>ul>li>a:hover, nav.side>ul>li>span:hover {
    cursor: pointer;
    background: rgb(208,208,208);
    background: url("images/menubg.png") no-repeat right 7px center, linear-gradient(0deg, rgba(208,208,208,1) 0%, rgba(242,242,242,1) 69%, rgba(209,209,209,1) 100%);
}
nav.side ul.sub a:hover {
    background: rgb(255,67,67);
    background: linear-gradient(0deg, rgba(255,67,67,1) 0%, rgba(255,124,124,1) 44%, rgba(255,67,67,1) 100%);
}

nav.side ul.sub li.active a {
    font-weight: bold;
}

nav.side .divider {
    background: none;
    padding: 0;
    margin: 0;
    height: 10px;
}
