body	{
			font-family: Helvetica, Arial, sans-serif;
			font-size: 80%;
			line-height: 100%;
			background-image: url(../bilder/logo.jpg);
			background-size: cover;
			border-radius: 12px;
		}
		
#wrap {
		width: 870px;
		margin: 0 auto 0 auto;
		background-color: rgba(255,255,255,0.7);
		border-radius: 12px;
		box-shadow: 3px 3px 8px black;
      }	
	  
header	{
			background-image: url(../bilder/.jpg);
			height: 150px;
			box-shadow: 2px 2px 6px black;
		}
		
main,footer	{
				padding: 2em;
				text-align: right-side;
			}
			
aside		{
				text-align: center;
			}

h1			{
				padding: 120px 0 0 30px;
				color: gray;
				font-size: 3em;
			}

nav 		{
				padding: 0 0 0 30px;
				color: white;
			}
			
a 			{
				color: blue;
				text-decoration: none;
			}
			
a:visited	{
				color: blue;
			}
			
a:hover		{
				font-size: 150%;
				color: darkblue;
			}
			
a:active	{
				color: blue;
			}

