* { 
	padding: 0px; 
	margin: 0px; 
}
body	{
	font-family: verdana, arial, helvetica, sans-serif ; 
	color: #022934;
	background-color: #0B595D;
	font-size: 13px;
	background: #283964 url(../_img/bg.jpg) repeat-x;
}
.underline { text-decoration: underline; }
.alignRight { text-align: right; }
.alignCenter { text-align: center; }
.verticalAlignTop { vertical-align: top; }
.clear { clear:both; height:1px; overflow:hidden; }
a {
	color: #216893;
	text-decoration: none;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
ul, .lista-jeden,.lista-a,.lista-upper-roman {        
	font-weight: normal;
	text-align: left;
	line-height: 17px;
	margin-right: 15px;
	margin-top: 0px;
	list-style-type: square;
}
.lista-jeden {        
	list-style-type: decimal;
}
.lista-a {        
	list-style-type: lower-alpha;
}
.lista-upper-roman {        
	list-style-type: upper-roman;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#part_main table.Table_01 {
	margin-left: auto;
	margin-right: auto;
	margin-top: 4px;
}
#part_footer {
	margin-left: auto;
	margin-right: auto;
	color: #FFF;
	padding-top: 4px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 10px;
}
#part_footer a {
	color: #FFF;
}
#konkurs {
	width: 600px;
	height: 370px;
	margin: 10px auto 10px auto;
	background: #283964 url(../_img/bg.jpg) repeat-x;
	padding: 10px;
	color: #EFE315;
}
#konkurs ul {
	margin: 10px;
	margin-left: 40px;
}
#konkurs li {
	margin-bottom: 7px;
}
#konkurs h1 {
	font-size: 15px;
	color: #00ccff;
	margin-bottom: 5px;
}