@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(images/backg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#282828;
}

.top_bckg {
	background-image:url(images/bckg_top.jpg);
	background-repeat:no-repeat;
	width:824px;
	height:38px;
	display:block;
}

.top_menu {
	width:824px;
	display:block;
	float:left;
}

.top_menu .logo {
	width:250px;
	height:107px;
	background-image:url(images/logo.jpg);
	background-repeat:no-repeat;
	float:left;
}

.top_menu .btn {
	float:left;
}

img {
	border:none;
}

.content_top {
	height:146px;
	width:824px;
	background-image:url(images/content_bckg.jpg);
	background-repeat:repeat-x;
	display:block;
	float:left;
}

.bc {
	margin: 0 auto;
	width:824px;
	float:none;
}

.content_top .ctr
{
	background-image:url(images/komorka_mapa.jpg);
	background-position:right;
	background-repeat:no-repeat;
	width:405px;
	height:146px;
	float:left;
}

.content_top .ctl
{
	background-image:url(images/podzial.jpg);
	background-position:right;
	background-repeat:no-repeat;
	width:419px;
	height:146px;
	float:left;
}

.content_top .text
{
	padding:10px;
	text-align:justify;
}

.content
{
	background-color:#FFFFFF;
	display:block;
	float:left;
	width:823px;
}

.content .footer
{
	margin: 0 auto;
	background-image:url(images/stopka.jpg);
	background-repeat:no-repeat;
	width:788px;
	height:43px;
}

.content .text
{
	padding:10px;
	text-align:justify;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #008100;
}
a:active {
	text-decoration: none;
	color: #000000;
}
