html { 
	width: 100%;
	height:100%;
	padding: 0px;
	margin: 0px;
}

body { 
	background-image: url(tlo.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #d8d8d8;

	width: 100%;
	height:100%;
	padding: 0px;
	margin: 0px;

	vertical-align: top;
	border-collapse: collapse;
	font-family: verdana;
	font-size: 12pt;
}

img {
	border-style: none;
	border-color: black;
	border-width: 0px;
	margin: 0px;
	padding: 0px;
}

.form {
	font-family: verdana;
	font-size: 8pt;
}

.main {
	vertical-align: top;
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height:100%;
}

.top {
	border-style: none;
	border-color: black;
	border-width: 0px;
	border-bottom-width: 0px;
	font-size: 14pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	height: 128px;
	vertical-align: top;
}

.tabelka {
	border-style: none;
	border-color: black;
	border-width: 0px;
	background-color: white;
        width: 824px;
        max-width: 824px;
	height: 100%;	
	vertical-align: top;
	top: 0px;	
}

.footer {
	/*height: 20px;*/
	border-style: none;
	border-color: black;
	border-width: 0px;
	border-top-width: 1px;
	font-size: 10pt;
	padding-left: 0px;
	padding-right: 0px;
	vertical-align: middle;	
	color: #4682b4;

}

.menu {
	text-align: center;
	height: 20px;
	border-style: solid;
	border-color: black;
	border-width: 0px;
	border-bottom-width: 1px;
	font-size: 12pt;
	padding-left: 5px;
	padding-right: 5px;
}

.content_td {
	vertical-align: top;
}

.content {
	font-size: 12pt;
	padding: 0px;
	text-align: justify;
	vertical-align: top;
}

.content_sm {
	font-size: 12pt;
	padding: 0px 0px 0px 10px;
	text-align: justify;
	vertical-align: top;
	/* min-height: 500px; */
}

.wykaz {
	font-size: 12pt;
	border-width: 1px;
	border-style: solid;
	border-color: black;
}

.wykaz td {
	padding: 5px;
	border-width: 1px;
	font-size: 8pt;
	border-color: black;
	border-style: solid;
}

.dzialy {
	font-size: 12pt;
	padding: 5px;
}

.left_title {
	background-color: #4682b4;
	color: white;
	font-weight: bold;
	font-size: 12pt;
}

.hint {
	position: absolute;
	display: none;
	background-color: white;
	border: 1px;
	border-style: solid;
	font-size: 10px;
}

.hint div {
	background-color: black;
	height: 5px;
}

A {
	color: #4682b4;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
}


A:link {
	color: #4682b4;
	font-family: Verdana;
	font-weight: bold;
}
A:visited {
	color: #4682b4;
	font-family: Verdana;
	font-weight: bold;
}
A:active {
	color: #4682b4;
	font-family: Verdana;
	font-weight: bold;
}

A:hover {
	color: #4682b4;
	font-family: Verdana;
	font-weight: BOLD;
	text-decoration: underline;
}

.code {
	background-color: #f8f8f8;
	border-color: #c3c3c3;
	border-style: solid;
	color: black;
	font-family: courier, fixed, monospace;
	padding: 5px; 
	border-width: 1px;
}

.linia {
	border-width: 1px;
	border-color: black;
	border-style: solid;
}
.linia_small {
	border-width: 1px 0px 0px 0px;
	border-color: black;
	border-style: solid;
}

.menu_left {
	padding: 5px;
	color: black;
	text-align: left;
	border-style: solid;
	border-color: #c3c3c3;
	background-color: #f8f8f8;
	border-width: 1px;
	font-size: 12pt;
	vertical-align: top;
	width: 150px;
	min-width: 150px;
	max-width: 150px;
}

.menu_left td:hover {
	background-color: black;
}

.menu_left td:hover a {
	color: white;
}

.menu_left td a {
	color: black;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
}

.menu_left td a:hover {
	color: white;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
}

.marker {
	background-color: yellow;
}

.przycisk {
	font-family: Verdana;
	font-size: 9pt;
	height: 22px;
	width: 65px;
	vertical-align: middle;
}

.menu_pozycja:hover {
	background-color: #4682b4;
}

.menu_pozycja:hover a {
	color: white;
}

.menu_pozycja a {
	color: #4682b4;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
}

.menu_pozycja a:hover {
	color: white;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
	background-color: #4682b4;
}

textarea {
	font-size: 10pt;
}

