* {
	font-size: 10pt;
	color: #000;
	font-family: "sans serif", "Lucida Grande";
}
body {
	background-color: #EEE;
}
h1 {
	font-size: 14pt;
}
h2 {
	font-size: 12pt;
}
a {
	font: inherit;
	color: inherit;
}
.centered {
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
#logo {
	background-image: url("../Bilder/rasjon_logo.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 450px;
	width: 600px;
	height: 160px;
	top: 0;

}

#hovedramme, #navbar {
	margin-top: 20px;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
	padding: 20px 10px 20px 10px;
	background-color: #FFF;
	width: 600px;
}
#navbar {
	text-align: center;
}
video {
	width: 600px;
	border: 2px solid #CDE;
	
}
button, input.knapp {
	border: 1px solid #000;
	background-color: #DDD;
	font-size: 12pt;
	padding: 5px 10px 5px 10px;
	min-width: 100px;
	white-space: nowrap;
}
button:hover {
	background-color: #DEF;
}
#bakgrunn {
	position: fixed;
	left: 0;
	top: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
	display: none;
	z-index: 10;
}
#logginn {
	width: 400px;
}
.vindu {
	position: fixed;
	z-index: 100;
	min-height: 200px;
	top: 10%;
	border: 1px solid black;
	background-color: #EEE;
	display: none;
	padding: 5px 10px 20px 10px;
}

ul {
	list-style: none;
	display: block;
	max-width: 600px;
}



#navbar li {
	display: inline;
	margin-right: 15px;
	padding: 5px;
}
#navbar li:hover {
	background-color: #DEF;
}
#navbar li a {
	text-decoration: none;
}

input {
	border: 1px solid #AAA;
	padding: 5px;
	min-width: 250px;
}
#footer {
	max-width: 600px;
	text-align: right;
	font-size: 8pt;
}
#feil {
	color: #F00;
	font-weight: bold;
	text-align: center;
	max-width: 600px;
	display: block;
}
#ok {
	color: #3C3;
	font-weight: bold;
	text-align: center;
	max-width: 600px;
	display: block;
}
.lukk {
	text-align: right;
	margin: 0 0 -10pt 0;
	cursor: pointer;
}
li.inputLabel {
	margin-top: 15px;
	font-size: 10pt;
	color: #000;
}
ul.innhold li, #navbar {
	cursor: pointer;
}
ul.innhold li:hover {
	color: #0BF;
}
ul.innhold ul {
	display: none;
}
ul.liste {
	border: 1px solid black;
	background-color: #EEE;
	padding: 0;
	width: 260px;
	margin: 5px 0 0 1px;
}
ul.liste li {
	padding: 3px;
	cursor: pointer;
}
ul.liste li:hover {
	background-color: #DEF;
}