* {
    margin: 0;
}

html, body    { font-family: arial, sans-serif; background-color: #f6ca80; }

.header { background-color: #f6ca80; background-image: url(images/Blum_header2.jpg); background-repeat: no-repeat; height: 100px; }

.header p { color: #000; font-size: 30px; font-weight: bold; padding: 20px 50px 0 100px; text-align: right; }

.js div { margin-left: 50px; }

.orange {
    background-color: #ffa500;
    text-align: center;
}

.orange ul {
    padding: 0;
}

.orange li {
    
    list-style-type: none;
    display: inline;
    height: 1.5em;
    padding: 0 1em;
    line-height: 1.5em;
    border-right: 1px solid black;
    border-left: 1px solid black;
}

nav a, a:link, a:visited {
    color: black;
    text-decoration: none; 
}

nav a:hover {
    text-decoration: underline;
}

.keinrahmen {
    border-right: 0;
}

.schatten {
    background-image: url(images/schatten.png);
    height: 12px;
}


.text h1, h2, h3, p {
    margin: 20px 60px 20px 40px;
}

.article {
    margin: 20px 60px 20px 40px;
/*	background-color: orange;*/
}

 h1 { font-size: 26px; font-weight: bold; margin-bottom: 0.4em; }
 
 h2 { font-size: 22px; font-weight: bold; margin-bottom: 0.4em; }

 h3 { font-size: 20px; font-weight: bold; margin-bottom: 0.4em; }

.article p
{ margin-bottom: 1em; line-height: 1.5em; margin-left: 20px; }

.article ul, .article li
{ line-height: 1.5em; list-style-type: square; list-style-position: inside; }

.impr ul, .impr li
{ margin-left: 30px; list-style-type: disc; list-style-position: inside; }


footer {
    text-align: center;
    height: 1.5em;
    padding: 0 1em;
    line-height: 1.5em;
}


img { max-width:100%; height:auto; width: auto; margin-right: 20px; margin-bottom: 5px; margin-left: 20px; /* ie 8 */
}


a, a:link, a:visited { text-decoration: underline; }

a:hover { color: #ff5722; text-decoration: underline; }