/* wersja 20141128 TRANSPARENT */


@font-face {
    font-family: 'FrontPage Pro Light';
    src: url('fonts/frontpage-pro-light-webfont.eot');
    src: url('fonts/frontpage-pro-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/frontpage-pro-light-webfont.woff') format('woff'),
         url('fonts/frontpage-pro-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FrontPage Pro Light';
    src: url('fonts/frontpage-pro-lightitalic-webfont.eot');
    src: url('fonts/frontpage-pro-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/frontpage-pro-lightitalic-webfont.woff') format('woff'),
         url('fonts/frontpage-pro-lightitalic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'FrontPage Pro';
    src: url('fonts/frontpage-pro-regular-webfont.eot');
    src: url('fonts/frontpage-pro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/frontpage-pro-regular-webfont.woff') format('woff'),
         url('fonts/frontpage-pro-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FrontPage Pro';
    src: url('fonts/frontpage-pro-italic-webfont.eot');
    src: url('fonts/frontpage-pro-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/frontpage-pro-italic-webfont.woff') format('woff'),
         url('fonts/frontpage-pro-italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'FrontPage Pro';
    src: url('fonts/frontpage-pro-medium-webfont.eot');
    src: url('fonts/frontpage-pro-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/frontpage-pro-medium-webfont.woff') format('woff'),
         url('fonts/frontpage-pro-medium-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'FrontPage Pro';
    src: url('fonts/frontpage-pro-mediumitalic-webfont.eot');
    src: url('fonts/frontpage-pro-mediumitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/frontpage-pro-mediumitalic-webfont.woff') format('woff'),
         url('fonts/frontpage-pro-mediumitalic-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'FrontPage Pro Heavy';
    src: url('fonts/frontpage-pro-heavy-webfont.eot');
    src: url('fonts/frontpage-pro-heavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/frontpage-pro-heavy-webfont.woff') format('woff'),
         url('fonts/frontpage-pro-heavy-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FrontPage Pro Heavy';
    src: url('fonts/frontpage-pro-heavyitalic-webfont.eot');
    src: url('fonts/frontpage-pro-heavyitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/frontpage-pro-heavyitalic-webfont.woff') format('woff'),
         url('fonts/frontpage-pro-heavyitalic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'FrontPage Pro Caps Light';
    src: url('fonts/frontpage-pro-caps-light-webfont.eot');
    src: url('fonts/frontpage-pro-caps-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/frontpage-pro-caps-light-webfont.woff') format('woff'),
         url('fonts/frontpage-pro-caps-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FrontPage Pro Caps';
    src: url('fonts/frontpage-pro-caps-regular-webfont.eot');
    src: url('fonts/frontpage-pro-caps-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/frontpage-pro-caps-regular-webfont.woff') format('woff'),
         url('fonts/frontpage-pro-caps-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
width: 820px;
direction: ltr;
background-color: transparent;
font-family: "FrontPage Pro";
text-align: left;
color: black;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:active {
    text-decoration: underline;
}

a:hover {
    color: white;
    text-decoration: underline;
}

a[href$=".pdf"]{
     background: url(gfx/adb-acrobat_16w.png) no-repeat;
     padding-left: 24px;
}

a[href$=".zip"]{
     background: url(gfx/zip.png) no-repeat;
     padding-left: 24px;
}

h1 {
font-family: "FrontPage Pro";
font-size: xx-large;
line-height: normal;
color: blue;
font-style: normal;
text-transform: none;
text-align: left;
font-weight: bold;
}

h2 {
font-family: "FrontPage Pro";
font-weight: normal;
font-style: normal;
text-transform: none;
text-align: left;
font-size: x-large;
line-height: normal;
color: blue;
}

h3 {
font-size: large;
line-height: normal;
color: blue;
font-family: "FrontPage Pro";
font-style: normal;
font-weight: normal;
text-transform: none;
text-align: left;
}

hr {
width: 100%;
height: 2px;
}





