<style type="text/css">


* { margin: 0; padding: 0; }

body {
	background: #F5F5F5 url(./images/bg1.jpg) 0 0 repeat-x;
	color: #262641;
	margin: 0;
	padding: 0;
	font: 100%/120% "Trebuchet MS", Helvetica, sans-serif;
}




/* ustawienie strony
------------------------------------------------------------------*/


#header {
	height: 115px;
}

	#headerleft {
		float: left;
		padding: 11px 3px 0px 3px;
		/* padding: góra prawo dól lewo */
	}

	#headerright {
		 float: right;
		 height: 90px;
		 width: 843px;
		 padding: 0 0 0 0;
		 font-family: Arial;
	}
	
	#headerright h1 {
		 font-size: 1.7em;
		 text-align: right;
		 color: #aedef5;
		 padding: 35px 0 0 40px;
	}
	
.navi_menu {
	padding: 30px 0 0 0;
}

	
/* Navigation 
------------------------------------------------------------------*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.solidblockmenu{
  margin: 0;
	padding: 0 0 0 0;
	float: left;
	font: bold 10px Arial;
	width: 840px;
	border: 1px solid #625e00;
	border-width: 1px 0;
	background: url(./images/blockdefault5.gif) center center repeat-x;
}

.solidblockmenu li{
  display: inline;
}

.solidblockmenu li a{
  float: left;
	color: #aedef5;
	padding: 0px 11px 0px 11px;
	text-decoration: none;
	border-right: 1px solid #012b67;
	height: 15px;
}

.solidblockmenu li a:visited{
  color: #aedef5;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
  color: black;
	background: transparent url(./images/blockactive3.gif) center center repeat-x;
	text-decoration:none;
}


/* footer
------------------------------------------------------------------*/

#footer {
	border-top: 1px solid #ABBDD1;
	background: #012b67;
	color: #aedef5;
	clear: both;
	font-size: 0.7em;
	text-align: center;
}

</style>
