/*@ czcionka globalnie */
* {
	font-family: Arial;
	font-size: 12px;
}

h2 {
	font-size: 18px;
	font-family: 'Times New Roman';
	color: #000;
	border-bottom: 1px;
}

/*@ nag��wek */
#header {
	height: auto;
	background: #fff;
	position: static;
	border-bottom: 1px #555 solid;
	margin: 0 0 10px 0;
}

#herb {
	display: none;
}

#container {
	position: absolute;
	width: 640px;
	left: 50%;
	margin-left: -320px;
top: 0;
}

/*@ logotyp */
#header h1 {
	
	position: static;
	overflow: visible;

}

/*@ logotyp czcionka 1*/
#header h1, #header h1 * {
	font-family:'Times New Roman';
	color: #000;
	font-size: 26px;
	font-weight: normal;
	text-decoration: none;
	line-height: 26px;
	background: #fff;
}

/*@ logotyp czcionka 2 */
#header h1 span {
	font-size: 18px;
	line-height: 18px;
}

/*@ wyszukiwarka*/
#search {
	display: none;
}

/*@ login */
#login {
	display: none;
}


/*@ sitemap */
#sitemap {
	display: none;
}


/*@ lokacja */
#navibar {
	padding: 0 0 8px 0;
}

/*@ lokacja - czcionka*/
#navibar, #navibar * {
	color: #92A3B8;
	text-decoration: none;
	font-size: 10px;
	font-family: Verdana;
}

/*@ lokacja - aktywny*/
#navibar a:hover {
	color: #678;
}

/*@ menu */
#menu {
	display: none;
}

/*@ main*/
#main {
 float: none;
 width: auto;
 margin: 0;
 padding: 0;
}

/*@ home */
#home {
}

/*@ wydarzenia */
#events {
}

/*@ wydarzenia - nag��wek*/
#events h2 {
}

/*@ wydarzenia - odst�py*/
#events img {

}

/*@ home - newsy */
#news {

	
}

/*@ home - newsy - nag��wek*/
#news h2 {
}

/*@ home - newsy lista */
#newslist {
}



/*@ linki dolne*/
#links {
	display: none;
}

/*@ stopka*/
#footer {
	margin: 15px 0 0 0;
	padding: 10px 15px;
	background: #fff;	
	clear: both;
  borter-top: 1px;
}

/*@ stopka - tekst*/
#footer * {
}

/*@ stopka - link*/
#footer a {

}

/*@ stopka - powered by*/
#footer #powered {
	display: none;
}


/*@ obszar tre�ci*/
#content {
	padding: 0 0px 20px 0px;
	margin: 0;
	min-height: 450px; height: auto !important; height: 450px;
	position: static;
 
}

/*@ tytu� podstrony */
#content h2 {
	padding: 0 0 5px 0;
	margin: 0 0 7px 0;
	color: #0C0C6D;
	font-family: 'Times New Roman';
	font-weight: normal;
	font-size: 21px;
	background: url(../img/dots.gif) bottom repeat-x;
}
hr {
	display: none;
}


#langs {
	display: none;
}


#linkprint {
	display: none;
}