html, body{
	background-color: Black;
}
#cont{
	width: 860px;
	height: auto !important;
	background-color: #404040;
	margin: 10px 0px 10px 60px;
	min-height: 300px;
}
#naglowek{
	width: 100%;
	height: 140px;
	background-color: #BBD544;
	border-bottom: solid White 1px;
	background-image: url(../obrazy/top2.jpg);
	background: url(../obrazy/top2.jpg);
}
#pod_logo{
	float: left;
	width: 60px;
	height: auto !important;
	height: 400px;
	min-height: 400px;
	display: inline;
	background-color: #404040;
}
#menu{
	top: 80px;
	left: 420px;
	width: 640px;
	height: 30px;
	position: absolute;
	background: url(../obrazy_skrypt/overlay.png);
	background-image: url(../obrazy/overlay.png);
	border: 1px solid White;
}
#logo{
	top: 130px;
	left: 30px;
	width: 200px;
	height: 257px;
	position: absolute;
}
#tresc{
	width: auto !important;
	background-color: #404040;
}
#stopka {
	clear: both;
	width: 100%;
	height: 20px;
	background-color: #FE7413;
	font-family: Tahoma;
	font-size: 11px;
	color: White;
	border-top: 1px solid White;
}

#stopka_l {
	float: left;
	margin: 3px 10px 3px 3px;
}
#stopka_p {
float: right;
margin:3px 3px 3px 3px;
}
#stopka_p a{
	color: white;
	text-decoration: none;
}

ul, ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}

ul li {
	float: left;
}

ul a:link, ul a:visited {
	text-decoration: none;
	display: block;
	width: 80px;
	min-width: 80px;
	text-align: center;
	color: White;
	margin: 7px 3px 3px 7px;
}

ul b a:link, ul b a:visited {
	text-decoration: none;
	display: block;
	width: 80px;
	min-width: 80px;
	text-align: center;
	color: Yellow;
	margin: 7px 3px 3px 7px;
}

ul a:hover {
	margin: 7px 3px 3px 7px;
	color: Red;
}

ul b a:hover {
	margin: 7px 3px 3px 7px;
	color: Red;
}

#text{
	top: 15px;
	left: 25px;
	position: relative;
	width: 340px;
	height: 800px;
	color: White;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	float: left;
}
#obraz {
	width: 340px;
	height: auto;
	float: right;
	margin-right: 40px;
	margin-top: 50px;
	text-align: center;
}
#obraz a{
	color: #DAA520;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}

