/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 17px;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

ul li{
display: inline;
padding: 0;
margin: 0;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
 text-align: center;
}
hr{
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
}
ul#menu {list-style-type:none; margin:0; padding:0 0 10px 20px; }
ul#menu li a {display:block; float:left; border-right:1px solid #CCCCCC; padding:0 7px;}
a.last {border:none !important;}

ul.f-menu li a {
  border-right:1px solid #CCCCCC;
  display:inline;
  padding:0 7px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#wrapper{
	width: 980px;
	margin: 10px auto;
}
#wrapper2{
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#masthead{
	padding: 10px 0px 0px 0px;
	width: 100%;
	text-align: center;
}

#head{
	padding: 10px 0px 0px 0px;
	width: 100%;
}

#navBar{
	float: left;
	width: 20%;
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #cccccc;
	
}

#headlines{
	float:right;
	width: 24%;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #cccccc;
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}
#headlines-cont{
	padding: 0px;
	margin: 0px
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

#content{
	float: left;
	width: 72%;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

.content1{float: left; width: 25%;}

#content1{
	float: left;
    width: 25%;
}
#content2{
	float: right;
    width: 50%;
}
#content3{
	float: left;
    width: 25%;
}
#content4{
	float: left;
    width: 25%;
}

.tab1{
	clear: both;
	padding: 0px;
	margin: 10px auto;
	text-align: justify;
	position: relative;
	width: 483px;
	height: auto;
	background-color: #e4e6ea;
}

.tab1 p{
	padding: 2px 5px 2px 5px;
	margin: 0px;
	font-size: 80%;
	font-weight: bold;
}

.spanH3{
	padding: 0px 5px 0px 5px;
	margin: 0px;
	text-align: left;
	font-size: 80%;
	font-weight: bold;
}

.spanH2{
	padding: 2px !important;
	margin: 0px !important;
	text-align: center !important;
	font-size: 11px !important;
	font-weight: bold !important;
	background:#DADBDF;
	color:#006699;
  font-family:Arial,sans-serif;
}
.tab2{
	clear: both;
	padding: 0px;
	margin: 10px auto;
	text-align: justify;
	position: relative;
	width: 700px;
	height: auto;
	background-color: #e4e6ea;
}

.tab2 p{
	padding: 2px 5px 2px 5px;
	margin: 0px;
	font-size: 80%;
	font-weight: bold;
}

.tab2 h3{
	padding: 0px 5px 0px 5px;
	margin: 0px;
	text-align: left;
	font-size: 80%;
	font-weight: bold;
}

.tab2 h2{
	padding: 2px;
	margin: 0px;
	text-align: center;
	font-size: 80%;
	font-weight: bold;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 10px 0 0 10px;
}

#siteName span {
display:none;
}


/************* #globalNav styles **************/

#globalNav{
	color: #cccccc;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}




/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
	font-weight: bold;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 14px;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.aktualnosci {
  font-size:18px;
  color:#990000;
}

.wazne {
font-size:16px;
font-weight:bold;
text-align:center !important;
color: #990000;
}

.tresc {
  font-size:18px;
}

.english {
  color:#334D55;
  font-family:Arial,sans-serif;
  font-size:100%;
  margin:0;
  padding:0;
  font-weight:bold;
}

.ramka {
  font-weight:bold;
  background:#DADBDF;
}

.story p{
  text-align:left;
	padding: 0px 0px 5px 0px;
}

.story ul {
  margin:0;
  padding:0;
}

.story ul li {
  display:block;
  margin-bottom:5px;
  padding:0;
}

.slang{
  color:#334D55;
  font-weight:bold;
}


/************* #siteInfo styles ***************/

#siteInfo{
  border-style:solid none none;
  border-top:1px solid #CCCCCC;
  clear:both;
  color:#CCCCCC;
  font-size:75%;
  padding:10px;
}

#siteInfo img{
  padding:4px 4px 4px 10px;
  vertical-align:middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	float:right;
	width: 24%;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #cccccc;
	margin: 0px;
	padding: 10px 0px 20px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #dddddd;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #advert styles **************/

#advert{
	padding: 10px 0px 10px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

.underline{
	color: #FFFFFF;
}

.underline2{
	color: #999999;
}
.underline3{
	color: #990000;
}
.underline4{
	color: #669900;
}
.underline5{
	color: #6633CC;
}
.underline6{
	color: #CC9900;
}
.underline7{
	background-color: #dadbdf;
}
.underline7{
	background-color: #dadbdf;
}
.underline8{
	color: #9900FF;
}
.underline9{
	background-color: #000066;
}

.underline10{
	font-size: 140%;
	font-weight: bold;
	text-align: center;
}
.button{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}
.button a{
	color: #006699;
	text-decoration: none;
}

.button a:link{
	color: #006699;
	text-decoration: none;
}

.button a:visited{
	color: #006699;
	text-decoration: none;
}

.button a:hover{
	color: #006699;
	border: thin solid #006699;
}

#left-facebook {margin: 0 auto; width: 200px;}