body {
	margin: 0px 5px 0px 0px;
	background-image: url(../gfx/dsign/siv_bgbody.gif);
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	text-align:center;
}

#printhide{
/* For å skjule elementer fra utskrift	*/
	display:none;
}

#printalign{
	text-align:left;
}
/*	TABLE DEFINITIONS	*/
table{
	table-layout:auto;
}
	
th{
text-align:left;
font-size: 0.8em;
background: #AAA; 

}

.formstyle{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border-right: #CCCCCC 1px solid;
	border-top: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
	border-left: #CCCCCC 1px solid;
	background-color:#FFFFFF;
	
	color: #000000;
}

/*	inline list styles(bygg m.m)*/
.listcont{
width: 99%;
margin-left: -40px;
list-style:none;
float:left;
height:auto;
line-height:1.3em;
display: table;
}

.lineone, .linetwo{
	border-left: 0.5px solid #CCCCCC;
	border-right: 0.5px solid #CCCCCC;
	list-style:none;
	padding-left: 5px;

}

.lineone{
	background: #F3F3F3;
}	
.linetwo{
	background: #FFFFFF;
}

.lineone#first, .linetwo#first{
	border-top: 0.5px solid #CCCCCC;
}
.lineone#last, .linetwo#last{
	border-bottom: 0.5px solid #CCCCCC;
}

/*	PARAGH DEFINITIONS*/
p.firstline{
	background:#F3F3F3;
	color: #000000;
}

p.secondline{
	color: #333333;
}


/*	TEXT DEFINITIONS	*/
.txt_header{
/*	Overskrift på hovedinnhold	*/
	color: #069;
	font-size:1.1em;
	font-weight:bold;
}

.txt_subheader{
/*	Overskrifter lengre ned på siden	*/
	color: #069;
	font-size:0.9em;
	font-weight:bold;

}
.txt_ingress{
	color:#333;
	font-size: 0.9em;
	font-weight:bold;

}
.txt_main{
/*	tekst på hovedinnhold	*/
	color: #333;	
	font-size: 0.8em;
	font-weight:normal;
}
.txt_main a{
	color: #333333;
	text-decoration:none;
}

.txt_error{
	color: #990000;
	font-size: 0.8em;
	font-weight: bold;

}
.txt_small{
	color: #333;
	font-size: 0.7em;

}
.txt_menu{
/*	meny-tekst */
	color: #000;
	font-size: 80%;
}

.txt_footer{
/*	småskrift - footer siv copyright	*/
	margin-right: 0px;
	font-size: 60%;
	color: #666;
	text-align:right;
}
/*	document specific font-styles 	*/
.price_header{
	font-size: 0.85em;
	color:#069;
}

.price_ingress{
	font-size: 0,75;
	color:#000;
}




/* LINK STATUS AND DECORATION*/
a:link{
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
a:active{
	text-decoration:none;
}
a:visited{
	text-decoration:none;
}

#left-line{
	border-left:2px solid #EEEEEE;
}



