body {
background-color:white;
color:#333333;
font-family:verdana,arial,helvetica,sans-serif;
font-size:11px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
margin:10px auto;
padding:0px;
width:860px;
}
h1 {
color:#9BA59C ;
font-size:24px;
font-weight:900;
padding:0px;
}
h2 {
font-family:verdana,arial,helvetica,sans-serif;
font-size:12px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:14px;
margin:0px 0px 5px;
padding:0px;
}
hr {
color:green ;
background-color: green;
border: 0 none;
height: 1px;
}
.hrbottom {
color:green ;
background-color: green;
border: 0 none;
height: 2px;
}
p {
font-family:verdana,arial,helvetica,sans-serif;
font-size:11px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
margin:0px 0px 16px;
padding:0px;
}

select, input, input[type='file'] {
	border-color: #7e9db9;
	border-width: 1px;
	border-style: solid;
}

.Content > p {
margin:0px;
}
.Content > p + p {
text-indent:30px;
}


a {
color:#1A58BF;
font-family:verdana,arial,helvetica,sans-serif;
font-size:11px;
text-decoration:none;
}
a:link {
color:#0099CC;
}
a:visited {
color:#0077AA;
}
a:hover {
color: #CB0E45;
text-decoration: underline;
}

#loginbox_welcome {
	color: green;
	font-weight: bold;
}
#loginbox_username {
	color: red;
}

.greylabel {
	color: #aaaaaa;
}

#header {
background-color:white;
border:1px solid black;
margin:0px 0px 10px 0px;
min-width:120px;
padding:10px;
width:auto;
z-index:3;
}
#content {
background-color:white;
border:1px solid black;
margin:0px 165px 20px 165px;
min-width:120px;
padding:10px;
width:auto;
z-index:3;
min-height: 860px;
}
#footer {
background-color:white;
border:1px solid black;
margin:0px 0px 0px 0px;
min-width:120px;
padding:10px;
width:auto;
z-index:3;
}
#leftcol {
background-color:#EEEEEE;
border:1px dashed black;
left:0px;
padding:0px;
top:0px;
voice-family:inherit;
width:160px;
z-index:2;
float: left;
}
body > #navAlpha {
width:128px;
}
#rightcol {
background-color:#EEEEEE;
border:1px dashed black;
padding:0px;
position:relative;
right:0px;
top:0px;
voice-family:inherit;
width:160px;
z-index:1;
float:right;
text-align: center;
}
body > #navBeta {
width:168px;
}
#main{
width:100%;
}




#adminmenu {
	background: #83B4D8;
	border-top: 3px solid #448abd;
	margin: 0;
	padding: .2em .2em .3em 2em;
}

#adminmenu .current, #submenu .current {
	font-weight: bold;
	text-decoration: none;
}

#adminmenu a {
	color: #000;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 3px 5px;
	border-bottom: none;
}

#adminmenu a:hover, #adminmenu a.current {
	background: #ddeaf4;
	color: #333;
}

#adminmenu li, #submenu li {
	display: inline-table;
	line-height: 200%;
	list-style: none;
	text-align: center;
	white-space: nowrap;
}

#adminmenu a.current {
	background: #0d324f;
	border-right: 2px solid #4f96c8;
	border-top: 1px solid #96c0de;
	color: #fff;
	padding-bottom: 8px;
}

#submenu, #minisub {
	background: #0d324f;
	border-bottom: none;
	margin: 0;
	padding: 3px 2em 0 3em;
}

#minisub {
	height: 6px;
}

#submenu .current {
	background: #f9fcfe;
	border-top: 1px solid #045290;
	border-right: 2px solid #045290;
	color: #000;
}

#submenu a {
	border: none;
	color: #fff;
	font-size: 12px;
	padding: .3em .4em .4em;
}

#submenu a:hover {
	background: #ddeaf4;
	color: #393939;
}

#submenu li {
	line-height: 180%;
	height: 25px;
}


#peertitle a {
	color: gold;
	text-decoration: none;
	font-weight: bolder;
}

#peertitle a:hover, #peertitle a.current {
	color: #FFFFFF;
}

.peertitle
{
	background-color: #3C6739; 
	text-align: left; 
	color: #FFFFFF; 
	margin-bottom: 5px; 
	padding-top: 5px; 
	height: 20px;
	padding-left: 5px;
	padding-right: 5px;
}

.smalladd_biggerpict
{
	position: absolute;
	display: none;
	border: 1px;
	border-style: dashed;
	border-color: #000000;
	z-index: 1;
}
.pa_biggerpict
{
	position: absolute;
	display: none;
	border: 1px;
	border-style: dashed;
	border-color: #000000;
	z-index: 1;
}
.dragme { cursor: move }
.save-err
{
  margin-bottom: 10px;
  border: 1px solid #f33;
  background-color: #ffc;
  padding-top: 5px;
}
.save-ok
{
  margin-bottom: 10px;
  border: 1px solid #73B65A;
  padding-top: 5px;
}
.asktitle
{
  width: 300px;
}
.asktext
{
  width: 300px;
  height: 100px;
}

#username, #password
{
	width: 90%;
}

#facebookcode
{
	border-top: 1px solid green;
	padding-top: 2px;
	margin-bottom:5px;
	margin-left:5px;
	margin-right:5px;
	margin-top:15px;
}


#onlinetransaltor
{
	border-top: 1px solid green;
	padding-top: 2px;
	margin-bottom:5px;
	margin-left:1px;
	margin-right:5px;
	margin-top:15px;
}
#onlinetransaltor_title
{
	font-weight: bold;
}
#newsletter
{
	border-top: 1px solid green;
	padding-top: 2px;
	margin-bottom:5px;
	margin-left:10px;
	margin-right:5px;
	margin-top:15px;
}
#newsletter_title
{
	font-weight: bold;
}
#nbp
{
	margin-bottom:5px;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
}
#pp
{
	margin-bottom:5px;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;

}
#ppheader
{
	font-weight: bold;
	color: red;
}
#counters
{
	border-top: 1px solid green;
	padding-top: 2px;
	margin-bottom:5px;
	margin-left:10px;
	margin-right:5px;
	margin-top:15px;
	text-align: left;
}

#gielda
{
	border-top: 1px solid green;
	padding-top: 2px;
	margin-bottom:5px;
	margin-left:5px;
	margin-right:5px;
	margin-top:15px;
	text-align: left;
}
#gielda_title
{
	font-weight: bold;	
}

#reklamaA3L
{
	border-top: 1px solid green;
	padding-top: 2px;
	margin-bottom:5px;
	margin-left:5px;
	margin-right:5px;
	margin-top:15px;
	text-align: left;
	cursor: pointer;
	cursor: hand;
}

#reklamaA3R
{
	border-top: 1px solid green;
	padding-top: 2px;
	margin-bottom:5px;
	margin-left:5px;
	margin-right:5px;
	margin-top:15px;
	text-align: left;
	cursor: pointer;
	cursor: hand;
}

#reklamaA2
{
	cursor: pointer;
	cursor: hand;
	text-align: center;
}

#reklamaA2title
{
	text-align: center;
	margin-bottom: 2px;
}

#reklamaA1
{
	cursor: pointer;
	cursor: hand;
	margin-left: 2px;
	
}




#frontmenu {
	background: #ffffff;
	margin: 0;
	padding: .2em .2em .3em 2em;
}

#frontmenu .current, #submenu .current {
	font-weight: bold;
	text-decoration: none;
}

#frontmenu a {
	color: #000;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 3px 5px;
	border-bottom: none;
}

#frontmenu a:hover, #frontmenu a.current {
	background: #000000;
	color: #99ff66;
	text-decoration: none;
}


#frontmenu a.current {
	background: #000000;
	color: #99ff66;
}


#belka {
	background: #AAAAAA;
	margin: 0;
	padding-top: 4px;
	height: 20px;
	font-size: 14px;
	color: #FFFFFF;
}

#belka .current, #submenu .current {
	font-weight: bold;
	text-decoration: none;
}

#belka a {
	color: #05FEDE;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 3px 5px;
	border-bottom: none;
}

#belka a:hover, #belka a.current {
	color: #FFFFFF;
	text-decoration: none;
}


#belka a.current {
	color: #05FEDE;
}

#recycling
{
	position: relative;
	bottom: 0px;
	width: 96%;
	border-top: 1px solid green;
	margin-bottom:5px;
	margin-left:3px;
	margin-top:15px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
}

#addsgallery
{
	position: relative;
	bottom: 0px;
	width: 96%;
	border-top: 1px solid green;
	margin-bottom:5px;
	margin-left:3px;
	margin-top:15px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
}

#ksiazki-poligrafia
{
	position: relative;
	bottom: 0px;
	width: 96%;
	border-top: 1px solid green;
	margin-bottom:5px;
	margin-left:3px;
	margin-top:15px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
}

#iso
{
	margin-bottom:5px;
	margin-left:3px;
	margin-right:5px;
	margin-top:15px;
	border-top: 1px solid green;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
}


#ccdet
{
	position: absolute; 
	display: none; 
	margin-top: 3px;
	margin-left: 5px;
	background-color: #ffffff;
	z-index: 2;
	text-align: left;
}
 
#ccdet a:hover, #ccdet a.current {
	background: #000000;
	color: #99ff66;
	text-decoration: none;
}

.ccdetpoz
{
	background-color: yellow;
	padding-top: 4px;
	padding-bottom: 2px;
	margin-top: 0px;
	border-top: 2px solid white;
} 

#marqueecontainer{
	padding-top: 2px;
	text-align: left;
	cursor: pointer;
	cursor: hand;
	
	position: relative;
	width: 150px; /*marquee width */
	height: 200px; /*marquee height */
	background-color: #eeeeee;
	overflow: hidden;
}






#wrapp {
width: 100%;
text-align: left;
font: normal 1em Arial;
margin: 0 auto;
padding: 0;
color: black;
}
#wrapp h1 {font: bold 1.1em Arial; margin: 1.2em 0 0.5em 0; padding: 0;}
.gnb {
width: 100%; 
margin: 20px 0 3px 0; 
background: #f0f1f1 url(gnb_bg.gif) left top repeat-x 
}
.gnb h3{
font: normal 9px/14px Arial;
text-align: right;
margin: 0 10px 0 0; 
padding: 0
}
#wrapp p{font: normal 0.9em Arial; margin: 1em 0; padding: 0;}
#wrapp h2 {font: bold 1em Arial;}

code {
width:93%;	
font: normal 11px 'Courier New', Courier, Fixed;
color: #000;
display: block;
padding: 1em;
margin: 1em 0;
background-color: #eee;
border: 1px solid #d3d3d6;
border-left-width: 5px;
white-space: pre;
overflow-x: auto;
}
/* liScroll style declarations */

.tickercontainer { /* the outer div with the black border */
background: #eee; 
width: 100%; 
height: 27px; 
margin: 0; 
padding: 0
overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 0px;
top: 8px;
width: 100%;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 100%;
font: bold 10px Verdana;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
background: #eee;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #0099CC;
font: bold 10px Verdana;
margin: 0 50px 0 0;
} 
ul.newsticker span {
margin: 0 10px 0 0;
} 

.potwnag
{
	width: 40%;
	color: red;
}

/*t�o dymka i tekst*/
.fontClass {font-family: Arial; font-size: 14px; font-weight: bold; color: #FFFFFF; background-color: #000000;}

.fgClass {background-color: #000000;}
/*ramka*/
.bgClass {background-color: #000000;}

