﻿body
{
    background-color: #A22B1E;
    font-family: Arial, Sans-Serif;
    margin: 0px;
    color: #625656;
    font-size: 14px;
}

h1
{
    color: #625656;
     font-size: 20px;
    font-weight:bold;
}


.bild
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    display:block;
  
}

.bildlinks
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    margin-bottom : 20px;
     margin-top : 20px;
    margin-right   : 20px;
     text-align: left;
     float:left;
}

.bildrechts
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-left: 20px;
    
     float:right;
}

.spezlink
{
    color: #000000;
    text-decoration: none;
        color: #ffffff;
}
.spezlink:hover
{
    color: #ffffff;
}





