:link { color: #000000; }
:visited { color: #000000; }
img 
{   
    margin-right: 10px; margin-bottom: 2px;
}

td 
{ 
    vertical-align: bottom; 
    padding: 5px;
}

.head
{
    background-color: #eeeeff;
}
tr.head td
{
    padding: 10px;
    vertical-align: bottom; 
}

table
{
    max-width: 102400px;
    width: 800px;
}

/* TEST */
body
{
    /* background: white url("../TEMPLATES/bg.jpg");
    background-position: left;
    background-repeat: repeat-y;
    background-attachment: scroll;
    */
}

.content
{
    background-color: #eeeeff;
    text-align: center;
    padding: 5px;
    border: 1px solid #ccccdd;
    /*
    filter: alpha(opacity=40);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
    -moz-opacity: 0.40;
    opacity:0.4;
    */
}

.bild, a:hover img
{
    filter: alpha(opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -moz-opacity: 1.00;
    opacity: 1;
    z-index: 1;
}

.text
{
    text-align: left;
}

