@charset "utf-8";
/* CSS Document */

* {margin:0px;
   padding:0px; }

html{ 

background: url(svtcobra.png) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-attachment: fixed;
}




  

#wrapper{ 		
		 width: 500px; margin: 50px 700px 50px ; padding: 20px;   background:url(hgleichttransp.png) -moz-box-shadow: 0 0 20px black; -webkit-box-shadow: 0 0 20px black;
		  box-shadow: 0 0 20px black; }
		p { font:Georgia, "Times New Roman", Times, serif;font-size:20px; margin: 0 0 30px 0; text-indent: 40px; color: white; }
		
h1 {font-size: 36px;
    font-family:Arial, Helvetica, sans-serif; color:white;
	margin:0 0 30px 0;}
		 
p.italic {
    font-style: italic;
}
