body {
	background-color: #89D193; 
	margin-left:1px;
	font-size:100%;
	color: black;
	font-family: arial, verdana, sans-serif;
	font-weight: normal;
scrollbar-face-color:#89D193; 

}
#title {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height: 100px;
/* 	background-color:orange; */
}
#leftmenu {
	position:absolute;
	left:0px;
	top:100px;
	width:250px;
/*	background-color:silver;

		width:15%;
*/		float:left;
		padding-left:10px;
		padding-top:50px;
		background-color:#89D193;


}
#rightmenu {
	position:absolute;
	left:850px;
	top:100px;
	width:150px;
	background-color:silver;
}
#content {
/*	padding-top: 7px;
	margin-left:200px;
	margin-right:160px;
	background-color:white;
*/
	position:absolute;
	left:150px;
	top:100px;
		width:700px;
		margin: 0 auto;
		padding-left:10px;
		border-left:1px solid #000;
		border-top:1px solid #000;
		height:100%;
	/*	text-align:left; */
		background-color:#89D193; 

}

/* ----------

a:link {
	color: #000099;

}
a:visited {
	color: #660066;
	text-decoration:none;
}
a:active {
	background-color: yellow;
	text-decoration:none;
}
a:hover {
	color:red;
	text-decoration:none;

}

p {
	color: black;
	font-family: arial, verdana, sans-serif;
	font-weight: normal;


}

li {
	font-size:100%;
	color: black;
	font-family: arial, verdana, sans-serif;
	font-weight: normal;
}


h1 {
	font-family: "Times New Roman", serif;
	color: #990000;
}

h2 {
	font-family: arial, verdana, sans-serif;
	color: #990000;
	font-weight: bold;
}

h3 {
	font-family: arial, verdana, sans-serif;
	color: #990000;
	font-weight: bold;
}

kursiv {
font-family: arial, verdana, sans-serif;
	font-style: italic;

}


#gb {
	font-style: italic;
	font-weight: normal;
}

#billedeboks3 {
	float:right;
	width: 150px;
}

#billedboks2 {
	float:right;
	width: 250px;
	border-width: 3px;	
	border-style: solid;	
	border-color: green;
	margin-right: 4px;
}


table 
    {
    table-layout:fixed;
    font-family:verdana;
    font-size:0.7em;
    }
th 
    {
    background:#ff3333;
    font-color: #FFFFCC;
    }
td 
    {
    background:FFFFCC;
    }
td-no-use
    {
    background:#FF99CCrgb(255,250,235);
    }
tr.lightred td
    {
    background:FF6666;   
    }
tr.pink td
    {
    background:ffcccc;   
    }
tr.diff td
    {
    background:FFCC99;   
    }
caption 
    {
    text-align: left;
    font-weight: bold; 
    }
col
    {
    text-align:left;
    width:25%;
    }
colgroup
    {
    text-align:right;
    width:15%;
    }

	/****************************************************************************************
	* 	LAYOUT CSS FOR THE MENU
	****************************************************************************************/
ul#menu {
	position:absolute;
	left:0px;
	top:100px;

  width: 130px;
  list-style-type: none;
  border-top: solid 1px #b9a894;
  margin: 8;
  padding: 0;
}

ul#menu ol {
  display: none;
  text-align: right;
  list-style-type: none;
  color: black;
  margin: 0;
  padding: 5px;
}

ul#menu li, 
  ul#menu a {
  font-family: verdana, sans-serif;
  font-size: 15px;
	font-weight: bold;
  /* color: #785a3c; #006600*/
  color:red; 
}

ul#menu li {
  border-bottom: solid 1px #b9a894;
  line-height: 15px;
}

ul#menu ol li {
  border-bottom: none;
}

ul#menu ol li:before {
  content: "- ";
}

ul#menu a {
  text-decoration: none;
  outline: none;
color:#003300;
font-weight: normal;

}

ul#menu a:hover {
  color: #000099;
}

ul#menu a.active {
/*   color: #be5028;*/
color:#006600;
font-weight: normal;
}




/* CSS FOR SLIDESHOW SCRIPT */
	.imageSlideshowHolder,.imageSlideshowHolder_left{
		margin:5px;	/* "Air" */
		float:right; /* Floating gallery at the right side of other web page content */		
		width:151px;	/* Image width */
		height:100px;	/* Image height */
		
		position:relative;	/* Don't remove this line */
	}
	.leftFloatingDiv{
		float:left;
		width:160px;
		height:110px;
	}
	/* Don't change these values */
	.imageSlideshowHolder img{
		position:absolute;
		left:0px;
		top:0px;
	}

