body {
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h4 {
	text-align: center;
	color: #0000CC;
}
h3 {
	color: #0000CC;
	text-align: center;
}
p{
	text-indent: 25px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #0000FF;
}
li{
	color: #0000FF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
}
		
#strona {
	width:1004px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}
#top_topr {
	height:200px;
	width: 1004px;
	background-image: url(images/top_topr.jpg);
}
#top_doswiadczenie {
	height:200px;
	width: 1004px;
	background-image: url(images/top_dosw.jpg);
}
#top_sprzet {
	height:200px;
	width: 1004px;
	background-image: url(images/top_sprzet.jpg);
}
#top_umiej {
	height:200px;
	width: 1004px;
	background-image: url(images/top_umiej.jpg);
}
#top_gaszenie {
	height:200px;
	width: 1004px;
	background-image: url(images/top_gaszenie.jpg);
}
#top_historia {
	height:200px;
	width: 1004px;
	background-image: url(images/top_historia.jpg);
}
#content {
	width: 1004px;
	height: auto;
}
#ramka {
	width:728px;
	height:100%;
	float: left;
	background-image: url(images/tlo_lewe.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#ramkamax {
	width:728px;
	height:700px;
	float: left;
	background-image: url(images/tlo_lewe.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#menu {
	width:270px;
	height: 680px;
	float: left;
	background-image: url(images/tlo_prawe.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#menu ul {}
#menu li {
	list-style: none;
}
#menu a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	text-decoration: none;
	line-height: 30px;
}

.tabela {
	border: 1px solid #D6DDE6;
	border-collapse: collapse;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
}
.tabela th {border: 1px solid #828282;
	background-color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding: 4px;}
.tabela tr {}
.tabela td {
	border: 1px solid #3333FF;
	text-align: center;
	padding: 4px;
}

#footer {
	width:auto;
	background-color: #F0F0FF;
	margin-left: auto;
	margin-right: auto;
}
#footer p {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #0000FF;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
