body 
{	
	background-color:#ddd;
	font-family:Verdana;
	font-size:14px;
	color:#444;
	margin:10px auto;
}

/* -------------------------------------- */

#header
{
	background-color:#a42826;
  /* background-image:url(/rusztowania/public/images/grd.gif); */
  background-image:url(/public/images/grd.gif);
	background-repeat:repeat-x;	
	width:1000px;
	height:180px;
	margin:0px auto;
	border-top:8px solid #2a2a2a;
}
#header h1
{
  color:#fff;	
	margin:0px;
	padding:40px 30px 0px 30px;
	font-size:48px;
	font-weight:normal;
}
#header .logo
{	
	float:left; 
}
#header .top_foto
{	
	float:right;
	padding:5px 10px;
}
#header a
{	
	color:#eee;	
	text-decoration:none;
}
#header p
{	
	padding:0px 30px 0px 30px;
	margin:0px;	
	font-size:16px;	
}

/* -------------------------------------- */

#container
{
	background-color:#2a2a2a;	
	width:1000px;
	min-height:450px;
	height:auto;
	overflow:hidden;
	margin:0px auto;
}

/* -------------------------------------- */

#menu
{
	background-color:#2a2a2a;		
	float:left; 
	width:200px;
	padding:10px 20px;
}
#menu a
{
	color:#f7f7f7;
	text-decoration:none;
	font-size:14px;
}
#menu a:hover
{
	text-decoration:underline;
}
#menu ul
{
	padding:10px 20px;
	margin:0px;
	color:#f7f7f7;
}
#menu li
{
	margin:0px 0px;
	padding:3px 0px;
}

/* -------------------------------------- */

#content
{
	background-color:#efefef;		
	float:right;
	width:698px;
	min-height:450px;
	height:auto;	
	padding:23px 30px;
}
#content p
{
	margin:0px;
	padding-bottom:10px;
	text-align:justify;
}
#content h2
{
	color:#222;
	margin:0px;
	font-size:22px;
	padding:0px 0px 20px 0px;
	font-weight:normal;
}
#content h3
{
	color:#222;
	margin:0px;
	font-size:16px;
	padding:0px 0px 5px 0px;
}
#content a
{
	color:#385aa2;
	text-decoration:none;
	font-size:14px;
}
#content a:hover
{
	text-decoration:underline;
}
#content ul
{
	padding:10px 0px 20px 40px;
	margin:0px;
}
#content ol
{
	padding:10px 0px 20px 40px;
	margin:0px;
}
#content li
{
	margin:0px 0px;
	padding:3px 0px;
}
#content img
{
	margin:20px 0px;
	border:1px solid #aaa;
}
#content td.lab1
{	
	background-color:#ddd;
	padding:2px 5px;
	font-weight:bold;
}
#content img.img1
{
	margin:0px 0px;
	border:1px solid #aaa;
}
#content img.img2
{
	float:right; 
	margin:0px 0px 20px 30px;
}
#content td.cont1
{
	background-color:#e9e9e9;
	padding:2px 5px;
	vertical-align:top;
}
#content td.cont2
{
	background-color:#e9e9e9;
	padding:10px 15px;
	vertical-align:top;
}
/* -------------------------------------- */

#tab_zestawienie 
{
  font-size:10px;	
  margin-bottom:20px;
}

#tab_zestawienie th
{
  color:#fff;
  background-color:#aaa;	
}

#tab_zestawienie td
{
  vertical-align:top;
  background-color:#ddd;
  padding:2px;
}

#tab_zestawienie a
{
  font-size:10px;		
}

/* -------------------------------------- */

#tab_ogloszenie 
{
  font-size:12px;	
  margin-bottom:20px;
}
#tab_ogloszenie td
{
  vertical-align:top;
  background-color:#fff;
  padding:4px;
}
#tab_ogloszenie .data
{
  width:100px;
  background-color:#2a2a2a;  
  color:#fff;
}
#tab_ogloszenie .tytul
{
  background-color:#2a2a2a;  
}
#tab_ogloszenie h3
{
  font-size:12px;	
  color:#fff;
  margin:0px;
  padding:0px;
}
#tab_ogloszenie .kontakt
{
  color:#d11a1a;
}


/* -------------------------------------- */

#footer
{
	background-color:#1e1e1e;		
	width:1000px;
	height:60px;
	margin:0px auto;
	border-bottom:8px solid #2a2a2a;
}
#footer .info
{	
	float:left;
	padding-left:30px;
	padding-top:15px;
}
#footer .fot_foto
{	
	float:right;
}
#footer p
{
	font-size:12px;
	color:#f7f7f7;
	margin:0px;
}
#footer span
{
	color:#d11a1a;
}





/* tabela1 */
#tabela1 {
	font-size:12px;
}
#tabela1 th {
	background-color: #c5dcf4;
	color: #444;
	padding: 2px 10px;
	font-weight: normal;
	text-align: left;
}
#tabela1 tr {
	background-color: #f5f5f5;
}
#tabela1 tr:hover {
	background-color: #ffe6e6;  
}
#tabela1 td {
	border: 1px solid #ccc;
	width: 100px;
	padding: 2px 10px;
	vertical-align: top;
	text-align: left;
}
#tabela1 .td_linia {
	border-top: 5px solid #2463a7;
}
#tabela1 .td_opis {
	width: 500px;
	line-height: 16px;
}
#tabela1 .zobacz {
	background-color: #a42826; 
	color: #fff;
	font-weight: bold;
	text-align: center;
	cursor: hand;
}
#tabela1 .zobacz:hover {
	background-color: #d01a1a;
}
#tabela1 .zamow {
	background-color: #2fc800;
	color: #fff;
	font-weight: bold;
	text-align: center;
	cursor: hand;
}
#tabela1 .zamow:hover {
	background-color: #39eb03;
}
#tabela1 .powrot {
	background-color: #2463a7; 
	color: #fff;
	font-weight: bold;
	text-align: center;
	cursor: hand;
}
#tabela1 .powrot:hover {
	background-color: #3787dd;
}
#tabela1 a {
    text-decoration: none;
    color: #fff;
    font-size:12px;    
}


/* Dymek */
#dymek a {
    text-decoration: none;
    color: #666;
}

#dymek a.podpowiedz span {
    display: none;
    padding: 2px 3px;
    margin-left: 8px;
    width: 200px;
}
#dymek a.podpowiedz:hover span{
    display: inline;
    position: absolute;
	  margin: 0px 0 0 15px;
    background: #ccc;
    border: 1px solid #999;
    color: #000000;
	text-align: left;
}