body
{
    margin: 0px;
    font-family: Calibri, Geneva, sans-serif;
    font-size: 12px;
    background-color: rgb(45,41,36);
    background-image: url(../bilder/Gitarre_02_schw_transp_kl_75px.gif);
    text-align: start;
}

#NamenszugStartseite
{
    width: 500px;
    height: auto;
    margin: 100px auto 80px 250px;
}
#NamenszugBoxStartseite
{
  margin: 0px;
}
#FotoStartseite
{
    width: 300px;
    height: auto;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    margin: 0px 0px 18px 150px;
}

#Inhalt
{
    position:absolute;
    top:265px;
    left:500px;
    width:360px;
}
.NotenAufzaehlungszeichen
{
    width: 20px;
    height: auto;
    position: relative;
    top: 2px;
}
.NotenAufzSpace 
{
    margin-left: 26px;
}
#TextBox01Startseite
{
    margin: 0px 0px 0px 0px;
    padding: 10px 0px;
    color: #CCC;
    font-size: 24px;
}
#TextBox02Startseite
{
    margin: 0px 0px 0px 50px;
    padding: 10px 0px;
    color: #CCC;
    font-size: 24px;
}
#TextBox03Startseite
{
    margin: 0px 0px 0px 100px;
    padding: 10px 0px;
    color: #CCC;
    font-size: 24px;
}
#TextBox04Startseite
{
    margin: 30px 0px 60px 0px;
}
#ButtonStartseite span
{
    margin: 0px;
    padding: 5px 5px;
    text-align: center;
    border: 2px solid #555;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    background-color: rgb(70,44,44);
    color: #CCC;
    font-size: 30px;
}
#ButtonStartseite span:hover
{
    background-color: rgb(110,50,50);
}
#ButtonStartseite a
{
   font-size: 30px;
   text-decoration:none;
   outline: none;
   color:#eee;
}