body {
	background: #eeeeee url(../img/background.gif) top center no-repeat;
	font: 0.8em/18px Arial, Helvetica, sans-serif;
	color: #464646;
}

em {
	font-style: italic;
}

a, a:visited {
	color: #139EA7;
	text-decoration: none;
}

a:hover {
	color: #A3DAE4;
	text-decoration: none;
}

.clear {
	clear: both;
}

#container {
	margin: 0 auto;
	width: 872px;
	background: transparent;
}

#header {
	height: 184px;
	width: 872px;
	background: url(../img/background-logo.gif) top center repeat-y;
}

#logo {
	height: 147px;
	width: 872px;
}

#logo a {
	border: none;
	text-decoration: none;
}

#logo img {
	padding: 40px 0px 0px 64px;
}

#menu-box {
	width: 872px;
	height: 37px;
	text-align: right;
}

#menu-box a {
	border: none;
	text-decoration: none;
}

#menu ul
{
	white-space: nowrap;
	margin: 0;
	padding: 0;
}

#menu li
{
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#shadow-top {
	background: url(../img/shadow-top.gif) top center no-repeat;
	width: 872px;
	height: 53px;
	margin-top: 30px;
}

#shadow-middle {
	background: url(../img/shadow-middle.gif) top center repeat-y;
	width: 872px;
}

#content {
	width: 820px;
	margin: 0px auto;
	padding: 0 20px 0 20px;
}

.title {
	color: #a3bf58;
	font-size: 130%;
	padding: 3px 30px 3px 30px;
}

.title2 {
	color: #53B8BF;
	font-size: 120%;
	padding: 3px 20px 3px 20px;
	line-height: 20px;
}

.link-top {
	line-height: 25px;
}

.content-body-border {
	padding: 20px 50px 20px 50px;
}

.content-body-border ul {
	margin: 10px 0 0 0;
}

.content-body-border li {
	list-style: circle;
	margin: 0 0 0 40px;
	padding: 1px;
}

.content-body-border p {
	text-align: justify;
}

.content2 {
	padding: 0px 10px 0px 50px;
}

.content2 p {
	padding: 10px;
}

.buttons a, .buttons button {
    display: block;
    float: left;
    margin: 0 7px 0 0;
    background-color: #EDF6F7;
    border: 1px solid #dedede;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size: 100%;
    line-height: 130%;
    text-decoration: none;
    font-weight: normal;
    color: #565656;
    cursor: pointer;
    padding: 5px 10px 6px 7px;
}

.buttons button {
    width: auto;
    overflow: visible;
    padding: 4px 10px 3px 7px;
}

.buttons button[type]{
    padding: 5px 10px 5px 7px;
    line-height: 17px;
}
*:first-child+html button[type]{
    padding: 4px 10px 3px 7px;
}
.buttons button img, .buttons a img {
    margin:  0 3px -3px 0 !important;
    padding: 0;
    border: none;
    width: 16px;
    height: 16px;
}

button:hover, .buttons a:hover {
    background-color: #dff4ff;
    border: 1px solid #c2e1ef;
    color: #336699;
}
.buttons a:active {
    background-color: #6299c5;
    border: 1px solid #6299c5;
    color: #fff;
}


.wynik {
	border: 1px solid #f8fcfd;
	width: 530px;
	height: 150px;
	padding: 10px;
	background: #ffffff;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	text-align: justify;
	overflow-x: hidden;
	overflow-y: hidden;
}

.box-table-a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	width: 600px;
	text-align: left;
	border-collapse: collapse;
	margin: 20px;
}

.box-table-a th {
	font-size: 13px;
	font-weight: normal;
	border-top: 4px solid #e8f3f4;
	background: #edf6f7;
	padding: 3px;
	text-align: center;
}

.box-table-a td {
	background: #f8fcfd;
	border-bottom: 1px solid #fff;
	border-top: 1px solid transparent;
	padding: 8px;
}
	
.box-table-a tr:hover td {
	background: #edf6f7;
	color: #000000;
}

#result {
	padding-top: 10px;
}

#shadow-bottom {
	background: url(../img/shadow-bottom.gif) top center no-repeat;
	width: 872px;
	height: 53px;
	margin-bottom: 30px;
}

#footer {
	background: #ffffff url(../img/background-footer.jpg) top center repeat-x;
	height: 130px;
}

#footer-spacer {
	height: 50px;
}

#footer-body, #footer-body a, #footer-body a:visited {
	width: 850px;
	margin: 0 auto;
	color: #bfbfbf;
	font-size: 12px;
	text-align: center;
}

#footer-body a:hover {
	text-decoration: none;
}