@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Times New Roman, Times, serif;
	
}
body {
	background-color: #ffffcc;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	color: #000;
}
img {
border: 0px;	
	
}
a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: underline;
	color: #000;
}

.naglowek {
	border: 0px;
	
}

table {
border: 0;	
}
.box {
	text-align:center;
	width: 830px;
}

.left {
	float:left;
	width:475px;
}
.t_left {
	width: 470px;
}
.opis {	
	width:400px;
	position:relative;
	top: 0px;
	left: 0px;
	overflow:auto;
	height: 400px;

}

.right {
	float:right;
	width:355px;
}
.t_right {
	width: 350px;
}
.zdjecia {
	width:280px;
	position:relative;
	top: 0px;
	left: 0px;
	overflow:auto;
	height: 400px;

}
.tytul {
	margin: 20px;
	font-size: 16px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
}
.tekst {
	margin: 5px;
	margin-bottom: 10px;
	font-size: 14px;
	font-family:"Times New Roman", Times, serif;
}
.lista{
list-style:square;
list-style-position:outside;
}
.zakaz {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	text-align:center;
	color:#F00;
	margin:40px;
	
}




