html{
	overflow-y: scroll;
}
body{
	margin:0;
  	padding:10px;
	/* było #DFDFDF */
  	background-color: #333333;
  	color: #434657;
  	color: rgb(67, 70, 87);
  	font-family: "Verdana",LucidaGrande,"Lucida Sans",Geneva,Arial,Helvetica,sans-serif;
  	font-size: 12px;
  	line-height: 1.3em;
  	vertical-align: baseline;
  	letter-spacing: normal;
  	word-spacing: 0px;
  	font-weight: normal;
  	font-style: normal;
  	font-variant: normal;
  	text-transform: none;
  	text-decoration: none;
  	text-align: justify;
  	text-indent: 0px;
}
#maincontainer{
  	width: 850px;
  	margin: 0 auto;
  	background-color: #FFFFFF;
  	border: 1px solid #C0C0C0;
  	padding: 10px;
  	padding-top: 10px;
}
#topsection{
	height: 94px;
	background-image: url('img/bg.jpg');
	background-position: right;
	background-repeat: no-repeat;
}
#topsection2{
	height: 300px;
}
#contentwrapper{
	float: left;
	width: 100%;
}
#contentcolumn{
	margin-left: 320px;
	min-height: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#leftcolumn{
	float: left;
	width: 320px;
	margin-left: -850px;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
}
#footer{
	clear: left;
	width: 100%;
	background: #FFFFFF;
	color: #808080;
	text-align: center;
	padding: 10px 0 0 0;
}
a	{
  	color: #0067f0;
  	background-color: transparent;
  	text-decoration: none;
}
a:visited	{
  	color: #0067f0;
  	background-color: transparent;
  	font-style:normal;
}
a:hover	{
  	text-decoration: none;
  	color:#FF6805;
}
.otok{
	border: 1px solid #C0C0C0;
	background-color: #FFFFFF;
	padding: 10px;
}
.otok2{
	border: 1px solid #C0C0C0;
	background-color: #FFFFFF;
	padding: 10px;
	margin-top: 10px;
}
#n1	{
  	font-size: 14px;
  	font-style: normal;
  	letter-spacing: 0.05em;
  	border-left: 5px solid #FF6805;
  	padding: 5px;
  	font-weight: bold;
}
#n2	{
	font-size: 12px;
	font-style: normal;
	letter-spacing: 0.05em;
	border-left: 5px solid #FF6805;
	padding-left: 4px;
	font-weight: bold;
}

.curlycontainer{
	border: 1px solid #b8b8b8;
	margin-bottom: 1em;
	width: 100%;
	background-color: #FFF8DA;
}
.curlycontainer .innerdiv{
	background: transparent url(./img/brcorner.gif) bottom right no-repeat;
	position: relative;
	left: 2px;
	top: 2px;
	padding: 10px;
}



.curlycontainer2{
border: 1px solid #b8b8b8;
margin-bottom: 1em;
width: 194px;
}

.curlycontainer2 .innerdiv{
background: transparent url(img/brcorner.gif) bottom right no-repeat;
position: relative;
left: 2px;
top: 2px;
padding: 1px 4px 15px 5px;
}

/* obramowanie w formularzu wyszukiwania */
.obramowanie {
border: 1px solid #C0C0C0;
background-color: #f2f2f2;
}
.tabela td {border: 1px solid black;padding: 5px;}


