/* ----------------------------------------------------------------------------------------------------------
    Content:
    
        1) HTML tags
        2) HTML styles
        3) Layout
        4-1) Page: Homepage
        5) Others
---------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------------------------------
1) HTML tags
---------------------------------------------------------------------------------------------------------- */

body
{
    /*background:url("../design/bg.png") 0 0 repeat-x; */
    font: 0.8em/1.5 "tahoma" , sans-serif;
}

h1, h2, h3, h4, h5, h6, p, address, blockquote, dl, fieldset
{
    margin: 15px 0;
}

table td
{
    margin: 0 0;
    padding: 0 0;
}

/* ----------------------------------------------------------------------------------------------------------
2) HTML styles
---------------------------------------------------------------------------------------------------------- */

a.link
{
    padding-left: 25px;
    padding-top: 2px;
    padding-bottom: 2px;
    background: url( '../../Images/NewDesign/ul-00.png' ) 0 40% no-repeat;
    display: block;
}

ul.no-list
{
    margin: 15px 0;
    list-style: none;
}

ul.ul-00
{
    margin: 15px 0;
    list-style: none;
}
ul.ul-00 li
{
    padding: 0px 0 0px 25px;
    background: url(  '../../Images/NewDesign/ul-00.png' ) no-repeat 0 45%;
    font-size: 100%;
}

ul.ul-00 li h2
{
    padding: 0px 0 0px 25px;
    background: url(  '../../Images/NewDesign/ul-00.png' ) no-repeat 0 45%;
    font-size: 100%;
}

ul.ul-01
{
    margin: 0 0;
    list-style: none;
}

ul.ul-01 li
{
    padding: 2px 0 2px 0px; /*background: url('../../Images/NewDesign/ul-00.png') no-repeat 0 45%;*/
    font-size: 85%;
}

ul.ul-01 li.arrow
{
    padding: 2px 0 2px 25px;
    background: url( '../../Images/NewDesign/ul-00.png' ) no-repeat 0 45%;
    font-size: 85%;
    display: block;
}

ul.ul-02
{
    margin: 0px 0;
    list-style: none;
}
ul.ul-02 li
{
    padding: 2px 0 2px 25px;
    background: url( '../../Images/NewDesign/ul-00.png' ) 0 45% no-repeat;
    font-size: 100%;
}

ul.ul-03
{
    margin: 0px 0 10px 15px;
    list-style: none;
}
ul.ul-03 li
{
    padding: 2px 0 2px 25px;
    background: url(  '../../Images/NewDesign/ul-00.png' ) 0 45% no-repeat;
    font-size: 100%;
}

ul.ul-list
{
    margin: 15px 0;
    list-style: none;
}
ul.ul-list li
{
    padding: 1px 0;
}
ul.ul-list span.date
{
    padding-right: 10px;
}

input, textarea
{
    border: solid 1px #aaa;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    font-size: 8pt;
    padding: 2px 2px 2px 2px;
}

input:hover, textarea:hover
{
    border: solid 1px #888;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    font-size: 8pt;
    padding: 2px 2px 2px 2px;
}

/* ----------------------------------------------------------------------------------------------------------
3) Layout
---------------------------------------------------------------------------------------------------------- */

#main
{
    width: 960px;
    margin: 0 auto;
    padding: 0 0 0 0;
    overflow: hidden;
}

#header
{
    position: relative;
    height: 80px;
    padding: 20px 20px 0px 20px;
}

#logo
{
    margin: 0;
}

#nav
{
    position: absolute;
    top: 70px;
    right: 0px;
    margin: 0;
}

#nav table 
{
    border-collapse: collapse;
}

#nav table td
{
    padding: 5px 10px 0px 10px;
    vertical-align: top;
    /*border-right: solid 1px Silver;*/
}

#nav table td.td-last
{
    padding: 5px 10px 0px 10px;
    vertical-align: top;
}

#nav span
{
    margin: 0 8px;
}

#nav a:hover
{
    text-decoration: none;
}

#nav a:active
{
    font-weight: bold;
    text-decoration: none;
}

#tray
{
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    position: relative;
    width: 960px;
    height: 45px;
    background: url(  '../../Images/NewDesign/tray-bg.png' ) repeat-x 0 0;
    overflow: hidden;
    font: bold 90%/1 "tahoma" ,sans-serif;
}

#tray table
{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border-collapse: collapse;
}

#tray .menu
{
    margin: 0px 0px 0px 15px;
    padding: 0px 0px 0px 0px;
    border-collapse: collapse;
}

#tray .menu-item
{
    float: right;
    margin: 0px;
    padding: 17px 20px 17px 20px;
    background: url( '../../Images/NewDesign/tray-separator.gif' ) no-repeat 100% 0;
    text-decoration: none;
    color: #404040;
}

#tray .menu-item-hover
{
    background-color: #9F9F9F;
    color: #FFF;
    background: url( '../../Images/NewDesign/tray-hover.gif' );
}

#tray .menu-item-active
{
    background: url(  '../../Images/NewDesign/tray-active.png' );
    background-color: #3278AA;
    color: #FFF;
}

#search
{
    position: absolute;
    top: 8px;
    right: 20px;
}
#search div
{
    position: relative;
    width: 185px;
}

#search #search-input
{
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 30px;
    background: url(  "../design/search-input.gif" ) 0 0 no-repeat;
    overflow: hidden;
}
#search #search-input input
{
    width: 136px;
    margin: 8px;
    border: 0;
    font: 100%/1 "arial" ,sans-serif;
}
#search #search-submit
{
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
}

#footer
{
    clear: both;
    padding: 20px 20px 40px 20px;
    font-size: 85%;
}

#footer p
{
    margin: 0;
}


/* ----------------------------------------------------------------------------------------------------------
4-1) Page: Homepage
---------------------------------------------------------------------------------------------------------- */
#one-col
{
    position: relative;
    top: 0px;
    left: 0px;
    margin-top: 15px;
}

#one-col.home-page
{
    position: relative;
    top: 0px;
    left: 0px;
    margin-top: 15px;
    height: 340px;
}

#one-col .top
{
    width: 960px;
    height: 5px;
    background: url( '../../Images/NewDesign/col-top.gif' ) no-repeat 0 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

#one-col .bottom
{
    width: 960px;
    height: 5px;
    margin-bottom: 15px;
    background: url( '../../Images/NewDesign/col-bottom.gif' ) no-repeat 0 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

#one-col #ribbon
{
    position: absolute;
    top: 0px;
    left: 0;
    width: 100px;
    height: 100px;
    background: url( '../../Images/NewDesign/ribbon.gif' ) no-repeat 0 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    z-index: 10;
}

#one-col .content
{
    position: relative;
    padding: 15px 30px 15px 20px;
    background: url( '../../Images/NewDesign/col.gif' ) repeat-y 0 0;
    overflow: hidden;
}

#one-col .content-admin
{
    font-size: 8pt;
    position: relative;
    padding: 15px 30px 15px 20px;
    background: url( '../../Images/NewDesign/col.gif' ) repeat-y 0 0;
    overflow: hidden;
}

#one-col .content-admin table 
{
    vertical-align: top; 
}

#one-col .content-admin table th
{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
}

#one-col .content-admin table td
{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
}

#one-col .content-admin table p
{
    margin: 0 0 0 0;
}

#one-col .content-admin table ul
{
    list-style-position: inside;
    list-style-type: square;
}

#one-col .content-admin table ul li
{
    padding-left: 15px;
}


#one-col .content-admin select
{
    font-size: 8pt;
}

#one-col .content h2
{
    font-size: 1em;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

#one-col .content h3
{
    margin-top: 0px;
}

#one-col h3.request-form
{
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 7px 15px 12px 20px;
    background: #F5F5F5;
    border-bottom: solid 1px #DFDFDF;
    border-left: solid 1px #DFDFDF;
    border-right: solid 1px #DFDFDF;
}

#one-col .content .text
{
    position: relative;
    float: right;
    width: 650px;
    line-height: 1.7;
    background: transparent;
}

#one-col .intro
{
    margin-top: 0px;
    margin-bottom: 0px;
}

#one-col table.intro
{
    font-size: 120%;
}

#one-col #image
{
    position: relative;
    float: left;
    margin: 0px 25px 0px 0px;
    width: 160px;
    height: 160px;
    border-top: solid 1px #dfdfdf;
    border-left: solid 1px #dfdfdf;
    border-right: solid 1px #dfdfdf;
    background: url( '../../Images/NewDesign/training_small.png' ) no-repeat 0 0;
}

#slogan
{
    position: relative;
    width: 560px;
    height: 22px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-size: 120%;
}

#slogan span
{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: url(  '../../Images/NewDesign/Header/szkolenia-it.png' ) no-repeat 0 0;
}

#cols3-top
{
    width: 960px;
    height: 5px;
    margin-top: 15px;
    background: url( '../../Images/NewDesign/cols3-top.png' ) no-repeat 0 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

#cols3-bottom
{
    padding: 0px;
    margin:0px 0 15px 0;
    width: 960px;
    height: 5px;
    background: url( '../../Images/NewDesign/cols3-bottom.gif' ) no-repeat 0 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

#cols3
{
    background: url( '../../Images/NewDesign/cols3.gif' ) repeat-y 0 0;
}

.col
{
    float: left;
    width: 308px;
    padding: 0 1px;
    margin-right: 15px;
}

.col.last
{
    margin-right: 0;
}

.col h3
{
    margin: 0;
    padding: 7px 15px 12px 50px;
    background: url( '../../Images/NewDesign/cols3-title.png' ) no-repeat 20px 40%;
    font-size: 120%;
}

.col-text
{
    padding: 10px;
    border-top: 1px solid #DFDFDF;
    height: 100px;
}

.col-text p
{
    margin: 0;
}

.col-text ul
{
    margin-bottom: 0;
}

.col-more
{   
    margin: 0;
    border-top: solid 1px #dfdfdf;
    height: 20px;
    padding: 10px 10px 0px 0px;
    text-align: right;
}

.col-more a
{
    padding: 2px 0 2px 25px;
    background: url( '../../Images/NewDesign/ul-00.png' ) no-repeat 0 40%;
    font-size: 85%;
}

/* ----------------------------------------------------------------------------------------------------------
4-1) Page: Szkolenia
---------------------------------------------------------------------------------------------------------- */
#two-cols
{
    margin-top: 15px;
    margin-bottom: 15px;
}

#two-cols .top
{
    width: 960px;
    height: 5px;
    background: url( '../../Images/NewDesign/cols2-top.png' ) no-repeat 0 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}
#two-cols .content
{
    background: url( '../../Images/NewDesign/cols2-right.png' ) repeat-y 0 0;
    overflow: hidden;
}

#two-cols .bottom
{
    width: 960px;
    height: 5px;
    background: url( '../../Images/NewDesign/cols2-right-bottom.png' ) no-repeat 0 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

.col-left
{
    float: left;
    width: 308px;
    padding: 0 1px;
    margin-right: 15px;
}
.col-right
{
    float: right;
    width: 635px;
    padding: 0 0px;
}

.col-left h1, .col-right h1
{
    margin: 0;
    padding: 7px 15px 12px 50px;
    background: url( '../../Images/NewDesign/cols3-title.png' ) no-repeat 20px 40%;
    font-size: 120%;
}

.col-left-text, .col-right-text
{
    padding: 15px 10px 0px 20px;
    border-top: 1px solid #DFDFDF;
}

.col-left-text p, .col-right-text p
{
    margin: 0;
}

.col-left-text table, .col-right-text table
{
    margin: 0px;
    padding: 0px;
}

.col-left-text img
{
    /*vertical-align: middle;*/
    padding-right: 5px;
}

.col-right-text h4.categories
{
    padding-left: 25px;
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 100%;
    background: url( '../../Images/NewDesign/ul-00.png' ) no-repeat 0 45%;
}

.col-right-text p.categories
{
    padding-left: 25px;
    margin-bottom: 10px;
}

.col-right-text h4.trainings
{
    padding-left: 25px;
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 100%;
    background: url( '../../Images/NewDesign/ul-00.png' ) no-repeat 0 45%;
}

.col-left-text ul, .col-right-text ul
{
    margin-bottom: 0;
}
.col-left-more, .col-right-more
{
    padding: 10px 10px 1px 0;
    text-align: right;
}

/* ----------------------------------------------------------------------------------------------------------
4-2) Page: Plan-szkolenia
------------------------------------------------------------------------------------------------------------*/
#details-left
{
    float: left;
    width: 635px;
    margin-top: 15px;
}

#details-left .top
{
    height: 5px;
    background: url( '../../Images/NewDesign/training-details-left-top.png' ) no-repeat 0 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

#details-left h1
{
    margin: 0;
    padding: 7px 15px 12px 50px;
    background: url( '../../Images/NewDesign/cols3-title.png' ) no-repeat 20px 40%;
    font-size: 120%;
}

#details-left .content
{
    border-left: 1px solid #DFDFDF;
    border-right: 1px solid #DFDFDF;
}

#details-left .bottom
{
    height: 5px;
    background: url( '../../Images/NewDesign/training-details-left-bottom.png' ) no-repeat 0 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

#details-left .text
{
    padding: 15px 10px 10px 10px;
    border-top: 1px solid #DFDFDF;
    font-size: 85%;
}

#details-left .text p
{
    margin: 0;
}

#details-left .text ul
{
    margin-bottom: 0;
}

#details-left .text li
{
    margin-left: 20px;
    list-style-type: square;
}

#details-left .more
{
    border-top: 1px solid #DFDFDF;
    padding: 10px 10px 10px 10px;
    text-align: left;
}

#details-right
{
    float: right;
    width: 308px;
    margin-top: 15px;
}

#details-right .top
{
    height: 5px;
    margin-top: 0px;
    background: url( '../../Images/NewDesign/training-details-right-top.png' ) no-repeat 0 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

#details-right h1
{
    margin: 0;
    padding: 7px 15px 12px 50px;
    background: url( '../../Images/NewDesign/cols3-title.png' ) 20px 40% no-repeat;
    font-size: 120%;
}

#details-right h1.price-folded
{
    margin: 0;
    padding: 7px 15px 7px 50px;
    background: url( '../../Images/NewDesign/price-folded.png' ) 20px 40% no-repeat;
    font-size: 120%;
}

#details-right .content
{
    border-left: 1px solid #DFDFDF;
    border-right: 1px solid #DFDFDF;
    background: #F5F5F5;
}

#details-right .bottom
{
    height: 5px;
    margin-top: 0;
    background: url( '../../Images/NewDesign/training-details-right-bottom.png' ) no-repeat 0 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

#details-right .price-bottom
{
    height: 5px;
    margin-top: 0;
    background: url( '../../Images/NewDesign/price-bottom.png' ) no-repeat 0 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

#details-right .text
{
    padding: 15px 10px 10px 10px;
    border-top: 1px solid #DFDFDF;
    font-size: 85%;
}

#details-right .text p
{
    margin: 2px;
}

#details-right .text a.link
{
    padding-left: 23px;
    padding-top: 2px;
    padding-bottom: 2px;
    background: url( '../../Images/NewDesign/ul-00.png' ) 0 45% no-repeat;
}

#details-right .text ul
{
    margin-bottom: 0;
}

#details-right .more
{
    border-top: 1px solid #DFDFDF;
    padding: 10px 10px 10px 10px;
    text-align: left;
}

/* ----------------------------------------------------------------------------------------------------------
5) Others
---------------------------------------------------------------------------------------------------------- */

.ico-comment
{
    padding-left: 18px;
    background: url(  "../design/ico-comment.gif" ) 0 50% no-repeat;
}

.ico-rss
{
    padding-left: 18px;
    background: url(  "../design/ico-rss.gif" ) 0 50% no-repeat;
}

.smaller
{
    font-size: 85%;
}
