/* Podstawowe elementy */
html, body {
    margin: 0;
    padding: 0;
    border: 0;
	color: #c0c0c0;
}

body {
    font-family: Arial, Helvetica, sans-serif;
	background: #000000 url(../_files/images/tlo-strona.gif) center repeat-y;
}
/* Globalne formatowanie */
h1, h2, h3 {
    font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}

h1 {
    font-size: 0%;
	text-indent: -5000px;
	margin: 0;
    padding: 0;
}

h2 {
    font-size: 150%;
	margin: 10px 0;
	padding:0;
}

h3 {
    font-size: 100%;
	margin: 5px 0 0 0;
	padding:0;
}

h4 {
    font-size: 100%;
}

h5 {
    font-size: 75%;
}

h6 {
    font-size: 50%;
}

p {
    padding: 0 0;
    margin: 0;
    font-style: normal;
}

p.data{
    font-size: 10px;
	color: #808080;
}

a {
    text-decoration: none;
	color: #ffffff;
}

a:hover {
    text-decoration: underline;
	color: #d9008d;
}

form,input,textarea{
	border: 0;
	margin: 0;
	padding: 2px;
	color: #ffffff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
input,textarea{
	background: #222222;
	border: solid 1px #808080;
}

table,tr,td{
	vertical-align: top;
}

hr{
	height: 0px;
	color: #808080;
	background-color: #808080;
	border: 0;
	visibility: hidden;
}

.clear {
    display: block;
    clear: both;
    height: 0px;
}

.pokaz-wiecej{
	color: #ffffff;
	text-align: right;
	font-size: 12px;
	/*
background: url(../_files/images/tlo-wiecej.jpg) bottom repeat-x;
*/
	padding-bottom: 5px;
	padding-right: 5px;
	border-right: solid 5px #808080;
}

.pokaz-wiecej span{
	color: #d9008d;
	vertical-align: 1px;
}

div {
    border: solid 0px #808080;
}

.imgblock{
	margin: 0;
	padding: 0;
	display: block;
	border: 0;
}
/* Layout */
#overall-pre {
    width: 620px;
    margin: 0px auto;	
}

#overall {
    width: 955px;
    margin: 0px auto;
	background: url(../_files/images/tlo-naglowek.jpg) center top no-repeat;
}

#nadheader {
	text-align: center;
	font-size: 12px;
}
#nadheader p{
	padding: 0 0 20px 0;
}

#header {
	text-align: center;
	font-size: 11px;
	background: #ffffff;
}

#subheader {
	text-align: center;
	font-size: 11px;
	padding-bottom: 20px;
	border-top: solid 1px #808080;
	width: 560px;
	margin: 0 auto;
}

#subheader p{
	padding: 10px 0 0 0;
}

#main {
    overflow: hidden;
}

#mainmenu {
	text-align: center;
	position: relative;
	padding-top: 355px;
}

#maincontent {
}

#maincontent h1 {

}

#maincontent h1 span.tytul1 {

}

#maincontent h1 span.tytul2 {

}

#mainsubcontent {
	width: 600px;
	margin: 0 auto;
}

#maincontent .foto {

}

/* Elementy nagłówka --- header */
#header ul {

}

#header li {

}

#header div {
}

#header a {

}
/* Elementy środka --- main */
/* Elementy menu --- mainmenu */
#mainmenu ul {
	padding: 0 0 0;
	margin: 0;
	color: #c0c0c0;
}

#mainmenu li {
	list-style: none;
	display: inline;
}

#mainmenu li a {
	text-decoration: none;
	font-size: 11px;
	padding: 0 9px;
	color: #c0c0c0;
}

#mainmenu li a:hover {
	color: #d9008d;
}

#mainmenu li a.wyrozniony {
	color: #FFFFFF;
	background: #d9008d;
}

#mainmenu li a.wyrozniony:hover {
	color: #000000;
}

/* Elementy content --- maincontent */
.statyczna{
	color: #c0c0c0;
	padding: 20px;
	line-height: 20px;
}
.statyczna h2 {
	font-size: 16px;
	font-weight: normal;
	color: #d9008d;
}

.statyczna h2 span {
	font-size: 12px;
	font-weight: normal;
	color: #c0c0c0;
}

.statyczna h3 {
	font-size: 14px;
	font-weight: bold;
	color: #c0c0c0;
}
.statyczna h3 span {
	color: #d9008d;
	vertical-align: 2px;
	border-left: solid 3px #d9008d;
}

.statyczna h3 b {
	font-weight: normal;
	font-size: 11px;
}

.statyczna div.tresc {
	text-align: justify;
	font-size: 12px;
	padding-bottom: 10px;
}

.statyczna div.tresc img {
	border: solid 1px #c0c0c0;
	padding: 5px;
	background: #1e1e1e;
	margin-right: 3px;
	margin-bottom: 3px;
}

.statyczna div.tresc ul {
}

.statyczna div.tresc b,strong {
	color: #FFFFFF;
}

.statyczna div.tresc p {
	padding: 5px 0 10px 0;
}

/* Elelemnty stopki --- footer */
#footer {
}

#footer p {
	font-size: 12px;
	border-top: solid 5px #808080;
	margin-left: 22px;
	margin-right: 22px;
	padding-bottom: 20px;
	padding-top: 20px;
}

#footer ul {

}

#footer li {

}
/* Stronicowanie */
.stronicowanie {
	text-align: center;
	font-size: 12px;
}

.stronicowanie a {
	margin: 0 3px;
}

.stronicowanie span {
	margin: 0 3px;
}
