
	    body { font-family:Verdana; font-weight:normal; background-color:#FAEBD7;
			color:#a40057; font-size:16pt; text-decoration:none}


	    a.gruen:link { font-family:Verdana; font-weight: 700; 
			color:#228B22; font-size:16pt; text-decoration:none;  
			text-shadow: 0.05em 0.05em 0.15em #999;}
	    a.gruen:visited { font-family:Verdana; font-weight:700; 
			color:#228B22; font-size:16pt; text-decoration:none}
	    a:hover { font-family:Verdana; font-weight:700; 
			color:#228B22;  font-size:16pt; text-decoration:none}	

	    a.gelb:link { font-family:Verdana; font-weight:600; 
			color:#FFFF00; font-size:18pt; text-decoration:none;
	        text-shadow: 5px 5px 10px #333;}
	    a.gelb:visited { font-family:Verdana; font-weight:600; 
			color:#FFFF00; font-size:18pt; text-decoration:none}
	    a.gelb:hover { font-family:Verdana; font-weight:600; 
			color:#b0c4de; font-size:18pt; text-decoration:none}

        .Banner_Galerie
        {
            font-size: 30pt;
            color: Yellow;
            font-weight: 600;
            text-shadow: 0.05em 0.05em 0.1em #333;
        }

        #Bilder
        {
            border: 3px solid; 
            border-color: #a40057;
            background-color: #a40057; 
            border-radius: 5px;
            -moz-box-shadow: 1px 1px 10px #333;
            -webkit-box-shadow: 1px 1px 10px #333;
            box-shadow: 1px 1px 10px #333;
        }
        
        #Panel_center
        {
            position:absolute;
            left:50%;
            margin-left:-475px;
            margin-top:5px;
        }
        
        .Banner
        {
            font-size: 30pt;
            color: yellow;
            font-weight: 200;
            text-shadow: 0.05em 0.05em 0.1em #333;
        }

        #Bilder_Box
        {
            border: 2px solid; border-color: #81bcf8; border-radius: 5px; background-color:#81bcf8;
            -moz-box-shadow: 1px 1px 10px #333;
            -webkit-box-shadow: 1px 1px 10px #333;
            box-shadow: 5px 5px 10px #333;
        }
        
        .Galerie_Bild
        {
            border-radius: 3px;
            width: 250px;
            height: 188px;
        }
        .Hinweis
        {
            font-size: 20pt;
            color: black;
            font-weight: 200;
            text-shadow: 0.05em 0.05em 0.1em #333;
        }

        .Foto
        {
            font-size: 20pt;
            color: yellow;
            font-weight: 200;
            text-shadow: 0.05em 0.05em 0.1em #333;
        }

        #Schrift_Box
        {
            border: 1px solid; border-color: #a40057; border-radius: 5px;
            -moz-box-shadow: 1px 1px 5px #999;
            -webkit-box-shadow: 1px 1px 10px #999;
            box-shadow: 2px 2px 10px #999;
        }

        .Schrift_24
        {
            font-size: 24pt; 
            color: Blue;
            font-style: normal; 
            font-weight:normal; 
            text-shadow: 2px 2px 5px #999; 
            padding: 1px 3px 5px 10px;          
        }

