/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #E3EDF0;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
td, th {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	}
#top1 {
	height: 131px;
	width: 400px;
	float: left;
	background-image: url(img/naglowek1.png);
}
#top2 {
	height: 131px;
	width: auto;
	margin-left: 400px;
	background-image: url(img/naglowektlo.png);
	text-align: right;
}
#middle1 {
	float: left;
	width: 250px;
	text-align: center;
}
#middle2 {
	width: auto;
	margin-left: 255px;
	margin-right: 5px;
}
#menu {
	width: 250px;
	background-image: url(img/menutlo.png);
	text-align: center;
}
#menustopka {
	width: 250px;
	background-image: url(img/menustopka.png);
	height: 30px;
}
.menutxt, .menutxt:link, .menutxt:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	font-size: 16px;
	text-align: center;
	color: #000066;
	font-weight: bold;
	width: 250px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	height: 30px;
}
.menutxt:hover {
	color: #CC0000;
}
#menutxt2 {
	color: #666666;
	font-size: 16px;
	font-family: "Courier New", Courier, monospace;
	text-align: center;
	width: 250px;
}