body{
	color:#545454;
	font:12px Verdana, Arial, Tahoma, sans-serif;
	margin:0;
	padding:0;
}

.boxheader{
	height:249px;
	width:752px;
	color:#545454;
	margin:0 auto;
	background:url('../img/bg_header.jpg') top center no-repeat white;
}

.boxbody{
	width:752px;
	text-align:justify;
	background:url('../img/bg_body.jpg') top left no-repeat #F3EDD9;
	margin:0 auto;
	overflow:auto;
	padding:40px 0 0;
}

.boxmain{
	width:460px;
	float:right;
	padding:0 30px 25px;
}

.boxmenu{
	width:195px;
	float:left;
	padding:0 15px 25px;
	color:#9D9786;
	font-size:12px;
	line-height:15px;
	border-right:1px solid #705F34;
}

.copyright{
	width:752px;
	font-size:10px;
	padding:15px 0;
	margin:0 auto;
	background:url('../img/bg_footer.gif') top center no-repeat;
	text-align:center;
}
.copyright a{
	color:#5c5b56;
	text-decoration:underline;
}

.copyright a:hover{
	text-decoration:none;
	background:#E3D5AF;
}

h1{
	color:#F53F07;
	font:bold 12px Verdana, Arial, Tahoma, sans-serif;
	padding-left:20px;
	text-align:left;
	background:url('../img/arr1.gif') center left no-repeat;
}
h2{
	font-weight:bold;
	font-size:16px;
	padding:0 0 5px 20px;
	margin:0;
	text-align:left;
	background:url('../img/arr1.gif') center left no-repeat;
	border-bottom:1px solid;
}

.boxmenu a,.boxmenu a:visited,.boxmenu a:link{
	color:#545454;
	text-decoration:underline;
}

.boxmenu a:hover{
	text-decoration:none;
	background:#E3D5AF;
}
.boxmenu p{
	padding:0 0 5px 10px;
}
.boxmain p{
	line-height:1.5em;
}

.boxmain a img{
	border:1px solid #FBF9EF;
	padding:2px;
}

div, form{ margin:0px; padding:0px; }

ul{
	list-style-image:url('img/arr2.gif');
	margin-top:0;
	margin-bottom:5px;
	line-height: 1.4em;
}
input, textarea{
  border:1px solid #D5AF85;
  padding:0 3px;

}
.button{
	padding:1px;
	border:1px solid gray;
	cursor:hand;
}

/* ---- Menu ---- */
ul.menu {
	margin:0 0 10px 0;
	padding:0;
	list-style-type:none;
	list-style-image:none;
	font-size:11px;
}

.menu li{
	padding:0 0 5px;
	margin:0;
}
.menu li a:link, .menu li a:visited{
	display:block;
	color:#545454;
	text-decoration:none;
	padding:0 0 0 10px;
	background:url('../img/arr2.gif') no-repeat top left transparent;
}
.menu li a:hover{
	color:red;
	background:url('../img/arr3.gif') no-repeat top left transparent;
	text-decoration:underline;

}

.kursy{
	border: 1px solid #E0D5B7;
	border-collapse:collapse;
	margin:0 auto;
}
.kursy thead th{
	border: 1px solid #E0D5B7;
	padding:2px 4px;
	color:#545454;
}
.kursy tbody th, .kursy tbody td{
	border: 1px solid #E0D5B7;
	padding:2px 4px;
	color:#6d6d6d;
	text-align:center;
}
.kursy .kursy_walut, .kursy .kursy_walut a{
	font-size:10px;
	color:#9D9786;
}


