body, html {
	padding: 0;
	margin: 0;
	background-color: #E7E4B0;
	font-family: verdana;
	font-size: 12px;
	color: #000000;
	}

div {
	border: 0;
	}
	
#container {
	width: 100%;
	padding: 0 auto;
	}

div#main {
	width: 1100px;
	margin: 0 auto;
	}

div#strona {	
	width: 800px;
	float: left;
	}

div#sponsor {
	width: 300px;
	float: right;
	}
	
div#banner {
	width: 800px;
	height: 234px;
	background-image: url(gfx/trial800.jpg);
	}
	
div#tresc {
	width: 650px;
	float: right;
	margin: 0 0 20px 0;
	}

div#menu {
	width: 150px;
	float: left;
	}
	
/* =================== M E N U ==================== */

#menu a {
	display: block;
	color: #665A4C;
	text-decoration: none;
	border-left: 5px solid #665A4C;
	border-right: 0px solid #665A4C;
	border-top: 0px solid #665A4C;
	border-bottom: 0px solid #665A4C;
	background: #E7E4B0;
	padding: 3px;
	margin: 0 5px;
	}
#menu a.over {
	display: block;
	color: #ffffff;
	text-decoration: none;
	border-left: 5px solid #665A4C;
	border-right: 0px solid #665A4C;
	border-top: 0px solid #665A4C;
	border-bottom: 0px solid #665A4C;
	background: #D0CD9F;
	background-image: url(gfx/menu.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 3px;
	margin: 0 5px;
	}

/* =================== LISTA STARTWOWA ================ */

table.lista {
	border: 0px;
	margin; 5px auto;
	width: 600px;
	}

td.kategoria {
	background-color: #df922f;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	}
	
td.lista_dane {
	
	}
	
/* =================== O G O L N E ================ */

a {
	color: #665A4C;
	font-weight: bold;
	text-decoration: underline;
	}
a:hover {
	color: #798A3A;
	font-weight: bold;
	text-decoration: underline;
	}

p.tytul {
	color: #665A4C;
	font-size: 14px;
	font-weight: bold;
	}

p.big {
	font-size: 18px;
	font-weight: bold;
	}
	
p.red {
	font-size: 18px;
	font-weight: bold;
	color: #Cc0000;
	}
	
p.justify {
	text-align: justify;
	padding: 5px;
	} 
p.p1 {
	font-weight: bold;
	font-size: 16px;
	border-bottom: 1px solid #665A4C;
	}
p.p2 {
	font-weight: bold;
	}
p.p3 {
	font-style: italic;
	font-weight: bold;
	}
p.p4 {
	font-weight: bold;
	padding: 1px;
	margin: 1px;
	}
	
p.nocleg_adres {
	margin: 0 auto;
	padding: 1px 0;
	}
	
p.stopka {
	font-size: 10px;
	}
	
img {
	border: 0;
	}
img.media {
	margin: 20px 0 0 0;
	} 
img.float_r {
	float: right;
	}
	
span.bold {
	font-weight: bold;
	}