
/*********************************************************/
/*********************************************************/
/*  Sider bygget på ny design  */	
/*********************************************************/
/*********************************************************/

/*  Generelle settings  */

* {
	margin				: 0;
	padding				: 0;
	font-family			: Georgia, Arial, san-serif;
	font-size			: 14px;
}

img {
	border				: none;
}

a { 
	text-decoration			: none;
	color				: #7f8800;
	font-size			: 14px;
}

ul li {
	list-style-type			: none;
}

h1 {
	font-size			: 16px;
	color				: #425d73;
	padding-bottom			: 5px;
}

.clear {
	clear				: both;
}

.skjult {
	position			: absolute;
	left				: -1000px;
	width				: 900px;
}

#hidden {
	display				: none;
}

.print {
	display				: none;
}

/*********************************************************/
/*********************************************************/
/*  Canvas går rundt hele siden  */

#canvas {
	margin				: 0 auto 0 auto;
	width				: 1000px;
	left				: 0;
	right				: 0;
}

/*********************************************************/
/*********************************************************/
/*  Arena: Top  */


#headContainer {
	display				: none;
}

/*********************************************************/
/*********************************************************/
/*  Area: Main  */

#main {

}

#breadcrum {
	display				: none;
}

#mainLeft {
	display 			: none;
}

#content {
	padding				: 40px 38px 0 38px;				
	width				: 810px;
	float				: left;
}

#content .readmore {
	display				: none;
}

#content .ingress {
	clear				: both;
	font-size			: 14px;
}

#content .mainMsg {
	padding-bottom			: 10px;
	padding-top			: 20px;
}

#content .listMsg .msg {
	padding				: 15px 0;
	border-top			: 2px solid #425d73;
}

#content .listMsg h1,
#content .listMsg .imgleft {
	padding-top			: 10px;
}

#content .startMainMsg {
	display				: none;
}

#content .imgleft {
	float				: left;
}

#content .txtright {
	margin-left			: 130px;
}

#mainRight {
	display				: none;
}

#previousNext {
	display				: none;
}


#footer {
	display				: none;
}

/*********************************************************/
/*  ViewMessage  */	

#viewMsg {
	width				: 900px;
}

#viewMsg h1 {
	font-size			: 22px;
}

#viewMsg p {
	padding-top			: 5px;
	font-size			: 16px;
}

#viewMsg .summary {
	padding				: 10px 0;
	font-size			: 16px;
	font-weight			: bold;
}

#viewMsg .body {
	font-size			: 16px;
}

#viewMsg .back,
#viewMsg .print {
	display				: none;
}

/*********************************************************/
/*  Undersider med unntak av risikovurderinger  */	

#temaPage {

}

#temaTitle {
	font-size			: 24px;
	color				: #425d73;
	padding				: 0 20px 15px 0;
}

#temaPicture {
	float				: left;
	margin-right			: 5px;
}

*> #temaPicture {
	float				: left;
	margin-right			: 10px;
}

#temaRelated {
	background-color		: #dee2a1;
	width				: 500px;
	padding				: 20px;	
}

#temaMsg {
	clear				: both;
	padding				: 20px 0;
	font-size			: 14px;
}

#riskNav {
	display				: none;
}


/*********************************************************/
/*  Undersider spesifikt for risikovurderinger  */	
/*  temaTitle, TemaPicture og temaMsg er likt   */
/*  som for andre undersider			*/

#riskRelated {
	background-color		: #dee2a1;
	margin				: 0 10px 10px 10px;
	float				: left;
	width				: 500px;
	height				: 240px;
	padding				: 20px;	
}

#riskRelated #temaRelated {
	padding				: 0;
	height				: auto;
	width				: auto;
	margin				: 0;
	background-color		: none;
}


/*********************************************************/
/*  Tabeller for oversikt over meldinger  */

#content table {
	width				: 
}

#content table th {
	text-align			: left;
}

#content table .name {
	width				: 300px;
}

#content table .docnr,
#content table .bestilt,
#content table .closed {
	Width				: 150px;
}