html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td	{
	margin: 0;
	padding: 0;
}

body	{
	background: #000;
}

#kontener	{
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -280px;
	text-align: center;
} 

#foto	{
	top: 10px;
	background-color: #000;
	margin: 0 auto;
	text-align: center;
	width: 600px;
	height: 600px;
}

#kreska	{
	background-color: #ba4d10;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	margin: 0 auto;
}

#kreska-left	{
	background: #ba4d10 url('kreska-left.gif') top right no-repeat;
	position: relative;
	top: 0;
	left: 0;
	width: 200px;
	height: 2px;
	margin: 0 auto;
	float: left;
}

#kreska-right	{
	background: #ba4d10 url('kreska-right.gif') top right no-repeat;
	position: relative;
	top: 0;
	right: 0;
	width: 200px;
	height: 2px;
	float: right;
}

.naglowek	{
	width: 500px;
	height: 40px;
	padding: 0 0 10px 0;
}

#kontener2	{
	position: relative;
	top: 20px;
	left: 50px;
	width: 300px;
	height: 450px;
	float: left;
	padding: 40px 0 0 0;
	border: 2px solid #111;
} 

#menua	{
	position: relative;
	top: 240px;
	left: -50px;
	width: 100px;
	height: 100px;
	border: 0;
	float: left;
}

#menua a {
	display: block;
	width: 200px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#menub	{
	position: relative;
	top: 240px;
	right: 46px;
	width: 100px;
	height: 100px;
	border: 0;
	float: right;
}

#menub a {
	display: block;
	width: 200px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#menua a:hover { background-position: 0 -100px; }
#menub a:hover { background-position: 0 -100px; }

a.menu1 { background-image: url(menu/menu1index.gif); }
a.menu2 { background-image: url(menu/menu2index.gif); }

a	{
	color: #000;
}

a:hover	{
	color: #000;
}