a {
 text-align: left;
 font-size: 120%;
}
a:link {
 color: rgb(51, 7, 245);
 text-decoration: none;
}
a:visited {
 color: rgb(51, 7, 245);
 text-decoration: none;
}
a:hover {
 color: rgb(245, 14, 14);
}
a:active {
 color: #339999;
}

body	{
    background-repeat: no-repeat;
    background-position: center top;
	background-color: #339999;
}

table{
	margin-left: 10%;
	width: 80%;	
	border-spacing: 20px 10px;
	background-image: url("hintergrund.jpg");
}


html	{
	height: 100%
}
img{
	width: 24%;
	float: right;
}

p	{
	margin-left: 15%;
	width: 80%;	
	border-spacing: 20px 10px;
}



