body {
	     font-family: Verdana;
		  font-size: 11px;
        color: #000000;
        background: #E5ECF4;
        background-image: url(tlo.gif);
		  background-repeat: repeat-x;
        margin     : auto;
        border  : none;
 		  padding-top : 20px;
		  padding-bottom: 5px;
}

div#tlo{
	border-color: White;
	height: auto;
   margin  : 0px;
   border  : 15px;
   padding : 0px;
}

div#poziom_loga{
	margin: 0px;
	border: none;
	padding: 0px;
   width: 800px;
}

div#logo_left{
	margin: 0px;
	border: none;
	padding: 0px;
	width: 260px;
	height: 150px;
	background-image: url(logo2.gif);
	background-repeat: no-repeat;
   float   : left;
	
}

div#logo_middle{
	margin: 0px;
	border: none;
	padding: 0px;
  	width: 540px;	
	height: 150px;
	float: left;
}

div#logo_middle_tekst{
   font-size: 16px;	
   font-weight: bold;
	padding: 5px;
	float: left;
}

	
/*
div#logo_right{
	margin: 0px;
	border: none;
	padding: 0px;
  	width: 200px;	
	height: 150px;
	background-image: url(logo_right.gif);
	background-repeat: no-repeat;
	float: left;
	
}
*/

div#poziom_pasek_gorny{
	margin: 0px;
	border: none;
	padding: 0px;
  	width: 800px;
	height: 25px;
	background-image: url(pasek_gorny.gif);
	float: left;
}

div#poziom_tresci{
	margin: 0px;
	border: none;
	padding: 0px;
   width: 800px;
	
}

div#menu1{
	margin: 0px;
	border: none;
	padding: 0px;
	width: 175px;   
	background:#E5ECF4;
	float: left;
	height: auto;
		
	
}

div#main {
	margin: 0px;
   border: none;
	padding: 0px;
	background: url(tlo_main.gif);
   background-color: white;
	background-repeat: repeat-y;
  	width: 625px;	
   padding: 0px;
	float: left;
	height: auto;
   
}
div#main_left {
	margin: 0px;
   border: none;
	padding: 5px;
  	width: 340px;	
	float: left;
	height: auto;
}

div#main_right {
	margin: 0px;
   border: none;
	padding: 5px;
  	width: 220px;	
	float: right;
	height: auto;
}

div#main_all {
	margin: 0px;
   border: none;
	padding: 5px;
  	width: 550px;	
	float: left;
	height: auto;
}

.tab {
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #005EB9;
	border-left-color: #005EB9;
	border-top-width: thin;
	border-right-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #005EB9;
	border-right-color: #005EB9;
}


/*
.tabelka1 {
	border: 1px;
	border-color: Aqua;
	border-style: solid;
   text-align: center;
	
  }
  
.ramka {
	border: medium;
	border-color: Gray;
}
*/

/*

table.main {
	border: 1px;
	border-color: Aqua;
	border-style: solid;
  }

td.main, tr.main {
	border: 1px;
	border-color: Green;
   padding: 2px;
	background-image: none;
	margin: 0px;
}
*/


div#oferta{
   padding-top: 25px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 25px;
}

div#bottom{
	margin: 0px;
	border: none;
	padding: 0px;
 	background: url(tlo_main.gif);
   background-color: white;
	background-repeat: repeat-y;
	width: 625px;
   color:#0093db;
	float: right;
	text-align: center;
	font-size: 10px;
	text-decoration: none;
	height: 45px;
	padding-top: 5px;
}

div#copyright{
	margin: 0px;
	border: none;
	padding: 0px;
   color:#000000;
	text-align: center;
	font-size: 10px;
	text-decoration: none;
	padding-top: 5px;
}

a:link, a:visited
{
	font-size: 11px;
	color: Gray;
	text-decoration: none;
	
}

a:hover
{
	font-size: 11px;
	color: Black;
	text-decoration: underline;
}

div#bottom a:link, a:visited
{
	font-size: 10px;
	color: Gray;
	text-decoration: none;
	
}

div#bottom a:hover
{
	color:#0093db;
	font-size: 10px;
	text-decoration: underline;
}


/* menu lewe */
a.menu_left:link, a.menu_left:visited
{
	background:#a1b1c2;
	display: block;
	color:#fff;
	text-decoration:none;
	font-size:11px;
	padding-left:18px;
	padding-top:6px;
	padding-bottom:6px;
	font-weight:bold;
	border-top:1px solid #fff;

}

a.menu_left:hover, a.menu_left:active 
{
	background:#879fba;
	color:#046da1;
	font-weight:bold;
	text-decoration:none
}



	/* cienie*/

.cien_gorny 
{
background: url(cien.gif);
   background-repeat: repeat-x;
	height: 1px;
	width: 1px;
}

.cien_lewy {
	background: url(cien.gif);
	background-repeat: repeat-y; 
   width: 1px;
	height: 1px;
}

.cien_prawy {
	background: url(cien.gif);
	background-repeat: repeat-y; 
   width: 1px;
	height: 1px;
}

.cien_dolny{
	background: url(cien.gif);
   background-repeat: repeat-x;
	height: 1px;
	width: 1px;
}
.red_color{
    color: Red;
}