body {
	background-color:#e5ecf6;
}
.actualdate {
	font-size:10px;
	text-align: right;
	width:70px;
}
.actualspacer{
	background-color:#C6E2FF;
	height:1px;
}
dt.dt1 {
	background-image:url(images/menu.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	color:#FFF;
	cursor:pointer;
	border-bottom:solid;
	border-bottom-color:#FFF;
	border-bottom-width:1px;
}
dt.dt2 {
	cursor:pointer;
	border-bottom:solid;
	border-bottom-color:#FFF;
	border-bottom-width:1px;
	background-image:url(images/menu2.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
.poz {
	position:relative; 
	display:inline; 
	float:left; 
	clear:both; 
	width:100%;
	border-bottom:solid;
	border-bottom-color:#FFF;
	border-bottom-width:1px;
	background-image:url(images/menu3.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
.poz2 {
	position:relative; 
	display:inline; 
	float:left; 
	clear:both; 
	width:100%;
	border-bottom:solid;
	border-bottom-color:#FFF;
	border-bottom-width:1px;
	background-image:url(images/menu4.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
a.amenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #546ea6;
	text-decoration:none;
}
a.amenu:hover {
text-decoration: underline;
}

a.bmenu {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #f9930b;
	text-decoration:underline;
}
a.bmenu:hover {
text-decoration: none;
}

a.cmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration:none;
}
a.cmenu:hover {
text-decoration: underline;
}
a.dmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #F60;
	text-decoration:none;
}
a.dmenu:hover {
text-decoration: underline;
}
/* SPRAWDZ */

button.check, .buttons a.check{
    color:#ffffff;
	background-color:#f9930b;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left:3px;
	width: 100px;

}
.buttons a.check:hover, button.check:hover{
	background-color:#f9930b;
    border: none;
    color:#ffffff;
}
.buttons a.check:active{
    border: none;
    color:#fff;
	background-color:#f9930b;
}
/* BUTTONS */

.buttons a, .buttons button{
    display:block;
    float:right;
    margin:0 0 0 0;
	background-color:#f9930b;
    border: none;

    font-family: Tahoma, Arial, Verdana, sans-serif;
    font-size:11px;
    text-decoration:none;
    font-weight:bold;
    color:#ffffff;
    cursor:pointer;
    padding:0px 0px 0px 0px; /* Links */
}

.buttons button{
	width:auto;
	overflow:visible; /* IE6 */
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	background-color:#f9930b;
}
.buttons button[type]{
	line-height:17px; /* Safari */
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	background-color:#f9930b;
}
*:first-child+html button[type]{
	background-color:#f9930b;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px; 
    margin:0 0 0 0;	
}
.buttons button img, .buttons a img{
    margin:0 0px 0px 0 !important;
    padding:0;
    border:none;
	background-color:#f9930b;
}