body {
	     font-family: Verdana;
		  font-size: 11px;
        color: #000000;
        background: #ffffff;
        margin     : auto;
        border  : none;
 		  padding-top : 20px;
		  padding-bottom: 10px;
}

div#poziom_tresci{
	margin: 0px;
	border: none;
	padding: 0px;
   width: 800px;
	
}

div#poziom_loga{
	margin: 0px;
	border: none;
	padding: 0px;
   	width: 800px;
	height: 245px;
	padding-bottom: 10px;
}

div#logo_left{
	margin: 0px;
	border: none;
	padding: 0px;
	width: 318px;
	height: 245px;
	background-color: #ffffff;
	background-image: url(logo-mpm-project.gif);
	background-position: top;
        background-repeat: no-repeat;
	float   : left;
}

div#logo_left_tekst{
   font-size: 18px;	
   color: #acacac;
   	padding-top: 70px;
	float: left;
}
div#logo_left_tekst_adres{
   font-size: 12px;	
   color: #acacac;
   font-weight: bold;
	float: left;
}

div#logo_right{
	margin: 0px;
	border: none;
	padding: 0px;
  	width: 482px;
	height: 245px;
	float: left;
}

div#tytul{
   color: #acacac;
   font-weight: bold;
}

div#menu{
	margin: 0px;
	border: none;
	padding: 0px;
	padding-top: 20px;
	width: 182px;
	background-color: #c7c6c1;   
	float: left;
	height: auto;

}

div#main {
	margin: 0px;
   border: none;
	padding: 0px;
   background-color: #ffffff;
	background-image: url(tlo-konstrukcja_dopisek.gif);
	background-position: bottom;
	background-repeat: no-repeat;
   width: 618px;	
   padding: 0px;
	float: right;
	height: auto;
   
}

div#main_tekst {

   padding-top: 15px;
	padding-right: 15px;
   padding-left: 15px;
	padding-bottom: 15px;
}

div#tekst {
   font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
   color: #4f4f4d;
   line-height: 18px;
}

div#bottom {
  	margin: 0px;
	border: none;
	padding: 0px;
   background-color: #adaca8;
	width: 800px;
   color:black;
	float: right;
	text-align: center;
	font-size: 10px;
	text-decoration: none;
	height: 25px;
	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: 12px;
	color: Gray;
	text-decoration: none;
	
}

a:hover
{
	font-size: 12px;
	color: Black;
	text-decoration: underline;
}

div#bottom a:link, a:visited
{
	font-size: 10px;
	color: #4b4a49;
	text-decoration: none;
	
}

div#bottom a:hover
{
	color:#4b4a49;
	font-size: 10px;
	text-decoration: underline;
}

	/* cienie*/

.cien_lewy {
	background: url(cien_lewy.gif);
	background-repeat: repeat-y; 
   width: 5px;
	height: 1px;
}

.cien_prawy {
	background: url(cien_prawy.gif);
	background-repeat: repeat-y; 
   width: 5px;
	height: 1px;
}

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}