body {font-size: 11px; font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; background-repeat: repeat-x; background-image: url(img/bg.jpg);}
		#container {
			width: 850px;
			margin: 0 auto;
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
			font-size: 11px;
			line-height: 1.6em;
			color: #2e2e2e;
			background-color: #FFF;
			padding-top:20px;
			background:none;
		}
		h1 {
			font-family: Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 32px;
			color: #CC6633;
			margin-bottom: 30px;
			background:none;
		}

		h2 {
			color: #403e3f;
			font-size: 16px;
			font-family: Arial, Helvetica, sans-serif;
			background: #FFF;
		}

		a {
			color:#a3a3a3;
			text-decoration: none;
		}

		a:hover {
			color:#CC6714;
			background-color: #fff;
		}


		form {
			float:right;
			margin-top: -45px;
			font-size: 9px;
		}

		input {
			background-color: #FFF;
			color: #999999;
			border: 1px solid #CCC;
			font-size: 11px;
			padding: 3px;
		}

		.button {
			padding: 2px;
		}

/* HEADER I LOGO*/
#topik {
	width: 850px;
	height: 29px;
	text-align: right;
	color: #fff;
	padding-top:0px;
	padding-bottom:25px;
	margin: -25px auto;
	display:none;
}
#topik a{
        color:white;
        background:none;
        display:none;
}
#topik a:link, a:visited{
        color:white;
        background:none;
        display:none;
}
#topik a:hover{
        color: #ddd;
        display:none;
}
		#logo {
			border-bottom: 0px solid #948979;
			padding-top: 0px;
			margin-bottom: 10px;
			background:#fff url('img/logo.png') center center no-repeat;
			height:55px;
		}

		#header {
			border-bottom: 4px solid #fff;
			padding-bottom: 30px;
			clear: both;
			margin-bottom: 10px;
			background:#fff url('img/top.png') no-repeat;
			height:148px;
		}


		/* the slogan */
		#header p {
			padding-top:150px;
			color: #000;
			background:none;
			text-align:left;
		}

/* NAWIGACJA */

		 #navigation ul {
			margin-left: 0;
			padding-left: 0;
			list-style-type: none;
			float: left;
			width: 130px;
			display:none;
		}

		#navigation a {
			display: block;
			padding: 5px;
			width: 109px;
			border-bottom: 1px solid #CCC;
			color:#4b5231;
			display:none;
		}

		#navigation a:link, #navlist a:visited {
			color:#000;
			text-decoration: none;
			background: #fff url(img/punkt.png) 4% 50% no-repeat;
			padding-left:20px;
			display:none;
		}

		#navigation a:hover {
			background: #fff  url(img/punkt.png) 4% 50% no-repeat;
			color:#CC6714;
			display:none;
		}

/* MAŁY BOX */

		#navigation p {
			margin-top: 40px;
			padding: 5px;
			border-bottom: 1px dotted #CCC;
			border-top: 1px dotted #CCC;
		}

/* TREŚĆ*/

		#content {
			width: 840px;
			margin-left: 10px;
			margin-right: 0px;
			text-align:justify;
		}

		#content p {
			padding-bottom: 10px;
			border-bottom: 1px solid #DDDDDD; /* A faint grey line below the text */
		}
		#content h2 {
			color: #666666;
			font-size: 16px;
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;
			font-weight: bold;
			background: #FFF;
			padding-left:0px;
			line-height:1.6em;
			margin-bottom:0px;
		}
		#content h4 {
			color: #403e3f;
			font-size: 12px;
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;
			font-weight: normal;
			padding:0px;
			line-height:1.6em;
			margin-bottom:5px;
			margin-left:1px;
		}
		#content img {
			color: #000;
			padding:0px;
			line-height:1.6em;
			margin-bottom:5px;
			margin-left:-1px;
			border:none;
		}

		#content span {
                  float:left;
                  width:199px;
		  margin-left:0px;
		  border-right: 1px #CCC dotted;
                }
                #content .pytanie {
                    font-weight:bold;
                    border:0px solid #000;
                }
                #content .odpowiedz {
                    font-weight:normal;
                    border:0px solid #000;
                    text-decoration:underline;
                }
                #content a:link, a:visited{
                       color:#a3a3a3;
                       background:none;
                }
                #content a:hover{
                       color: #CC6714;
                }
                #kontakt {
                   float:left;
                   width:200px;
                   margin-left:20px;
                }
                #kontakt span{
                   float:left;
                   width:400px;
                   margin-left:0px;
                   border:0px;
                   padding-left:20px;
                   border:0px;
                }
		#content ul {
			margin-left: 0px;
			padding-left: 0px;
			list-style-type: none;
			float: left;
			padding-top:0px;
			line-height:2.0em;
		}
		#content li {
			margin-left: 20px;
			padding-left: 0px;
			list-style-type: square;
			float: left;
			padding-top:0px;
			line-height:2.0em;
		}
		#content .partner{
                  text-align:center;
                }
		#content .partner img{
                  border: 1px solid #DDDDDD;
                  margin-top:20px;
                }
		#content .partner p{
                  border-bottom: 0px solid #666666;

                }
/* SIDEBAR ELEMENTS */

		#sidebar {
			float: right;
			width: 1px;
		}

		#sidebar p {
			padding-bottom: 10px;
			border-bottom: 1px solid #DDDDDD;
		}

/* FOOTER ELEMENTS */

		#footer {
			height:25px;
                        margin-top: 25px;
			clear: both;
			background-color:#575352;
			padding: 0px 0px 0px 0px;
		}

		#footer p {
			color:#89817f;
			padding: 2px 0px 0px 10px;
		}
		
		#footer p a {
			color: #89817f;
			border-bottom: 1px dotted #89817f;
		}
		
		#footer p a:hover {
			color: #FFFFFF;
			background-color:#575352;
		}

/*MENU */
.menutitle {
           color:#000;
           text-decoration: none;
           background: #fff url(img/punkt.png) 8% 70% no-repeat;
           padding-left:20px;
           padding-bottom:0px;
           padding-top:0px;
           cursor:pointer;
           border-bottom: 0px solid #CCC;
           width: 125px;
}
#navigation .title {
           color:#000;
           text-decoration: none;
           padding-top:5px;
           padding-left:0px;
           cursor:pointer;
           margin:0px;
           border-bottom: 1px solid #CCC;
           border-top:0px;
           width:129px;
           display:none;
}
           #masterdiv .submenu{
                    padding-left:13px;
                    margin:0px;
                    display:none;
           }
                #masterdiv .submenu a {
                        width: 125px;
			border-bottom: 1px solid #CCC;
			color:#4b5231;
			margin:0px;
			display:none;
		}

		#masterdiv .submenu a:link, #masterdiv .submenu a:visited {
			color:#000;
			text-decoration: none;
			background: #fff  url(img/punkt.png) 4% 50% no-repeat;
			padding-left:20px;
			margin:0px;
			border:none;
			display:none;
		}

		#masterdiv .submenu a:hover {
			background: #fff  url(img/punkt.png) 4% 50% no-repeat;
			color:#CC6714;
			margin:0px;
			display:none;
		}

/* =Forms ----------------------------------------------- */
label { background: transparent; color: #666; display: block; font-size:11px;}
label span { background: transparent; color: #999500; font-size: .9em; text-transform: uppercase; }
input, textarea, select {background: transparent url('img/form_inputtext.jpg') repeat-x 0 0; border: 1px solid #DDDDDD; color: #666666; font: 12px "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif; margin-top: 2px; margin-bottom:3px; padding: 3px; }
#contactform table td { padding: 0 10px .5em 0; }
#user, #adres, #e-mail, #telefon, #telefon { width: 200px; }

#wyslij, #wyczysc{ width:80px; font-size:11px; margin-left:0px; margin-bottom:10px;}

#contactform-subject, #tresc { width: 200px; }

#contactform-message { height: 140px; }

input.imagesubmit { border: none; margin: 0; padding: 0; }

/* =Warnings and notes
----------------------------------------------- */
span.note-general, span.note-warning { background: transparent; border: 0px; color: #999999; font-size: .9em; padding: 2px 4px 2px 34px; }
span.note-general { color: #666; margin-bottom:20px;}
span.note-warning { background: url('img/note_warning.gif') no-repeat 0px 0px; color:red; }
