@CHARSET "UTF-8";

body {
	font-family: 			georgia, verdana, helvetica, tahoma;
	font-size:				8pt;
	text-align:				center;
	color:					#000;
	background-color: 		#fff;
	background-image:	 	url('images/bg.gif');
	background-position:	top right;
	background-repeat:		no-repeat;
}

td {
	font-family: 			georgia, verdana, helvetica, tahoma;
	font-size:				8pt;
	text-align:				left;
	color:					#000;
}


.uwaga {
	font-size:				10pt;
	text-align: 			center;
	font-weight: 			bold;
	color: 					#a00;
}

#content {
	width:					750px;
	margin:					0px auto;
	text-align: 			justify;
}

#mainLogo {
	height:					50px;
}

#menu {
	padding:				2px 0px;
	width:					750px;
	height:					50px;
	margin:					0px auto;
	background-image: 		url('images/bg2.gif');
	background-repeat: 		repeat-x;
	border:					1px solid #D9C7A9;
	text-align:				center;

}

#menu ul {
	list-style-type: 		none;
	text-align:				left;
	margin:					0px 0px 5px 0px;
	padding:				0px;
	font-size:				8pt;
}

#menu ul li {
	display: 				inline;
	margin:					0px 10px;
}

a:link, a:visited {
	color:					#8B5415;
	text-decoration: 		none;
}

a:hover {
	color:					#c00;
	text-decoration:		underline;
}

#footer {
	position:				absolute;
	top:					630px;
	background-color: 		#D5E2F5;
	padding:				0px;
	width:					750px;
	border:					1px solid #999;
	text-align:				justify;
	margin-bottom:			20px;
}

#footer p {
	margin:					10px;
}

#kam1a {
	padding:				10px 55px;
	position:				absolute;
	top:					112px;
	z-index:				10;
	width:					640px;
	height:					480px;
}

#kam1b {
	padding:				10px 55px;
	position:				absolute;
	top:					112px;
	z-index:				20;
	width:					640px;
	height:					480px;
}

.floatRight {
	float:					right;
}
.floatCenter {
	float:					center;
}

.center {
	text-align: 			center;
}