@charset "utf-8";

html, body {
	width: 100%;
	height: 100%;
	min-height: 100%;
	padding: 0;
	margin: 0;
}
*:focus {
	outline: none;
}
body {
	background: #517186;
	color: #DDD;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
a {
	color: #ddd;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}
a img {
	border: 0 none;
	text-decoration: none;
	display: block;
	float: left;
}
.tytul {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #f2f2f2;
}
#main {
	height: 100%;
	min-height: 100%;
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0;
}
#top {
	margin-bottom: 10px;
	height: 200px;
	background: url(top.jpg) no-repeat;
	clear: both;
}
#dane {
	top: 140px;
	left: 35px;
	position: relative;
	width: 200px;
	font-weight: bold;
	font-size: 13px;
	color: #FFFFFF;
}
#content {
	width: 1000px;
}
#contop {
	background:url(gfx/con-top.png) no-repeat center bottom;
	height: 12px;
}
#coninside {
	background:url(gfx/con-inside.png) repeat-y center;
	overflow: hidden;
}
#conbottom {
	background:url(gfx/con-bottom.png) no-repeat top;
	height: 12px;
	padding-bottom: 10px;
}
#menubox {
	width: 300px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}
#menutop {
	width: 300px;
	background: url(gfx/menu-top.png);
	height: 12px;
}
#menucontent {
	padding: 5px;
	background: url(gfx/menu-inside.png) repeat-y;
}
#menubottom {
	width: 300px;
	background: url(gfx/menu-bottom.png);
	height: 12px;
}
#menucontent ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#menucontent ul li {
	padding: 0 5px;
	margin: 4px 0;
}
#menucontent ul li a {
	background:url(gfx/menuitem.png);
	font-size: 10px;
	font-weight: bold;
	padding: 5px 10px;
	display: block;
}
#menucontent ul li a:hover {
	background:url(gfx/menuitemover.png);
	text-decoration: none;
	color: #333;
	padding-left: 20px;
}
#tresc {
	width: 660px;
	float: left;
}
