﻿body
{
    background-color: #60653C;
    font-family: Arial, Sans-Serif;
   
    margin:0px;
    color: #60653C;
     font-size: 14px;
}

h1
{
    color: #60653C;
     font-size: 16px;
    font-weight:bold;
}

h2
{
    color: #60653C;
     font-size: 14px;
    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;
}




