/*
 *   Tripoli is a generic CSS standard for HTML rendering. 
 *   Copyright (C) 2007 David Hellsing
 *   
 *   http://devkick.com/lab/tripoli/
 *
 *   You should have received a copy of the GNU General Public License
 *   along with this program.  If not, see <http://www.gnu.org/licenses/>.
**/

/*
_______________________________
BASE */

@import url(tripoli.base.css);
/*@import url(layout.css); */
/*@import url(960_reset.css);
@import url(960_text.css); */
@import url(960.css);

/*#e3ecf3 */


body{
	background: #e3ecf3 url(/gfx/back_bip1.gif) repeat-x;
/*    background: #eaeaea url(/gfx/back_bip1-bw.gif) repeat-x; */   /* B-W */
	color: #333;
	font-size: 11px;
	padding: 15px 0 30px;
}
/*
p
{
	border: 1px solid #666;
	overflow: hidden;
	padding: 10px 0;
	text-align: center;
}
*/
a {
    color:#376ea8;
/*    color:#646464; */ /* B-W */
	text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

.logo_header {
    height:205px;
}
.logo_herb h1 {
  font-size:20px;
}
  
.img_left {
    float:left;
    display:block;
    margin-right:1em;
    margin-top:0.5em;
}

.container_16 {
    background: #fff;
/*		background: #fff url(/gfx/back_16_col.gif) repeat-y;  */
}


.navi_bar {
    margin:0px 0px 6px 0px;
}
  
/* title */
.tresc h2 {
    color:#376ea8;
/*    color:#646464;  */ /* B-W */
    font-size:18px;
    margin-top:0px;
    border-top:dashed 1px #ccc;
    padding-top:10px;
/*	background: #fff url(/gfx/back_menu_header.png) repeat-x;   */
}

/* autor */
.tresc h6 {
    margin-top:-2px;
    padding-top:0px;
    color:#376ea8;
/*    color:#646464; */ /* B-W */
    font-size:12px;
}

.tresc .more {
    text-align:right;
    clear:both;
    padding:0px;
    margin:-1.4em 1.8em 1em 0em;
}

.tresc table {
    border-top:1px solid #ccc;
    border-left:1px solid #ccc;
    margin-left:auto;
    margin-right:auto;
    width:500px;
}

.tresc th, .tresc td {
    border-bottom:1px solid #ccc;
    border-right:1px solid #ccc;
    padding:.8em;
}

.tabelaNew caption{
    font-size: 1.5em;
}

.topbox-340 {
    background: #eef4f7 url(/gfx/topbox-340.png) no-repeat;
/*    background: #F2F2F2 url(/gfx/topbox-340-bw.png) no-repeat; */ /* B-W */
    height:180px;
}

.topbox-340 p {
    margin: 5px 2px 2px 8px;
}

.topbox-220 {
    background: #eef4f7 url(/gfx/topbox-220.png) no-repeat;
/*    background: #F2F2F2 url(/gfx/topbox-220-bw.png) no-repeat; */ /* B-W */
    height:180px;
}

.topbox-220 object {
    margin-left:2px;
    margin-top:7px;
}
  
.topmenu {
    height:50px;
/*    background: url(/gfx/topbox-940.png) no-repeat;
    background-color:#eef4f7;
    margin-top:10px;
*/    
}

.topmenu p {
    margin: 12px 2px 2px 0px;
    font-size:14px;
}
    
/*  
.topbox strong {
    color:#002c3f;  
}
*/


.lewe_menu {
    font-size:13px;
}

.lewe_menu h5 {
    padding:10px 6px 10px 8px;
    margin:0px;
    background: #a4c8da url(/gfx/menu_header-160.png) no-repeat;
/*    background: #BFBFBF url(/gfx/menu_header-160-bw.png) no-repeat; */ /* B-W */
    
    line-height:17px;
    color:#376ea8;
/*    color:#646464; */ /* B-W */
}

.lewe_menu ul {
    padding:0px;
    margin:0px;
}

.lewe_menu li {
    padding: 6px 2px 6px 8px;
    margin:0px;
    list-style-type:none;
    
    background: #eef4f7 url(/gfx/menu-160.png) repeat-y;
    border-top:1px solid #B9D3E1;

/*    background: #F2F2F2 url(/gfx/menu-160-bw.png) repeat-y; */ /* B-W */
/*    border-top:1px solid #ccc; */ /* B-W */
}

.lewe_menu ul .last {
    margin-bottom:18px;
    background: #eef4f7 url(/gfx/menu_bottom-160.png) no-repeat bottom right;
/*    background: #F2F2F2 url(/gfx/menu_bottom-160-bw.png) no-repeat bottom right; */ /* B-W */
    
}

.prawe_menu {
    font-size:13px;
}
.prawe_menu h5 {
    padding:10px 6px 10px 8px;
    margin:0px;
    background: url(/gfx/menu_header-220.png) no-repeat;
/*    background: url(/gfx/menu_header-220-bw.png) no-repeat; */ /* B-W */
    line-height:17px;
    color:#376ea8;
/*    color:#646464; */ /* B-W */
}

.prawe_menu ul {
    padding:0px;
    margin:0px;
}

.prawe_menu li {
    padding: 7px 2px 7px 8px;
    margin:0px;  
    list-style-type:none;
    background: #eef4f7 url(/gfx/menu-220.png) repeat-y;
/*    background: #F2F2F2 url(/gfx/menu-220-bw.png) repeat-y; */ /* B-W */
}

.prawe_menu ul .last {
    margin-bottom:18px;
    background: #eef4f7 url(/gfx/menu_bottom-220.png) no-repeat bottom right;
/*    background: #f2f2f2 url(/gfx/menu_bottom-220-bw.png) no-repeat bottom right; */ /* B-W */

}

.prawe_menu ul li form fieldset {
    margin:0px;
    margin-left:-6px;
    padding:0px;
    border:none;
    text-align:center;
}

.prawe_menu ul li form fieldset .pole {
    width:200px;
    font-family:Arial;
}
.prawe_menu ul li form fieldset .przycisk {
    margin-top:10px;
    width:100px;
}


.bottom {
/*  
display:block;
height:10px;
background-image:url(../gfx/news_bottom-v3.png);
background-repeat:no-repeat;
background-position:bottom left;
*/
    border-bottom: solid 1px #444;
}

.bottombox {
    background: #eef4f7 url(/gfx/bottombox-400.png) no-repeat;
/*    background: #f2f2f2 url(/gfx/bottombox-400-bw.png) no-repeat; */ /* B-W */
    height:180px;
}

.bottombox p {
    margin: 5px 8px 5px 8px;
}

.bottombox .more {
    text-align:right;
    clear:both;
    margin:-4px 7px 0px 7px;
    padding:0;
}

.bottombox-520 {
    height:180px;
    font-size:11px;
    background: #eef4f7 url(/gfx/bottombox-520.png) no-repeat;
/*    background: #f2f2f2 url(/gfx/bottombox-520-bw.png) no-repeat; */ /* B-W */
}

.bottombox-520 img {
    padding:0px;
}

.icons-left img {
    margin-left:10px;
}

.icons-right a {
    margin-right:10px;
}

.spacer_icons {
    height:18px;  
}

.spacer_dark {
    background-color:#00547d;
/*    background-color:#3F3F3F; */ /* B-W */
}

.spacer_bright {
    background-color:#fff;
} 



a[href$='.pdf'] {
display:inline-block;
padding-left:20px;
line-height:18px;
background:transparent url(../gfx/type/pdf.gif) center left no-repeat;
}

a[href$='.doc'] {
display:inline-block;
padding-left:20px;
line-height:18px;
background:transparent url(../gfx/type/word.gif) center left no-repeat;
}

a[href$='.avi'] {
display:inline-block;
padding-left:20px;
line-height:18px;
background:transparent url(../gfx/type/avi.gif) center left no-repeat;
}

a[href$='.xls'] {
display:inline-block;
padding-left:20px;
line-height:18px;
background:transparent url(../gfx/type/excel.gif) center left no-repeat;
}

a[href$='.odt'] {
display:inline-block;
padding-left:20px;
line-height:18px;
background:transparent url(../gfx/type/odt.gif) center left no-repeat;
}

a[href$='.ppt'],a[href$='.pps'] {
display:inline-block;
padding-left:20px;
line-height:18px;
background:transparent url(../gfx/type/powerpoint.gif) center left no-repeat;
}

a[href$='.zip'],a[href$='.gzip'],a[href$='.rar'] {
display:inline-block;
padding-left:20px;
line-height:18px;
background:transparent url(../gfx/type/zip.gif) center left no-repeat;
}

a[href^="mailto:"] {
display:inline-block;
padding-left:20px;
line-height:18px;
background:transparent url(../gfx/type/email.gif) center left no-repeat;
}

.tresc a[href^="http:"],#primary a[href^="https:"] {
display:inline-block;
padding-left:20px;
line-height:18px;
background:transparent url(../gfx/type/web.gif) center left no-repeat;
}

.tresc a[href$='.jpg'],a[href$='.png'],a[href$='.gif'] {
display:inline-block;
padding-left:20px;
line-height:18px;
background:transparent url(../gfx/type/image.gif) center left no-repeat;
}



/*
_______________________________
PLUGINS */

/*@import url(plugins/tripoli.visual.css);
@import url(plugins/tripoli.layout.css);
 */


/*
_______________________________
END */
