body {
	color: #000000;
	background-color: #d0d0d0;

}

.header {
	height: 80px;
	margin: 0;
	padding-top: 20px;
	padding-right: 30px;
	padding-left: 30px;
	background-color: #d0d0d0;
}

.feveile {
	height: 38px;
	float: right;
}

.logo {
	max-height: 60px;
	float: left;
}

hr {
	height: 1px;
	border: 0;
	background-color: #b0b0b0;
}

a {
	color: black;
	text-decoration: none;
}
not(table) a:hover {
	color: #c24d39;
}

input[type=text] {
	box-sizing: border-box; /* For at inkludere polstring i den totale bredde */
	color: black;
	background-color: white;
}

button, input[type=button], input[type=submit] {
	background-color: #dddddd;
	color: #000000;
}
button:disabled, input[type=button]:disabled, input[type=submit]:disabled {
	color: #aaaaaa;
}