@charset "iso-8859-2";
/* CSS Document */
* {
       margin-top: 0px;
       
}

body {
       margin: 0px;
       padding: 0;
       background: #314D6B url(images/img01.jpg) no-repeat center top;
       font-family: Arial, Helvetica, sans-serif;
       font-size: 13px;
       color: #A0A0A0;
       text-align: justify;
}

h1, h2, h3 {
       font-weight: normal;
       color: #FFFFFF;
}

h1 { font-size: 197%; }
h2 { font-size: 167%; }
h3 {
	font-size: 100%;
	font-weight: bold;
}

p, ul, ol {
       font-size: 100%;
}

p {
}

ul
{
	margin: 8px 0px 0px 16px;
	padding: 0px;
}

ul li
{
	margin: 0px 0px 11px 0px;
	padding: 0px;
}

ul2 li2
{
	margin: 0px 0px 11px 20px;
	padding: 10px;
}

ol {
}

blockquote {
  margin: 20px 0px 0px 0px;
  padding: 10px 0px 10px 20px;
  border-left: 2px solid;
}

a {
       color: #7EBCFF;
}

a:hover {
       text-decoration: none;
}

/* Header */

.header {
	width: auto;
	height: 110px;
	margin: auto;
}

.header h1, #header p {
       margin: 0;
       font-weight: bold;
}

.header h1 {
       padding: 30px 0 0 20px;
       text-transform: lowercase;
       font-size: 229%;
}

.header p {
       margin: -5px 0 0 0;
       padding: 0 0 0 20px;
       text-transform: uppercase;
       font-size: 85%;
}

.header a {
       text-decoration: none;
       color: #FFFFFF;
}

/* Menu */

.menu {
	width: 680px;
	height: 51px;
	margin: auto;
	background: url(images/img02.jpg) no-repeat;
}

.menu h2 {
       display: none;
}

.menu ul {
	margin: auto;
	padding: 20px 0 0 20px;
	list-style: none;
}

.menu li {
       display: inline;
}

.menu a {
       display: block;
       float: left;
       height: 22px;
       padding: 8px 20px 0 20px;
       border-right: 1px solid #2A2C2F;
       text-transform: lowercase;
       text-decoration: none;
       text-align: center;
       font-size: 12px;
       color: #DFE8F2;
       font-weight: bold;
}

.menu a:hover, .menu .active a {
       background-color: #314D6B;
}

/* Page */

.page {
       width: 680px;
       margin: 0 auto;
       background: #0F1720 url(images/img03.gif) repeat-y;
}

/* Content */

.kontent {
       float: left;
       width: 375px;
       padding: 20px 25px 0 40px;
       background: url(images/img04.jpg) no-repeat;
}



.boxed {
       background: #1C2B37;
       border: 1px dotted #000000;
}

.boxed .title {
       margin: 0;
       padding: 5px 20px;
       background: #000000;
       text-transform: uppercase;
       font-size: 100%;
       font-weight: bold;
}

.boxed .title2 {
	margin: 0;
	padding: 5px 20px;
	text-transform: uppercase;
	font-size: 100%;
	font-weight: bold;
	background-color: #002448;
	color: #39F;
}

.boxed .title2 a{
	text-decoration: none;
	
}

.boxed .title2 a:hover {
       text-decoration: underline;
}

.boxed .content {
       padding: 20px;
}

.boxed .fotex {
	padding: 20px;
	text-align: left;
}

/* Sidebar */

.sidebar {
	float: right;
	width: 220px;
	height: 100%;
	padding: 20px 20px 0 0;
	background: url(images/img05.jpg) no-repeat;
}

.sidebar ul {
       margin: 0;
       padding: 0;
       list-style: none;
}

.sidebar li {
}

.sidebar li ul {
       padding: 20px;
}

.sidebar li li {
       margin: 0;
       padding: 5px 0;
       background: url(images/img06.gif) repeat-x left bottom;
}

.sidebar h2 {
	margin: 0;
	padding: 10px;
	background: #000000;
	border-top: 1px solid #23282E;
	border-bottom: 1px solid #23282E;
	text-transform: capitalize;
	font-size: 100%;
	font-weight: bold;
	color: #DFE8F2;
}

.sidebar h3 {
       margin: 0 0 0 20px;
}

.sidebar p {
       margin: 0 0 0 20px;
}

.sidebar a {
       text-decoration: none;
}

.sidebar a:hover {
       text-decoration: underline;
}

/* Submenu */

.submenu a {
       padding-left: 15px;
       background: url(images/img07.gif) no-repeat left center;
}
/* Footer */

.footer {
       width: 680px;
       height: 100px;
       margin: 0 auto;
       padding: 30px 0 0 0;
       background: url(images/img08.jpg) no-repeat;
}

.footer p {
       margin: 0;
       padding: 0 0 0 40px;
       font-size: 77%;
       color: #0F1720;
}

.footer a {
       color: #0F1720;
}

.licznik {
	vertical-align: bottom;
	margin-left: 55px;
}
.podpis {
	text-align: right;
	font-style: normal;
	font-weight: bold;
}
.podpis2 {
	text-align: left;
	font-style: italic;
	font-weight: normal;
}
.uwaga {
	text-align: left;
	font-style: normal;
	font-weight: bold;
	color: #F30;
	text-decoration: none;
	font-size: 14px;
}

