body {
	margin-left: 5em;
}

h1 {
	background-color: #fff;
	color: #000;
	margin: 20px 0px;
	padding: 10px 0px 10px 0px;
}

h2 {
    color: #464646;
    font-weight: bold;
}

p {
	font-size: 120%;
}

/* === HEADER === */

#header {
	position: relative;
	height: 170px;
}

#amlogo {
    position: absolute;
    top: 0;
    left: 0px;
    width: 400px;
    height: 153px;
}

#linje1 {
	display: none;
}

#linje2 {
    position: absolute;
    top: 35px;
    left: 450px;
    width: 950px;
    height: 130px;
    background: #fff;
	color: #000;
}

.txt1 {
    position: absolute;
    top: 30px;
	font-weight: bold;
	font-size: 250%;
}

.txt2 {
    position: absolute;
    top: 70px;
    font-size: 150%;
}

/* === MENY === */

#meny1 {
	display: none;
}

#meny2 {
	display: none;
}

/* --- ANNONSER --- */


.annonser {
	text-align: center;
	padding-bottom: 20px;
}

.annonser ul {
	list-style: none;
	margin: 0px 0px 10px 0px;
}

.annonser li {
	display: block;
}

.annonser img {
	height: 100px;
	width: 200px;
	border: 1px solid #bfbfbf;
	margin: 10px;
}



/* --- FOOTER ---*/

#footer p {
	margin-top: 10px;
	line-height: 1.5em;
	margin-bottom: 10px;
	font-size: 120%;
	text-align: center;
}
