body {
    margin:0;
    padding:0;
    border:0;
    background: #EAEAEA;
    font-family: Verdana, Arial, sans-serif;
    font-size: 0.625em;
    color: #444;
    text-align: center;
}

div {
    margin: 0;
    padding: 0;
}

p {
    margin: 0 0 8px 0;
}

img {
    border: 0;
}

a, a:visited {
    color: #FF6600;
    text-decoration: none;
}

tags a, a:visited {
    color: #888888;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

ul {
    margin: 0 0 8px 17px;
    padding: 0;
    list-style-type: square;
}


/* Główny pojemnik */
div#Container {
    color: #444;
    background: #fff url(../../../../../img/bcg.gif) repeat-y;
    width: 688px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}

/* Top */
div#Top {
    position: relative;
    width: 688px;
    height: 257px;
    background: #FBFCFB url(../../../../../img/top.jpg) no-repeat;
}

/* Logo */
h1 {
    position: absolute;
    top: 37px;
    left: 24px;
    width: 135px;
    height: 40px;
    margin: 0;
    padding: 0;
}

/* Adres w topie */
div#Top address {
    position: absolute;
    top: 37px;
    right: 24px;
    text-align: right;
    font-style: normal;
}

/* IR */
span.replace {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/* Menu nawigacyjne */
ul#Menu {
    position: relative;
    width: 680px;
    height: 30px;
    background: #F7F8F8;
    border-bottom: 1px solid #999;
    margin: 0 4px;
    padding: 0;
    list-style-type: none;
}

ul#Menu li {
    position: relative;
    float: left;
    width: 136px;
    height: 30px;
    margin: 0;
    padding: 0;
}

ul#Menu li a {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 136px;
    height: 30px;
    color: #333;
    font-size: 1.2em;
    font-weight: bold;
    background: #F7F8F8;
    text-align: center;
}

ul#Menu li a:hover {
     background: #E8E9E9;
}

li#MenuOFirmie span {
    background: url(../../../../../img/menu-o-firmie.gif) no-repeat;
}

li#MenuOFirmie a:hover span {
    background: url(../../../../../img/menu-o-firmie-on.gif) no-repeat;
}

li#MenuOferta span {
    background: url(../../../../../img/menu-oferta.gif) no-repeat;
}

li#MenuOferta a:hover span {
    background: url(../../../../../img/menu-oferta-on.gif) no-repeat;
}

li#MenuAktualnosci span {
    background: url(../../../../../img/menu-aktualnosci.gif) no-repeat;
}

li#MenuAktualnosci a:hover span {
    background: url(../../../../../img/menu-aktualnosci-on.gif) no-repeat;
}

li#MenuKontakt span {
    background: url(../../../../../img/menu-kontakt.gif) no-repeat;
}

li#MenuKontakt a:hover span {
    background: url(../../../../../img/menu-kontakt-on.gif) no-repeat;
}

li#MenuLinki span {
    background: url(../../../../../img/menu-linki.gif) no-repeat;
}

li#MenuLinki a:hover span {
    background: url(../../../../../img/menu-linki-on.gif) no-repeat;
}

ul#Menu li ul {
    position: absolute;
    display: none;
    top: 30px;
    width: 152px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-bottom: 1px solid #999;
}

#Menu li>ul {
    top: auto;
    left: auto;
}

ul#Menu li:hover ul, ul#Menu li.over ul {
    display: block;
}

ul#Menu li li {
    position: relative;
    width: 150px;
    height: 22px;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    background: #F7F8F8;
}

ul#Menu li li a {
    display: block;
    width: 142px;
    height: 14px;
    padding: 4px;
    color: #333;
    font-size: 1em;
    font-weight: normal;
    text-align: left;
    background: #F7F8F8 url(../../../../../img/submenu-bcg.gif) top left no-repeat;
}

ul#Menu li li a:hover {
    text-decoration: none;
    background: #E8E9E9 url(../../../../../img/submenu-bcg-on.gif) top left no-repeat;
}
/* Koniec menu nawigacyjnego */

/* Sekcja z treścią */
div#Content {
    float: left;
    width: 648px;
    padding: 15px 20px;
}

.clear {
    clear: both;
}

/* Stopka */
div#Foot {
    width: 688px;
    height: auto;
    min-height: 20px;
    position: relative;
    clear: both;
    background: #656565 url(../../../../../img/foot-bcg.jpg) bottom center no-repeat;
    color: #fff;
    text-align: center;
    padding: 10px 0 9px 0;
}

div#Foot a {
    color: #fff;
}

div#Foot address {
    font-style: normal;
}

/* Logo IWS */
div#IWS {
    width: 688px;
    background: #EAEAEA;
    text-align: right;
    color: #999;
    font-weight: bold;
    padding: 2px 0 10px 0;
}

div#IWS a {
    color: #999;
}

div#IWS a:hover {
    text-decoration: none;
}

div#IWS img {
    margin-right: 20px;
}

/* Nagłówki */
h2 {
    margin: 0 0 10px 0;
    padding: 0;
    color: #8F7AB2;
    font-size: 1.4em;
}

h3 {
    margin-bottom: 8px;
    padding: 0;
    font-size: 1.1em;
}

h4 {
    margin: 0;
    padding: 0;
    font-size: 1em;
}

/* Formularze */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

input, textarea {
    background: #EBE8F2;
    border: 1px solid #8F7AB2;
    font: 1em Verdana, Arial, sans-serif;
    padding: 1px;
    
}

input {
    height: 14px;
    margin: 2px 0;
}

textarea {
    overflow: auto;
    margin: 2px 0;
}

label {
    display: block;
    float: left;
    padding: 3px 0;
    margin: 0;
}

form br {
    clear: left;
}

/* Obrazki */
div#Content img.left {
    float: left;            /* do lewej */
    margin: 0 10px 10px 0;
}

div#Content img.right {
    float: right;           /* do prawej */
    margin: 0 0 10px 10px;
}

/* Treść */

/* Strona główna - sekcja Witamy */
div#MainWitamy {
    width: 239px;
    float: left;
    margin-right: 15px;
}

/* Strona główna - sekcja Oferta */
div#MainOferta {
    width: 204px;
    float: left;
    padding: 0 15px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

/* Strona główna - sekcja Oferta */
div#Newsletter {
    width: 440px;
    float: left;

}

/* Strona główna - sekcja Newsletter */
div#MainNewsletter {
    width: 143px;
    float: left;
    margin-left: 15px
}

form#limonmail_miniform input#email {
    width: 135px;
    margin-bottom: 3px;
}

/* Podstrona Oferta */
ul.styl {
    list-style: url(../../../../../img/list-image.gif);
}

ul.styl li {
    margin-bottom: 8px;
}

ul.styl li ul {
    list-style: square;
}

ul.styl li ul li {
    margin-bottom: 0px;
}

/* Aktualności */
div.NewsList {
    clear: both;
    float: left;
    width: 648px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

span.Date {
    color: #8F7AB2;
}

/* Kontakt */

/* Formularz kontaktowy */
div#KontaktFormularz {
    width: 267px;
    float: left;
    margin-right: 15px;
}

form#FormularzKontaktowy label {
    width: 100px;
    text-align: right;
    margin-right: 10px;
}

form#FormularzKontaktowy input, form#FormularzKontaktowy textarea {
    width: 140px;
}    

form#FormularzKontaktowy input.button {
    width: 48px;
    float: right;
    margin-right: 13px;
}

/* Dane kontktowe */
div#KontaktDane {
    width: 350px;
    float: left;
    padding-left: 15px;
    border-left: 1px solid #ccc;
}

div#KontaktDane address {
    font-style: normal;
}

