/* AULIN bmoll */
/*             */
/*                                                                    ogolne  */
/* ---------------------------------------------------------------------------*/

body { margin: 10px 0px 10px 0px; background-color: #0099CC; }
img { border: 0px; }
a { text-decoration: underline; font-weight: normal; color: white; }

.Keywords
{
    color: #0099CC;
}

.ContMain
{
    border: 0px solid red;
    width: 780px;
    height: 500px;
    position: relative;
    text-align: center;
    margin: auto;
    padding: auto;
}

.ContTop
{
    border: 0px solid black;
    width: 780px;
    position: absolute;
    left: 0px; top: 0px;
    text-align: center;
    margin: auto;
    padding: auto;
}
.ContMenu
{
    border: 0px solid black;
    width: 200px;
    position: absolute;
    left: 2px; top: 80px;
    text-align: left;
    margin: auto;
    padding: auto;
}
.ContContent
{
    border: 0px solid black;
    width: 560px;
    position: absolute;
    left: 220px; top: 80px;
    text-align: center;
    margin: auto;
    padding: auto;
}
.ContBottom
{
    border: 0px solid black;
    width: 780px;
    position: absolute;
    left: 0px; bottom: 0px;
    text-align: center;
    margin: auto;
    padding: auto;
}

/*                                                                      menu  */
/* ---------------------------------------------------------------------------*/

.MenuOption
{
    border: 0px solid black;
    width: 200px;
    height: 20px;
    position: relative;
    text-align: left;
    margin: auto;
    padding: auto;
}

.MenuAnchor
{
    font: normal normal bold 15px arial;
    color: #FFFFCC;
    text-decoration: none;
}
.MenuAnchor:visited { color: #FFFFCC }
.MenuAnchor:hover { color: #FFCC33 }

/*                                                                     tekst  */
/* ---------------------------------------------------------------------------*/

.Text
{
    font: normal normal normal 12px arial;
    color: white;
    text-align: justify;
}

.Title
{
    font: normal normal bold 17px arial;
    color: white;
}

.Big
{
    font: normal normal bold 14px arial;
    color: white;
    text-decoration: underline;
}

.Table
{
    font: normal normal normal 12px arial;
    color: white;
    border: 1px solid white;
    text-align: center;
}

