.skipnav
{
	display: none;
}

* {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

html {
min-height: 100.0%;
}

body 
{
font-family: Tahoma; 
background-color: #ebebeb;
background-image: url(/IMG/bg.jpg);
background-repeat: repeat-x;
margin-top: 5px;
line-height: 105%;
}

/* Standard formatting */
.dmHeadline{font-size: 18px; color: #303030; font-family:Arial; font-weight:bold; padding-bottom:10px;}
.dmAbstract{font-size: 0.9em; color: #669933; font-weight: bold; padding-bottom:10px; line-height:1.2em;}
.dmFullstory{font-size: 0.8em; color: #333333;}
.dmDate{font-size: 11px; color: #c0c0c0; font-weight: normal; text-align:right;}
.dmReadmore{font-size: 11px;  color: #71822b; font-family:Tahoma; padding-top: 6px;}
.dmImg{float: left;}

h5				{font-size: 11px; color: #669900; font-weight: bold; display: inline;}
li				{display: list-item; list-style-position:outside; list-style-type: square;  list-style-image : url(/IMG/InfoArrow4.jpg); padding-left:5px; margin-left:10px;}

a				{color: #71822b; text-decoration: none;}
a:hover			{text-decoration: underline;}


/* Content regions */
.pageBody		{ min-width: 800px; max-width: 1000px; background-color: White; border: solid 1px silver;}
.HeaderCell		{background-image: url(/IMG/SiteHeader.jpg); width: 100%; height: 192px;}
.MenuCell		{background-image: url(/IMG/menu_runner.jpg); min-width: 760px; max-width: 960px; height: 45px;}
.ContentCell	{background-color: White; padding: 40px; text-align: left;}
.FooterCell		{background-color: #307009;  font-size: 11px; font-family: Tahoma; color: White; padding: 40px; text-align:right;}
.FooterCell a	{color: White;}


/* Menu */
.TopMenu a		{font-family:Tahoma; font-size: 11px; font-weight: bold; color: White; text-transform: uppercase; text-decoration: none; padding-left: 10px; padding-right: 10px; vertical-align: middle;}
.MenuSeperator	{vertical-align: middle;}
.inPath	{background-color: #307009; padding: 10px 0px 10px 0px;}

/* Forside */
.NeoImg			{float: left; padding-right: 20px;}
.ReadMoreArrow	{display: inline; padding-right: 6px;}


.padBottomImg	{padding-bottom: 20px;}






.caps:first-letter 
{
color:#669933;;
font-size:xx-large;
font-family: Georgia, Times, serif;
padding-right:2px;
line-height: 1em; 
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
	
}

.modalPopup {
	background-color:#ffffff;
	border-width:1px;
	border-style:solid;
	border-color:#71822b;
	padding:46px;
	width: 750px;
	overflow: auto;
	max-height: 480px;
	font-size: 1em; 
	
	
}

.ModalOKButton
{
	margin-right: 0;
	margin-left: auto;
	display: block;
	background-color: White;
	color: #71822B;
	padding: 8px 15px 8px 15px;
	width: 75px;
	text-align: center;
	border: solid 2px #71822b;
	float:left; 
}

.ModalOKButton:hover 
{
	background-color: #71822B;
	color: White;
}



