/*Generalne ustawienia witryny*/
body {
 background: #ffffff;
 color: #505050;
 font: 12px "Arial","Helvetica",sans-serif;
 line-height: 20px;
 margin: 0;
 padding: 0;
}
 
a {
 color: #505050;
 text-decoration: none;
}

a:hover {
 color: #2f2f2f;
 text-decoration: underline;
}

div.main_right a {
 color: #00783c;
 text-decoration: none;
 font-weight: bold;
}

div.main_right a:hover {
 color: #00783c;
 text-decoration: underline;
 font-weight: bold;
}

a.btn:hover {
 padding-left: 5px;
}

p {
 color: #505050;
 text-decoration: none;
 font-size: 12px;
 text-align: justify;
}

h1 {
  color: #00783c;
  text-decoration: none;
  font-size: 18px;
  /*font-family: "TitilliumText22LLight";*/
}

h2 {
  color: #00783c;
  text-decoration: none;
  font-size: 15px;
  /*font-family: "TitilliumText22LLight";*/
}

h3 {
  color: #00783c;
  text-decoration: none;
  font-size: 12px;
  /*font-family: "TitilliumText22LLight";*/
}

/*Definicja Funkcji*/

.left {
	float: left;
}
.right {
	float: right;
}

/*Nagłówek Serwisu*/

#top 
{
    top: 0px;
    position: relative;
    width: 100%;
    background: #53951c url('Images/bg_top.png') repeat-x bottom;
    /*height: 280px;*/
}

#cur 
{
    top: 0px;
    position: relative;
    width: 100%;
    background: #e2e200 url('Images/bg_cur.png') repeat-x bottom;
    /*height: 280px;*/
}

#head {
 /*background:  url('images/top.jpg') top center no-repeat;*/
 position: relative;
 width: 100%;
 height: 137px;
}

.wrapper {
 width: 960px;
 margin: 0 auto;
}

#logo {
 position: absolute;
 left: 0;
}

#panorama {
 background: #ffffff url('Images/elblag_naglowek.png') 150px center no-repeat;
 /*position: relative;*/
 width: 960px;
 height: 178px;
 margin-top: 0px;
 margin-bottom: 0px;
 margin-left: auto;
 margin-right: auto;
 }
 
#nav {
 background: #d2d2d2 url('images/menu_bg_grd.png');
 /*position: relative;*/
 height: 40px;
 width: 960px;
 margin-top: 0px;
 margin-bottom: 0px;
 margin-left: auto;
 margin-right: auto;
 border-top: 1px solid #cccccc;
}

#nav div.wrapper 
{
 background: #d2d2d2 url('images/menu_bg_grd.png');
}
 
#location {
 /*background-color: #00783c;*/
 /*position: relative;*/
 width: 960px;
 height: 36px;
 margin-top: 0px;
 margin-bottom: 0px;
 margin-left: auto;
 margin-right: auto;
}

#footline {
 position: relative;
 width: 960px;
 height: 35px;
 margin: 0 auto;
 border-top: 1px solid #888888;
}


/*Środek Strony*/

#content {
	padding-top: 10px;
	/*position: relative;*/
	width: 100%;
    background: #ffffff url('Images/bg_middle.png') repeat-x top center;
}

#main {
	position: relative;
    padding-right: 10px;
    padding-left: 10px;
}

.main_left {
	position: relative;
	float: left;
	width: 236px;
}

.main_right {
	position: relative;
	float: left;
	width: 694px;
	padding-left: 10px; 
	min-height: 300px;
}

/*Stopka Serwisu*/

#foot {
 position: relative;
 width: 100%;
 clear: both;	
 padding-top: 20px;
}

#foot  a {
 text-decoration: none;
 font-weight: normal;
}

#foot  a:hover {
 text-decoration: underline;
}

#foot  p {
 text-decoration: none;
 font-weight: normal;
}

#foot .wrapper {
 position: relative;
 width: 960px;
 margin: 0px auto;
}

.ue {
 background:  url('images/program-ue2.jpg') top center no-repeat;
 position: relative;
 width: 960px;
 height: 80px;
 margin: 0 auto;
}

.line {
 background-color: #00783c;
 position: relative;
 width: 960px;
 height: 1px;
 margin-left: 0px;
 margin-right: 0px;
 margin-top: 10px;
 margin-bottom: 5px;
}