
/* css fuer die possi-biker_ */

html, body {
        margin: 0;
        height: 100%;
        font-family: Verdana, Arial, Helvetica, sans-serif;
            
        background-image: -ms-linear-gradient(top, #FFFFFF 0%, #808080 80%);
    
        /* Mozilla Firefox */
        background-image: -moz-linear-gradient(top, #FFFFFF 0%, #808080 80%);
    
        /* Opera */
        background-image: -o-linear-gradient(top, #FFFFFF 0%, #808080 80%);
    
        /* Webkit (Safari/Chrome 10) */
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(0.8, #808080));
    
        /* Webkit (Chrome 11+) */
        background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #808080 80%);
    
        /* W3C Markup, IE10 Release Preview */
        background-image: linear-gradient(to bottom, #FFFFFF 0%, #808080 80%);
        }

#page   {
        margin: 10px auto;
        /* padding-top: 20px; */
        padding-bottom: 30px;
        width: 620px;
        }
        
#txt-h2	{ text-shadow: black 3px 2px 4px; 
		font-size: 2.5em; 
		color: blue; 
		text-align: center;
		}
		
#txt-h3	{ text-shadow: black 3px 2px 4px;
		font-size: 2.0em;
		color: blue;
		text-align: center;
		}


				
#box-1	{ box-shadow: 6px 4px 10px #000000; 
		width: 500px;
		background-color: #FFFFFF;
 		margin: 10px auto;
		}
		
iframe	{ width: 480px; 
		height: 360px;
		margin: 10px;
		}
