* CSS Document */

/* tabel og celle stuff */

#alltable {
  width: 100%;
  Height:100%;
	padding: 0px;
	margin: 0px;
}

#button_table_b {
  width: 100%;
  Height:106;
	padding: 0px;
	margin: 0px;
  background: url('../images/bundbag.jpg');

}

#content {
  width: 100%;
  Height:100%;
	padding: 0px;
	margin: 0px;
    spacing: 0px;
}


#newstabel {
  width: 450px;
  	padding: 8px;
	margin: 0px;
	spacing: 3px;
	
}

#small_news {
  width: 390px;
	padding: 4px;
	margin: 0px;
	spacing: 3px;
	padding-left: 10px;
	align: right;

}


#menucelletop {
	padding-left: 20px;
	text-align: right;
	valign: top;
}

#menucelleleft {
	text-align: left;
	vertical-align: top;
			width: 230px;
}

#indhold {
	text-align: left;
	vertical-align: top;
	width: 100%;
	padding: 0px;
	margin: 0px;
    border: 0px;
    spacing: 0px;

}

#indhold1 {
	text-align: left;
	vertical-align: top;
	width: 827px;
	padding: 0px;
	margin: 0px;
    border: 0px;
    spacing: 0px;

}


#rightindhold {
	text-align: center;
	vertical-align: top;
	width: 250px;
	background-color: #eeeeee;
}

#greencontent {
  width: 100%;
spacing: 0px;
	padding: 0px;
	margin: 0px;
		border: 0px;
}

#botton {
	text-align: left;
	vertical-align: middle;
	height:31px;
	padding-left: 15px;
  background: url('../images/buttonbag.jpg');
	}


#celletopleft {
	width: 8px;
	text-align: right;
	vertical-align: top;
	height:7px;
  background: url('../images/cornerleft.gif');
	background-repeat: no-repeat;
	}


#celletop {
	width: 8px;
	text-align: right;
	vertical-align: top;
	height:7px;
  background: url('../images/midttop.gif');
	background-repeat: repeat;
	}

#celletopright {
	width: 8px;
	text-align: right;
	vertical-align: top;
	height:7px;
  background: url('../images/cornerright.gif');
	background-repeat: no-repeat;
	}

#cellebundleft {
	width: 8px;
	text-align: right;
	vertical-align: bottom;
	height:7px;
  background: url('../images/cornerbleft.gif');
	background-repeat: no-repeat;
	}


#cellebund {
	width: 8px;
	text-align: right;
	vertical-align: bottom;
	height:8px;
  background: url('../images/midtbund.gif');
	background-repeat: repeat;
	}

#cellebundright {
	width: 8px;
	text-align: right;
	vertical-align: bottom;
	height:7px;
  background: url('../images/cornerbright.gif');
	background-repeat: no-repeat;
	}

#cellemidtl {
	width: 8px;
	text-align: right;
	vertical-align: bottom;
	height:8px;
  background: url('../images/midtl.gif');
	background-repeat: repeat;
	}
	
#cellemidtr {
	width: 8px;
	text-align: right;
	vertical-align: bottom;
	height:8px;
  background: url('../images/midtr.gif');
	background-repeat: repeat;
	}
	
#casecell {
	text-align: left;
	vertical-align: top;
	height:150px;
	}
		
#cases {
    width: 280px;
	text-align: left;
	vertical-align: top;
	height:150px;
	}
	
#tdgreen {

		padding: 2px;
		height: 5px;
		}

#tdgreen_fesen {
		background-color: #ffffff;
		padding: 4px;
		padding-left: 6px;
		}

#tdgreen_black {
		background-color: #000000;
		padding: 4px;
		}
		
#tdgreen_black1 {
		background-color: #000000;
		height: 4px;
		}
		
#tdgreen_spacing {
		background-color: #ffffff;
		height: 25px;
		}
#tdgreen_spacing1 {
		background-color: #ffffff;
		height: 65px;
		}
#tdgreen_fesen_content {
		background-color: #F3F3F3;
		height: 265px;
		padding-left: 0px;
		vertical-align: top;

		}

#tdred {
		background-color: #8ea46b;
		height: 25px;
		padding-left: 0px;
		vertical-align: middle;

		}

#tdgrey {
		background-color: #eeeeee;
		vertical-align: top;
		}

#tdgrey1 {
		background-color: #eeeeee;
		vertical-align: middle;
		height: 15px;		
		}

#tdwhite {
		background-color: #ffffff;
				}
				
#tdwhite_facts {
		background-color: #ffffff;
		font-size: 11px;	
		vertical-align: top;
				}

#tdwhitecontent {
		background-color: #ffffff;
		height:500;
				}

/* text stuff */


.text_top_menu{
  color: #000000;
  font-size: 11px;
 }
 

.text_title {
	font-size: 12px;
	font-weight: bold;
	text-align:left;
}


.text_body {
	font-size: 9pt;
	text-align:left;
}


.maintitle {
	color: #e2007a;
	font-size: 20px;
	padding-left: 15px;
	padding-top: 20px;
}


.contentheading {
	height: 16px;

	color: #000000;
	font-weight: bold;
	font-size: 14px;
	white-space: nowrap;
}

.caseheading {
	color: #981B1E;
	font-weight: bold;
	font-size: 12px;
	white-space: nowrap;
	
}


.contentpagetitle {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align:left;
}

.small {
	color: #000000;
	font-size: 9pt;
}

/* core stuff */

td {
	text-align: left;
}


body {
	background-image: url("../images/bag.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #ffffff;
	margin: 0px;
	top-margin: 0px;
	leftmargin: 0px;
   	margin: 0px;
	height: 100%;
	padding: 0px;
	FONT-FAMILY: ARIAL;
	line-height: 110%;
	font-size: 9pt;
	color: #000000;
		}

 html {
	height: 100%;
	}

 a:link {
	  text-decoration: none;
	color: #8ea46b;
  text-transform: uppercase;
	font-weight: bold;
  font-size: 11px;


}

a:hover {
	color: #8ea46b;
	text-decoration: underline;
  text-transform: uppercase;
	font-weight: bold;
  font-size: 11px;


	}

a:visited {
	color: #8ea46b;
	text-decoration: none;
  text-transform: uppercase;
	font-weight: bold;
  font-size: 11px;
	}
 
 /* knapper stuff */
 


/* pictures stuff */

 #top_bag_left { 
 width: 16px;
 height: 244px; 
 background-image: url(../images/top_bag_left.jpg); 
 background-position: right top;
 background-repeat: no-repeat;
 border:0;
}

 #top_bag { 
 width: 860;
 height: 244px; 
 background-image: url(../images/top_bag_midt.jpg); 
 background-position: center top;
 background-repeat: repeat;
 border:0;
vertical-align: top;

}

 #top_bag_right { 
 width: 16px;
 height: 244px; 
 background-image: url(../images/top_bag_right.jpg); 
 background-position: left top;
 background-repeat: no-repeat;
 border:0;
}

 #bund_bag_left { 
 width: 16px;
 height: 102px; 
 background-image: url(../images/bund_bag_left.jpg); 
 background-position: right bottom;
 background-repeat: no-repeat;
 border:0;
}

 #bund_bag { 
 width: 860;
 height:102px; 
 background-image: url(../images/bund_bag_midt.jpg); 
 background-position: center bottom;
 background-repeat: repeat;
 border:0;
vertical-align:top;

}

 #bund_bag_right { 
 width: 16px;
 height: 102px; 
 background-image: url(../images/bund_bag_right.jpg); 
 background-position: left bottom;
 background-repeat: no-repeat;
 border:0;
}

 #forsidepic { 
 width: 590px;
 height: 115px; 
 background-image: url(../images/forside_view.jpg); 
 		font-size: 11px;	
		vertical-align: top;
 border:0;
}

 #whitetopbotton { 

  background-image: url(../images/topbotton.jpg); 
  width: 135px;
 height:28px;
 border:0;
}
