/* reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    font-family: inherit; font-style: inherit; font-weight: inherit;
    font-size: inherit; line-height: inherit;
	margin: 0; padding: 0; border: 0; outline: 0;
	color: inherit; background: transparent;
    vertical-align: baseline; text-decoration: none;
}

b, strong           { font-weight: bold; }
i, em               { font-style: oblique; }
ins                 { text-decoration: none; }
del                 { text-decoration: line-through; }

/* layout */

body {
    background-color: #feffc4;
    margin: 1em 0;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
}

#wrapper {
    width: 818px;
    margin: 0 auto;
    background: #fff url(../img/bg-wrapper.png) repeat-y top center;
}

#header {
    background: transparent url(../img/bg-header.png) no-repeat top center;
    padding: 6px 11px 0 7px;
}
#header h1 {
    display: none;
}

#content {
    background: transparent url(../img/bg-content.png) no-repeat top center;
    padding: 7px 11px 0 7px;
}

#footer {
    background: transparent url(../img/bg-footer.png) no-repeat bottom center;
    padding: 10px 11px 22px 7px;
    text-align: center;
    color: #336;
}

#logo {
    position: absolute;
    z-index: 1000;
    margin-left: 25px;
}

#menu {
    margin: 0;
    background: #888 url(../img/header-01.jpg) no-repeat center center;
    list-style: none;
    text-align: center;
    padding-top: 252px;
    height: 28px;
}
#menu.v1 { background-image: url(../img/header-01.jpg); }
#menu.v2 { background-image: url(../img/header-02.jpg); }
#menu.v3 { background-image: url(../img/header-03.jpg); }
#menu.v4 { background-image: url(../img/header-04.jpg); }
#menu li {
    margin-right: 25px;
    display: inline-block;
}
#menu a {
    background: transparent url(../img/kropka-nieb.png) no-repeat center left;
    text-decoration: none;
    display: block;
    line-height: 28px;
    font-size: 11px;
    color: #691015;
    padding-left: 15px;
}
#menu a:hover {
    background-image: url(../img/kropka-czer.png);
}

#main {
    margin: 20px 50px;
}

/* style */

a img { border: none; }
h1, h2, h3, h4, h5, h6 { margin: 0.75em 0 0.5em; color: #691015; }
h1,h3,h5 { font-weight: bold; }
h2,h4,h6 { font-weight: normal; }
h1,h2 { font-size: 1.50em; }
h3,h4 { font-size: 1.25em; }
h5,h6 { font-size: 1.10em; }

p { margin-bottom: 1em; }
ul { list-style-type: disc; }
ol { list-style-type: decimal; }
ul, ol { margin-left: 2em; }
p, ul, ol { line-height: 1.5em; text-align: justify; color: #2b2b2b; }

div.duo-col { }
div.duo-col .col-1 { vertical-align: top; display: inline-block; width: 47%; margin-right: 5%; }
div.duo-col .col-2 { vertical-align: top; display: inline-block; width: 47%; }

div.tri-col { }
div.tri-col .col-1 { vertical-align: top; display: inline-block; width: 30%; margin-right: 4%; }
div.tri-col .col-2 { vertical-align: top; display: inline-block; width: 30%; margin-right: 4%; }
div.tri-col .col-3 { vertical-align: top; display: inline-block; width: 30%; }
