html, body {
   margin : 0;
   padding : 0;
}

body {
   color : #a52a2a;
   background : #191970;
   width : 100%;
   font : 87,5% "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}

/* Links within paragraphs (subtle) */
p a {
color: #666666;
background : inherit;
text-decoration: none;
}

/* Links within paragraphs (revealed) */
p a:hover  { 
color: #0000ff;
background : inherit;
text-decoration: underline;
}

#container {
width : 992px;
margin : 0 auto;
padding : 5px;
background: #E4DCB2  url(images/bgd.jpg) repeat;
color : black;
line-height : 1.25em;
}

/* TOP TITLE BAR */

#top {
margin:0;
padding : 0;
color:#333;
background : #404040 url(images/banerlogo.jpg) no-repeat;
border-bottom : 0px solid #fff;
height:144px;
}

#top h1 {
padding : 30px 0px 0 25px;
margin : 0;
font : 100%  Helvetica, "Trebuchet MS", Arial,Tahoma, sans-serif;
letter-spacing:5px;
text-align:left;
color:#EAE8D0;
background:transparent;
}
#top p {
padding : 5px;
font-size: .8em;
}
#top a:link, #top a:visited {
color: #EAE8D0;
background:transparent;
text-decoration: none;
}
#top a:hover { 
color: #fff;
background:transparent;
text-decoration: underline;
}

/* LEFT SIDEBAR */
#leftnav {
float : left;
width : 160px;
margin : 0;
padding : 5px;
border-right:0px solid #520934 ;
color : #EAE8D0;
background : #6495ED;
line-height : 0.8em;
text-align : center;
}

#content {
margin :10px 0 0 180px;
padding : 10px;
text-align : justify;
}

#cent {
margin :auto;
padding : 10px;
text-align : center;
}

#cent1 {
margin :auto;
padding : 10px;
text-align : center;
}

#footer {
clear : both;
margin : 0 ;
padding : .2em;
color : #EAE8D0;
background : #6495ED;
border-top : 0px solid #520934;
text-align: center;
}

#footer a:link, #footer a:visited {
font-size: .9em;
color : #eee;
background : inherit;
text-decoration : none;
}

#footer a:hover {

color :#fff;
background:inherit;
text-decoration : underline;
}

#leftnav p {
margin : 5px 0 10px 5px;
}

h1 {
	margin : 0;
	padding : 5px 0 5px 2px;
	color:#006;
	background:inherit;
	font-family: Arial, "Trebuchet MS", Tahoma, sans-serif;
	font-size: 100%;
}
h2 {
margin : 0;
padding : 5px 0 5px 5px;
font : 120%  Arial, "Trebuchet MS", Tahoma, sans-serif;
letter-spacing:5px;
color:#000000;
}
h3 {
	margin : 0;
	padding : 5px 0 5px 2px;
	color:#006;
	background:inherit;
	font-family: Arial, "Trebuchet MS", Tahoma, sans-serif;
	font-size: 110%;
}

#footer img {
   float : inherit;
}
/* seen by IE5mac only */
*>html #footer img {
        margin : 0;
}
/* end */

.happy {
border-top : 1px solid #808080;
padding : 10px;
}

a:link, a:visited {
font-size: .9em;
color : #000;
background : inherit;
text-decoration : none;
}

a:hover {
font-size: .9em;
color :#FF0000;
background : inherit;
text-decoration : underline;
}

a:active {
font-size: .8em;
color : #F5DE1E;
background : inherit;
text-decoration : none;
}

img {
   border : none;
}

.imgright {
float: right;
border: 1px solid #656C4A;
margin: 5px 15px 10px 10px;
padding: 10px;
}


.imgleft {
float: left;
border: 1px solid #656C4A;
margin: 5px 15px 10px 0px;
padding: 10px;
}

#menu {
width: 100%;
height: 23px;
margin: 0 0 0 0;
padding: 0 0 1px 0;
background: #A6C3AD url(images/pt02.jpg) no-repeat;
color:#000;
}
#navlist li {
list-style-type: none;
background: inherit;
color: #5F5C51;
margin: 0 15px 0 0;
padding: 0;
}

#gallery {
height:100px;
}

#gallery img {
float: left;
padding: 20px;
}

.clear {
clear: inherit;
}

.quote {
width: 130px;
margin: 0;
border : 1px dashed #fff;
padding : 10px;
color:#656C4A;
background: #ADD8E6;
font-size: .9em;
}
blockquote {
font-weight : bold;
font-style : italic;
color : #AC7D39;
}


form { 
margin: 0; 
}


#faq {
	font-size: 0.9em;	
	list-style: none;
	list-style-position: outside;
	padding-left: 10px;	
	margin: 0px;
	color: #000000;
}

#faq h3 {
	font-size: 1em;
	cursor: pointer;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 15px 0px;
	border-bottom: 1px solid #E4E4E4;
	/*position: relative;*/
	zoom: 1;
}

#faq h3 img {
	/*position: absolute;
	right: 0px;*/
	float: right;
	margin-left: 20px;
}


#faq div.t {
	font-size: 0.9em;
	color: #003;
}

#faq div p.collapse {
	text-align: right;
	margin: 0px;
	padding: 0px;
}

#faq div p.collapse img {
	cursor: pointer;
}

#faqIndex li {
	margin-bottom: 3px;
	background: transparent;
}

#faqIndex {
	margin-bottom: 25px;
}

#faq a.toTop {
	float: right;
}

#faq div {
	margin-bottom: 30px;
}

#cookie #close {
    width: 115px;
    height: 25px;
    position: absolute;
    border: 1px solid rgb(0, 0, 0);
    bottom: 15px;
    right: 10px;
    cursor: pointer;
    color: rgb(255, 255, 255);
    border-radius: 3px 3px 3px 3px;
    font: bold 25px/26px "Courier New";
    text-align: center;
    background-color: rgb(170, 0, 0);
}

#cookie_txt {
    margin: 5px 50px 0px 10px;
}

#cookie #close:hover{background-color:#D30000;color:#fff}

#cookie{
	position:fixed;
	bottom:10px;
	height:50px;
	width:100%;
	border-top:solid 1px 
	
	/*tło cooces */
#aaa;background-color:#245EDC;
display:none;z-index:10000}

#cookie_txt {
	margin:5px 145px 0 20px;
	text-align: center;
	color:#FFFFFF;
	}
	