#mainouter {
    width: 816px;
    border: 1px solid silver;
    position: relative;
}
#mainlogoouter {
    width: 816px;
    height: 76px;
    margin-top: 10px;
}
#mainlogo {
    background-image: url(gfx/mainlogo.gif);
    background-repeat: norepeat;
    width: 688px;
    height: 63px;
    margin: 0px 64px 0px 64px;
}
#menu {
    width: 816px;
    height: 63px;
    background-image: url(gfx/menu1_02.gif);
    background-repeat: repeat-x;
}
#m1, #m2, #m3, #m4, #m5, #m6 {
    height: 63px;
    background-repeat: norepeat;
    display: block;
    position: absolute;
    z-index: 10;
}
#m1 {
    width: 114px;
    background-image: url(gfx/menu1_03.gif);
    left: 300px;
}
#m1:hover {
    background-image: url(gfx/menu2_03.gif);
}
#m2 {
    width: 112px;
    background-image: url(gfx/menu1_04.gif);
    left: 408px;
}
#m2:hover {
    background-image: url(gfx/menu2_04.gif);
}
#m3 {
    width: 107px;
    background-image: url(gfx/menu1_05.gif);
    left: 519px;
}
#m3:hover {
    background-image: url(gfx/menu2_05.gif);
}
#m4 {
    width: 89px;
    background-image: url(gfx/menu1_06.gif);
    left: 519px;
    visibility: hidden;
}
#m4:hover {
    background-image: url(gfx/menu2_06.gif);
}
#m5 {
    width: 104px;
    background-image: url(gfx/menu1_07.gif);
    left: 618px;
}
#m5:hover {
    background-image: url(gfx/menu2_07.gif);
}
#m6 {
    width: 87px;
    background-image: url(gfx/menu1_08.gif);
    left: 712px;
}
#m6:hover {
    background-image: url(gfx/menu2_08.gif);
}
#preloadframe {
    display: none;
}
#mainframe {
    width: 816px;
    height: 420px;
    position: relative;
}
#indeximage
{
    position: absolute;
    right: 0;
}
#feet {
    width: 816px;
    height: 23px;
    background-image: url(gfx/feet.gif);
    background-repeat: repeat-x;
}
#textmenu
{
    font-family: Verdana, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    color: gray;
}
a {
    color: gray;
}
a:hover {
    color: silver;
}
#innerframe
{
    border: 1px solid green;
    margin: 0px 40px 0 20px;
    background-color: #f3f5ea;
    position: absolute;
    left: 10px;
    top: 46px;
    width: 694px;
    padding: 25px;
    text-align: left;
    font: 12px Verdana;
}
#shadow
{
    margin: 0px 40px 0 20px;
    background-color: #dddddd;
    position: absolute;
    left: 5px;
    top: 51px;
    width: 744px;
}
#rcorner
{
    background-image: url(gfx/rcorner.jpg);
    width: 245px;
    height: 291px;
    position: absolute;
    right: 39px;
    top: -4px;
}
#header
{
    position: absolute;
    top: -19px;
    left: 40px;
}
li {
    list-style-image: url(gfx/punkt.gif);
}
#line
{
    display: none;
}
h1
{
    font-size: 20px;
    font-family: Verdana;
    font-weight: bold;
}
.subtitle, .author, .date
{
    font-size: 12px;
    font-family: Verdana;
}
#feedback
{
  padding-left: 100px;
  padding-top: 50px;
}
