
/* FONTS */
div#menuButtons {
    font-family: Arial;
    text-transform: uppercase;
    padding-top: 1em;
    font-size: 0.8em;
}

div#textAtLeft {
    font-family: Arial;
    color: #b0b0b0;
    font-size: 0.8em;
}

/* COLORS */
html, body {
    color: #FFFFFF;
    background-color: #dcdcdc; 
}
div#logo {
    background-color: #000000;
}
div#pageWrapper {
    background-color: #000000;
}
div#mainPartWrapper {
    background-color: #1a1a1a;
}

/* LINKS */
div#menuButtons a:link, div#menuButtons a:visited {
    text-decoration: none;
    color: #FFFFFF;
}
div#menuButtons a:hover {
    text-decoration: underline;
}
div#textAtLeft a:link, div#textAtLeft a:visited {
    text-decoration: underline;
    color: #FFFFFF;
}
div#textAtLeft p a:hover {
    text-decoration: underline;
}

/* REST */

html, body {
    background-image: url(graphics/tlo_linia.jpg);
    background-color: #c1d0cf;
    background-position: center top;
    background-repeat: repeat-y;
}

/* logo */
div#logo {
    position: absolute; top: 20px; left: 0;
    width: 482px;
    height: 125px; /* height of logo image */
}
h1 {
    width: 405px;
    height: 125px;
}

/* page wrapper */
div#pageWrapper {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 778px;
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 4em;
}


/* menu */
div#menu {
    float: left;
    width: 203px;
    padding-top: 125px; /* height of logo */
    background-image: url('graphics/line.jpg');
    background-position: top: left;
    background-repeat: repeat-y;
}
div#menuButtons {
    margin-left: 47px;
}
div#menuButtons ul li {
    margin-bottom: 2.5em;
}
div#menuVerticalLineEnd {
    width: 45px;
    height: 38px;
    margin-top: 1em;
    background-image: url('graphics/lineEnd.jpg');
    background-position: top left;
    background-repeat: no-repeat;
}

/* main part wrapper */
div#mainPartWrapper {
    margin-left: auto;
    margin-right: 46px;
    width: 526px;
    min-height: 487px; /* height of photo at right */
}
div#photoAtRightPlace {
    float: right;
    width: 246px;
    margin-bottom: 0.5em;
    margin-left: 0.5em;
}
div#photoAtRight{
    width: 193px;
    height: 487px;  /* height of photo in background */
    margin-left: auto;
    margin-right: auto;
    background-image: url(graphics/ofirmie-kuchnia.jpg);
    background-position: center;
}
div#textAtLeft {
    padding-top: 140px; /* height of logo + 15px */
    margin-left: 26px;
    margin-right: 27px;
    padding-bottom: 2em;
}
p#textAtLeftLastParagraph {
    margin-bottom: 0;
}
div#bottomGap {
    height: 3em;
}

/* basic, general setup */
html, body {
    margin: 0;
    padding: 0;
}
hr {
    display: none;
}
h1{
    margin: 0;
    padding: 0;
}
h2 {
    margin-top: 1em;
    padding: 0;
    font-size: 1.5em;
}
h3 {
    font-size: 1.4em;
}
ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}
li {
    display: block;
    margin: 0;
    padding: 0;
}
div {
    margin: 0;
    padding: 0;
}
div.clearingDiv {
    clear: both;
}
span.clearingSpan {
    display: block;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    clear: both;
}


/* JUNK */


