body {
	background-color: #444141; }
	
a {
	text-decoration: none;
	color: #f9f9f9;
	font-family: Arial; }
	
img {
	vertical-align: middle;
	border: 0; }
	
.activeMenu {
	background-color: #F68616;
	font-variant: small-caps;}
.activeMenuA {
	color: #000000; }

.normalMenu {
	background: none; }
.normalMenuA {
	color: #f7f7f7; }
	
/* KOMUNIKATY */
div.success {
	width: 98%; margin-top: 10px;
	border-top: 2px solid #36cc44; border-bottom: 2px solid #36cc44;
	padding-top: 4px; padding-bottom: 4px;
	background: #90f69b; color: #089915; font-weight: bold; }
	
div.error {
	width: 98%; margin-top: 10px;
	border-top: 2px solid #fc3318; border-bottom: 2px solid #fc3318;
	padding-top: 4px; padding-bottom: 4px;
	background: #f88071; color: #FFFFFF; font-weight: bold; }	
	
div.alert {
	width: 98%; margin-top: 10px; float: left;
	border-top: 2px solid #fc3318; border-bottom: 2px solid #fc3318;
	padding-top: 4px; padding-bottom: 4px;
	background-color: #f7922e; color: #FFFFFF; font-weight: bold; }
	
/* ZARZĄDZANIE STRONAMI */
div.edit_line {
	width: 98%; margin-top: 15px; }
	
div.edit_line_left {
	height: 20px;
	color: #f9f9f9; font-weight: bold; font-size: 12px;
	margin-top: 5px; margin-bottom: 5px;
	float: left; width: 15%; }
	
div.edit_line_right {
	height: 20px;
	margin-top: 5px; margin-bottom: 5px;
	float: right; width: 85%; }
	
input.edit {
	width: 99%; }
