* {
	color:#eee;
	padding:0px;
	margin:0px;
	font-size:11px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}
img {
	display:block;
	border:0px;
}
body {
	background:#000 url('/img/top_right.jpg') no-repeat top right;
}
strong {
	color:#fff;
}
a {
	text-decoration:none;
	color:yellow;
}
a:hover {
	background:#004087;
}
input{
	color:#000;
}
table {
	border-collapse:collapse;
}
td, th, form {
	vertical-align:top;
}
h1 {
	font-size:16px;
	margin:4px 0px 6px 0px;
	border-bottom:1px dotted #00afe4;
}
h2 {
	background:#444;
	padding:4px;
}
pre {
	background:#222;
	border:1px solid #444;
	padding:6px;
}

#logo {
	position:absolute;
	top:0px;
	left:200px;
	width:214px;
	height:68px;
	margin:30px 0px 0px 0px;
	cursor:pointer;
}
* html #logo { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/logo.png',sizingMethod='crop'); }
html > body #logo { background:url('/img/logo.png') no-repeat center; }



#rabbit {
	position:absolute;
	top:0px;
	left:0px;
	background:url('/img/rabbit.jpg') no-repeat;
	width:174px;
	height:201px;
	z-index:100;
}
#blood {
	position:absolute;
	top:201px;
	left:0px;
	background:url('/img/blood.jpg') no-repeat;
	width:55px;
	height:133px;
	z-index:100;
}

#menu {
	height:31px;
	position:relative;
	top:131px;
	left:0px;
	margin:0px 100px 0px 150px;
	z-index:101;
	min-width:400px;
}
#menu a{
	display:block;
	width:63px;
	height:23px;
	float:left;
	background:url('/img/linki.gif') no-repeat 0px 0px;
	text-align:center;
	line-height:23px;
	margin-right:4px;
	padding-top:8px;
	color:#fff;
}
#menu a:hover{
	background:url('/img/linki.gif') no-repeat -63px 0px;
}
#menu a.sel, #menu a:hover.sel{
	background:url('/img/linki.gif') no-repeat -126px 0px;
}

#content {
	position:relative;
	border:1px solid #00afe4;
	top:131px;

	/* slabo to dziala w ie6 */
	margin:0px 58px 0px 55px;
	padding:40px 20px 20px 20px;

	overflow:hidden;
	background:#000;
	min-height:100px;
	min-width:600px;
}
* html #content {
	width:100%;
}
#footer {
	position:relative;
	top:131px;
	width:80%;
	margin:auto;
	padding:6px;
}

.sep {
	margin:50px;
}
.news_info{
	text-align:right;
	font-size:9px;
	color:#666;
}
.tab td{
	border:1px solid gray;
	padding:4px;
}
.tab th{
	background:#444;
	border:1px solid gray;
	padding:4px;
}