/* ------------------------- Global --------------------------------- */
* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff url(../../images/tlo.gif) repeat-x;
	color: #000000;
	font: normal 13px Verdana, sans-serif;
	margin-bottom: 15px;
	text-align: justify;
}

ul {
	list-style-type: none;
}

img {
	border: 0;
}

hr {
	clear: both;
	visibility: hidden;
	height: 16px;
}

table {
	border-collapse: collapse;
}

* :focus {
	outline: none;
}

a:link,a:focus,a:visited,a:active {
	color: #17499B;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* ------------------------------------------------------------------ */
	/*-----------------leftmanu------------*/
	/*#manu01:hover{background:url(../../images/manu_over_03.gif); width:182px;height:64px;}*/
#leftmanu {
	float: none; /*height:250px;*/
	width: 180px;
	background: none;
}

#leftmanu li {
	position: relative;
	float: none;
	width: 128px;
	height: 60px;
}

#leftmanu ul.Level2 li {
	position: relative;
	float: none;
	height: 36px;
}

#leftmanu li:hover {
	
}

#leftmanu li.SubMenu {
	
}

#leftmanu li.SubMenu:hover {
	
}

#leftmanu li a {
	display: block;
	font-weight: bold;
	padding: 0px;
	width: 130px;
	min-height: 30px;
	text-align: center;
}

#leftmanu ul.Level2 {
	font-weight: bold;
	padding: 0px;
	width: 130px;
	min-height: 30px;
	text-align: center;
}

#leftmanu ul.Level2 li {
	font-weight: bold;
	border-bottom:1px solid #7777ff;
	padding-bottom: 0px;
	min-height: 30px;
	text-align: center;
}

#leftmanu ul.Level2 li a {
	width: 170px;
	height: 30px;
	display: block;
	padding-top: 6px;
	color: #000;
	text-decoration: none;
}

#leftmanu ul.Level2 li a:hover {
	color: #fff;
	text-decoration: none;
	background: #2DA9FF;
}

#leftmanu>ul a {
	width: auto;
}

#leftmanu ul ul {
	position: absolute;
	width: 180px;
	display: none;
}

#leftmanu ul ul li {
	background: #EBF5FF;
	width: 170px;
}

#leftmanu ul.Level1 li.SubMenu:hover ul.Level2,#leftmanu ul.Level2 li.SubMenu:hover ul.Level3
	{
	display: block;
}

#leftmanu ul.Level2 {
	top: 3px;
	left: 182px;
}

#leftmanu ul.Level3 {
	top: 0;
	left: 128px;
}

/*-----------------leftmanu------------*/
	/*-------------------------Bloki--------------------*/
#mainblok {
	width: 807px;
	margin: 0 auto;
}

#top {
	background: url(../../images/top.jpg) no-repeat;
	width: 807px;
	height: 164px;
}
#top_en{
	background: url(../../images/top_en.jpg) no-repeat;
	width: 807px;
	height: 164px;
}
#top_d{
	background: url(../../images/top_d.jpg) no-repeat;
	width: 807px;
	height: 164px;
}

#outer_middle {
	background: url(../../images/outer_middle_bg.jpg) repeat-y;
	width: 807px;
	min-height: 440px;
	float: left;
}

#middle {
	background: url(../../images/middle_bg.jpg) no-repeat;
	width: 807px;
	min-height: 436px;
	float: left;
}

#left_panel {
	float: left;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 0px;
}

#foot {
	background: url(../../images/foot_bg.gif) repeat-x;
	width: 807px;
	height: 81px;
	color: #000;
	font-weight: bold;
	margin-left: 1px;
	padding: 12px 18px 18px 18px;
	clear: both;
}
#foot a{
	color:#000;
}
/*-------------------------/Bloki--------------------*/
#content {
	margin-top: 35px;
	margin-left: 90px;
	float: left;
	width: 500px;
}

#content ol {
	margin-left: 40px;
	margin-top: 5px;
}
#content img{
margin:5px;
}
#content ul li{
	margin-left:20px;
	list-style-type:disc;
}
/*--------------------------Top----------------------*/
#flash {
	float: left;
	margin-left: 23px;
	margin-top: 5px;
}

#flagi {
	float: right;
	margin-right: 80px;
	margin-top: 7px;
}

#flagi ul li {
	float: left;
	padding: 0 3px 0 3px;
}

/*-----------------Login---------*/
.back {
	background-color: #F3F3F3;
	width: 300px;
	padding: 8px;
	border: 1px solid #CCCCCC;
	margin-top: 10px
}

.AdminErrorText {
	color: #FF0000;
	font-size: 14px;
	font-weight: bold;
}

.login {
	border: 1px solid #CCCCCC;
	width: 150px;
}

.zawartosc {
	border: 1px solid #666;
	background: #E9F6FF;
	width: 100%;
}

.zawartosc td {
	padding: 4px;
}