* {
    margin: 0;
    padding: 0;
}
html, body {

}

body {
    text-align: center;
    font-family: 'Arial Rounded MT Bold';
    background-color: orange;
}

#seite {
    width: 800px;
    margin: 10px auto;
    text-align: left;
    background-color: black;
}

#navi {
    background-color: black;
    color: orange;
    width: 150px;
    float:left;
    padding-top: 50px;
    padding-left: 30px;
}

#navi ul {
    list-style-type: none;
}

#navi li {
    padding-bottom: 15px;
}

#navi a {
    color: orange;
    font-weight: bold;
    font-size: 1.2em;
    text-decoration: none;
}

#navi a:link {
    color: orange;
}

#navi a:visited {
    color: orange;
}

#navi a:hover {
    color: orange;
}

#navi a:active {

}

#navi a.aktuell {
    color: #FF00FF;
    text-decoration: underline;
}

#inhalt {
    background-color: #908090;
    margin-left: 180px;
    background-color: #CAFFCA;
    color: #000000;
    padding: 30px;

}

#inhalt h1 {
    font-size: 2.5em;
    text-align: center;
}

#inhalt p {
    font-size: 1.5em;
    padding-bottom: 1em;
    font-weight: bold;
}

#inhalt img.mittig {
    display: block;
    margin: 30px auto;    
}

.rosa {
    color: #FF00FF;
}

.reiki {
    color: orange;
    font-weight: bold;
}


