@CHARSET "UTF-8";

body {
	margin: 0px;
	background: url('../gfx/background.png') 0px 0px repeat;
}

.top {
	padding-top: 50px;
	height: 440px;
	background: url('../gfx/back.png') 0px 0px repeat-x;
}

.table_style {
	float: inherit;
	border-collapse: collapse;
	width: 1000px;
}

.table_main {
	background: #FFFFFF;
}

.table_border {
	padding-left: 20px;
	background: #FFFFFF;
}

.table_border_l {
	height: 20px;
	width: 18px;
	background: url('../gfx/border_left.png') 0px 0px no-repeat;
}

.table_border_r {
	height: 20px;
	width: 18px;
	background: url('../gfx/border_right.png') 0px 0px no-repeat;
}

.table_border_lb {
	height: 20px;
	width: 18px;
	background: url('../gfx/border_left_b.png') left bottom no-repeat;
}

.table_border_rb {
	height: 20px;
	width: 18px;
	background: url('../gfx/border_right_b.png') right bottom no-repeat;
}

.menu_bg {
	height: 31px;
	background: url('../gfx/breadcrumbImage.png') 0px -30px repeat-x;
}

.menu_bg .menu{
	border-bottom: 2px solid #FFFFFF;
	text-align: center;
	font-family: sans-serif;
	font-size: 15px;
}
.menu_bg .menu a{
	color: #ffffff;
}

.menu_bg .menu a:LINK {
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 2px solid #FFFFFF;
	text-decoration: none;
}

.menu_bg .menu a:HOVER {
	background: url('../gfx/breadcrumbImage.png') 0px -40px repeat-x;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 2px solid #00ADEF;
	text-decoration: none;
}


.menu_bg .menu a:VISITED {
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	color: #ffffff;
}

.menu_bg .menu #active {
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	border-bottom: 2px solid #00ADEF;
}

.text {
	padding: 10px;
	font-size: 9pt;
	font-family: sans-serif;
	text-align: justify;
}

a:LINK {
	color: #000000;
	text-decoration: none;
}

a:HOVER {
	color: #00ADEF;
	text-decoration: none;
}

a:VISITED {
	color: #000000;
	text-decoration: none;
}

.img1 {
	float: right;
}

.copyright {
	background: #FFFFFF;
	text-align: center;
	font-size: 10pt;
	font-family: sans-serif;
}

#domenyTable{
	width: 80%;
	font-size: 12px;
	border-collapse: collapse;
	margin-right: 20px;
	margin-top: 20px;
	float: right;
}
#domenyTable td,th{
	border: 1px solid black;
}
#domenyTable tbody .link{
	text-align: left;
	width: 200px;
	padding-left: 10px;
}
#domenyTable tbody .pr{
	text-align: center;
	width: 60px;
}
#domenyTable tbody .date{
	text-align: center;
	width: 100px;
}
#domenyTable tbody .status{
	text-align: center;
	width: 40px;
}
#domenyTable tbody .file{
	text-align: center;
	width: 60px;
}

#domenyTable tbody .even{
	background-color: #eeeeee;
}
#domenyTable tbody .odd{
	background-color: #dddddd;
}
#filesTable{
	border-collapse: collapse;
	width: 40%;
	margin-right: 120px;
	margin-top: 20px;
	float: right;
	font-size: 12px;
}
#filesTable td{
	border: 1px solid black;
	text-align: center;
}

#pagesMenuTable{
	width: 100%;
}
#pagesMenuTable td{
	border: none;
}
#pagesMenuTable .selected{
	background-color: #00ADEF;
}

#pagesMenuTable .link3{
	text-align: center;
	width: 30px;
}
#pagesMenuTable .dots{
	text-align: center;
	border-left: 1px solid black;
	border-right:  1px solid black;
}
#pagesMenuTable .page{
	width: 50px;
}
.reklama1{
	float: left;
	width: 120px; 
	height: 600px;
	margin-top: 20px;
	margin-left: 28px;
}
.reklama2{
	float: left;
	width: 120px; 
	height: 600px;
	margin-top: 20px;
	margin-left: 128px;
}
#howto{
	text-align: justify;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 12px;
}
#howto h2{
	font-size: 15px;
}
#skroty{
	border-collapse: collapse;
}
#skroty td,th{
	border: none;
}
#skroty .bla1{
	width: 150px;
}
#skroty .col1{
	vertical-align: top;
	font-weight: bold;
}
#skroty tbody tr:HOVER{
	background-color: #acacac;
}

.copyright{
	font-size: 10px;
}