﻿body
{
    background-color: #7499CC;
    font-family: Arial, Sans-Serif;
    margin: 0px;
    color: #4374C9;
    font-size: 14px;
}

h1
{
 
     font-size: 16px;
    font-weight:bold;
}

h2
{
   
     font-size: 14px;
    font-weight:bold;
}

a
{
     color: #FF0000;
    text-decoration: none;
    font-weight: bold;
}
a:hover
{
    text-decoration: underline;
}


.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;
    text-align:right;
    float:right;
}

.spezlink
{

    text-decoration: none;
    color: #ffffff;
}
.spezlink:hover
{
    color: #ffffff;
}
.topleft
{
    vertical-align: top;
    text-align: left;
}
.speztd
{
    border-bottom: #7399cc 1px solid;
}


hr
{
    width: 880px;
    height: 2px;
     color: #7499CC;
}
.buttons
{
    background-color: #7499cc;
    color: white;
    border-top: #ffffff 1px solid;
       border-left: #ffffff 1px solid;
    border-bottom: #000000 1px solid;
     border-right: #000000 1px solid;
}
.buttons$:hover
{
    background-color: #7499cc;
    color: white;
     border-top: #000000 1px solid;
       border-left: #000000 1px solid;
    border-bottom: #FFFFFF 1px solid;
     border-right: #FFFFFF 1px solid;
}






