/* reset */
html,
body,
div,
object,
h1, h2, h3, h4, h5, h6,
ul, ol, li, dl, dt, dd,
p, blockquote, pre,
form, fieldset,
table, th, td {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:bold;
}
img {
	border:0;
}
ul li {
	list-style:none;
}


/* flash */
#finelife {
	margin-bottom:-4px;
}


/* layout */
body {
	background:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}
#container {
	margin:8px;
}
#container a {
	color:#FFFFFF;
}
#container a.back {
	display:inline-block;
	padding:2px 5px;
	margin-bottom:5px;
	text-decoration:none;
	background:#333333;
	font-size:10px;
}
h1 {
	margin-left:5px;
	margin-bottom:5px;
	font-size:16px;
}
h1 em {
	font-weight:normal;
}
h2#logo {
	margin-bottom:5px;
}
p {
	margin-bottom:7px;
}


/* menu */
#menu {
	margin-bottom:20px;
	font-size:12px;
}
#menu a {
	text-decoration:none;
	padding:2px 5px;
}
#menu a strong {
	padding-left:2px;
}
#menu a.selected {
	background:#333333;
}

/* stopka */
#footer {
	width:100%;
	margin-top:30px;
	margin-bottom:10px;
	font-size:11px;
}
#footer td {
	vertical-align:top;
}
#footer a {
	text-decoration:none;
}
.right {
	text-align:right;
}
.right strong {
	padding-left:2px;
}

/* lista artykulow */
#topics {
	margin-left:5px;
}







