<!--
body {
		margin: 0px;
        font-family: verdana;
        font-size: 11px;
        color: black;
		background: #6184A0;
}

font.naglowek {
        font-family: verdana;
        font-size: 11px;
        color: white;
        font-weight: bold;
}

table {
        font-family: verdana;
        font-size: 11px;
        color: black;
}

td {
        font-family: verdana;
        font-size: 11px;
        color: black;
}

td.infoS {
	padding-bottom: 10px;
	text-align: center;
}

div.autor {
        text-align: right;
        font-weight: bold;
}

div.info {
        font-family: arial;
        font-size: 11px;
        color: #0000BB;
        font-weight: bold;
        margin-bottom: 5px;
}

div.kod {
        text-align: left;
        background: #FCFCFC;
        border: solid #CACACA 1px;
        padding: 5px;
        margin: 5px;
        font-size: 11px;
}

div.tytul {
        text-align: left;
        font-size: 17px;
        color: rgb(0,91,178);
}

h1 {
        font-family: arial;
        font-size: 13px;
		text-align: center;
        color: rgb(0,91,178);
}

h2 {
        font-family: arial;
        font-size: 11px;
		text-align: center;
        color: rgb(0,91,178);
}

h3 {
        font-family: arial;
        font-size: 10px;
		text-align: center;
        color: rgb(0,91,178);
}

h4 {
        font-family: arial;
        font-size: 9px;
		text-align: center;
        color: rgb(0,91,178);
}

h5 {
        font-family: arial;
        font-size: 8px;
		text-align: center;
        color: rgb(0,91,178);
}

h6 {
        font-family: arial;
        font-size: 7px;
		text-align: center;
        color: #0000BB;
}

A:link, A:visited, A:active, A:hover  {
        text-decoration: underline;
        color: #005BB2;
}

        
A:link.recenzje {
        text-decoration: none;
        color: white;
}

A:visited.recenzje {
        text-decoration: none;
        color: white;
}

A:active.recenzje {
        text-decoration: none;
        color: white;
}

A:hover.recenzje {
        text-decoration: none;
        color: rgb(239,175,31);
}

A:link.menu {
        text-decoration: none;
        color: #39639c;
		font-weight:bold;
}

A:visited.menu {
        text-decoration: none;
        color: #39639c;
		font-weight:bold;
}

A:active.menu {
        text-decoration: none;
        color: #39639c;
		font-weight:bold;
}

A:hover.menu {
        text-decoration: none;
        color: rgb(239,175,31);
		font-weight:bold;
}

A:link.menu2,A:visited.menu2,A:hover.menu2{
        text-decoration: none;
        color: #39639c;
		font-weight:bold;
}
A:link.pasek {
        text-decoration: none;
        color: rgb(239,175,31);
}

A:visited.pasek {
        text-decoration: none;
        color: rgb(239,175,31);
}

A:active.pasek {
        text-decoration: none;
        color: rgb(239,175,31);
}

A:hover.pasek {
        text-decoration: none;
        color: #F1B945;
}

HR {
        color: rgb(0,91,178);
}

.przycisk {
        background-color: #EFEFEF;
        font-size: 10px;
        font-weight: bold;
        border: 1px solid #373737;
}

.tekst {
        background-color: white;
        font-size: 11px;
        font-family: verdana;
        border: 1px solid #373737;
}

.tytul {
        font-size: 18px;
        font-weight: bold;
        font-family: arial;
        color: rgb(0,99,175);
}

.blue {
        color: #39639c;
}

.MenuFrame {
border: solid 1px #6184a0;
background: #b5cede;
}

.MenuTitle {
font-family: verdana, Arial, Helvetica, sans-serif;
font-style: normal;
font-weight: normal;
font-size: 8pt;color: black;
padding-top: 4px;
}

.MenuContent {
font-family: verdana, Arial, Helvetica, sans-serif;
font-style: normal;
font-weight: normal;
font-size: 8pt;
color: black;
text-align: left; left: 5px;top: 5px;
}

.MenuDate {
font-family: verdana, Arial, Helvetica, sans-serif;
font-style: normal;
font-weight: normal;
font-size: 8pt;
color: black; 
text-align: right; left: 5px;top: 5px;
}

.szkielet
{
background: #EFEFEF;
}

.menu {
        color: #39639c;
		font-weight:bold;
		font-size: 8pt;
}


p.news{
	   margin:0px;
	   text-indent: 25px;
}
TABLE.plan {
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 0px;
	border-bottom: 2px solid Black;
}
TD.tydzien {
	border: 2px solid Black;
	font-weight: bold;
	color: Green;
	text-align: center;
	padding: 2px;
	background: #d9e8f2;
}
TD.plan_nr {
	border: 1px solid Black;
	border-left: 2px solid Black;
	font-weight: bold;
	padding: 2px;
}
TD.przedmioty {
	border: 1px solid Black;
	padding: 2px;
}
TD.przedmioty2 {
	border: 1px solid Black;
	border-right: 2px solid Black;
	padding: 2px;
}
-->