﻿body
{
    position: relative;
    padding-top: 18em;
    padding-left: 10%;
}
a
{
    color: #0000FF;
}
a:hover
{
    color: #000000;
    background-color: #FFFFFF;
}
.centerpage
{
    position: absolute;
    left: 10%;
    top: 15em;
}
.frontlink
{
    color: Teal;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: x-large;
    font-weight: bold;
    text-decoration: none;
    border-bottom-style: none;
}
.frontlinkself
{
    color: Teal;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: x-large;
    font-weight: bold;
    text-decoration: none;
    border-bottom-style: none;
}

.fronttext
{
    color: Navy;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: small;
    width: 50%;
}
.dict_de
{
    color: Navy;
    background-color:#ffd700;
    font-family: 'Courier New' , Courier, Monospace;
    font-size: small;
}
.dict_ru
{
    color: Navy;
    background-color:#F0F000;
    font-family: 'Courier New' , Courier, Monospace;
    font-size: small;
}
h1
{
    font-family: 'Courier New' , Courier, Monospace;
    font-size: xx-large;
    color: #000000;
    font-weight: bold;
}
h2
{
    font-family: 'Courier New' , Courier, Monospace;
    font-size: x-large;
    color: #000000;
    font-weight: bold;
}
h3
{
    font-family: 'Courier New' , Courier, Monospace;
    font-size: large;
    color: #000000;
    font-weight: bold;
}
.frontruler
{
    border-top-style: solid;
    border-top-width: medium;
    border-top-color: #008080;
}
.impressum
{
    color: #808080;
    font-family: Arial, Helvetica, Sans-Serif;
    font-variant: normal;
    font-style: normal;
    font-weight: bold;
    font-size: x-small;
}
div.impressum
{
    position: fixed;
    height: 25px;
    right: 2px;
    bottom: 2px;
    width: 20em;
    text-align: right;
}
div.fr
{
    width: auto;
    height: auto;
    color: #FFCCFF;
    top: 0.25em;
    left: 7em;
    z-index: 2;
    position: absolute;
    font-size: 4em;
    font-family: 'Courier New' , Courier, Monospace;
}
div.ru
{
    width: auto;
    height: auto;
    color: #99CCFF;
    top: 1.25em;
    left: 2.5em;
    z-index: 3;
    position: absolute;
    font-size: 4em;
    font-family: 'Courier New' , Courier, Monospace;
}
div.en
{
    width: auto;
    height: auto;
    color: #99FF99;
    top: 0.5em;
    left: 0.5em;
    z-index: 1;
    position: absolute;
    font-size: 4em;
    font-family: 'Courier New' , Courier, Monospace;
}
div.de
{
    width: auto;
    height: auto;
    color: #660066;
    top: 0.75em;
    left: 4em;
    z-index: 4;
    position: absolute;
    font: 4em 'Courier New' , Courier, Monospace;
}
td.dict{
    width: auto;
    height: auto;
    color: #99CCFF;
    font-size: 4em;
    font-family: 'Courier New' , Courier, Monospace;
   }
.yellowback
        {
            font-weight: bold;
            background-color: #FFFF00;
        }