html, body {
	margin				: 0;
	background-image	: url(img/bg.jpg);
	background-repeat	: repeat-x;
	overflow:auto;
}
* {
	cursor: url(img/kursor_lapka.cur), default;
}

.content {
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 12px;
	line-height : 18px;
	color		: #070700;
}
#divRelative { position:relative; }

form { margin:0; padding:0; }
.input_ksiega {
	background-color	: #FAA61C;
	border				: 1px solid #C58418;
}
.ksiega_linia {
	background-color: #C58418;
}	
.ksiega_data {
	color		: #A0A0A4;
	text-align	: right;
	font-size	: 11px;
}

a {
	font-weight	: bold;
	color		: #842F87;
	text-decoration : none;
}
a:hover {
	text-decoration:underline;
}
a.link {
	font-size	: 12px;
	font-weight	: bold;
	color		: #896653;
	text-decoration : none;
}
a.active {
	font-size	: 12px;
	font-weight	: bold;
	color		: #A0B033;
	text-decoration : none;
}
a.link:hover, a.active:hover {
	text-decoration : underline;
}
.data { 
	font-size:11px;
	font-weight:bold;
}

