﻿        body {            
            font-family: Verdana, Arial, Helvetica, sans-serif;
            margin: 0 auto;
            padding:3px;
            width: 680px;
            font-size: large;
        }

        h1 {
            background-color:black;
            color:white;
            padding: 5px;
            font-size: 26px; 
        }

h2 {
    background-color: blue;
    color: white;
    padding: 5px;
    font-size: 22px;
}

h3 {
    margin: 20px 0 0 0;
    padding: 3px;
    border-width:thin;
    border-style:solid; 
    font-size: large; 
}
    p {
            font-size: 18px;
            line-height: 1.5;
        }

        ul {
            font-size: 18px;
            line-height: 1.5;
        }
        .backinhalt {
            font-size: x-small;
        }

        .hase {
            color: green;
        }

        .kleineUeber {
            font-size: 20px;
            text-decoration: underline;
            font-weight: bold;
        }

        .kursiv {
            font-style:italic;  
        }

        .kursivfett {
            font-style:italic;  
            font-weight: bold;
        }

        .nurfett {            
            font-weight: bold;
        }

        .unterstrichen {
            text-decoration: underline;
        }

        .iverzhaupt {
            color: blue;
            font-weight: bold;
        }

.bildervollebreite {
    width: 665px;
    border-style: none;
}

.bildervollebreiterahmen {
    width: 665px;
    border-style: solid;
}


.bildersymbolbreite {
    width: 65px;
}

        .bilderdrittelbreite {
            width: 220px;
        }

.bilderhalbebreite {
    width: 330px;
}

        .bilderzweidrittelbreite {
            width: 450px;
        }
        .bilderdreiviertelbreite {
            width: 550px;
        }
        
        .auto-style1 {
            height: 24px;
        }

        #inhaltrechts {
            margin:0;
            padding:0;
            width:690px;
            line-height:22px;
            font-size: 12px; 
            height:980px; 
            overflow-y:scroll; 
            font-family: arial, verdana;
        }        

        #inhaltre_unter {            
            margin:0;
            padding:0;
            width:670px;
        }        


.druckmenueoben {    
    background-color: palegoldenrod;
    margin:0 0 10px 0; 
    padding:4px;    
    border-style:solid;
    border-width:2px;  
    border-color: red;
}

#druckentastediv  {
    margin-bottom:4px; 
}
#druckentastediv a {
    width:300px;
    padding:4px;
    margin:2px;
    background-color:gainsboro;
    text-align: center;  
    text-decoration:none;
    color:black; 
    border-style:solid;
    border-width:1px;
    border-radius: 5px; 
}


#druckentastediv a:hover {
    background-color:yellow;
    cursor: pointer; 
}
