body
{
	background: silver;
	color: black;
	font-size: x-small;
	font-family: verdana, sans-serif;
	font-size: 1em;
	margin: 0px;
}

#warning
{
	padding: 0.5em;
	background: #fee;
	border: 1px dotted red;
	border-left:  3px solid red;
	border-right: 3px solid red;
	text-align: center;
	font-size: large;
	color: red;
}

div.main{
	width: auto;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 10px;
	margin-bottom: 10px;
	background: white;
	border: 1px solid black;
}

div.sortbelte{
	background: black;
	color: white;
	text-align: center;
	white-space: nowrap;
	font-size: x-small;
}

div.bruker{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid black;
	font-size: x-small;
}

div.meny{
	width: 200px;
	float: right;
	border-left: 1px solid black;
	font-size: x-small;
}

div.grensesnitt{
	border-bottom: 1px solid black;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 0.9em;
}

div.tekstfelt{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.kommentarlinje{ 
  font-size: x-small;
  margin-top: 0px;
  font-style: italic;
}

div.nyhet{ 
  margin-top: 0px; 
  margin-bottom: 0px;
  font-size: 0.7em;
}
.overskrift{
	font-weight: bold;
	font-size: medium;
}

.info{
	font-style: italic;
  font-size: x-small;
}

.fotnote{
	text-align: center;
	clear: right;
  font-size: x-small;
}

img{
	border: none;
}

a{
	color: red;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

a.sortbelte{
	color: white;
}

input{
	background: white;
	color: black;
  font-size: xx-small;
	border: 1px solid black;
	height: 16px;
}

.error{
	font-weight: bold;
	color: red;	
}

