
/* FONTS */
div#menuButtons {
    font-family: Arial;
    text-transform: uppercase;
    padding-top: 1em;
    font-size: 0.8em;
}

/* COLORS */
html, body {
    color: #FFFFFF;
    background-color: #dcdcdc; 
}
div#logo {
    background-color: #000000;
}
div#pageWrapper {
    background-color: #000000;
}

/* LINKS */
div#menuButtons a:link, div#menuButtons a:visited {
    text-decoration: none;
    color: #FFFFFF;
}
div#menuButtons a:hover {
    text-decoration: underline;
}

/* REST */

html, body {
    background-image: url(../style/graphics/tlo_linia.jpg);
    background-color: #c1d0cf;
    background-position: center top;
    background-repeat: repeat-y;
}

/* logo */
div#logo {
    position: absolute;
    bottom: 35px; left: 20px;
}
h1 {
    width: 405px;
    height: 125px;
}

/* page wrapper */
div#pageWrapper {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 778px;
    height: 572px;
    margin-top: 30px;
    background-color: #000000;
}


/* menu */
div#menu {
    position: absolute;
    left: 134px; top: 90px;
}
div#menuButtons {

}
div#menuButtons ul li {
    margin-bottom: 2.5em;
}

/* photo div */
div#photo {
    position: absolute;
    right: 30px; top: 18px;
    
    background-image: url('../style/graphics/glowna-kuchnia.jpg');
    width: 232px;
    height: 533px;
}


/* bottom gap */
div#bottomGap {
    height: 3em;
}

/* basic, general setup */
html, body {
    margin: 0;
    padding: 0;
}
hr {
    display: none;
}
h1 {
    margin: 0;
    padding: 0;
}
ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}
li {
    display: block;
    margin: 0;
    padding: 0;
}
div {
    margin: 0;
    padding: 0;
}


/* JUNK */

