/*-------------CZCIONKI - deklaracja-------------------------------------------------------------------------------------------*/
@font-face
{
	font-family: bg;
	font-style:  normal;
    font-weight: normal;
	src: url('bg.eot');
}
@font-face
{
	font-family: bg1;
	src: url('bg.ttf');
}
@font-face
{
	font-family: im;
	font-style:  normal;
    font-weight: normal;
	src: url('im.eot');
}
@font-face
{
	font-family: im1;
	src: url('im.ttf');
}

/*-------------RESETS---------------------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
acronym {
	cursor: help;
	border-bottom: 1px dashed #333;
}
strong {
	font-weight: bold;
	color: #000;
}
em {
	font-style: italic;
}
hr {
	display: none;
}
.right {
	float: right;
}
.left {
	float: left;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
a
{
text-decoration:none;
color:#fff;
}

/*-------------GORA--------------------------------------------------------------------------------------------------------*/
#test
{
width:80%;
margin:0px auto;
}
#all
{
position:absolute;
width:80%;
height:100%;
min-width:900px;
max-width:1500px;
background-color: #170024;/*  #170024   #150028     #110028  #130024          */
color:#FFFFFF;
}
#gora
{
background-color:#FFFFFF;
}
#gora img
{
width:100%;
height:auto;
}

/*-------------MENU--------------------------------------------------------------------------------------------------------*/

#menu
{
	width:100%;
	height:50px;
	background-color:#FFFFFF;
	position:absolute;
	top:175px;
	z-index:3;
	overflow:hidden;
}
#menu .logo
{
width:5%; 
height:50px; 
float:left;
}
#menu .przyciski
{
height:50px; 
float:right; 
width:90%;
}
#menu img
{
	height:46px;
	width:auto;
	margin:2px 0 2px 0px;
}
#menu li
{
	display:inline;
	text-align:center;
	text-transform:uppercase;
	font-size:15px;
	background:#FFF;
	list-style:none;
	margin:0;
	padding:0;
}
#menu li a
{
	float:right;
	width:14.4%;
	color:#948878;
	line-height:50px;
	font-weight:bold;
	font-family:bg, bg1, Arial;
}
#menu li a:hover
{
	color:#FFFFFF;
	background-color:#B7B46D;
}

/*-------------TREŚĆ--------------------------------------------------------------------------------------------------------*/
#tresc
{
	width:100%;
	background-color: #170024;
	position:absolute;
	top:225px;
	min-height:250px;
	padding:15px 0 40px 0;
}

#lewa
{
	position:relative;
	width:49%;
	border:#FF0000;
	float:left;
}


#prawa
{
	position:relative;
	width:49%;
	float:left;
	line-height:24px;
	padding:0 0 0 15px;
	font-family:bg, bg1, Arial;
	font-size:12px;
	letter-spacing:3px;
}

#raz
{
	position:relative;
	width:49%;
	float:left;
	padding: 0 0 0 15px;
}

#dwa
{
	position:relative;
	width:45%;
	float:left;
}

#trzy
{
	position:relative;
	width:60%;
	float:left;
	padding: 0 0 0 20px;
}

strong
{
	color:#FFFFFF;
	font-weight:bold;
	font-size:larger;
}

ul.fancy li
{
	background:url(graf/kropka.gif);
	background-repeat:no-repeat;
	background-position:top left;	
	padding-left:20px;
	margin-left:10px;
	padding-bottom:0px;
	margin-top:15px;
	line-height:15px;
	padding-right:120px;
}

ul.fancy li:hover
{
	padding-left:30px;
	margin-left:0px;

}

.guzik
{
	color:#240037;
	background-color:#B7B46D;
	border:none;
	padding:2px;
}

.formularz
{
	text-align:center;
	border-style:dotted;
	border-width:thin;
	border-color:#240037;
	background-color:#fff;/*#B7B46D;*/
	color:#240037;
	font-size:14px;
}

ul li
{
	text-indent:0;
}

.artykuly h1
{
	font-size:25px;
	margin-bottom:20px;
	text-align:center;
	letter-spacing:2px;
	font-weight:bold;
	font-family:bg, bg1, Arial;
}

.artykuly h2
{
	font-size:18px;
	margin-bottom:10px;
	text-align:left;
	font-weight:bold;
	font-family:bg, bg1, Arial;
}
.artykuly p
{
	text-align:justify;
	text-indent:15px;
	margin-bottom:10px;
	margin-top:0px;
}