
img {
    max-width: 100%;
    height: auto;
}


p {
	font-family: verdana, times;
	font-size: 14px;
}
h1 {
	font-family: verdana;
	font-size: 3em;
	color:white;
}

h2 {
	font-family: verdana;
	font-size: 1.5em;
	font-style: strong;
}

body {
	/* margin: 20px 30px 20px 20px; */
	margin: 10px 20px 20px 20px;
	/* <!-- background-color: powderblue; --> */
	background-color: gray;
	
	/* <!-- background: url(images/bg.jpg) no-repeat center center fixed; --> */
	background: url(billeder/baggrund.jpg) no-repeat center center fixed;
    -webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover;    /* Mozilla*/
    -o-background-size: cover;      /* Opera*/
    background-size: cover;         /* Generic*/
}
