/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(../images/img01.gif) repeat-x;
	font-family: verdana, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000033;
}

h1, h2, h3{
	margin: 0;
	font-weight: normal;
	color: #000066;
}
h4	{
	margin: 0;
	font-weight: normal;
	color: #008000;
}

h5	{
	margin: 0;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 167%;
}

h3 {
	font-size: 100%;
	font-weight: normal;
}

h4, h5 {
	font-size: 100%;
	font-weight: normal;
}

h6 {
	font-size: 100%;
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px solid #97C984;
}
p, ol, ul {
	line-height: normal;
}

p {
        margin-left: 3mm 
}

ol {
	margin-left: 3mm;
	padding-left: 0;
	list-style-position: inside;
}

ul {
	margin-left: 3mm;
	padding-left: 0;
	list-style: none;
}

ul li {
	padding-left: 15px;
	background: url(../images/img07.gif) no-repeat 0px 7px;
}

blockquote {
	margin: 0;
	padding-left: 20px;
	font-style: italic;
}

blockquote * {
}

a {
        color: #483D8B;
}

a:hover {
        text-decoration: none;
        color: #B22222;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 3px 15px 0 0;
}

img.right {
	float: right;
	margin: 3px 0 0 15px;
}

hr {
        display: none;
}

/* Header */

#header {
	width: 900px;
	height: 230px;
	margin: 0 auto;
	background: #A4C0C8 url(../images/img02.jpg) no-repeat;
}

/* Logo */

#logo {
	height: 190px;
}

#logo h1, #logo h2 {
	text-align: center;
}

#logo h1 {
	padding-top: 40px;
	font-size: 260%;
	font-weight: bold;
	color: #FFFFFF;
}

#logo h2 {
	font-size: 150%;
	color: #FFFFFF;
	font-weight: bold;
}

#logo h3 {
	font-size: 120%;
	font-weight: bold;
	color: #FFFFFF;
}

#logo a {
	text-decoration: none;
	color: #3F586B;
}

/* Menu */

#menu {
	padding-top: 0;
}

#menu ul {
	margin: 0;
	padding: 8px 0 0 0;
	list-style: none;
	line-height: normal;
	text-align: center;
}

#menu li {
	display: inline;
	margin: 0;
	padding: 0;
}

#menu a {
	padding: 0 8px;
	text-decoration: none;
	font-size: 105%;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .active a {
	color: #FFFFFF;
}

/* Page */

#page {
	width: 940px;
	margin: 0 auto;
	padding: 10px 0;
}

/* Content */

#content {
	float: left;
	width: 630px;
	padding-top: 8px;
}

/* 2 kolumny pierwsze */
.twocols {
}

.twocols .title {
	padding-bottom: 10px;
	border-bottom: 1px solid #97C984;
}

/*.twocols .col1, .twocols .col2 {
	width: 300px;
}
*/
.twocols .col1 {
	width: 260px;
}

.twocols .col2 {
	width: 340px;
}

.twocols .col1 {
	float: left;
}

.twocols .col2 {
	float: right;
	font-size: 95%;
}

.twocols ul {
}

.twocols ul li {
	padding-left: 0;
        line-height: 180%;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 250px;
}

.boxed {
	margin: 0 0 20px 0;
}

.boxed .title {
	width: 240px;
	height: 26px;
	margin: 0;
	padding: 10px 0 0 10px;
	background: #A8C3CB url(../images/img03.jpg) no-repeat;
	font-size: 136%;
	color: #000066;
}

.boxed .content {
	padding: 14px;
	border: 1px solid #97C984;
	border-top: none;
        background: #efefef;
}

.boxed h3 {
	margin: 0;
}

.boxed p, .boxed ul, .boxed ol {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.boxed ul {
}

.boxed ul li {
	padding: 4px 0 4px 10px;
	background: url(../images/img04.gif) no-repeat 0px 8px;
	color: black;
}

.boxed ul li.first {
	border: none;
}

/* Search */

#search {
}

#search form {
	margin: 0;
	padding: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search p {
	float: left;
	padding-top: 5px;
	font-size: 85%;
}

#searchinput {
	width: 210px;
	margin-bottom: 5px;
}

#searchsubmit {
	float: right;
}

/* Footer */

#footer {
	height: 50px;
	padding: 20px;
	background: #5F919E;
	border-top: 5px solid #4C747E;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
	font-size: 85%;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}
/*    LI i UL    */

   /*    wc   - listowanie z wcietym strumieniem  */
.wc {
   list-style-position: outside;
   }


   /*    kulz - kropka zielona   */
.kulz {
   list-style-image: url(../images/green_m.gif);
   }


   /*    kuln kropka niebieska   */
.kuln {
   list-style-image: url(../images/nieb.gif);
   }


   /*    kulp - kropka pomaranczowa   */
.kulp {
   list-style-image: url(../images/pomar.gif);
   }


   /*    kuls - kropka seledynowa   */
.kuls {
   list-style-image: url(../images/seledyn.gif);
   }


   /*    kulr - kropka rozowa      */
.kulr {
   list-style-image: url(../images/rozowa.gif);
   }
   

   /*    kulg - kropka granatowa   */
.kulg {
   list-style-image: url(../images/granat.gif);
   }

   /*      zbd     - zielone bold literki  */
.zbd {
   font-family: georgia, verdana, arial, tahoma, helvetica;
   font-size: 12px;
   font-weight: bold;
   text-decoration: none;
   color: #00A629;
   }

   /*    tz   - tytul mniejszy ciemno seledynowy pogrubiony   */
.tz {
   font-family: verdana, arial, tahoma, helvetica;
   font-size: 10pt;
   font-weight: bold;
   text-decoration: none;
   color: #005555;
   }

   /*   t    - tytulatura czarna pogrubiona   */
.t {
   font-family: verdana, arial, tahoma, helvetica;
   font-size: 10pt;
   font-weight: bold;
   text-decoration: none;
   color: #000000;
   }

   /*   wi  - wiecej  */
.wi {
   font-family: verdana, arial, tahoma, helvetica;
   font-size: 8pt;
   font-weight: bold;
   text-decoration: none;
   color: #ccccff;
   }


