html, body {
	height:				100%;
	padding:			0;
	margin:				0;
	font-family:		verdana;
	font-size:			10px;
	color:				#222222;
}

a {
	color:				#222222;
	text-decoration:	none;
}

a:hover {
	color:				#660000;
	text-decoration:	underline;
}
input, select, .inputclass, .inputclass2 {
	color:				#000000;
	background-color:	#EDEDEB;
	font-family:		Verdana, Helvetica;
	font-size:			10px;
	border-width:		1px;
	border-style:		solid;
	border-color:		#000000;
}

#artykul img {
	border:				1px solid #000000;
	padding:			0px;
	margin:				5px;
}

#artykul {
	text-align:			justify;
	font-size:			11px;
}

#news {
	text-align:			justify;
	font-size:			11px;
}

#news img {
	padding:			2px;
	border:				0px;
}

#news a {
	text-decoration:	none;
	color:				#880000;
}

#news a:hover {
	text-decoration:	underline;
	color:				#660000;
}

.menuHeader {
	color:				#FFFFFF;
	font-weight:		bold;
	font-size:			10px;
	text-align:			center;
}

.menuItem {
	background-color:	#f4f4f4;
	font-weight:		bold;
	text-decoration:	none;
	cursor:				pointer;
}

/* .menuItem:hover {
	color:				#f4f4f4;
	background-color:	#C3C3C3;
	font-weight:		bold;
	text-decoration:	none;
	cursor:				pointer;
} */

.menuItemLink {
	padding-top:			2px;
	padding-bottom:			2px;
	padding-left:			6px;
}

.menuItemLink a {
	color:				#000000;
	text-decoration:	none;
}

.menuItemLink a:hover {
	color:				#999999;
	text-decoration:	none;
}


.moreLink {
	font-weight:		bold;
}
.newsTitle, .newsTitle a {
	font-weight:		bold;
	color:				#000000;
	text-decoration:	none;
	font-size:			11px;
}
.newsTitle a:hover {
	font-weight:		bold;
	color:				#880000;
	text-decoration:	underline;
	font-size:			11px;
}

.showMore {
	cursor:				pointer;
	font-weight:		bold;
	text-decoration:	none;
	color:				#880000;
}
.showMore a:hover {
	color:				#999999;
	text-decoration:	underline;
}

#pscroller{
	width:				500px;
	height:				12px;
	border:				0px solid #000000;
	padding:			0px;
	font-weight:		bold;
}

#pscroller a{
	text-decoration:	none;
}

.someclass{
	
}

#pscroller2{
	width:				121px;
	height:				100px;
	border:				0px solid #000000;
	font-weight:		bold;
	left:				33px;
}

#pscroller3{
	width:				121px;
	height:				31px;
	border:				0px solid #000000;
	font-weight:		bold;
	left:				33px;
}

.show_hide {
	display:			none;
}

.show_show {
	display:			block;
}

.spanWiecej, .show_up {
	padding:			0 0 0 20px;
	background:			url("../images/icons/rozwin.gif") no-repeat;
	cursor:				pointer;
}

.show_down {
	padding:			0 0 0 20px;
	background:			url("../images/icons/zwin.gif") no-repeat;
	cursor:				pointer;
}

input .noframe {
	border:			none;
	background-color:	none;
}

.autor {
	color:				#999999;
}

.autor a {
	color:				#999999;
	text-decoration:	none;
	font-weight:		bold;
}

.autor a:hover {
	color:				#880000;
	text-decoration:	underline;
	font-weight:		bold;
}

#commentsEdit {
    position:			absolute;
    width: 			400px;
    margin-left:		-200px;
    height:			200px;
    margin-height:		-100px;
    top: 			50%;
    left: 			50%;
    display:			none;
    text-align:			center;
    
    border: 1px solid #000000;
    background: #AAAAAA;
}

div.zakladka {
	display: none;
}