﻿BODY {
    color: #ffffff;
    background-color: #3e3e3e;
    margin: 0px;
    padding: 0px;
    font-family: "Lucida Sans Unicode" , Arial, Helvetica, sans-serif;
    font-size: medium;
}
A:link {
    color: #ffffff;
}
A:visited {
    color: #eeeeee;
}
A:hover {
    color: #ffff00;
}
A IMG {
    border: solid 1px #ffffff;
}
H1 {
    font-size: 280%;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    color: #a8a8a8;
}
H2 {
    color: #a8a8a8;
    font-weight: normal;
    font-size: 200%;
}
TABLE.photolist TR {
    vertical-align: top;
}
TABLE.photolist TH {
    padding-right: 1ex;
    padding-bottom: 1ex;
}
DIV#wrapper {
    background-color: #252525;
    margin: 50px auto 50px auto;
    border: solid 2px #ffffff;
    width: 770px;
    background-image: url(../gfx/konik.gif);
    background-position: right top;
    background-repeat: no-repeat;
}
DIV#header {
    margin: 30px 280px 0px 30px;
}
DIV.mainmenu {
    font-weight: bold;
    background-image: url(../gfx/sq_red.gif);
    background-repeat: no-repeat;
    background-position: left center;
    padding: .5ex 0ex .5ex 25px;
}
DIV.mainmenu A {
    text-decoration: none;
}
DIV.submenu A {
    background-image: url(../gfx/sq_grey.gif);
    background-repeat: no-repeat;
    background-position: left center;
    padding: .5ex 0ex .5ex 25px;
    margin-right: 1ex;
    text-decoration: none;
}
DIV#content {
    margin: 0px 30px 0px 30px;
}
DIV#copyright {
    font-size: 60%;
    margin: 1ex;
    text-align: right;
    color: #666666;
}
DIV#copyright A {
    color: #666666;
}
