@import url("meny.css");
@import url("typografi.css");
@import url("navigering.css");
@import url("grafikk.css");
@import url("skjema.css");
 /*\*//*/
  @import "ie5mac.css";
/**/
* {padding: 0; margin: 0}
body   {
color: #3d2a1f;
font-size: 0.7em;
font-family: Verdana,Arial, Helvetica, SunSans-Regular, sans-serif;
line-height: 140%;
background-color: #ef047e;
background-image: url("../img/bg/bg.gif");
background-repeat: repeat-y;
background-position: center top
}
#container {
	width: 815px;
	height: auto;
	margin: 0 auto 0 auto;
	padding: 0;
	background: #fff;
}
#header {
	width: 815px;
	height: 142px;
	margin: 20px 0 0;
	padding: 0;
}
/* commented backslash hack v2 \*/
#innhold-txt {
clear: both;
width: 815px;
height: auto;
padding-top: 4px; }
#h-kolonne  {
background: #fff;
margin: 0;
padding: 0;
width: 165px;
height: auto;
float: left;
border-right: 3px solid #fff
}

#txt   {
width: 477px;
height: 290px;
float: left;
overflow: auto;
border-bottom: 4px solid #fff
}

#txt-sub  {
width: 485px;
height: 292px;
float: left;
border-bottom: 6px solid #fff;
overflow: auto
}

#v-kolonne  {
width: 165px;
height: auto;
float: left;
border-bottom: solid #fff;
border-left: 4px solid #fff
}

#v-kolonne-sub {
background: #fff url(../img/loader.gif) no-repeat center;
width: 325px;
height: 292px;
float: left;
border-bottom: 6px solid #fff;
}

/* end hack */
#footer  {
margin: 0;
padding: 0;
width: 815px;
height: 140px;
clear: both
}

html>body #footer object   {
margin: 0 0 0 3px
}
.hoyre {
float: right;
position: relative
}
.venstre {
float: left;
position: relative
}