#sekcja_gorna
{
	position:relative;
	color: #333333;
	width:100%;
	padding:0;
	height: 130px;
	clear: both;
	background-image: url(/images/slice_04.jpg);
	background-repeat: repeat;
 }
#head {
	float:left;
	color: #333333;
	width:150px;
	height: 130px;
	background-image: url(/images/jasne_01.jpg);
	background-repeat: no-repeat; }

#nazwa_strony {
	float:left;
	color: #333333;
	width:300px;
	height: 130px;
	background-image: url(/images/jasne_02.jpg);
	background-repeat: no-repeat;
}
#rotator {
	float: left;
	color: #000000;
	width: 200px;
	height: 130px;
	background-image: url(/images/jasne_03.jpg);
	}
#podmenu {
	float:right;
	height:14px;
	width:200px;
	margin-top: 10px;
	}
#belka {
	height:40px;
	color: #333333;
	width: 100%;
	position: relative;
	background-image: url(/images/menu.jpg);
	background-repeat: repeat-x;

 }
#logo_dol {
	color: #333333;
	width: 150px;
	height: 40px;
	float: left;
	background-image: url(/images/jasne_05.jpg);

}
#menu_poziome {
	width: 750px;
	float: left;
	height: 40px;
	background-image: url(/images/jasne_06.jpg);
	background-repeat: no-repeat;
   	}

#menu_poziome ul {
  margin: 0;
  padding: 0px;
  list-style: none;
  list-style-image: none;
  border: none;
  line-height : 40px;

}
#menu_poziome ul li 
{
  float: left;
  margin: 0 0px 0 0;
  padding: 0px;
  width: 100px;
  height: 40px;
  vertical-align:middle;
  text-align: center;
}
#menu_poziome ul li a
{
	display: block;
	width: 100px;
	height: 40px;
	margin: 0;
	padding: 0px 0 0px 0;
	text-align: center;
	font-size: 12px;
	color: #01505F;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

#menu_poziome ul li a:hover 
{
	color: #841413;
	/*background-color: #732C2A;*/
}

#menu_poziome ul li a.active
{
	color: #841413;
	/*background-color: #CCFF99*/;
}

#menu_poziome ul li a.visited
{
	color: #01505F;
	/*background-color: #CCFF99*/;
}

#menu_poziome ul li a.active:hover
{
	color: #841413;
	/*background-color: #dee3e7;*/
}


#odstepnik {
	
	width: 100%;
	position: relative;
	height: 3px;
    background-image: url(/images/jasne_07.jpg);
	background-repeat: repeat-x;
	font-size: 1px;
}