﻿
body /* usuniecie ]> z początku strony */ { margin-top:-1.2em !IMPORTANT; } 

/* DEFAULT LAYOUT ELEMENTS----------------------------------
----------------------------------------------------------*/

html, body
{
    height: 100%;
    width: 100%;
    background-color: #D9D9D9 !important; /*Ustawia permanentnie kolor tła dla strony Default.aspx*/
}

/* PRIMARY LAYOUT ELEMENTS----------------------------------   
----------------------------------------------------------*/

#Wrapper
{
    width: 100%;
    height: auto;
    top: 0px;
    left: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 30;
}

#Contact
{
    height: 111px;
    width: 27px;
    background-color: #00a1e4;
    position: absolute;
    top: 230px;
    left: 0px;
    background-image: url(../../../Images/Intro/button_contact.jpg);
    background-repeat: no-repeat;
}

#FooterInclude
{
    width: 100%;
    height: 142px;
    background-image: url('../../../Images/Intro/footer_up_flores.jpg');
    background-position: right;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 73px;
    right: 0px;
    z-index: 5;
}

#Footer
{
    width: 100%;
    height: 73px;
    background-color: #00a1e4 !important;
    background-image: url('../../../Images/Intro/footer_down_flores.jpg');
    background-position: right;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

/* CONTENT LAYOUT ELEMENTS----------------------------------
----------------------------------------------------------*/

/*      ***Wrapper(poczatek)***     */

#contentIntro
{
    margin: 0px auto 0px auto;
    width: 716px;
}

/*      ***Wrapper(koniec)***     */

/* LAYOUT ELEMENTS IN CONTENT-------------------------------
----------------------------------------------------------*/

/*      ***contentIntro(poczatek)***     */

#headerIntro
{
    margin: 0px 0px 0px 0px;
    width: 716px;
    height: 129px;
    background-image: url(../../../Images/Intro/logo_intro.jpg);
}

#panelIntro
{
    margin: 0px auto 0px auto;
    width: 716px;
    height: 296px;
    background-image: url(../../../Images/Intro/background_intro2.png);
    background-color: transparent !important;
    position:absolute;
    z-index:1000;
}

/*      ***contentIntro(koniec)***     */

/* CONTENT LAYOUT ELEMENTS 
----------------------------------------------------------*/

/*Stylizacja formularza funduszy (poczatek)*/
#panelIntro div
{
    width: 358px;
    height: 296px;
    float: left;
    background-color: transparent !important;
    color: White;
    font-weight: normal;
    text-align: center;
    cursor: pointer;
}

#panelIntro div h1
{
    color: White;
    font-weight: normal;
    padding: 85px 0px 0px 0px;
    font-size: 24px;
}

#panelIntro div h2
{
    color: White;
    font-weight: normal;
    padding: 0px 0px 0px 0px;
    font-size: 56px;
}

#panelIntro div p
{
    padding: 30px 0px 0px 20px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
}

.buttonPanelIntro
{
    margin: 35px 0px 0px 20px;
    padding: 0px;
}

.linkPanelIntro:link, .linkPanelIntro:visited, .linkPanelIntro:active
{
    text-decoration: none;
    color: #00a1e4;
    font-size: 12px;
}

.linkPanelIntro:hover
{
    text-decoration: underline;
    color: #00a1e4;
}
/*Stylizacja formularza funduszy (koniec)*/

/*Stylizacja stopki (poczatek)*/
#Footer .text p
{
    margin: 0px;
    padding: 2px 0px 0px 20px;
    color: #92c5eb;
}

#Footer .text 
{
    width: 1100px;
    height: 73px;
    padding-top: 11px;
}
/*Stylizacja stopki (koniec)*/
