﻿body
{
    font-size: 12px;
    font-family: Arial, Sans-Serif;
}

h1
{
    font-size: 16px;
    font-family: Arial, Sans-Serif;
}
a
{
    text-decoration: none;
    color: blue;
}
a:hover
{
    text-decoration: underline;
    color: blue;
}

a:visted
{
    text-decoration: underline;
    color: blue;
}
hr
{
    background-color: #2e3d8d;
    border-right: #2e3d8d thin solid;
    border-top: #2e3d8d thin solid;
    border-left: #2e3d8d thin solid;
    border-bottom: #2e3d8d thin solid;
}


.bild
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
   
}
.bildlinksoben
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    padding-right: 15px;
    padding-bottom: 15px;
    text-align: left;
}
.titelzeile
{
    font-weight: bold;
    font-size: 20px;
    background-color: #99bdd6;
    border-right: black 1px solid;
    padding-right: 0px;
    border-top: black 1px solid;
    padding-left: 10px;
    margin-bottom: 30px;
    padding-bottom: 5px;
    border-left: black 1px solid;
    padding-top: 5px;
    border-bottom: black 1px solid;
}
.untertitelzeile
{
    font-weight: bold;
    font-size: 14px;
    background-color: #cccccc;
    border-right: black 1px solid;
    padding-right: 0px;
    border-top: black 1px solid;
    padding-left: 10px;
    margin-bottom: 30px;
    padding-bottom: 5px;
    border-left: black 1px solid;
    padding-top: 5px;
    border-bottom: black 1px solid;
}
.rahmen
{
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    vertical-align: top;
    text-align: left;
}
.rahmen li
{
    list-style-type: disc;
    margin-bottom: 5px;
}
.rahmen .MyLi
{
    list-style-type: none;
    margin-bottom: 0px;
}
.abstandhalterklein
{
    height: 10px;
 
}

.abstandhaltergross
{
    height: 20px;

}
.abstandhalterhorizontalklein
{
    width:10px;
}
.abstandhalterhorizontalgross
{
    width:20px;
}





