﻿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;
    text-decoration: none;
}
A:visited {
    color: #eeeeee;
    text-decoration: none;
}
A:hover {
    color: #ffff00;
    text-decoration: none;
}
H1 {
    font-size: 280%;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    color: #a8a8a8;
}

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 30px 30px;
    text-align: right;
}
DIV#tagline {
    font-size: 80%;
    letter-spacing: .2ex;
}
DIV#content {
    margin: 0px 30px 0px 30px;
    background-image: url(../gfx/sign.gif);
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-left: 200px;
}
DIV#copyright {
    font-size: 60%;
    margin: 1ex;
    text-align: right;
    color: #666666;
}
DIV#copyright A {
    color: #666666;
}
UL.menu {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
UL.menu LI {
    background-image: url(../gfx/sq_grey.gif);
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 130%;
    line-height: 200%;
    padding-left: 25px;
}
LI.red {
    background-image: url(../gfx/sq_red.gif) !important;
}
LI.red A:hover {
    color: Red;
}
LI.green {
    background-image: url(../gfx/sq_green.gif) !important;
}
LI.green A:hover {
    color: Green;
}
LI.yellow {
    background-image: url(../gfx/sq_yellow.gif) !important;
}
LI.yellow A:hover {
    color: Yellow;
}
LI.blue {
    background-image: url(../gfx/sq_blue.gif) !important;
}
LI.blue A:hover {
    color: Blue;
}
LI.orange {
    background-image: url(../gfx/sq_orange.gif) !important;
}
LI.orange A:hover {
    color: Orange;
}
LI.langcs {
    background-image: url(../gfx/sq_cs.gif) !important;
}
LI.langen {
    background-image: url(../gfx/sq_en.gif) !important;
}
