html, body {
	height: 100%;
}

img#logo {
	margin: 0 0 90px 0;

}
img#cover {
	margin: 0px;
	position: absolute;
	top: 60px;
	right: 50px;
	width: 122px;
	height: 182px;
	
}


#flash {

border: solid 1px;

}


#content {
position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	background: #42514c url("header.gif") repeat-x;
	padding: 30;
}



input, textarea, select {
	font: .75em Arial, Helvetica, sans-serif;
	color: 46598F;
	margin: 0;
	border: 1px solid #3399cc;
	padding: 2px;
	background: #f7f7f7;
}

h2 {
	font: 1.03em sans-serif;
	font-weight: normal;
	color: f0f0f0;
	margin: 20px 0 0 0;
	width: 500px;
}

h1#feil {
	font: 1.5em sans-serif;
	font-weight: normal;
	color: f0f0f0;
	margin: 20px 0 0 0;
	width: 500px;
}

ul{
	list-style-type: none;
	padding: 0;
}

ul span {
	font: .75em Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin: 0px 15 0 0;
	
}

a, a:hover ,a:link, a:visited, a:active {

color: #ffffff;


}


li {
	margin: 5px;
}


.button {
	
	background: transparent url("button_left.png") no-repeat;
	text-align: center;
	width: 80px;
	margin-top: 20px;
	
}
	
.button input {
Display: block;
	border: none;
	cursor: pointer;
	font-size: 0.85em;
	text-transform: uppercase;
	background: transparent url("button_right.png") no-repeat top right;
	color: #000;
	padding: 1px 10px 5px 10px;
}



