/*#############################################################
Name: Blackbox
Date: 2006-06-01
Description: A mystic dark lightweight design.
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #999;
	text-decoration: none;
}
body {
background: Black;
background-image: url(img/bg-pattern1.gif);
	
	color: #555;
	font: normal 0.8em sans-serif,Arial;
	margin: 20px 0;
	text-align: center;
}

.fota
{
	margin: 5px;
	border-color: #666666;
	border-width: 1px;	
	border-style: solid;
	}
.fota1
{
	margin: 5px;
	border-color:  Black;
	border-width: 0px;	
	border-style: solid;
	}
.fota2
{
	margin: 5px 80px 5px 50px;
	
	border-color: #666666;
	border-width: 1px;	
	border-style: solid;
	
	}
.fota3
{
	margin: 1px 15px 1px 15px;
	border-color: #666666;
	border-width: 1px;	
	border-style: solid;
	}
td.powroty
{
font-weight: bold;
font-style: italic; 
text-align: left;

}

/* main structure */
.main {
	background: #000; 
	border: 3px double #EEE; 
	border-color: #141414 #202020 #222 #202020; 
	margin: 20px auto 4px auto; 
	text-align: left;
	width: 800px; 
}


/* header */
.gfx {
	background: #222 url(img/dark_pixel.jpg) no-repeat;
	height: 190px;
}
.gfx h1 {
	color: #222222;
	font: normal 1.8em Tahoma,sans-serif;
	font-style: italic;
	font-weight: bold;
	padding: 16px 20px;
}


/* menu */
.menu a {
	background: #000 url(img/bgmenu.png) repeat-x;
	border-right: 1px solid #222;
	border-top: 1px solid #1A1A1A;
	color: #444;
	float: left;
	font-size: 1.0em;
	padding-top: 4px;
	width: 153px; height: 22px;
}
.menu a span {
	padding-left: 6px;
}
.menu a:hover {
	background-position: left bottom;
	color: #666;
}
.menu a#last {
	border-right: none;
	width: 30px; 
}


/* content */
.content {
	background: #030303;
	border-top: 1px solid #1A1A1A;
	text-align: justify;
	clear: both;
	min-height: 400px;
}
.content h2 {
	color: #666;
	font: bold 1.1em sans-serif,Arial;
	margin: 0 0 4px;
}
.top {
	color: #222222;
	font: normal 1.8em Tahoma,sans-serif;
	font-style: italic;
	font-weight: bold;
	padding: 1px 30px;
	}
.content p {
	margin: 0 0 12px;
}
.item {
	background: #030303 url(img/bgitem.gif) repeat-x;
	padding: 8px 10px;
}


/* footer */
.footer {
	color: #666;
	padding: 5px;
	font: normal 0.8em sans-serif,Arial;
} 
p.sr
{
text-align: center;
margin-left: 15px;
margin-right: 15px;
}
#napis {
	position: absolute;
	z-index: 1;
	top: 5px;
	left: 5px;
	margin-left: 150px;
	color: red;	
	background-color: white;
}
#flashek1 {
	position: absolute;
	z-index: 2;
	top: 5px;
	left: -150px;
}
#stronka {
	position: relative;
	z-index: 1;
	border: 3px double #EEE;
	width: 700px;
}

