BODY	{
		background: darkblue;
		margin: 0px;
		padding: 0px;
		border: 0px none;
		color: white;		
		}
.foto	
		{
		position: absolute;
		left: 560px;
		top: 65px;
		height: 450px;
		width: 600px;
		background-image: url("jonas.jpg");
		z-index: 5;
		}
.hallo
		{
		position: absolute;
		left: 40px;
		top: 40px;
		height: 36 px;
		width: 200 px;
		padding: 8px;
		background: #ff0000;
		color: black;
		font-family: comic-sans;
		font-size: 14pt;
		z-index: 1;
		}
.webseite
		{
		position: absolute;
		left: 330px;
		top: 450px;
		height: 36 px;
		width: 375 px;
		padding: 8px;
		background: green;
		color: yellow;
		font-family: comic-sans;
		font-size: 14pt;
    z-index: 6;
		}
.mail	
		{
		position: absolute;
		left: 20px;
		top: 520px;
		height: 36 px;
		width: 720 px;
		padding: 8px;
		color: yellow;
		font-family: arial;
		font-size: 14pt;
		}
.mail a	
		{
		color: #11ffff;
		text-decoration: bold;
		}
.mail a:hover
		{
		color: ff1111;
    text-decoration: none;
		}