/* Die &Uuml;berschrift der Seite (Klgv...):*/
.header_text	{
        /*	font: bold 3em Georgia serif;
         text-align: center;
         color: #FFFF00; */
         font-family: Bahnschrift, Calibri, Arial, Helvetica, sans-serif;
         /*font-family: Garamond, New Times Roman, serif;*/
         color: #FFFFE0;
         font-size: 3rem;
         font-weight: bold;
         text-align: center;
         /*Outline-Schrift:*/
         text-shadow: 1px 1px 1px black,
                      1px -1px 1px black,
                      -1px 1px 1px black,
                      -1px -1px 1px black;
         }

.test	{
         font-family: Georgia, Garamond, New Times Roman, serif;
         color: #000000;
         font-size: 1.2em;
         font-weight: bolder;
         margin: 20px;
         /* display: block;
	margin: auto;*/
         text-align: center;
         }

.test_bild	{
         display: block;
         margin: 25px;
	}

.test_inhalt	{
           	font-family: Calibri, Arial, Tahoma, Verdana, Helvetica; sans-serif;
            text-align: justify;
            padding: 5px 15px;
            color: #000000;
            font-size: 1.2em;
            hyphens: auto;
            margin: 20px;
            /* display: block;
            background-color: #FFFFE0;
           	margin: auto;*/
            text-align: center;
            }
/* Das Wappen in der Mitte an den jeweiligen Bildschirm anpassen:
@media only screen and ( min-width: 950px ) {
    /* breites Browserfenster */
/*#box_wappen	{
	position: absolute;
         background-image: url("../images/wappen/transparent_wappen_33.png");
        /* background-image: url("../images/wappen/Transparent_Wappen_17.png");*/
        /* background-image: url("../images/fotos/wappen_bearb_transp_V.gif"); */
       /*  width: 333px;
         height: 456px;
         margin: auto;
	width: 50%;
         top: 160px;
         right: 260px;
         z-index: 1;
         } */
/*} */ /* von @media...*/