body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	color: #000000;
	font-family: Arial;
	font-size: 10pt;
	text-align: center;
}

h1 {
	font-family: Arial;
	font-size: 14pt;
	color: #6dc911;
	margin-top: 0px;
}
h2 {
	font-family: Arial;
	font-size: 12pt;
	color: #007100;
	margin-top: 0px;
}

p {
	font-family: Arial;
	font-size: 10pt;
	text-align: justify;
	color: #000000;
}

p.form {
	padding: 0px;
	margin: 0px 0px 2px 0px;

}

fieldset {
	padding: 5px;
	border: 1px solid #242424;
}

a.menu {
	font-family: Arial;
	font-size: 14px;
	color: #696969;
	text-decoration: none;
	font-weight: bold;
	margin: 0px 7px;
}

a.menu:hover {
	font-family: Arial;
	font-size: 14px;
	color: #db0f0f;
	text-decoration: none;
	font-weight: bold;
	
}
img {
	border: 0px;
}

input, textarea {
	background-color: #ffffff;
	border: solid #d0e6fb 1px;
}
/* *************************************************************************************** */
div#site_all {
	width: 745px;
	margin: 10px auto;
	border: 0px;
}
  /*Kod dla IE 5*/
 * html * div#site_all {
 	width: 745px; 
	w\idth: 745px; 
 }
 
div#header {
	height: 104px;
	background: url(img/header.jpg) no-repeat;
}

div#center {
	width: 745px;
	background: url(img/bg.gif) repeat-y;
}

div#menu {
	height: 25px;
	background: url(img/belka.gif) no-repeat;
	text-align: left;
	padding-left: 13px;
	position: relative;
}

div#col_left {
	float: left;
	width: 499px;
	min-height: 400px; 
	text-align: left;
	padding: 15px 13px 0px 13px;
}
  /*Kod dla IE*/
 * html * div#col_left {
 	width: 525px;
	w\idth: 499px; 
	height: 400px;
}

div#col_right {
	float: left;
	width: 220px;
	text-align: left;
	padding: 15px 0px 0px 0px; 
}

 	/*Kod dla IE*/
 * html * div#col_right {
 	width: 220px; 
	w\idth: 220px;
}

div#footer {
	clear: both;
	height: 37px;
	background: url(img/footer.gif) no-repeat;
	text-align: left;
}
#lang-menu {
	height: 13px;
	width: 82px;
	position: absolute;
	right: 240px;
	top: 1px;
}
.ogloszenie {
	border-bottom: 1px solid #b6d5f1;
	margin-bottom: 10px;
	padding-bottom: 15px;
}