@charset "utf-8";
/* CSS Document */
html,body {
	color:#000000;
	font-size:93%;
	height:100%;
}
body {
background-image:url(layout/pat.jpg);
	margin:0;
	padding:0;
}
#blad {
	position:fixed;
	background-color:#FFFFFF;
	border:2px solid #FF0000;
	color:#FF0000;
	width:100%;
	height:100%;
	text-align:center;
	padding:20% 0 0 0;
}
pre {
font-family:Arial, Helvetica, sans-serif;
font-size:93%;
}
#all {
	width:780px;
	height:auto;
	margin:0 auto;
	background-image:url(layout/bg.jpg);
	background-repeat:repeat-y;
	height: 1000px; /* IE */
	min-height: 900px;
	border-left:5px solid #000000;
	border-right:5px solid #000000;
}
#top_menu {
	width:780px;
	height:30px;
	background-color:#000000;
}
#top_menu ul, ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#top_menu ul {
	position: absolute;
}

#top_menu ul li {
	float: left;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color:#000000;
}

#top_menu ul a:link, ul a:visited {
	text-decoration: none;
	display: block;
	height:15px;
	width: 100px;
	text-align: center;
	padding: 5px 0;
	font-weight: bold;
	background-color:#000000;
	color:#FFFFFF;
	border-bottom: 2px solid #000000;
}

#top_menu ul a:hover {
	border-bottom: 2px solid #FFFFFF;
}
#flash {
	width:780px;
	height:200px;
}
#right_part {
	margin:0 auto;
	width:760px;
}
#search_bar {
	float:right;
	width:240px;
	height:1.5cm;
	background-color:#000000;
	text-align:center;
	border-right:5px solid #000000;
}
#right_menu {
	float:right;
	clear:right;
	width:200px;
	height:auto;
	text-align:center;
	margin:0px 0px 10px 10px;
	padding:4px 0 4px 8px;
	background-color:#EEEEEE;
}
#topic {
	float:left;
	height:1.1cm;
	width:525px;
	font-weight:bold;
	text-align:left;
	padding:10px 0px 5px 0px;
	font-size:20px;
	background-color:#000000;
	color:#FFFFFF;
	border-left:5px solid #000000;
	border-right:5px solid #000000;
}
#content {
	display:inline;
	height:auto;
	width:750px;
	text-align:justify;
	padding:0px 30px 0px 30px;
	margin:0 0 0 0;
}
#content table {
margin: 0 auto;
}
#footer {
	width:780px;
	height:65px;
	color:#FFFFFF;
	background-color:#000000;
	clear:both;
	margin:0 auto;
	text-align:right;
	border-left:5px solid #000000;
	border-right:5px solid #000000;
	font-weight:bold;
	vertical-align:bottom;
}
#footer a
{
	border:0px;
	margin:0px;
	padding:0px;
}
#footer img
{
	position:relative;
	left:0px;
	border:0px;
	margin:0px;
	padding:5px;
	width:100px;
	height:60px;
}
#szukaj {
   cursor:pointer;
   border:none;
   background-color:#000000;
   background-image:url(layout/szukaj.gif);
   width: 45px;
   height: 37px;
   font-size:0;
}
#szukaj:hover {
border:1px solid #FFFFFF;
}	
#query {
	margin:12px 0 0 0;
}
a {
color:#999999;
}
a:hover {
color:#0066FF;
}
.blad {
color:#FF0000;
}