body {
	font-family: Arial;
	font-size: 13px;
	color:rgb(255,255,128);
	margin:0px;
	padding:0px;
	background-color:rgb(84,115,178);
	text-align:center;
}
img {border:none;}
.hide{display:none;}

#all{
	width:100%;
	text-align:center;
}
#maintopall{
	width:100%;
	text-align:center;
}
#maintop{
	width:780px;
	margin:auto;
	height:129px;
	background:url('img/maintop.jpg') no-repeat;
}

#maintop1all{
	width:100%;
	text-align:center;
	background-color:rgb(29,60,123);
}
#maintop1{
	width:780px;
	margin:auto;
}
#mainall{
	width:100%;
	text-align:center;
}
#main{
	width:780px;
	margin:auto;
	text-align:left;
}

#mainmenu{
	width:780px;
	height:28px;
	line-height:28px;
	background:url('img/menubg.jpg');
	text-align:center;
}

#mainmenu ul{
	list-style-type:square;
	padding-top:0px;
	margin-top:0px;
}
#mainmenu ul li{
	display:block;
	float:left;
	padding-left:20px;
}
#mainmenu ul li a{
	color:white;
	text-decoration:none;
	padding-left:10px;
	background:url('img/dot.gif') no-repeat;
	background-position:left center;
}
#mainmenu ul li a:hover{
	color:rgb(255,255,1);
}
.small{
	font-size:11px;
	color:rgb(11,34,82);
}
.netp{
	font-size:11px;
	color:rgb(11,34,82);
	text-decoration:none;
}
.netp:hover{
	text-decoration:underline;
}
.mainmail{
	color:rgb(255,255,1);
	text-decoration:none;
	font-weight:bold;
}
.mainmail:hover{text-decoration:underline;}

#subtopall{
	width:100%;
	text-align:center;
	background-color:rgb(29,60,123);
}
#subtop{
	width:780px;
	height:140px;
	background:url('img/subtop.jpg');
	margin:auto;
}
#suball{
	width:100%;
	text-align:center;
}
#sub{
	width:780px;
	margin:auto;
	text-align:justify;
}
#sub ul{text-align:left;}

.podtytul{
	font-weight:bold;
	color:rgb(255,255,1);
}
.tytul{
	font-weight:bold;
}
.imgborder{
	border:1px solid rgb(250,193,80);
}