body, td, div {
	font: 12px Verdana;
}

body
{
	background: url("images/bg.gif") repeat-y;
	margin: 0;
}

#left
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

#top
{
	background: url("images/topp_bg.gif") repeat-x;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}

#meny
{
	margin: 15px 20px;
	width: 200px;
	padding-top: 140px;
}

#meny a
{
	text-decoration: none;
	color: #0038B8;
}

#meny a:hover
{
	font-weight: bold;
}

#innhold
{
	width:520px;
	position: absolute;
	left: 262px;
	top: 158px;
	z-index:2;
}


a{
color: #0038B8;
}
.valg { margin: 3px 0px; }

#adresse
{
	margin: 15px 20px;
	font-size: 11px;
}
h1 {
	font-size: 24px;
	margin-top: 0px;
	padding-top: 0px;
	color: #6281A4;
}
.ansatt img {
	margin: 0px 31px 0px 0px;
	border: 1px solid #C5CFDA;
}
.ansatt {
	margin: 5px 0px;
	float: left;
}

td.error
{
	border: 2px solid red;
	padding: 5px;
	background: #ffdddd;
	margin-bottom: 10px;
}

td.ok
{
	border: 2px solid #3A953A;
	padding: 5px;
	background: #E7FFE7;
	margin-bottom: 10px;
}

.error
{
	background: #FFFFA7;
}
