@CHARSET "UTF-8";
body {
	margin: 0;
	padding: 0;
	background-color: #E5C562;
	font-family: "Tahoma", sans-serif;
	color: #000000;
	font-size: 14px;
}

#tloup {
	position: absolute;
	display: block;
	background-image: url("g/tloup.jpg");
	width: 100%;
	height: 413px;
}

.fot img {
 border: 1px solid black;
  }

#tlo2up {
	position: absolute;
	display: block;
	background-image: url("g/top2.jpg");
	width: 966px;
	height: 211px;
	top:374px;
}

#page {
	width: 966px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	display: block;

}

#pageout {
	width: 100%;
	display: block;
	position: relative;
}
#telefon {
	position: absolute;
	display: block;
	left:450px;
	top:400px;
	width:400px;
	font-weight: bold;
	font-size: 18px;
}
#maintxt {
	position: relative;
	display: block;
	padding-top: 100px;
	z-index: 11;
	width: 964px;
	/*border:1px dotted green; */
}


.cennik td {
 	text-align: right;
	padding: 8px;
	background-color: #F3DC8E;
	border-bottom: 1px solid #A18C41;
	border-top: 1px solid #FFEFB2;
}
.ctt td {
	background-color: #E18A3F !important;
}

a.a5:link, a:visited {
		text-decoration: none;
		color: #2240f0;
		font-size:14px;
		
	}
a.a5:hover {
	color: #0080ff;
	font-size:14px;
}
	

#promocje {
    margin-top:20px;
    text-align:center;
    font-size:14px;
    font-weight:bold;
    color:#0855ac;
    background-color:#f6de8b;
    padding:10px 10px 10px 10px;
    width:300px;
    border:2px solid #0855ac;
    }		