body {
	margin			 	: 0;
	background-color	: #CCCCCC;
	font-family		 	: Arial, Helvetica, sans-serif;
	font-size		 	: 12px;
	color			 	: #333333;
}
form {
	margin: 0;
	padding: 0;
}
input, select, textarea {
	font-family			: Arial, Helvetica, sans-serif;
	font-size		 	: 12px;
	color			 	: #333333;
}

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

h2 {
	font-size		 	: 16px;
	font-weight			: bold;
	color				: #A6CE38;	
}
h3 {
	font-size		 	: 13px;
	font-weight			: bold;
	color				: #A6CE38;	
	
}

#menu_left a {
	display:block;
	padding: 2px 2px 2px 5px;	
	font-weight : bold; 
	font-size: 12px; 
    border-left: 3px solid #A6CE38;	 
	background-color: #5a6468;	
	color: #ffffff; 
	text-decoration: none;
	margin-bottom: 2px;
}
#menu_left a:hover, #menu_left a.active {
	border-left: 3px solid #FFFFFF;	 
	background-color: #A6CE38;
	color: #FFFFFF;
}

#menu_right {
	background-color: #A6CE38;
	
}
#menu_right a {
	display:block;
	padding: 2px 2px 2px 5px;	
	font-weight : bold; 
	font-size: 12px; 
    border-left: 3px solid #5a6468;	 
	background-color: #A6CE38;	
	color: #ffffff; 
	text-decoration: none;
	margin-bottom: 2px;
}
#menu_right a:hover, #menu_right a.active {
	border-left: 3px solid #DDDDDD;	 
	background-color: #5a6468;
	color: #FFFFFF;
}

.footer, .footer a {
	font-size: 10px;
	color:#FFFFFF;
}

.bold_kursywa {
	font-weight: bold;
	font-style:italic;
}
.bold_fonts {
	font-weight: bold; 
}

#white {
	color: #FFFFFF;
	padding: 7px;
	text-align:justify;
}
#white a.link {
	display: inline;
	border: 0px;
	background-color: #717171;
	padding: 1px;
	margin: 0;
	color: #FFFFFF;
	text-decoration:underline;
}
#white a.link:hover {
	text-decoration: none;
}
#white a.link2 {
	display: inline;
	border: 0px;
	background-color: #A6CE38;
	padding: 1px;
	margin: 0;
	color: #FFFFFF;
	text-decoration:underline;
}
#white a.link2:hover {
	text-decoration: none;
}
