html * {
	margin: 0px;
	padding: 0px;

}
body {
font-family:Arial,Helvetica,sans-serif;
font-size:13px;
	background-color: #fff;
	 color: #333333;
	 
	 background-image: url(../images/layout/bg_body.png);
	  background-repeat: repeat-x;

}
.noOutline {
	outline:none;
}

/* png 24 w IE
---------------------------------------------------------------------------- */
img, div, li { behavior: url(iepngfix.htc)  }

/* float bug
---------------------------------------------------------------------------- */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
.clear {  clear:both;  height:1px;  overflow:hidden; font-size: 1px;  }

/* layout
---------------------------------------------------------------------------- */
/* header
---------------------------------------------------------------------------- */

#maincontainer{
width: 981px; /*Width of main container 3 x 327px */
margin: 0 auto; /*Center container on page*/
}
.contentwrapper{
float: left;
width: 100%;
}
/* header
---------------------------------------------------------------------------- */
/* header login form
------------------------- */
#topsection{
height: 182px; /*Height of top section*/
position:  relative;
color: #00468C;
}
#loginForm{
	padding: 6px 4px 0 0px;
	float:left;
}
#loggedUsr{
	padding: 8px 4px 0 3px;
	float:left;
}
#loggedUsr .m_user li{
	display: inline;
	 margin-right: 0.8em;
}
#loggedUsr .m_user li a{
	 color: #FEFEFE;
	 text-decoration: none;
}
#loggedUsr li.loggout{
	background-image: url(../images/layout/loggout.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
	padding-right: 24px;
}
#loggedUsr .m_user li a:hover{
	 color: #C4D4E4;
	 text-decoration:  underline;
}
#loggedUsr span.logged{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #FBF08C;
  border-right: 3px solid #5281B1;
  padding-right: 1.0em;
 
	
}
#loginForm #UserName,
#loginForm #UserPass, #loginForm #password-clear,
#loginForm #BtnLogin
{
	 vertical-align: middle;
}
#loginForm label
{
	color: #87A8C9;
}
#loginForm #UserName,
#loginForm #UserPass, #loginForm #password-clear{
	font-size: 14px;
	 width: 140px;
	 padding:1px 3px 0px 3px;
	 color:#333333;
	 margin-right: 2px;
	 
}
#loginForm #UserName{
	margin-right: 1.5em;
}
#loginForm  #password-clear {
    display: none;
}
#loginForm  #BtnLogin
{
font-size:12px;
padding:0px 3px 2px 3px;
cursor:pointer;
margin-top: 1px;
}
/* header login menu
------------------------- */
#m_login{
	float:left;
	padding-left: 0.8em;
	margin-top: 2px;
}
#m_login ul{
	list-style-type: none;
	list-style: none;
}
#m_login ul a{
	color: #CCD9E8;
	font-size: 10px;
}
#m_login ul li
{
		padding-left: 16px;
}
#m_login ul li#create_account{

	background-image: url(../images/layout/user.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
}
#m_login ul li#create_account a{
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #F6E024;
}
#m_login ul li#create_account a:hover{
	text-decoration: underline;
}
#m_login ul a:hover{
	color: #fff;
	text-decoration: none;
}
/* header head menu
------------------------- */
#m_head{
	 position: absolute;
	 left: 360px;
	 bottom: 53px;
}
#m_head ul{
	list-style-type: none;
	list-style: none;

}
#m_head ul li{
	border-left: 3px solid #3F73A8;

	display: inline;
}
#m_head ul li:first-child
    {
       border-left: none;
    }
#m_head ul li	/* ie6 fisth-child bug */ 
	 {
	 	border-left:expression((!this.previousSibling) ? "none" : "3px solid #3F73A8" )
	 }

#m_head ul a{
	color: #fff;
	font-size: 13px;
	letter-spacing: 1px;
	text-decoration: none;
	margin: 0 6px 0 10px;
}
#m_head ul a:hover{
	color: #fff;
	text-decoration: underline;
}
/* header title
------------------------- */
h1#title_bar{
	 position: absolute;
	 left: 1px;
	 top: 148px;
	 font-family:Georgia,sans-serif;
	 color: #FCFCFC;
	 font-weight: normal;
	 font-style: italic;
	 font-size:26px;
	 letter-spacing: 1px;
}
h1#title_bar a{
	 color: #FCFCFC;
	 text-decoration: none;
}
h1#title_bar a:hover{
	 color: #DBE5EF;
	 text-decoration: none;
}
h1#title_bar span{
	 margin-left: 0.6em;
	 color: #96B3D0;
}

/* header select language
------------------------- */
#SelectLanguageForm{
	float: right;
	color: #87A8C9;
	padding-top: 6px;
}
#SelectLanguageForm select{
	margin-left: 3px;
	color:#444444;
}
/* header logo
------------------------- */
#EspaEst img
{
	width:335px;
	height:83px;
	border:none;
}
#EspaEst{
	 position: absolute;
	 left: 0;
	 top: 48px;
}
/* header logo lifelong learning programme
------------------------- */
#LLP{
	 position: absolute;
	right: 0px;
	top: 62px;

	 
}
#LLP img
{
	width:178px;
	height:67px;
	border:none;
}

/*  home content 3 column
---------------------------------------------------------------------------- */
#content_home{ /* 1st home column*/
margin-right: 654px; /*Margin for content column. Should be
 (RightColumnWidth + LeftColumnWidth)
2 x 327px = 654 px
*/
  min-height:500px;
  height:auto !important;
  height:500px;
}
#content_home .innertube{
	margin: 22px 0px 0px 0px;
	padding-bottom: 22px;
}
#content_two_column{
	
}
#content_home_center{ /* 2nd home column */
float: left;
width: 327px; /*Width of left column in pixel*/
margin-left: -654px; /*Set margin to -(CenterColumnWidth + RightColumnWidth)*/
}
#content_home_center .innertube{
	margin: 22px 3px 0px 4px;
	padding-bottom: 22px;
}

#content_home_right{ /* 3th home column */
float: left;
width: 327px; /*Width of right(home) column in pixels*/
margin-left: -327px; /*Set margin to -RightColumnWidth*/
}
#content_home_right .innertube{
	margin: 22px 0px 0px 7px;
	padding-bottom: 22px;	
}

/*  content 2 column
---------------------------------------------------------------------------- */

#content_2col{
margin-right: 200px; /*Set right margin to RightColumnWidth*/
}

#content_2col_right{
float: left;
width: 200px; /*Width of right column*/
margin-left: -200px;


  min-height:500px;
  height:auto !important;
  height:500px;
}
#content_2col .innertube,
#content_3col  .innertube{
	margin: 5px 28px 20px 0;
}


/*  content 3 column
---------------------------------------------------------------------------- */

#content_3col{
margin-right: 400px; /*Margin for content column. Should be (RightColumnWidth + LeftColumnWidth)*/
}

#content_3col_center{
float: left;
width: 260px; /*Width of left column in pixel*/
margin-left: -460px; /*Set margin to -(LeftColumnWidth + RightColumnWidth)*/

  min-height:500px;
  height:auto !important;
  height:500px;
}

#content_3col_right{
float: left;
width: 200px; /*Width of right column in pixels*/
margin-left: -200px; /*Set margin to -RightColumnWidth*/

  min-height:500px;
  height:auto !important;
  height:500px;
}

#footer{
clear: left;
width: 100%;
padding: 4px 0;
}
#project_support
{
	color: #00468C;
	font-size: 11px;
	border-top: 4px solid #006699;
	padding-top: 4px;
	padding-bottom: 4px;
}
#project_partners{

	padding-top: 3px;
	padding-bottom: 8px;
}
#project_cooperation{
	border-top: 4px solid #006699;
	padding-top: 8px;
	padding-bottom: 1em;
}
#write_us{
		border-top: 4px solid #006699;
	padding-top: 4px;
	padding-bottom: 10px;
	color: #00468C;
}
#write_us #email{
	 float: right;
	 background-image: url(../images/layout/write_us.gif);
	 background-repeat: no-repeat;
	 background-position: 100% 2px;
	 padding-right: 23px;
}
#write_us #email a, #copy a
{
	color: #00468C;
}
#write_us #email a:hover, #copy a:hover
{
	color: #00386E;
	text-decoration: none;
}
#write_us #copy{
	font-size: 11px;
}

#footer h3 /*#00468C;*/
{
	color: #959595;
	font-weight: normal;
	letter-spacing: 1px;
	font-size: 17px;
	font-weight: bold;
		 padding-bottom: 0.4em;
		 font-style: italic;
}
/* loga stopka */
#aip{
	margin-left: 30px;
}
#tp{
	margin-left:20px;
}
#parp{
		margin-left:30px;
}
#footer h3#Patronage{
	 width: 450px;
	 float: left;

}
#footer h3#Cooperation{
		 padding-bottom: 0.4em;	 
}
/* numeracja stron
-------------------------------------------------- */
.PageSwitch{clear: both; padding-top: 10px; text-align: right; margin-right: 0px;}
.PageSwitch ul
{
margin: 0;
padding: 0;
white-space: nowrap;
}
.PageSwitch  li
{
display: inline;
list-style-type: none;
color: #666;
border-left: 1px solid #00468C;
padding: 0px 1px 0px 6px; 
}
.PageSwitch  li:first-child{border-left: none;}


.PageSwitch li
    {
       border-left:expression((!this.previousSibling) ? "none" : "1px solid #00468C" );

    }
	 
.PageSwitch  li#ActivePage{font-weight: bold; color: #00468C;  }	
.PageSwitch  a { }
.PageSwitch  a:link, .PageSwitch  a:visited
{
text-decoration: none;
color: #00468C;
font-size: 12px;
}

.PageSwitch  a:hover
{
text-decoration: underline;
color: #5E5E5E;
}

/* sciezka powrotu 
----------------------------------------------------------------- */
#NavPath{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#NavPath a
{
	color: #666666;
	text-decoration: none;
}
#NavPath a:hover
{
	text-decoration: underline;
}
#NavPath img {
border:0 none;
height:11px;
margin:0 4px;
width:10px;
}
#NavPath img:first-child{
	margin:0 4px 0 0;
} 
#NavPath span
{
	color: #00468C;
}


/* right product menu
----------------------------------------------------------------- */
#ProductMenu h3{
font-family:Arial,Helvetica,sans-serif;
font-size:18px;
font-weight:normal;
color:#00468C;
background-repeat:no-repeat;
height:36px;
padding:0.35em 0 0 46px;
margin-top: 30px;
}
#UserMenu h3{
font-family:Arial,Helvetica,sans-serif;
font-size:18px;
font-weight:normal;
color:#00468C;
background-repeat:no-repeat;
height:36px;
padding:0.38em 0 0 38px;
margin-top: 30px;
}
#ProductMenu h3#espa_usr {
background-image:url("../images/layout/pkt_espa_usr.png");
}
#UserMenu h3#espa_user {
background-image:url("../images/layout/pkt_espa_usr.gif");
background-position: 0 3px;
}
#ProductMenu h3#espa_info {
background-image:url("../images/layout/pkt_espa_info.png");
}#ProductMenu h3#espa_base {
background-image:url("../images/layout/pkt_espa_base.png");
}#ProductMenu h3#espa_dictionary {
background-image:url("../images/layout/pkt_espa_dictionary.png");
}
#ProductMenu h3#espa_learning {
background-image: url(../images/layout/pkt_espa_learn.png);
}
#ProductMenu h3#espa_news {
background-image: url(../images/layout/pkt_espa_news.png);
}

#ProductMenu h3#espa_society {
background-image: url(../images/layout/pkt_espa_society.png);
}
#ProductMenu h3#espa_e {
background-image: url(../images/layout/pkt_espa_e.png);
}
#ProductMenu h3#espa_faq {
background-image: url(../images/layout/pkt_espa_faq.png);
}
#ProductMenu h3#espa_b2b {
background-image: url(../images/layout/pkt_espa_b2b.png);
}

#ProductMenu ul
{
	width: 200px;
	list-style-type: none;
	border-top: 1px solid #B0C6DB;
	margin-top: 14px;
}
#ProductMenu ul ul
{
	 border-top: 1px solid #E1E9F1;
}
#UserMenu ul
{
	width: 200px;
	list-style-type: none;
	border-top: 1px solid #B0C6DB;
	margin-top: 0px;
}
#UserMenu ul li.logout{
 	 background-image: url(../images/layout/logout.gif);
	 background-repeat: no-repeat;
	 background-position: 0 6px;
	 
 }
 #UserMenu ul li.logout a{
 	margin-left: 18px;
 }
#ProductMenu ul li,
#UserMenu ul li
{
	 border-bottom: 1px solid #B0C6DB;
	 padding: 7px 0 7px 5px;
	 color: #00468C;
}

#ProductMenu ul li li
{
	 border-bottom: 1px solid #E1E9F1;
}
#ProductMenu ul li#MenuHeader{
	border-left: 1px solid #B0C6DB;
	border-right: 1px solid #B0C6DB;
	 padding: 5px 0 5px 2px;

}
#ProductMenu ul li#MenuHeader span{
	display: block;
}
#ProductMenu ul li#MenuHeader span,
#UserMenu ul li#MenuHeader span{
	 color: #00468C;
	 font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-weight: bold;
letter-spacing: normal;
}
#ProductMenu ul li#MenuHeader{
	margin-bottom: 20px;
}
#ProductMenu ul li#MenuModZero a {
		 color: #007728;
	 		text-decoration: none;
			font-weight: bold;
}
#ProductMenu ul li#MenuModZero a:hover{
	text-decoration: underline;
}
#ProductMenu ul li.add{
	padding-left: 20px;
	background-image: url(../images/layout/add_1.gif);
	background-repeat: no-repeat;
	background-position: 0 8px;
}
#ProductMenu ul li#new_firm{
	border-bottom: none;
	padding-top: 1.8em;
	background-position:0 1.89em;
	
	font-weight: bold;
}
#ProductMenu ul li#new_firm a {
	display: block;
	border:1px solid #B0C6DB;
	padding: 7px 2px 7px 32px;
		background-image: url(../images/layout/add_1.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
}
#ProductMenu ul li#new_offer{
	border-bottom: none;
	background-position:0 1.89em;
	
	font-weight: bold;
}
#ProductMenu ul li#new_offer a {
	display: block;
	border:1px solid #B0C6DB;
	padding: 7px 2px 7px 32px;
		background-image: url(../images/layout/add_1.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
}
#ProductMenu ul li#browse_firm{
	border-bottom: none;
	background-position:0 1.89em;
	
	font-weight: bold;
}
#ProductMenu ul li#alt_dict a {
	display: block;
	border:1px solid #B0C6DB;
	padding: 7px 2px 7px 34px;
		background-image: url(../images/layout/alt_dict.gif);
	background-repeat: no-repeat;
	background-position: 4px 8px;
}
#ProductMenu ul li#alt_dict{
	border-bottom: none;
	padding-top: 0em;
	background-position:0 1.89em;

}
#ProductMenu ul li#browse_firm a{
		display: block;
	border:1px solid #B0C6DB;
	padding: 7px 2px 7px 32px;
		background-image: url(../images/layout/browse_1.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
}

#ProductMenu a,
#UserMenu  a
{
	 color: #00468C;
	 text-decoration: none;
}
#ProductMenu a:hover,
#UserMenu a:hover{
	text-decoration: underline;
}
#ProductMenu span,
#UserMenu span{
	font-size: 11px;
	margin-left: 0.6em;
	color: #779CBF;
}
#ProductMenu .parent_item{
	 background-color: #F2F6F9;
	 background-image: url(../images/layout/parent_open.gif);
	 background-repeat: no-repeat;
	 background-position: 100% 4px;

}
#ProductMenu .parent_item a{
	padding-right: 16px;
	display: block;
}

#ProductMenu a.parent {
font-weight:bold;
}
#ProductMenu a.active, #UserMenu a.active{
	font-weight: bold;
}
#ProductMenu ul ul a.active{
	font-weight:  bold;
	text-decoration:  none;
}
/* meny 2 level */
#ProductMenu ul ul li {
	padding:7px 0 7px 20px;
}
#ProductMenu ul ul li:last-child{
	 border-bottom: none;
   padding-bottom: 0;
}
#ProductMenu ul ul li
    {
        border-bottom:expression((!this.nextSibling) ? "none" : "1px solid #E1E9F1" );
		   padding-bottom:expression((!this.nextSibling) ? "0" : "7px" );
    }
#ProductMenu ul ul
{
	width: 190px;
	margin-top: 10px;
}
/* right  menu - other espa product
----------------------------------------------------------------- */
#OtherProductMenu{
	margin: 30px 0 2em 0;
}
#OtherProductMenu h3
{
	color: #666666;
	font-weight: normal;
	margin-bottom: 1.0em;
}
#OtherProductMenu ul{
	width: 198px;
	list-style-type: none;
	margin-left: 2px;
}
#OtherProductMenu a
{
	 color: #00468C;
	 text-decoration: none;
}
#OtherProductMenu a:hover{
	text-decoration: underline;
}
#OtherProductMenu ul li{
	background-repeat: no-repeat;
	background-position: 0 1px;
	padding: 1px 0 8px 26px;
}
#OtherProductMenu li#item_ESPA_Base
{
	 background-image: url(../images/layout/pkt_espa_base_th.gif);
}
#OtherProductMenu li#item_ESPA_Learning
{
	 background-image: url(../images/layout/pkt_espa_learn_th.gif);
}
#OtherProductMenu li#item_ESPA_Info
{
	 background-image: url(../images/layout/pkt_espa_info_th.gif);
}
#OtherProductMenu li#item_ESPA_Society
{
	 background-image: url(../images/layout/pkt_espa_society_th.gif);
}
#OtherProductMenu li#item_ESPA_Dictionary
{
	 background-image: url(../images/layout/pkt_espa_dictionary_th.gif);
}
#OtherProductMenu li#item_ESPA_B2B
{
	 background-image: url(../images/layout/pkt_espa_b2b_th.gif);
}
/* lista banerow
------------------------------------------------------------ */
ul.BannerList{
	margin-bottom: 1em;
	padding: 0;
}
ul.BannerList li{
	list-style: none;
	padding-bottom: 4px;
	}
ul.BannerList li img{
	border: none;
}	