/*
	Skrypt css by Łukasz Santarek.
	Copyright (c) 2009-2010 by Łukasz Santarek. All rights reserved.
	Wersja: 1.8 (22 września 2009), ostatnia modyfikacja wersji: 27 sierpnia 2010.
	Last-Modified: Wed, 01 Sep 2010 06:47:00 GMT.
*/

body {
	background : #fbfdfd url(../images/bg.png) repeat-x fixed;
	text-align : center;
	font-family : Verdana, Tahoma, Arial, Sans-serif;
	font-size : 11px;
	color : #222;
}

* {
	margin : 0;
	padding : 0;
}

table {
	margin : 0px 12px 10px 12px;
	padding : 0;
	border : 1px solid #ccc;
	border-collapse : collapse;
	color : #222;
}
th {
	background : #eaeaea;
	padding : 6px;
	border : 1px solid #ccc;
	text-align : center;
	line-height : 125%;
	font-size : 11px;
}
td {
	background : #f4f4f4;
	padding : 6px;
	border : 1px solid #ccc;
	text-align : center;
	line-height : 125%;
	font-size : 11px;
}
.tborder {
	border : 1px solid #ccc;
}
.notable {
	background : inherit;
	margin : 0;
	border : 0;
	text-align : left;
	font-size : 12px;
}
caption {
	caption-side : top;
	margin : 0;
	padding : 10px 0 4px 0;
	text-align : left;
	font-size : 11px;
	font-weight : normal;
}

:link, :visited {
	text-decoration : none;
}
:focus, :active {
	outline : 0;
}

a {
	cursor : pointer;
	color : #000080;
}
a:hover {
	color : #003153;
}

p  {
	margin-bottom : 15px;
	line-height : 175%;
}
.plittle  {
	margin-bottom : 8px;
	line-height : 150%;
	font-size : 11px;
}

h1 {
	margin-bottom : 5px;
	font-size : 25px;
}
h2 {
	margin-bottom : 20px;
	font : normal 16px Arial;
	color : #3d3c3b;
}

img, a img {
	display : inline;
	padding : 0;
	border : 0;
}

blockquote {
	background : #f4f4f4;
	margin : 12px;
	padding : 6px 6px 6px 6px;
	border : 1px solid #ccc;
	color : #222;
}

.srodek {
	text-align : center;
}
.lewo {
	text-align : left;
}
.prawo {
	text-align : right;
}
.just {
	text-align : justify;
}

.wciecie {
	text-indent : 15px;
}

.mniejsza {
	font-size : smaller;
}
.wieksza {
	font-size : larger;
}

.marginb0 {
	margin-bottom : 0;
}
.marginb5 {
	margin-bottom : 5px;
}
.margint0 {
	margin-top : 0;
}
.margint5 {
	margin-top : 5px;
}
.line0 {
	line-height : 100%;
}

.komserw {
	margin-bottom : 8px;
	line-height : 100%;
	text-align : left;
	font-weight : bold;
}

.wazne {
	padding-top : 1px;
	padding-bottom : 9px;
	font-size : 12px;
	font-weight : bold;
}

.odswietnie {
	font : normal 20px "Monotype Corsiva";
	font-family : "Monotype Corsiva", "Lucida Calligraphy", "Viner Hand ITC", Sans-serif, Verdana;
	text-align : center;
}

.czarny {
	color : black;
}
.srebrny {
	color : silver;
}
.szary {
	color : gray;
}
.bialy {
	color : white;
}
.bordowy {
	color : maroon;
}
.czerwony {
	color : red;
}
.fiolet {
	color : purple;
}
.fuksja {
	color : fuchsia;
}
.zielony {
	color : green;
}
.limonka {
	color : lime;
}
.oliwkowy {
	color : olive;
}
.zolty {
	color : yellow;
}
.granat {
	color : navy;
}
.niebieski {
	color : blue;
}
.turkus {
	color : teal;
}
.akwa {
	color : aqua;
}
.pom {
	color : orange;
}

#up {
	position : fixed;
	bottom : 5%;
	left : 57%;
	font-size : 16px;
	font-weight : bold;
}

#container {
	width : 930px;
	margin : 0 auto;
	text-align : left;
}

#header {
	background : #e8f4fc url(../images/header.png) repeat-x;
	width : 924px;
	height : 274px;
}

#alert  {
	width : 23px;
	float : right;
	margin : 16px 8px 0 0 !important;
	margin : 16px 4px 0 0;
	padding : 0;
	font-size : 9px;
	color : #c0c0c0;
}

#menu {
	height : 20px;
	margin : 0 4px 37px 4px !important;
	margin : 0 4px 8px 4px;
	padding : 2px 0 8px 0;
	z-index : 30;
}
#menu li {
	/*display : inline;*/
	float : left;
	list-style : none;
}
#menu li a {
	display : block;
	width : 86px;
	/*float : left;*/
	margin : 0 2px 0 0;
	padding : 16px 0 21px;
	text-align : center;
	text-decoration: none;
	font-size : 9px;
	font-weight : bold;
	color : #c0c0c0;
}
#menu li a:hover {
	background : url(../images/menuh.png) no-repeat center bottom;
	color : #eee
}
#menu li a.current {
	background : url(../images/menu.png) no-repeat center bottom;
	color : #0000cc;
}
/* Start of dropdownmenu, javascript-array.com */
#menu div {
	background : #4a4a4a;
	position : absolute;
	visibility : hidden;
	width : 86px;
	margin : 0;
	padding : 0;
	border : 1px solid #4a4a4a;
	border-top-width: 0;
	z-index : 1;
}
#menu div a {
	position : relative;
	display : block;
	margin : 0;
	padding : 9px 0 8px;
	width : auto;
	white-space : nowrap;
	text-align : center;
	text-decoration : none;
	font-size : 9px;
	font-weight : bold;
	color : #c0c0c0;
}
#menu div a:hover {
	background: url(../images/menuph.png) no-repeat center bottom;
	color: #eee;
}
/* End of dropdownmenu, javascript-array.com */
#menu div a.current {
	background : url(../images/menup.png) no-repeat center bottom;
	color : #0000cc;
}

#logo {
	width : auto;
	float : left;
	margin : 17px 0 0 23px !important;
	margin : 17px 0 0 11px;
	/*margin : 30px 0 0 23px !important;
	margin : 30px 0 0 11px;*/
}
#logo a {
	cursor : default;
}
#logo .big {
	cursor : default;
	color : #008000;
	/*color : #929292;*/
}
h2.dop {
	margin-bottom : 10px !important;
	margin-bottom : 11px;
	font-size : 18px;
	color : #008000;
	/*color : #929292;*/
}
a.flag {
	background-image : url(../images/flags.gif);
}
a.flag:hover {
	background-image : url(../images/flags_hover.gif);
}
a.flaga {
	background-repeat : no-repeat;
	padding : 1px 0;
	font-size : 16px;
}
.flagi {
	border : 0;
	vertical-align : top;
}

#brief {
	background : #e3f2fc;
	width : 555px !important;
	width : 580px;
	height : 160px;
	float : right;
	margin : 0 25px 0 40px !important;
	margin : 0 12px 0 40px;
	padding : 15px 10px 7px 15px !important;
	padding : 15px 10px 15px 15px;
	font-size : 12px;
	font-style : italic;
	color : #222;
}
#brief img {
	float : right;
	margin : 0 6px 0 0;
}
#brief p {
	margin : 10px 0 0 0;
}
.more {
	margin : 0 5px 0 0;
	font-size : 9px;
	font-style : normal;
	font-weight : bold;
	color : #666;
}

.logobrief {
	font : bold 38px "Monotype Corsiva";
	font-family : "Monotype Corsiva", "Lucida Calligraphy", "Viner Hand ITC", Sans-serif, Verdana;
	text-align : center;
	color : #008000;
}

#baner {
	background: #4a4a4a url(../images/baner.png) no-repeat;
	width : 924px;
	height : 32px;
	position : relative;
	text-align : center;
	font-size : 10px;
	font-weight : bold;
	color : #c0c0c0;
}
#baner p {
	width : auto;
	margin : 0;
	padding : 11px 0 10px 0;
	line-height : 10px;
}
#baner p a, #footer a {
	padding : 0;
	text-decoration : none;
	color : #c0c0c0;
}
#baner p a:hover, #footer a:hover {
	padding : 0;
	text-decoration : underline;
	color : #c0c0c0;
}

#content {
	background : #c6e5f9;
	width : 924px;
	display : block;
	padding-top : 25px;
	padding-bottom : 25px !important;
	padding-bottom : 0;
}

#left {
	background : #c6e5f9;
	width : 550px;
	height : 100% !important;
	height : 510px;
	min-height : 510px;
	float : left;
	margin : 0 0 0 25px !important;
	margin : 0 0 0 12px;
	padding : 0;
	text-align : justify; 
	font-size : 12px;
	color : #222;
}
#left h2 {
	font-weight : bold;
	color : #555;
}
#left h2 a {
	padding : 0 0 3px 0;
	border-bottom : 1px dotted #888;
	cursor : text;
	color : #222;
}
input[type=text], input[type=password], #left textarea {
	padding : 2px;
}
input[type=text]:focus, input[type=password]:focus, #left textarea:focus {
	border-top : 2px solid #4a4a4a;
	border-left : 2px solid #4a4a4a;
	border-bottom : 2px solid #d6d6c0;
	border-right : 2px solid #d6d6c0;
}
#left select , #left select:focus {
	padding-top : 2px;
	padding-bottom : 2px;
}

.tytul {
	margin : 0 0 4px;
	font-size : 13px;
	font-weight : bold;
	color : #555;
} 
.data {
	background : #fbfdfd;
	width : 45px;
	float : left;
	margin : 7px 12px 4px 0;
	padding : 3px 0;
	border-right : 1px solid #bbb;
	border-bottom : 1px solid #bbb;
	text-align : center;
	color : #bbb;
}
.data span {
	font-size : 18px;
}

#komunikaty {
	width : 550px;
}
.kdata {
	width : 90px;
	float : left;
	overflow : hidden;
	margin-bottom : 8px;
	line-height : 150%;
	font-size : 11px;
	font-weight : bold;
}
.ktresc {
	width : 460px;
	float : left;
	overflow : hidden;
	margin-bottom : 8px;
	line-height : 150%;
	font-size : 11px;
	text-align : justify;
}

.kcreated {
	margin-bottom : 7px;
	line-height : 125%;
	font-size : 11px;
}
.kskrot {
	margin-bottom : 8px;
	line-height : 150%;
}
.klink {
	margin-bottom : 11px;
	line-height : 100%;
	font-size : 11px;
}
.kcreator {
	margin-bottom : 20px;
	text-align : right;
	line-height : 100%;
	font-size : 11px;
	font-style : italic;
}

#str {
	margin-bottom : 0;
	text-align : center;
	font-size : 11px;
	font-weight : bold;
	color : #222;
}
#str a {
	color : blue
}
#str a:hover {
	background-color : #b8e3e8;
	text-decoration : underline;
}

#left ul, ol {
	margin : 0 0 15px 35px;
	padding : 0;
}
#left ul ul, ol ol {
	margin : 2px 0 2px 13px;
	padding : 0;
}
#left li {
	margin : 0 0 5px 10px;
	padding : 0 0 0 4px;
	text-align : left;
	line-height : 150%;
}
#left .mapa {
  line-height : 150%;
}
#left .linia {
	border-bottom : 1px solid #ccc;
	padding-bottom : 6px;
	list-style-type : disc;
	list-style-image : url(../images/list.png);
}
#left .linia0 {
	list-style-type : disc;
	list-style-image : none;
	font-size : 11px;
}
#left .wladze {
	margin : 0 0 7px -3px;
	padding-left : 0;
	list-style-type : none;
	text-decoration : underline;
}

.loba {
	margin : 10px 5px 0px 0 !important;
	margin : 10px 5px 5px 0;
}

.kol1 {
	width : 260px;
	float : left;
	margin : 10px 30px 10px 0;
	font-size : 11px;
	color : #222;
}
.kol2 {
	margin : 10px 0 0 0;
}
.kol1 h2 {
	margin-bottom : 4px;
	font-size : 12px;
	font-weight : bold;
	color : #555;
}
.kol1 p {
	line-height : 150%;
}

.par {
	background: url(../images/dots.png) repeat-x;
	clear : both;
	padding : 10px 0 0 0;
/*	line-height : 150%;
	font-size : 11px; */
}
.end {
	margin : 0;
}

#right {
	float : right;
	width : 300px;
	margin : 0 25px 0 0 !important;
	margin : 0 12px 0 0;
	font-size : 10px;
}
#right h3 {
	height : 13px;
	margin : 0 0 6px 5px;
	font-size : 10px;	
	color : #c0c0c0;
}
#right p {
	margin : 6px 0 0 0;
	text-align : center;
	line-height : 10px;
	color : #eee;
}
#right .start {
	margin-top : 25px;
}
#right .witryna {
	margin : 25px 0 12px 0;
	color : #222;
}

.panel {
	background : #333;
	padding : 3px 6px 3px 6px;
}
.panelgora {
	background : url(../images/panel.png) top no-repeat;
	padding : 2px 0 2px 0;
}
.paneldol {
	background : url(../images/panel.png) bottom no-repeat;
	padding : 2px 0 2px 0;
}
#right ul {
	margin : 0;
	list-style : none;
	font-size : 9px;
	color : #d0d0d0;
}
#right li {
	margin-bottom : 5px;
}
#right li.end {
	margin-bottom : 0;
}
#right li a {
	background : #333 url(../images/briefd.png) bottom repeat-x;
	height : 56px !important;
	height : 64px;
	display : block;
	padding : 4px 10px 4px 10px;
	text-decoration : none;
	color : #d0d0d0;
}
#right li a:hover {
	background : #333 url(../images/briefl.png) bottom repeat-x;
	color : #eee;
}
.datap {
	width: 35px;
	float: left;
	margin : 0 12px 0 0;
	padding : 5px 9px 7px 0;
	border-right : 1px dotted #aaa;	
	text-align : center;
	font-size : 18px;
}
.datap span {
	font-size : 10px;
	color : #d0d0d0;
}
.tekst {
	line-height : 18px;
}
#right table {
	background : #333;
	margin : 0;
	padding : 0;
	border : 0;
	color : #d0d0d0;
}
#right td {
	background : #666;
	padding : 6px 10px 6px 10px;
	border : 0;
	border-bottom : 6px solid #333;
	text-align : left;
	line-height : 14px;
	font-size : 9px;
}
#right td.end {
	border-bottom : 0;
}
.panel a, .panel a:hover  {
	color : #eee;
}
#right .zaloguj {
	width : 300px;
	padding-top : 5px;
	padding-bottom : 8px;
	text-align : center;
	font-size : 11px
}
#right .zaloguj a:hover {
	background-color : #eee;
	padding : 0 2px 2px 2px;
	border : 1px solid #333;
	color : #666;
}

#right input {
	background-color : transparent;
	width : 53px;
	margin : 0 0 12px 0;
	padding : 0;
	border : 0 none Window;
	font-family : Verdana, Tahoma, Arial, Sans-serif;
	text-align : center;
	font-size : 10px;
}

#footer {
	background: #4a4a4a url(../images/footer.png) no-repeat center bottom;
	width : 924px;
	height : 41px;
	clear : both;
	text-align : left;
	font-size : 10px;
	font-weight : bold;
	color : #c0c0c0;
}
#aktualizacja {
	width : 249px;
	float : left;
	display : inline;
	margin : 15px 0 0 0;
	padding-left : 10px;
}
#copyright {
	width : 396px;
	float : left;
	display : inline;
	margin : 15px 0 0 0;
	text-align : center;
}
#design {
	width : 249px;
	float : right;
	display : inline;
	margin : 15px 0 0 0;
	padding-right : 10px;
	text-align : right;
}
