/* Basic */

*
{
	margin: 0em;
	padding: 0em;
}

h1,h2
{
}

body
{

	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #666;
	background-color: #fff;
}

a
{
	color: #0077dd;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

/* zewnetrz */

#zewnetrz
{
	padding: 0em;
	margin: 0em;
	width: 100%;
}

/* gora */

#gora
{
	position: relative;
	background: #FFFFFF url(images/bg.png) repeat-x;
	height: 16em;
	padding-left: 2em;
	margin: 0px; padding:0px;
	text-align:center;

}

#gora h1
{
	position: absolute;
	top: 2.5em;
	font-size: 2.2em;
	letter-spacing: -0.05em;
}

#gora h1 a
{
	color: #fff;
	text-decoration: none;
}

#gora h2
{
	position: absolute;
	font-size: 0.8em;
	top: 8em;
	color: #E0E8EF;
}

/* Menu */

#menu {
	position: absolute;
	top: 0.1em;
	right: 3em;
	
}


#menu { padding: 0 0 8px; margin: 0 0 25px; height: 20px;  }

#menu li { display: inline; }

#menu li a { float: left; width: 86px; text-align: center; margin: 0 2px 0 0; font-weight: bold; font-size: .8em; padding: 16px 0 21px; color: #ccc; }

#menu li a:hover, #menu li a.current { color: #AF1515; background: url(images/menu.gif) no-repeat center bottom; }




#zawartosc
{
	line-height: 1.5em;
}


#zawartosc p
{
	margin-bottom: 1.5em;
}

#zawartosc h2,h3,h4,h5,h6
{
	color: #545454;
	margin-bottom: 1em;
	border-bottom: dashed 1px #dfdfdf;
	padding-bottom: 0.3em;
}

#zawartosc h2
{
	font-size: 1.5em;
}

#zawartosc h3
{
	font-size: 1.1em;
}

#zawartosc ul
{
	margin-bottom: 1.5em;
	padding-left: 0.5em;
	list-style: square;
}

#zawartosc blockquote
{
	margin-bottom: 1.5em;
	padding: 0.75em 0.75em 0.75em 1.5em;
	border-left: solid 0.75em #C92614;
	background: #FDFDFD url('images/a7.gif') top left repeat-x;
}

#zawartosc blockquote p
{
	margin-bottom: 0em;
}

#zawartosc table
{
	margin-bottom: 1.5em;
	border-collapse: collapse;
	text-align: left;
}

#zawartosc table th
{
	font-weight: bold;
	padding: 0.5em;
}

#zawartosc table td
{
	padding: 0.5em;
	border-right: solid 1px #fff;
}

#zawartosc table tr.rowH
{
	color: #fff;
	background: #006192 url('images/a8.gif') top left repeat-x;
	border-right: solid 1px #fff;
}

#zawartosc table tr.rowA
{
	background: #F8F8F8 url('images/a6.gif') top left repeat-x;
	border-top: solid 1px #fff;
	color: inherit;
}

#zawartosc table tr.rowB
{
	background: #FDFDFD url('images/a7.gif') top left repeat-x;
	border-top: solid 1px #fff;
	color: inherit;
}

/* Primary zawartosc */

#primaryzawartoscContainer
{
	background-color: #fff;
	float: right;
	margin: 0em -19em 0em -19em;
	width: 100%;
}

#primaryzawartosc
{
	margin: 1.5em 19em 0em 17.25em;
	padding: 1.5em 3em 1.5em 3em;
}

/* Secondary zawartosc */

#secondaryzawartosc
{
	position: relative;
	float: left;
	width: 13.5em;
	padding: 3em 2em 1.5em 2em;
	background: #fff url('images/a1.gif') top right repeat-y;
}

#secondaryzawartosc .xbg
{
	position: absolute;
	right: 0em;
	bottom: -64px;
	background: #fff url('images/a3.gif') top right no-repeat;
	height: 64px;
	width: 128px;
}

#secondaryzawartosc .xbg1
{
	position: absolute;
	right: 0em;
	top: 0px;
	background: #fff url('images/g2.gif') top right no-repeat;
	height: 64px;
	width: 20px;
}

/* Tertiary zawartosc */

#tertiaryzawartosc
{
	position: relative;
	float: right;
	width: 15em;
	padding: 3em 2em 1.5em 2em;
	background: #fff url('images/a2.gif') top left repeat-y;
}

#tertiaryzawartosc .xbg
{
	position: absolute;
	left: 0em;
	bottom: -64px;
	background: #fff url('images/a4.gif') top left no-repeat;
	height: 64px;
	width: 128px;
}

#tertiaryzawartosc .xbg1
{
	position: absolute;
	left: 0em;
	top: 0px;
	background: #fff url('images/g1.gif') top left no-repeat;
	height: 64px;
	width: 20px;
}

/* dol */

#dol
{
	position: relative;
	z-index: 1;
	border-top: dashed 1px #dfdfdf;
	padding: 1em 0em 2em 0em;
	margin: 1em 2em 0em 2em;
	text-align: center;
}

.clear
{
	clear: both;
}
















#procN {
height:56px;
color:#E0E0E0;
background:#FFF;
width:100%;

position: absolute;
	top: 5px;
	
padding: 0 0 8px; margin: 0 0 25px; height: 20px;
}

#navN {
position:relative;
height:32px;
font-size:12px;
text-transform:uppercase;
font-weight:bold;
background:#fff url(images/pro_bg.gif) repeat-x bottom left;
padding:0 0 0 20px;
border-bottom: 8px solid #C92614;
}

#navN ul{
margin:0;
padding:0;
list-style-type:none;
width:auto;
float:right;
}

#navN ul li {
display:block;
float:left;
margin:0 1px;
padding:0 5px 0px 20px;
}

#navN ul li a {
display:block;
float:left;
color:#EAF3F8;
text-decoration:none;
padding:0 0 0 20px;
height:32px;
}

#navN ul li a span {
padding:12px 20px 0 0;
height:21px;
float:left;
font-weight: normal;
font-family: "Myriad Pro", Helvetica, Arial, Verdana, sans-serif;
}

#navN ul li a:hover {
color:#fff;
background:transparent url(images/pro_bg-OVER.gif) repeat-x bottom left;
}

#navN ul li a:hover span {
display:block;
width:auto;
cursor:pointer;
}

#navN ul li a.current,#pronav ul li a.current:hover {
color:#fff;
background:#C92614 url(images/pro_left-ON.gif) no-repeat top left;
line-height:275%;
}

#navN ul li a.current span {
display:block;
padding:3px 20px 0 0;
width:auto;
background:#C92614 url(images/pro_right-ON.gif) no-repeat top right;
height:32px;
}