/* ----------------- TAG RESET ----------------- */

body, div, p, h1, h2, h3, h4, h5, h6, span { margin: 0; padding: 0; }
div { display: block; }
legend { display: none; }
img, fieldset { border: 0px; }

/* ----------------- BASIC DECLARATIONS ----------------- */

body {
    font-family: Arial, 'Arial CE', Verdana, sans-serif;
    font-size: 12px;
    color: #7E7E7E;
    /*line-height: 16px;*/
}

a.linkTriangle {
    color: #7e7e7e;
    text-decoration: none;
    font-weight: bold;
    float: right;
    padding-right: 10px;
    background: url('../img/icoTriangle.png') no-repeat right center;
}

a.linkTriangle:hover, a.linkTriangle:focus {
    color: #408fd4;
}

#mainWrapper #skipLink {
    position: absolute;
    left: -10000px;
    width: 100px;
}

.clear-both {
    clear: both;
}

.right {
    float: right;
}

.center {
    text-align: center;
}

.contentPadding {
    padding: 15px;
}

.marginRight {
    margin-right: 20px;
}

.invisible {
    position: absolute;
    left: -10000px;
    width: 100px;
}

.underline {
    border-bottom: 1px solid #ffffff;
}


/* links */

a {
    color: #408fd4;
    text-decoration: underline;
}

a:hover, a:focus {
    color: #408fd4;
    text-decoration: underline;
}

a.link {
    color: #7E7E7E;
    text-decoration: none;
}

a.link:hover, a.link:focus {
    color: #408fd4;
    text-decoration: none;
}

.pagination {
    text-align: center;
    margin-top: 20px;
}

.pagination .current {
    font-weight: bold;
}
    
    
    


/* headers */

h2.headerDot {
    font-size: 15px;
    font-weight: bold;
    color: #7e7e7e;
    padding-left: 18px;
    margin-bottom: 30px;
    background: url('../img/icoHeaderDot.png') no-repeat left center;
}

h2.headerDotBig {
    font-size: 17px;
    /*letter-spacing: -0.4px;*/
    font-weight: bold;
    color: #037bb8;
    padding-left: 18px;
    margin-bottom: 30px;
    background: url('../img/icoHeaderDot.png') no-repeat left center;
}



#mainWrapper {
    display: block;
    margin: 20px auto;
    width: 960px;
}

/* Header */

#mainWrapper #headerWrapper {
    float: left;
    width: 960px;
    height: 80px;
    border-bottom: 2px solid #408fd4;
}

#mainWrapper #bannerWrapper {
    float: left;
    width: 960px;
    margin: 10px 0px;
    background-color: #e7e7e7;
}

/* Content */

#mainWrapper #contentWrapper {
    float: left;
    width: 960px;
    text-align: justify;
}
    

/* Footer */

#mainWrapper #footerWrapper {
    float: left;
    width: 958px;
    height: 154px;
    margin-top: 30px;
    background: url('../img/bgFooter.png');
    border-left: 1px solid #eaebeb;
    border-right: 1px solid #eaebeb;
    color: #959A9E;
}

#mainWrapper #footerWrapper #footerTop {
    float: left;
    width: 960px;
    height: 104px;
}

#mainWrapper #footerWrapper #footerTop #partOne {
    width: 200px;
    height: 74px;
    float: left;
    padding: 15px;
    padding-top: 0px;
}

#mainWrapper #footerWrapper #footerTop #partTwo {
    width: 350px;
    height: 74px;
    float: left;
    padding: 15px;
    padding-top: 0px;
}

#mainWrapper #footerWrapper #footerTop #partThree {
    width: 276px;
    height: 74px;
    float: left;
    padding: 15px;
    border-left: 1px solid #eaebeb;
    padding-top: 0px;
}

#mainWrapper #footerWrapper #footerBottom {
    float: left;
    width: 957px;
    height: 80px;
    border-left: 1px solid #eaebeb;
    border-right: 1px solid #eaebeb;
}

#mainWrapper #footerWrapper #footerBottom #languages {
    width: 457px;
    float: left;
    padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#mainWrapper #footerWrapper #footerBottom #languages a {
    font-size: 11px;
    color: #000000;
    text-decoration: none;
    border-left: 1px solid #A6ABAF;
    padding-left: 8px;
    margin-left: 15px;
}

#mainWrapper #footerWrapper #footerBottom #none a {
    color: none;
    text-decoration: none;
    font-weight: none;
    float: right;
    padding-right: 0px;
    padding-left: 0px;
    margin-left: 0px;
    background: none;
    border-left: 0px;
}

#mainWrapper #footerWrapper #footerBottom #languages a:hover, #mainWrapper #footerWrapper #footerBottom #languages a:focus {
    text-decoration: underline;
}

#mainWrapper #footerWrapper #footerBottom #copyright {
    width: 350px;
    float: left;
    padding: 19px 0px 0px 0px;
}
    
#mainWrapper #footerWrapper #footerBottom #madeby {
    width: 150px;
    float: left;
    padding: 15px 0px 0px 0px;
}

#mainWrapper #footerWrapper #footerBottom #madeby #madebyLogo {
    width: 79px;
    height: 25px;
    display: block;
    float: right;
    margin-right: 20px;
    background: url('../img/avigraf_strony_www.png');
}

#mainWrapper #footerWrapper #footerBottom #madeby #madebyLogo span {
    position: absolute;
    left: -10000px;
    width: 100px;
}


/* Menu */

#menu {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    float: right;
    margin-top: -13px;
    height: 20px;
}

#menu li {
    float: left;
    margin: 0px 5px;
}

#menu li a {
    display: block;
    padding: 5px 15px;
    color: #7E7E7E;
    text-decoration: none;
}

#menu li a:hover, #menu li a:focus {
    color: #408fd4;
}



#menu li a.selected {
    border-top: 2px solid #408fd4;
    border-right: 1px solid #408fd4;
    border-left: 1px solid #408fd4;
    border-bottom: 2px solid #ffffff;
}


/* homepage */

#homepage {
    float: left;
    width: 918px;
    border: 1px solid #dbdbdb;
    padding: 20px;
}

#homepage #newList {
    float: left;
    width: 247px;
    padding: 10px 10px;
    margin-right: 20px;
    background: url('../img/bgNewsList.png') no-repeat top;
}

#homepage #offer {
    float: right;
    width: 607px;
    padding-top: 10px;
    padding-left: 20px;
    border-left: 1px solid #e0e2e5;
}



.newsShort {
    margin-bottom: 30px;
}

.newsShort a {
    color: #7e7e7e;
    text-decoration: none;
}

.newsShort a:hover, #homepage .newsShort a:focus {
    color: #408fd4;
}

.newsShort .date {
    font-weight: bold;
}

.newsShort .short {
    
}

a.offerBox {
    float: left;
    width: 275px;
    height: 156px;
    color: #000000;
    text-align: left;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
    position: relative;
    margin: 13px;
}

a.offerBox:hover, a.offerBox:focus {
    text-decoration: underline;
}

a.offerBox span {
    float: left;
    width: 87px;
    position: absolute;
    bottom: 15px;
    left: 15px;
}

/* subpage */

#subpage {
    float: left;
    width: 920px;
    padding: 20px;
}

#subpage #submenu {
    float: left;
    width: 270px;
    margin-right: 20px;
}

#subpage #content {
    float: left;
    width: 608px;
    padding-left: 20px;
    position: relative;
}

#subpage #content h2.headerDotBig {
    width: 500px;
    text-align: left;
}

#subpage #content.print {
    width: 900px;
}

#subpage #content #text {
    margin-left: 18px;
    color: #000000;
}


/* icons */

#toolIcons {
    width: 70px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.iconTellFriend {
    float: left;
    width: 21px;
    height: 21px;
    background: url('../img/iconTellFriend.gif') no-repeat;
    margin: 0px 5px;
}

.iconTellFriend span {
    position: absolute;
    left: -10000px;
    width: 100px;
}

.iconPrint {
    float: left;
    width: 21px;
    height: 21px;
    background: url('../img/iconPrint.gif') no-repeat;
    margin: 0px 5px;
}

.iconPrint span {
    position: absolute;
    left: -10000px;
    width: 100px;
}


/* Breadcrumbs */

#breadcrubms {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 0px;
    padding-top: 3px;
    padding-left: 17px;
    height: 20px;
    margin: 0px 20px;
    background: url('../img/icoHeaderDotGrey.png') no-repeat left center;
}

#breadcrubms a {
    color: #7E7E7E;
    font-size: 12px;
    text-decoration: none;
}

#breadcrubms a.current {
    color: #408fd4;
}

#breadcrubms a:hover, #breadcrubms a:focus {
    text-decoration: underline;
}




/* Forms */

.form {
    text-align: left;
}

.form input.searcher {
    border: 1px solid #d3d3d3;
    padding: 2px;
    width: 180px;
}

.form label {
    font-weight: bold;
}

.form .input {
    float: left;
    width: 195px;
}

.form .submit {
    float: left;
    margin-top: 16px;
}


.form input.button {
    color: #ffffff;
    font-size: 11px;
    padding: 1px 10px;
    border: 1px solid #ccdeed;
    background: url('../img/bgButton.png') repeat-x;
}

.fStandard .line {
    margin: 3px 0px;
}

.fStandard label {
    float: left;
    width: 100px;
    text-align: right;
    padding: 0px 5px;
}

.fStandard input.text {
    border: 1px solid #d3d3d3;
    padding: 2px;
    width: 180px;
}

.fStandard textarea {
    border: 1px solid #d3d3d3;
    padding: 2px;
    width: 280px;
    height: 100px;
}

.fStandard input.submit {
    color: #ffffff;
    font-size: 11px;
    padding: 1px 10px;
    border: 1px solid #ccdeed;
    background: url('../img/bgButton.png') repeat-x;
}

.fStandard .oneBtn {
    text-align: center;
    margin-top: 20px;
}

.error-message {
    color: #ac2626;
    margin-left: 110px;
    padding-left: 10px;
    background: url('../img/arrowTop.gif') no-repeat left center;
}




/* submenu */

#submenu_box {
    background: url("../img/menu_side_bg.gif") repeat-x scroll left 1px #FFFFFF;
    border: 1px solid #DCDCDC;
    padding: 1px;
}

#submenu_box #header {
    padding: 16px 20px;
    border-bottom: 1px solid #DCDCDC;
}

#submenu_box h3 {
    padding-left: 18px;
    font-size: 17px;
    background: url('../img/icoHeaderDotGrey.png') no-repeat left center;
}

#submenu_box ul.submenu_list {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    text-align: left;
}

#submenu_box ul.submenu_list li {
    background: url("../img/menu_side_btn.gif") repeat-x;
    margin: 0px;
    padding: 0px;
}

#submenu_box ul.submenu_list li ul.submenu_list li {
    background:url("") repeat scroll 0 0 #FFFFFF;
    border-bottom:1px solid #DCDCDC;
    margin:0;
    padding:6px 0;
}

#submenu_box ul.submenu_list li a {
    background: url("../img/hint_6.gif") no-repeat scroll 27px center transparent;
    display: block;
    padding-left: 44px;
    padding-right: 10px;
    font-weight: bold;
    color: #7E7E7E;
    text-decoration: none;
    padding: 7px 0px;
    padding-left: 42px;
    border-bottom: 1px solid #DCDCDC;
}

#submenu_box ul.submenu_list li a.selected {
    background: url("../img/hint_6b.gif") no-repeat scroll 27px center transparent;
    color: #408fd4;
}

#submenu_box ul.submenu_list li a:hover, #submenu_box ul.submenu_list li a:focus {
  color: #408fd4;
}

#submenu_box ul.submenu_list li ul.submenu_list li a {
    background:url("") repeat scroll 0 0 transparent;
    font-weight: normal;
    color: #7E7E7E;
    text-decoration: none;
    padding: 0px 0px;
    padding-left: 42px;
    border-bottom: 0px solid #DCDCDC;
}

#submenu_box ul.submenu_list li ul.submenu_list li a.selected {
    color: #408fd4;
}

#submenu_box ul.submenu_list li ul.submenu_list li a:hover, #submenu_box ul.submenu_list li ul.submenu_list li a:focus {
  color: #408fd4;
}




ul.subarticles {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    line-height: 18px;
}

ul.subarticles li {
    padding-left: 10px;
    background: url('../img/icoTriangle.png') no-repeat left center;
}

ul.subarticles a {
    color: #7E7E7E;
    text-decoration: none;
}

ul.subarticles a:hover, ul.subarticles a:focus {
    color: #408fd4;
    text-decoration: none;
}





