@charset "iso-8859-2";
body {
	margin: 0 0 0 0;
	background-color: #565656;
}
#top {
	width: 100%;
	height: 201px;
	background-image: url(gfx/top_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
#head {
	width: 1000px;
	height: 160px;
	margin: 0 auto;
}

 .rogi {
 	-moz-border-radius: 10px; /* Firefox */
	border-radius: 10px;
}
.pole_small {
border: 1px solid #c7c7c7;
width:320px;
height:23px;
margin-top:3px;
margin-bottom:5px;
}
.pole_small_tresc {
border: 1px solid #c7c7c7;
width:320px;
height:120px;
margin-top:3px;
margin-bottom:5px;
}
.przycisk {
width:162px;
height:25px;
border: 1px solid #c7c7c7;
font-weight:bold;
font-size:11px;
}
#menu a {
color:#565656;
text-decoration:none;
font-weight:bold;
}
#menu a:hover {
color:#e77716;
text-decoration:underline;
font-weight:bold;
}
a {
color:white;
text-decoration:none;
font-weight:bold;
}
a:hover {
color:#e77716;
text-decoration:underline;
font-weight:bold;
}
#logo {
	width: 230px;
	height: 50px;
	float: left;
}

#menu {
	width: 720px;
	height: 30px;
	float: right;
	margin-top: 70px;
}
#cont {
	width: 990px;
	height: auto;
	min-height: 300px;
	margin: 0 auto;
	padding: 20px 20px 20px 20px;
	font-family: tahoma;
	font-size: 12px;
	color: #CCCCCC;
	line-height: 160%;
	text-align: justify;
}
#foot {
	width: 100%;
	height: 143px;
	background-image: url(gfx/foot_bg.jpg);
	background-repeat: no-repeat;
	clear: both;
	background-position: center;
}


#menu ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
h1 {
	font-family: tahoma;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	display: block;
	padding-left: 10px;
	background-color: #3F3F3F;
	border-bottom: 1px solid #666;
	height: 30px;
	padding-top: 10px;
}

#menu ul li {
	float: left;
	list-style-type: none;
	margin-left: 40px;
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
}

