@import url('menyspalte.css');
@import url('hovedspalte.css');
html{
	font-size: 0.7em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
body{
	margin: 0;
}
#wrapper {
	margin: 10px auto 50px auto;
	padding: 0;
	width: 980px;
	border: 1px solid #666;
}
.slutt{
	display: block;
	clear: both;

}
/* Brødtekst */
p.brodtekst a{
	text-decoration: none;
}

/* Toppen */
#toppen {
	
}
#toppen #bakgrunn {
	background-color: #EFF0F2;
	background-repeat:no-repeat;
	height: 150px;
	margin: 0px;
}
#toppen #bilde {
	float: right;
}
#toppen p.brodtekst {
	margin: 0;
	padding: 2px;
	font-size: .9em;
	border-bottom: 1px solid #666;
}

/* Faneark */
#faneark{
	clear: both;
	margin-bottom: 20px;
}
#faneark ul#toppmeny {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
}
#faneark #toppmeny li {
	font-size: .9em;
	float: left;
	width: 16.666%;
}


/* Hoveddel */
#hoveddel{
	padding-top: 20px;
	clear: both;
}


/* Bunnen */
#bunnen {
	clear: both;
	color: #333;
	padding: 5px;
	text-align: center;
	font-size: 80%;
}


/* Feilmelding */
.feilmelding_boks {
	padding: 3px;
	border: thin solid #F00;
	background-color: #FFCFCF
}

.feilmelding_elm {
	color: black;
}
.feilmelding{
	color: #FF0000;
	font-weight: bold;
}
.suksess{
	color: #009900;
	font-weight: bold;
}
/* Skjema */
.obligatorisk {
	color: #257;
	font-weight: bold;

}
/* Tabell */
table.listetabell{
	font-size: 11px;
	border: 1px solid #CCCCCC;
	white-space: nowrap;
	border-collapse: collapse;
	margin: 10px 0 10px 0;
}
table.listetabell tr td,
table.listetabell tr th{
	padding: 1px;
}
table.listetabell tr th{
	background-color: #000;
	color: #fff;
}

/* Definisjonsliste */
dl{
	clear: both;
}

dt{
	font-weight: bold;
	float: left;
}

dd{
}

#klagemelding{
	background-color: #FFFFCC;
	padding: 5px;
	border-bottom: 1px dashed #666;
}

.ekstern{ 
	background: url(../grafikk/ikoner/ekstern.gif) no-repeat 100% 50%;
	padding: 0 13px 0 0;	/* width of the img */
	display: inline-block;	/* IE correction to show the icon */
	cursor: pointer;	/* IE correction to show hand instead of arrow */
	vertical-align: bottom;	/* Opera correction to get the last word vertical aligned */
}
.ekstern:hover {
	background-image: url(../grafikk/ikoner/ekstern_hover.gif);
	text-decoration: overline; /* avoiding the "u" working for the last word! :-) */ 
}