* {
    margin: 0;
    padding: 0;
}

html, body
{
font-family: Comic, Arial, sans-serif;
text-align: center;

}

#start {
    color: #FFB520;
    margin-top: 10%;

}
#navi {
    border: groove;
    height: 140px;
    background-image: url(logo2.gif);
    margin: 0 auto;
    text-align: center;

}


#leiste {
    
    height: auto;
    width: 200px;
    float: left;
    text-align: center;         
    
}


.link {
    display: block;
    text-decoration: none;
    height: auto;
    width: 130px;
    margin-left: 15px;
    margin-top: 1px;
}
a.link {
    border-style: none;
    border-color:  #FFFFFF;
    background-color: #000080;
    color: white;

}
a.link:hover {
    background-color: #C7C7FF;
    color: #000080;
    border-color: #000080
}
img {
    border-style:none;
    margin: 5px auto;
    padding-top: 5px;
}
#rechts {
    
    height: auto;
    width: 200px;
    float: right;
    text-align: center;
}
#rechts ul li {
    list-style: none;
    
}
#rechts p, h3 {
    margin-top: 10px;
}
