
/*
    Style für die einzelnen Controls
*/

/* HTML */
.skytaleimg
{
    width: 371px;
    height: 375px;
    margin: 100px auto 10px auto;
}
.implink
{
    text-align: center;
}
.implink a
{
    text-decoration: none;
    color: Black;
}
.implink a:hover
{
    color: Blue;
}
.contentfooter
{
    border-top: solid 1px black;
    margin-top: 5px;
    padding-top: 3px;
    text-align: center;
}

/* Impressum */

.imp
{
    border: solid 1px black;
    width: 648px;
    overflow: hidden;
    margin: 10px auto;
}
.impheader
{
    text-align: center;
    font-size: 1.4em;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 15px;
}
.improw
{
    overflow: hidden;
    margin: 10px 0px;
    width: 648px;
}
.impleft
{
    font-weight: bold;
    float: left;
    width: 240px;
    margin-left: 10px;
}
.impright
{
    font-weight: normal;
    float: right;
    width: 390px;
}
.implink
{
    text-align: center;
}
.implink a
{
    text-decoration: none;
    color: Black;
}
.implink a:hover
{
    color: Blue;
}
.impfooter
{
    border-top: solid 1px black;
    margin-top: 5px;
    padding-top: 3px;
    text-align: center;
}
.implogo
{
    margin-top: 25px;
    padding-top: 3px;
    text-align: center;
}
