/* Styles für die Startseite */

*
{
    margin:0;
    padding:0;
    overflow:hidden;
}
body
{
    background-color:#cccccc;
}
#container
{
    width:688px;
    font-size:11px;
    font-weight:bold;
    color:#001830;
    font-family:Verdana, Arial, Helvetica, Sans-Serif;
    text-align:left;
}
#headline
{
    margin-top:37px;
}
.content
{
    background:transparent url('../images/peter.maderl.startseite.png') bottom right no-repeat;
    margin-right:3px;
}
.content p
{
    padding:17px 20px 15px 7px;
}
.half
{
    font-size:5px;
}
a#player
{
    display:block;
    width:425px;
    height:300px;
}

