BODY
{
	font-family: Verdana, 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	background-image:url(../obrazki/tlonowe2.jpg);
	background-repeat: no-repeat;
}

P
{
  text-align: justify;
}

#calosc
{
	position: absolute;
	width: 809px;
	height: 500px;
	border:#FF0000 solid 0px;
	top: 50%;
	left: 50%;
	margin-left: -405px;
	margin-top: -285px;
}

#top_bar
{
	float:left;
	width:250px;
	height:60px;
	border: none;
	display:block;
	vertical-align: bottom;
	margin-bottom: 10px;
  }

#guziki
{
	float: left;
	border: none;
	height: 45px;
	margin-top:25px;
	margin-left:28px;
	padding: 0px;
	display:block;
	text-align:right;
}


#obrazek
{
	float:left;
	border-top:3px solid #99ae6a;
	border-left:3px solid #99ae6a;
	border-bottom:3px solid #99ae6a;
	width:350px;
	height:400px;
	background-image:url(../obrazki/okladka2.jpg);
}

#text
{
  float:left;
  border: 3px solid #99ae6a;
  background:#F0FFF0; 
  width:430px;
  height:380px;
  color:#000000;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:9px;
  overflow:auto;
  padding:10px;
  -moz-outline-width: 0;
}

#bottom_bar
{
	float:left;
	font-size:9px;
	width:375px;
	height:50px;
	padding-top:10px;
	clear:left;
	padding-left:3px;
	color: #fff;
}

#bottom_bar2
{
	float:right;
	font-size:11px;
	width:400px;
	height:50px;
	padding-top:5px;
	color: #fff;
}

/*----------------STYLE-CZCIONKI-----------------*/

.style1 {
  color: #FF0000;
  font-weight: bold;
}

.style2 {
  font-size: 14px;
  font-weight: bold
}

.news {
  font-size: 14px;
}

/*----------------SPADAJĄCE-MENU-----------------*/

#dropmenudiv{
  position:absolute;
  border:1px solid black;
  border-bottom-width: 0;
  font:normal 10px Verdana;
  color:#000000;
  line-height:18px;
  z-index:100;
}

#dropmenudiv a{
  width: 100%;
  display: block;
  text-indent: 3px;
  border-bottom: 1px solid #000000;
  padding: 1px 0;
  text-decoration: none;
  color:#000000;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #99ae6a;
	color:#FFFFFF;
}

