#main {
	width: 50vw;
	background-color: #dddddd;
	padding: 2em;
	text-align: center;
	border-radius: 1.5em;
	border-style: solid;
	border-color: #cccccc;
	margin: auto;
	margin-top: 1em;
	margin-bottom: 1em;
}

form {
	margin: 0.9em;
}

input {
	margin: 0.1em;
}

#bilde {
	margin-top: 1em;
	margin-bottom: 1em;
}

#testetBrukernavnTo {
	color: red;
}

.understrek {
	text-decoration: underline;
}

#hoyde {
	width: 8em;
}

nav {
	width: 100%;
	margin: auto;
	background-color: #757575;
	height: 4em;
}

nav>ul {
	margin-top: 0;
	margin-left: 0;
	padding: 0;
	line-height: 4em;
	list-style: none;
	height: 100%;
	width: 100%;
}

nav>ul>li {
	display: block;
	width: 50%;
	height: 100%;
	background-color: #757575;
	text-align: center;
	list-style: none;
	margin-left: 0;
	padding: 0;
	font-size: 20px;
	position: relative;
	float: left;
}

nav a {
	text-decoration: none;
	color: white;
	display: block;
}

nav>ul>li:hover {
	background-color: #909090;
}

.important {
	color: red;
}