body {
	text-align: center;
	}
	
#indhold {
	width: 70%;
	margin-left: auto;
	margin-top: 1%;
	margin-right: auto;
	margin-bottom: 2%;
	padding: 40px;
	font-size: 95%; /* slight adjustment */
	text-align: left;
	font-family: Verdana;
	font-size: normal;
	color: #333;
	border: 1px solid #eeeeee;
	line-height: 1.6;
	}
	
@media only screen and (max-width: 1100px) {
  /* For mobile phones: */
  #indhold {
    width: 100%;
	padding: 5px;
	margin-left: auto;
	margin-top: 1%;
	margin-right: auto;
	margin-bottom: 2%;
	font-size: 3vw;
  }
}

a {
	text-decoration: none;
	}
img {
	border: none;
	}

iframe {
	border: 0px;
}
#reklamelink {
	font-size: 75%;
	text-align: center;
}