
        .StyleSheetHiddenPlaceHolder { display: none; }
        
			  body {
				font-family: verdana, arial, helvetica, sans-serif ;
			  font-size: 100.01%; /* umgeht den Font-Size-Bug im Safari, älteren Operas und IE */
				max-width: 900px; /* Eine Begrenzung der Breite auf höhstens 900px. Das machen wir um nicht 				zu lange Textbreiten zu erhalten welche dann schlecht zu lesen sind. Für den IE gibt es in 					ielte.css einen Woraround. */
 				margin: auto; /* Hiermit zentrieren wir unsere Seite */
				overflow-y:scroll;			 
}

        H1
        {
        text-align:center;
        font-weight: bold;
        font-style: italic;
        color: #0080C0;
        position: relative;
        background-color : transparent;
        }

        H2
        {
        position: relative;
        }

        H3
        {
        position: relative;
        }

        H4
        {
        position: relative;
        }

        H5
        {
        position: relative;
        }

        H6
        {
        position: relative;
        }


        /* Linker und rechter Seitenabstand der mittleren Box */

        .abstand1
        {
        margin-left: 12px;
        margin-right: 5px;
                }

        /* Linker Seitenabstand der rechten Box */

        .abstand2
        {
        margin-left: 5px;
                }

        /* Graue kleine Schrift zur Beschreibung von Fotos */

        .unter
        {
        color: #4F4F4F;
        font-size: 0.8em;
        font-family: serif;
        background-color : transparent;
}

        /* Kleinere Schrift für die Quellen */

        .quelle1
        {
        font-size: 0.8em;
}

        /* Kleinere Schrift für die Links in der rechten Box */

        .links
        {
        font-size: 0.9em;
}

        /* Kleinere Schrift für den Text in der rechten Box */

        .kleintext
        {
        font-size: 0.8em;
}

        /* spezieller Navigations Link-Stile für die linke Box  */


        #menu {
        font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
        font-size: 1.1em;
        font-weight : bold;
        color: #000000;
        padding-left : 10px;
        padding-top : 20px;
}

        .aktiv {
        color: #999999;
        background-color: transparent;
}

         #menu a:link {
        text-decoration : none;
        color : #000000;
        background-color: transparent;
}

        #menu a:visited {
        text-decoration : none;
        color : #000000;
        background-color: transparent;
}

        #menu a:hover {
        text-decoration : none;
        color : #999999;
        background-color: transparent;
}

        #menu a:focus {
        text-decoration : none;
        color : #CCCCCC;
        background-color: transparent;
}

        /* normale Link-Stile:  */

        A:link {
        text-decoration : underline;
        color : #000099;
        background-color : transparent;
}

        A:visited {
        color : #666666;
        text-decoration : underline;
        background-color : transparent;
}

        A:hover {
        text-decoration : none;
        color : #CC0000;
        background-color : transparent;
}

        A:focus {
        text-decoration : none;
        color : #CC0000;
        background-color : transparent;
}
