
/*** BODY */
body { 
	margin:0; 
	padding:0;	
	background:#336699 url(../../../templates/default/grafika/bodyRightBg.gif) repeat-x;	
}


/*** Dual CSS Background Images */
#bg{ 
	position: absolute;
	width: 50%;
	height: 258px; /* height of bg! */
	top: 0;
	left:0;
	background-color: Olive;
	z-index: 0;
   background: transparent url(../../../templates/default/grafika/bodyLeftBg.gif) repeat-x;
}

/*** LAYOUT */
#AllTogether{
	position: relative;
	width:772px;
	max-width:100%;
	margin:0 auto; 
	z-index: 1;
}

/**
 *  HEADING
 */
#heading{
	width:  772px;
	height: 282px;
	background-image: url(../../../templates/default/grafika/naglowek.jpg);
	background-repeat: no-repeat;
}

/**
 *  MENU,CONTENTS
 */
#container{
	width: 772px;
	overflow: hidden;
}

/** Główne MENU -------------------------------------------------------------**/
#menu{
	float: left;
	width:175px;
	padding-bottom: 6000px;
	margin-bottom: -6000px;
	background-color: white;
}
#bodyMenu{	/*HACKS for noGAP in IE */
}
/* ----------------------------------------------------------------------------*/

#contents{
	float: left;
	width:597px;
	background-image: url(../../../templates/default/grafika/txtBg.jpg);
	background-repeat: repeat-y;
	padding-bottom: 2000px;
	margin-bottom: -2000px;
}

#bodyContents{	/*HACKS for noGAP in IE - 582px*/
	margin:5px 7px 5px 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* #bodyContents p PATRZ PLIK bodyContents.css /* 

/**
 *  MENU,CONTENTS - dokończenie grafiki
 */

#containerDown{
	width: 772px;
	overflow: hidden;
}
#menuDown {
	float: left;
	width:175px;
	height: 95px;
	background-image: url(../../../templates/default/grafika/menuDown.jpg);
	background-repeat: no-repeat;
}
#contentsDown{
   float: left;
	width:597px;
	background-color:#DBDBDB;
	background-image: url(../../../templates/default/grafika/txtBgDown.jpg);
	background-repeat: no-repeat;
	padding-bottom: 76px;
	margin-bottom: -76px;
}

/**
 *  FOOT
 */

#foot{
	clear:both;
	width:772px;
	height: 32px;
	background-image: url(../../../templates/default/grafika/stopka.jpg);
	background-repeat: no-repeat;
	overflow: hidden; /* HACK #contentsDown */
}

#bodyFoot{
	float: right;
	margin-top: 8px;
	margin-right: 100px;
}

#footCopyRight{
	float:left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
   color: #00428C;
}
#footLogo{
	float:left;
	width: 37px;
	height: 15px;
	background-image: url(../grafika/stopkaLogo.jpg);
	background-repeat: no-repeat;
	margin-left: 10px;
	margin-right: 10px;
	

}
#footRok{
	float:left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
   color: #00428C;

}
/***  END LAYOUT  */

/*** Elementy POMOCNICZE */
.clearboth {
	clear: both;
}


