@charset "utf-8";
/* CSS Document */
body{
		background-color: antiquewhite;

		font-family: Verdana, Geneva, sans-serif;
		font-size:14px;
}

		#information {
	boder:medium;
	border-color:yellow;
	margin:1%
}
#fyrar {
	font-family: Verdana, Geneva, sans-serif;
	font-size:16px;
	
}
article{
			box-sizing:border-box;
			width: 90.6%;
			float: left;
			padding:5px;
			margin:1%;
			border:1px solid grey;
			line-height:130%;
			height:400px;
}
aside{
			width:30.3%;
			
			float:right;
			
			
			
			
			height:auto;
	}
	
#rittgrund img{
			float:right;
			display:block;
			margin:0 auto;
			width:72%;
	}
#norrskar img{
			float:right;
			
			height:200px; 
			width:auto;
			
}
#tankkar  img{
			size:20%;
			float:right;
			display:block;
			height:200px;
			width:auto;
			
}
a:link, 
		a:visited{
			text-decoration:none;
			background-color:cornflowerblue;
			color:white;
			padding:2px;
			border-radius:10px;
		}