html {
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}
body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: arial;
	font-size: 12px;
	background: #fff;
	height: 100%;
}


#top {
	margin: 0px auto;
	width: 650px;
}
#top img {
	border: 0px;
}

#logo {
	float: left;
	width: 350px;
	text-align: left;
}

#dane_kontaktowe {
	float: right;
	width: 300px;
	text-align: right;
}


#menu {
	width: 100%;
	background-image: url(g/tlo-menu.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}
#menu a {
	text-decoration: none;
}
#menu a:hover {
	text-decoration: none;
	background-image: url(g/wskaznik.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
}


#belka {
	width: 100%;
	background-image: url(g/tlo-belka.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	border-top: 1px solid #804527;
	border-bottom: 1px solid #804527;
}

#grafika {
	margin: 0px auto;
	height: 91px;
	width: 656px;
	background-image: url(g/tlo_grafika.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#content {
	width: 650px;
	margin: 0px auto;
}

#tresc {
	background-image: url(g/tlo-tresc.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0px 0px 30px 0px
}
#box-tresc {
	margin: 10px 40px 10px 40px;
}





#stopka {
	width: 100%;
	border-bottom: 1px solid #804527;
}
#stopka-box {
	width: 650px;
	margin: 0px auto;
	background-color: #fdf8d8;
}
#stopka-lewa {
	float: left;
	width: 300px;
	text-align: left;
}
#stopka-prawa {
	float: right;
	width: 350px;
	text-align: right;
}
#stopka img {
	border: 0px;
}

.zdjecie_gazety {
	float: left;
	width: 250px;
}

.naglowki_gazety {
	float: right;
	width: 300px;
	font-size: 19px;
}
.wiekszy {
	font-size: 28px;
	font-weight: bold;
}
.pogrubiony {
	font-weight: bold;
}

.linia {
	clear: both;
	width: 650px;
	background-color: #804527;
	height: 4px;
}

tr {
	vertical-align: top;
}
.stanowisko {
	text-align: right;
	font-weight: bold;
}
.numeracja {
	font-size: 14px;
}

.cleaner {
	clear: both;
}