﻿body
{
	background: #000000;
    font-family: Arial, Helvetica, sans-serif;
/*    font-size: medium;*/
    font-weight: normal;
    font-style: normal;
    color: #A6A6A6;
}

div#flashcontent { height:100%; }

img#show
{
    max-width: 300px;
    max-height: 300px;
    width: auto;
    height: auto;
}

img 
{
    max-width: 300px;
    max-height: 300px;
    width: auto;
    height: auto;
}
img#popup
{
    max-width: 600px;
    max-height: 600px;
    width: auto;
    height: auto;
}

    
a { color:#A6A6A6; }
a:visited { color: #A6A6A6; }
a:hover
{
    font-weight:bold;
    font-style:italic;
    color: white;
}

table
{
    empty-cells: show;
    border-spacing: 1px;
    border-collapse: collapse;
}
tr { border-collapse: collapse; }
th
{
    text-align: left;
    padding-right: 5px;
    padding-left: 5px;
}
td
{
    border-width: thin;
    border-style: none;
    table-layout: auto;
    caption-side: top;
    border-collapse: collapse;
    padding-right: 5px;
    padding-left: 5px;
}

.footer
{
    padding: 10px;
    font-size: xx-small;
    text-align: center;
    vertical-align:bottom;
}

.counter
{
    padding: 10px;
    font-size: x-small;
    text-align: right;
    vertical-align: bottom;
}

.header
{
    height: 50px;
    font-size: xx-large;
    text-align: center;
    vertical-align: middle;
    background-image: url(logo.png);
    background-position: right;
    background-repeat: no-repeat;
}

.menu
{
    border-style: none;
    text-align: right;
    vertical-align: middle;
    font-size: small;
}

.submenu
{
    font-size: small;
    border-spacing: 0px;
    border-style: none;
    width: 120px;
    text-align: center;
    background-color: #343434;
}

.contentcell
{
    font-size: small;
    padding: 15px;
    vertical-align: text-top;
    width : 100%;
    height: 600px;
    min-height: 600px;
}

.menucell
{
    width: 140px;
    border-style: none;
    vertical-align: top;
}
.imagecell
{
    width : auto;
    vertical-align: top;
    max-width: 300px;
}
.titel
{
    font-size: x-large;
    text-align: left;
    vertical-align:top;
    font-style: italic;
}
.bold { font-weight: bold; }

.error
{
    font-weight: bold;
    color: Red;
}