body{
	margin: 0px;
	background-color: #3e3f43;
	}
	
	
/*ustawienia*/

img {
	border: none;
	}
	
/*header*/
#header{
	height: 92px;
	background-image: url(../images/header.png);
}

#c_header{
	width: 1000px;
	height: 92px;
	margin: auto;
	
}

#logo{
	width: 500px;
	height: 92px;
	background-color: #ffffff;
	float: left;
}

#menu_g{
	width: 500px;
	height: 92px;
	float: right;

}

#menu_g img {
	float: left;
}

/*header1*/
#header1{
	height: 400px;
	background-color: #a09e9b;
}

#c_header1{
	width: 1000px;
	height: 400px;
	margin: auto;
}

#baner{
	width: 500px;
	height: 400px;
	float: left;
}

#manu2{
	width: 500px;
	height: 400px;
	float: right;
}

/*body*/
#body{
	background-color: #e2e1de;
}

#c_body{
	width: 1000px;
	margin: auto;
	background-color: #e2e1de;
	display: table;
	
}

table {
	border-collapse: collapse;
	border: 0px;
	padding: 0px;
	vertical-align: top;
	min-height:160px;
	
}

td.aktualnosci{
	width: 247px;
	float: left;
	border-right: 1px solid Black;
	vertical-align: top;
}
td.promocje{
	width: 247px;	
	float: left;
	border-right: 1px solid Black;
	vertical-align: top;
	
}
td.tresc{
	width: 492px;
	float: left;
	vertical-align: top;
	
}

td.news{
	width: 247px;	
	float: left;
	border-right: 1px solid Black;
	vertical-align: top;
}

td.tresc_p{
	width: 739px;
	float: left;
	vertical-align: top;
		
}

#tresc_p{
	width: 739px;
	float: left;
	vertical-align: top;
		
}
#news_p{
	width: 247px;	
	float: left;
	border-right: 1px solid Black;
	vertical-align: top;
}

#box_t{
	width: 155px;
	height: 20px;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 5px;
	font-family: Verdana;
	font-size: 15px;
	text-align: left;
	font-weight: bold;
	color: #000000;
	}
	
#dane{
	width: 314px;
	height: 300px;
	float: left;
	padding-left: 0px;
	padding-right: 5px;
	padding-top: 10px;
	
}	

#form{
	width: 385px;
	height: 300px;
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	
}	
	
#tekst_b{
	width: 237px;
	font-family: Verdana;
	font-size: 12px;
	text-align: justify;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: top;
	
}

#tekst_b img{
	float: left;
	padding-right: 10px;
}

#tekst_g{
	font-family: Verdana;
	font-size: 12px;
	text-align: justify;
	padding-left: 15px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: top;
}
#tekst_ik{
	font-family: Verdana;
	font-size: 12px;
	text-align: justify;
	padding-left: 15px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: top;
}

#tekst_ik li {
	list-style: decimal;
}
#tekst_g img{
	float: left;
	padding-right: 10px;
}

a:link, a:active {
	color: #0080FF;
}

a:hover, a:focus, a:visited {
	color: #6495ED;
}

textarea {
	background-color: #e2e1de;
}
input {
	background-color: #e2e1de;
}
select {
	background-color: #e2e1de;
}


#clear{
	clear: both;
}

/*manu tabów*/
#taby{
	width: 730px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}


#taby ul, #taby ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#taby ul li {
	float: left;
}

#taby ul a:link, #taby ul a:visited {
	text-decoration: none;
	display: block;
	width: 230px;
	text-align: center;
	background-color: #e2e1de;
	color: #000;
	border-bottom: 1px outset #ccc;
	border-right: 1px outset #ccc;
	padding: 5px;
}


#taby ul a:hover {
	border-bottom: 0px inset #ccc;
	border-right: 1px outset #ccc;
	padding: 7px 3px 3px 7px;
}



/*stopka*/
#footer{
	height: 50px;
	background-color: #3e3f43;
}

#c_footer{
	width: 1000px;
	height: 40px;
	margin: auto;
	font-family: Verdana;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	padding-top: 10px;
}

#c_footer a {
	color: #DCDCDC;
}















/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #DDE;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #AAE;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

