@charset "utf-8";
body {
 margin:			0 auto;
 margin-top:		20px;
 padding:			0;
 border:			0;			/* This removes the border around the viewport in old versions of IE */
 width:				626px;
 background:		#FFFFFF;
 font-family:		Verdana, Arial, Helvetica, sans-serif;
 font-size:			10px;
 text-align:		left;
 color:				#999999;
}

b {
 color: #999999;
 font-size:	1em;
}

a {
 outline:			none;
 color:				#999999;
 font-weight:		bold;
 text-decoration:	none;
}

a:hover, a.selected {
 color:				#333333;
 text-decoration:	none;
}

.active {
 color: #333333;
}

img {
border: none;
}

/* MENU_GORNE */
#menu {
	position: relative;
	margin: 0 auto;
	text-align: left;
}

#menuA {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menuB {
	text-align: right;
	position: absolute;
	right: 0px;
	top: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#menuA li {
	margin: 0;
	padding: 0;
}

#menuB li {
	display: inline;
	margin: 0;
	padding: 0 0 0 45px;
}

#menuA a, #menuB a {
	text-transform:	uppercase;
	background: none;
	text-decoration: none;
}
/* koniec MENU_GORNE */

/* COLUMN CONTAINER */
.colmask {
 position:			relative;
 clear:				both;
 width:				100%;
 overflow:			hidden;
}
/* koniec COLUMN CONTAINER */

/* start SLIDER */
.sliderwrapper{
margin: 0 auto;
margin-top: 10px;
overflow: hidden; /*leave as is*/
width: 626px; /*width of featured content slider*/
height: 550px;
}

.sliderwrapper .contentdiv{
margin: 0 auto;
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 626px; /*width of content DIVs within slider. Total width should equal slider's inner width (500+0+0=500) */
height: 100%;
padding: 0;
text-align: justify;
line-height: 1.3em;
}

.podpis{
font-weight: normal;
text-transform:	normal;
text-align: left;
padding-top: 505px
}

.pagination{
width: 626px;
padding:	1em 0 0 0;
text-align: center;
}

.pagination a{
font-weight: normal;
font-size: 1em;
padding: 0 1em 0 0;
text-decoration: none; 
}
/* koniec SLIDER */

/* FOOTER */
#footer {
 color:				#cccccc;
 border-top:		1px solid #cccccc;
 margin:			2em 0 5px 0;
 padding:			3px 0 0 0;
 text-align:		left;
}
/* koniec FOOTER */