﻿body {
	margin: 0px;
	background-color: #FFFFFF;
	font-family: Tahoma;
	font-size: 10pt;
	text-align: center;
}
img {
	border: none;
}
a {
	text-decoration: none;
	color: #0000CC;
}
a:hover {
	color: red;
}
.center {
	text-align: center;
}
h1 {
	font-weight: bold;
	font-size: 16pt;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 20px;
}
h2
{
	font-weight: bold;
	font-size: 12pt;
	text-align: center;
	margin-top: 20px;
}
.content h2
{
	text-align: left;
}
table {
	border: 1px solid #000000;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}
td {
	border: 1px solid #000000;
	vertical-align: middle;
}
.login {
	border: none;
	text-align: center;
}
.login td {
	border: none;
}
.formularz {
	border: none;
	text-align: left;
}
.formularz td {
	border: none;
}
.formularz input {
	width: 400px;
}
th {
	border: 1px solid #000000;
	vertical-align: middle;
	font-weight: bold;
	background-color: #F5C329;
}
.error {
	font-weight: bold;
	color: #CC0000;
	text-align: center;
}
.header {
	background-color: #F5C329;
	text-align: center;
}
.menu_top {
	background-color: #DDDDDD;
	text-align: center;
	padding: 8px;
}
.menu_top a {
	border:3px solid #DDDDDD;
	font-weight: bold;
	color: #000000;
	font-size: 11pt;
	padding:3px 3px 3px 3px;
	line-height: 15px;
}
.menu_top a:hover {
	border:3px solid #000000;
	color:#000000;
	background:#DDC2BB;
}
.menu_top a:active {
	border:3px solid #000000;
	color:#FFFFFF;
	background:red;
}
.line {
	background-color: #646464;
	height: 1px;
}
.content {
	width: 898px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}
.copyright {
	font-size: 7pt;
	margin-top: 30px;
	text-align: center;
}
input {
	border: 1px solid #000000;
	width: 120px;
}
input.przycisk {
	margin-top: 15px;
	background-color: #F5C329;
}
textarea {
	border: 1px solid #000000;
}
select {
	border: 1px solid #000000;
}
