body
{
    background: #FFFFFF;
    color: #666666;
    text-align: center;
    font-family: "Times New Roman", Georgia, serif;
    padding: 20px;
}
h1, h2, h3, h4, h5, h6
{
    color: #333333;
}
a
{
    color: #0088FF;
    font-weight: bold;
    text-decoration: none;
}
a:hover, a:focus
{
    color: #44AAFF;
    text-decoration: underline;
}
b
{
    color: #000000;
}
img
{
    border-radius: 10px;
}
p
{
    line-height: 150%;
}
hr, .clear
{
    clear: both;
}
hr
{
    border: none;
    background: #DDDDDD;
    height: 1px;
}
table
{
    width: 100%;
}
table, tr, td
{
    border: none;
    background: none;
    padding: 0px;
    vertical-align: middle;
}
.container
{
    border: solid 1px #DDDDDD;
    background: #EEEEEE;
    border-radius: 10px;
    width: 70%;
    min-width: 1000px;
    margin: auto;
}
.container div:first-child
{
    border-top: 0px;
}
.container div
{
    border-top: solid 1px #DDDDDD;
    padding: 20px;
}
.container div div
{
    border-top: 0px;
    padding: 0px;
}
.button
{
    background: linear-gradient(#FFFFFF, #EEEEEE);
    background-repeat: repeat-x;
    border: solid 1px #DDDDDD;
    border-radius: 10px;
    color: #333333;
    font-weight: bold;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 100%;
    cursor: pointer;
    display: inline-block;
}
.button:hover, .button:focus
{
    background: linear-gradient(#EEEEEE, #FFFFFF);
    color: #333333;
    text-decoration: none;
}
.impressum
{
    font-size: 10pt;
}
.siguza
{
    color: #008800;
}
.siguza:hover, .siguza:focus
{
    color: #44AA44;
}
.fleft
{
    float: left;
}
.fright
{
    float: right;
}
.tleft
{
    text-align: left;
}
.tright
{
    text-align: right;
}
.layout
{
    width: 50%;
    margin: auto;
}
.bold
{
    font-weight: bold;
}
