body
{
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #252525;
	
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #252525;
}


#blok_glowny {
	margin: auto;
	width: 1012px;
}

#blok_header {
	width: 1012px;
	float: left;
	height: 105px;
}

#blok_lewy {
	width: 234px;
	float: left;
	background-image: url('images/img_03.png');
	background-repeat: no-repeat;
	height: 300px;
}

#blok_menu {
	width: 216px;
	margin-top: 38px;
	float: right;
}

#blok_prawy {
	width: 778px;
	float: left;
}

#blok_b1 {
	width: 778px;
	float: left;
	height: 39px;
	background-image: url('images/img_04.png');
	background-repeat: no-repeat;
}

#blok_b2 {
	width: 778px;
	float: left;
	height: 41px;
	background-image: url('images/img_09.png');
	background-repeat: no-repeat;
}

#blok_tresc {
	width: 599px;
	float: left;
	background-color: #efefef;
}

#blok_bmenu {
	margin-left: 3px;
	width: 175px;
	float: left;
	height: 400px;
	background-color: #efefef;
}

#logo_flash {
	width: 330px;
	height: 100px;
	float: right;
	margin-right: 100px;
}

#komunikat {
	width: 480px;
	background-color: #fff;
	border: 1px solid #dddddd;
	position: absolute;
	margin-left: 59px;
}

.b_menu {
	background-image: url('images/btn_off.png');
	background-repeat: no-repeat;
	width: 216px;
	height: 30px;
	cursor: pointer;
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #005800;
}

.pb_menu {
	background-image: url('images/ptlo.gif');
	background-repeat: repeat-y;
	width: 216px;
	float: left;
	font-size: 12px;
	color: #005800;
	padding-bottom: 4px;
}


.b_menu:hover
	{
		filter:alpha(opacity=70);
		-moz-opacity: 0.7;
		opacity: 0.7;	
	}

img {
	border: 0;
	border-style: none;
}


a:link
{
  color: #005800;
  text-decoration: none;
  border: 0;
}

a:visited
{
  color: #005800;
  text-decoration: none;
  border: 0;
}

a:active
{
  color: #005800;
  text-decoration: none;
  border: 0;
}

a:hover
{
	color: #005800;
	text-decoration: underline;
	border: 0;
}

