﻿html {
 width: 100%;
 margin: 0;
}

body {
 width: 100%;
 margin: 0;
 font-family: verdana;
 font-size: 11px;
 text-align:center;
 background: black;
 color: white;
}
/* ============================================================ */

a {
 color: white;
 text-decoration: none;
}

a:hover {
 text-decoration: underline;
}

/* ============================================================ */

#top-menu {
 width: 966px;
 height: 49px;
 margin: 0 auto;
 text-align: left;
 background: url(img/menu/top-tlo.png) no-repeat top;
}


/* ============================================================ */

#blank-home {
 margin-left: 116px;
 width: 112px;
 height: 40px;
 border: 0;
}

#blank-ofirmie {
 margin-left: 26px;
 width: 70px;
 height: 40px;
 border: 0;
}

#blank-oferta {
 margin-left: 26px;
 width: 70px;
 height: 40px;
 border: 0;
}

#blank-galeria {
 margin-left: 22px;
 width: 75px;
 height: 40px;
 border: 0;
}

#blank-kontakt {
 margin-left: 20px;
 width: 80px;
 height: 40px;
 border: 0;
}

#blank-top {
 margin-left: 400px;
 margin-top: 40px;
 width: 280px;
 height: 80px;
 border: 0;
}

/* ============================================================ */

#top {
 width: 766px;
 height: 231px;
 margin: 0 auto;
 background: url(img/top.jpg) no-repeat top;
}

/* ============================================================ */

.srodek {
 width: 766px;
 height: 395px;
 margin: 0 auto;
 text-align: left;
 line-height: 18px;
}


#tekst {
 padding-left:20px;
 padding-top:60px;
 width: 475px;
 color: #dddddd;
}


#home {
 background: url(img/home.jpg) no-repeat top;
}

#ofirmie {
 background: url(img/o_firmie.jpg) no-repeat top;
}

#oferta {
 background: url(img/oferta.jpg) no-repeat top;
}

#galeria {
 background: url(img/galeria.jpg) no-repeat top;
}

#kontakt {
 background: url(img/kontakt.jpg) no-repeat top;
}

/* ============================================================ */

#footer {
 width: 766px;
 height: 40px;
 margin: 0 auto;
 background: url(img/footer.png) no-repeat top;
 text-align: left;
}

