body {
    margin: 0;
    height: 100%;
    font-family: 'Rosario', sans-serif;
    color: #444;
}

body > * {
    padding-left: 10px;
}

p {
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

h3 {
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

ul {
    margin-left: 10px;
}

h1 {
    margin-top: 0;
    margin-bottom: 10px;
    /*padding-left: 170px !important;*/
    background-image: url(japs_logo.png);
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer;
}

h1,h2 {
    background-color: silver;
    color: white;
    padding: 10px;
}

h1:hover,h2:hover {
    background-color: #00acab;
}

a,a:hover,a:visited {
    color: #00acab;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

h2 {
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 1px dashed white;
    cursor: pointer;
}

#material,#kontakt,#links,#willkommen,#zeitschriften {
    margin-top: 0;
    margin-bottom: 0;
}

#material > ul {
    padding-left: 0;
    margin-left: 10px;
}

#links {
    margin-left: 10px;
    padding-left: 10px;
}

.aktiv {
    background-color: #00acab;
}