/*STRONA*/
html {overflow-y: scroll;}  

body {
	font-size: 12px;
	font-family:  Arial Black, Verdana, Helvetica, sans-serif;
	background-color: #ebecf0;
	text-align: center;
	margin: 0;
}

/*/STRONA*/

/*RAMKA*/
#top {
	margin: 0 auto;
	width: 980px;
	position: relative;
}
/*/RAMKA*/

/*WNETRZE*/
#BODY {
	text-align: left;
	width: 980px;
	position: absolute;
	top: 0px;
	left: 0;	
}
/*/WNETRZE*/



/*LINKI*/
#LINKI {
	font-size: 11px;
	width: 980px;
	font-family:  Arial Black, Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: transparent;
	text-align: left;
	position: absolute;
	top: 310px;
	left: 93px;
	text-transform: uppercase;
	font-weight: bold;

}

#LINK0 {
	font-size: 11px;
	font-family:  Arial Black, Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: transparent;
	text-align: left;
	position: absolute;
	top: 185px;
	left: 315px;
	text-transform: uppercase;
	font-weight: bold;
}
#LINK0 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	border-bottom: 3px solid #000;
}

.link0 {
  margin: 0 80px 0 0;
  background: url(images/0.png) no-repeat 0 0;
  height: 29px;
  width: 350px;
  display:block;
  float:left;
  
}

.link1 {
  margin: 0px 80px 0px 0;
  background: url(images/1.png) no-repeat 0 0;
  height: 25px;
  width: 80px;
  display:block;
  float:left;
  
}

.link2 {
  margin: 0px 80px 0px 0;
  background: url(images/2.png) no-repeat 0 0;
  height: 25px;
  width: 184px;
  display:block;
  float:left;
}
.link3 {
  margin: 0px 65px 0px 0;
  background: url(images/3.png) no-repeat 0 0;
  height: 25px;
  width: 189px;
  display:block;
  float:left;
}
.link4 {
  margin: 0px 0px 0px 0;
  background: url(images/4.png) no-repeat 0 0;
  height: 25px;
  width: 115px;
  display:block;
  float:left;
}

#LINKI a:link {
	color: #E0E0E0;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
}
#LINKI a:visited {
	color: #E0E0E0;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
}
#LINKI a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	border-bottom: 3px solid #000;
}
#LINKI ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#LINKI ul li {
	display: inline;
	list-style-type: none;
	margin: 0 5px;
	padding: 0;
	height: 21px;
}
/*/LINKI*/


/*TRESC*/
#TRESC {
	min-height:700px;
	overflow: hidden;
	background-color: transparent;
	padding: 30px 0 0 15px;
	background: url(images/bg1.jpg) no-repeat 0 0;;
	
	
}
#TRESC .ZAWARTOSC {
	font-size: 15px;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	color: #7B7E87;
	background-color: transparent;
	font-weight: bold;
	font-style: normal;
}
#TRESC .ZAWARTOSC a:link {
	color: #0000FF;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
}
#TRESC .ZAWARTOSC a:visited {
	color: #800080;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
}
#TRESC .ZAWARTOSC a:hover {
	color: #FF0000;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
}
/*/TRESC*/

